1. Packages
  2. Ibm Provider
  3. API Docs
  4. getLogsDashboard
ibm 1.77.1 published on Monday, Apr 14, 2025 by ibm-cloud

ibm.getLogsDashboard

Explore with Pulumi AI

Provides a read-only data source to retrieve information about a logs_dashboard. You can then reference the fields of the data source in other resources within the same configuration by using interpolation syntax.

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as ibm from "@pulumi/ibm";

const logsDashboardInstance = ibm.getLogsDashboard({
    instanceId: ibm_logs_dashboard.logs_dashboard_instance.instance_id,
    region: ibm_logs_dashboard.logs_dashboard_instance.region,
    dashboardId: ibm_logs_dashboard.logs_dashboard_instance.dashboard_id,
});
Copy
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"])
Copy
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
	})
}
Copy
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,
    });

});
Copy
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());

    }
}
Copy
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}
Copy

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>
Copy
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]
Copy
func LookupLogsDashboard(ctx *Context, args *LookupLogsDashboardArgs, opts ...InvokeOption) (*LookupLogsDashboardResult, error)
func LookupLogsDashboardOutput(ctx *Context, args *LookupLogsDashboardOutputArgs, opts ...InvokeOption) LookupLogsDashboardResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetLogsDashboardResult> getLogsDashboard(GetLogsDashboardArgs args, InvokeOptions options)
public static Output<GetLogsDashboardResult> getLogsDashboard(GetLogsDashboardArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: ibm:index/getLogsDashboard:getLogsDashboard
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

DashboardId This property is required. string
The ID of the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
InstanceId This property is required. string
Cloud Logs Instance GUID.
EndpointType string
Id string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
Region string
Cloud Logs Instance Region.
DashboardId This property is required. string
The ID of the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
InstanceId This property is required. string
Cloud Logs Instance GUID.
EndpointType string
Id string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
Region string
Cloud Logs Instance Region.
dashboardId This property is required. String
The ID of the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
instanceId This property is required. String
Cloud Logs Instance GUID.
endpointType String
id String
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
region String
Cloud Logs Instance Region.
dashboardId This property is required. string
The ID of the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
instanceId This property is required. string
Cloud Logs Instance GUID.
endpointType string
id string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
region string
Cloud Logs Instance Region.
dashboard_id This property is required. str
The ID of the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
instance_id This property is required. str
Cloud Logs Instance GUID.
endpoint_type str
id str
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
region str
Cloud Logs Instance Region.
dashboardId This property is required. String
The ID of the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
instanceId This property is required. String
Cloud Logs Instance GUID.
endpointType 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:

AbsoluteTimeFrames List<GetLogsDashboardAbsoluteTimeFrame>
(List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
Annotations List<GetLogsDashboardAnnotation>
(List) List of annotations that can be applied to the dashboard's visual elements.

  • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
DashboardId string
Description string
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Falses List<GetLogsDashboardFalse>
(List) Auto refresh interval is set to off. Nested schema for false:
Filters List<GetLogsDashboardFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
FiveMinutes List<GetLogsDashboardFiveMinute>
(List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
FolderIds List<GetLogsDashboardFolderId>
(List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
FolderPaths List<GetLogsDashboardFolderPath>
(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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Id string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
InstanceId string
Layouts List<GetLogsDashboardLayout>
(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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Region string
RelativeTimeFrame string
(String) Relative time frame specifying a duration from the current time.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
TwoMinutes List<GetLogsDashboardTwoMinute>
(List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
Variables List<GetLogsDashboardVariable>
(List) List of variables that can be used within the dashboard for dynamic content.

  • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
EndpointType string
AbsoluteTimeFrames []GetLogsDashboardAbsoluteTimeFrame
(List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
Annotations []GetLogsDashboardAnnotation
(List) List of annotations that can be applied to the dashboard's visual elements.

  • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
DashboardId string
Description string
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Falses []GetLogsDashboardFalse
(List) Auto refresh interval is set to off. Nested schema for false:
Filters []GetLogsDashboardFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
FiveMinutes []GetLogsDashboardFiveMinute
(List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
FolderIds []GetLogsDashboardFolderId
(List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
FolderPaths []GetLogsDashboardFolderPath
(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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Id string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
InstanceId string
Layouts []GetLogsDashboardLayout
(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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Region string
RelativeTimeFrame string
(String) Relative time frame specifying a duration from the current time.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
TwoMinutes []GetLogsDashboardTwoMinute
(List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
Variables []GetLogsDashboardVariable
(List) List of variables that can be used within the dashboard for dynamic content.

  • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
EndpointType string
absoluteTimeFrames List<GetLogsDashboardAbsoluteTimeFrame>
(List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
annotations List<GetLogsDashboardAnnotation>
(List) List of annotations that can be applied to the dashboard's visual elements.

  • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
dashboardId String
description String
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
falses List<GetLogsDashboardFalse>
(List) Auto refresh interval is set to off. Nested schema for false:
filters List<GetLogsDashboardFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
fiveMinutes List<GetLogsDashboardFiveMinute>
(List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
folderIds List<GetLogsDashboardFolderId>
(List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
folderPaths List<GetLogsDashboardFolderPath>
(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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
id String
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
instanceId String
layouts List<GetLogsDashboardLayout>
(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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
region String
relativeTimeFrame String
(String) Relative time frame specifying a duration from the current time.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
twoMinutes List<GetLogsDashboardTwoMinute>
(List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
variables List<GetLogsDashboardVariable>
(List) List of variables that can be used within the dashboard for dynamic content.

  • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
endpointType String
absoluteTimeFrames GetLogsDashboardAbsoluteTimeFrame[]
(List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
annotations GetLogsDashboardAnnotation[]
(List) List of annotations that can be applied to the dashboard's visual elements.

  • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
dashboardId string
description string
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
falses GetLogsDashboardFalse[]
(List) Auto refresh interval is set to off. Nested schema for false:
filters GetLogsDashboardFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
fiveMinutes GetLogsDashboardFiveMinute[]
(List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
folderIds GetLogsDashboardFolderId[]
(List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
folderPaths GetLogsDashboardFolderPath[]
(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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
id string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
instanceId string
layouts GetLogsDashboardLayout[]
(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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
region string
relativeTimeFrame string
(String) Relative time frame specifying a duration from the current time.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
twoMinutes GetLogsDashboardTwoMinute[]
(List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
variables GetLogsDashboardVariable[]
(List) List of variables that can be used within the dashboard for dynamic content.

  • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
endpointType string
absolute_time_frames Sequence[GetLogsDashboardAbsoluteTimeFrame]
(List) Absolute time frame specifying a fixed start and end time. Nested schema for absolute_time_frame:
annotations Sequence[GetLogsDashboardAnnotation]
(List) List of annotations that can be applied to the dashboard's visual elements.

  • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for annotations:
dashboard_id str
description str
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
falses Sequence[GetLogsDashboardFalse]
(List) Auto refresh interval is set to off. Nested schema for false:
filters Sequence[GetLogsDashboardFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
five_minutes Sequence[GetLogsDashboardFiveMinute]
(List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
folder_ids Sequence[GetLogsDashboardFolderId]
(List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
folder_paths Sequence[GetLogsDashboardFolderPath]
(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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
id str
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
instance_id str
layouts Sequence[GetLogsDashboardLayout]
(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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
region str
relative_time_frame str
(String) Relative time frame specifying a duration from the current time.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
two_minutes Sequence[GetLogsDashboardTwoMinute]
(List) Auto refresh interval is set to two minutes. Nested schema for two_minutes:
variables Sequence[GetLogsDashboardVariable]
(List) List of variables that can be used within the dashboard for dynamic content.

  • Constraints: The maximum length is 100 items. The minimum length is 0 items. Nested schema for variables:
endpoint_type str
absoluteTimeFrames List<Property Map>
(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 is 0 items. Nested schema for annotations:
dashboardId String
description String
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
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 is 0 items. Nested schema for filters:
fiveMinutes List<Property Map>
(List) Auto refresh interval is set to five minutes. Nested schema for five_minutes:
folderIds List<Property Map>
(List) Unique identifier of the folder containing the dashboard. Nested schema for folder_id:
folderPaths 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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
id String
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
instanceId 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 is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
region String
relativeTimeFrame String
(String) Relative time frame specifying a duration from the current time.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
twoMinutes 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 is 0 items. Nested schema for variables:
endpointType String

Supporting Types

GetLogsDashboardAbsoluteTimeFrame

From This property is required. string
(Float) Value at which the color should change.
To This property is required. string
(String) To is the end of the time frame.
From This property is required. string
(Float) Value at which the color should change.
To This property is required. string
(String) To is the end of the time frame.
from This property is required. String
(Float) Value at which the color should change.
to This property is required. String
(String) To is the end of the time frame.
from This property is required. string
(Float) Value at which the color should change.
to This property is required. string
(String) To is the end of the time frame.
from_ This property is required. str
(Float) Value at which the color should change.
to This property is required. str
(String) To is the end of the time frame.
from This property is required. String
(Float) Value at which the color should change.
to This property is required. String
(String) To is the end of the time frame.

GetLogsDashboardAnnotation

Enabled This property is required. bool
(Boolean) Indicates if the filter is currently enabled or not.
Href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Id This property is required. string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
Name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Sources This property is required. List<GetLogsDashboardAnnotationSource>
(List) Variable value source. Nested schema for source:
Enabled This property is required. bool
(Boolean) Indicates if the filter is currently enabled or not.
Href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Id This property is required. string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
Name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Sources This property is required. []GetLogsDashboardAnnotationSource
(List) Variable value source. Nested schema for source:
enabled This property is required. Boolean
(Boolean) Indicates if the filter is currently enabled or not.
href This property is required. String
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
id This property is required. String
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
name This property is required. String
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
sources This property is required. List<GetLogsDashboardAnnotationSource>
(List) Variable value source. Nested schema for source:
enabled This property is required. boolean
(Boolean) Indicates if the filter is currently enabled or not.
href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
id This property is required. string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
sources This property is required. GetLogsDashboardAnnotationSource[]
(List) Variable value source. Nested schema for source:
enabled This property is required. bool
(Boolean) Indicates if the filter is currently enabled or not.
href This property is required. str
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
id This property is required. str
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
name This property is required. str
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
sources This property is required. Sequence[GetLogsDashboardAnnotationSource]
(List) Variable value source. Nested schema for source:
enabled This property is required. Boolean
(Boolean) Indicates if the filter is currently enabled or not.
href This property is required. String
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
id This property is required. String
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
name This property is required. String
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
sources This property is required. List<Property Map>
(List) Variable value source. Nested schema for source:

GetLogsDashboardAnnotationSource

Logs This property is required. List<GetLogsDashboardAnnotationSourceLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardAnnotationSourceMetric>
(List) Metrics specific query. Nested schema for metrics:
Logs This property is required. []GetLogsDashboardAnnotationSourceLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardAnnotationSourceMetric
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<GetLogsDashboardAnnotationSourceLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardAnnotationSourceMetric>
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. GetLogsDashboardAnnotationSourceLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardAnnotationSourceMetric[]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. Sequence[GetLogsDashboardAnnotationSourceLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardAnnotationSourceMetric]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardAnnotationSourceLog

LabelFields This property is required. List<GetLogsDashboardAnnotationSourceLogLabelField>
(List) Labels to display in the annotation.

  • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
LuceneQueries This property is required. List<GetLogsDashboardAnnotationSourceLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
MessageTemplate This property is required. string
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Strategies This property is required. List<GetLogsDashboardAnnotationSourceLogStrategy>
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:
LabelFields This property is required. []GetLogsDashboardAnnotationSourceLogLabelField
(List) Labels to display in the annotation.

  • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
LuceneQueries This property is required. []GetLogsDashboardAnnotationSourceLogLuceneQuery
(List) Lucene query. Nested schema for lucene_query:
MessageTemplate This property is required. string
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Strategies This property is required. []GetLogsDashboardAnnotationSourceLogStrategy
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:
labelFields This property is required. List<GetLogsDashboardAnnotationSourceLogLabelField>
(List) Labels to display in the annotation.

  • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
luceneQueries This property is required. List<GetLogsDashboardAnnotationSourceLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
messageTemplate This property is required. String
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
strategies This property is required. List<GetLogsDashboardAnnotationSourceLogStrategy>
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:
labelFields This property is required. GetLogsDashboardAnnotationSourceLogLabelField[]
(List) Labels to display in the annotation.

  • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
luceneQueries This property is required. GetLogsDashboardAnnotationSourceLogLuceneQuery[]
(List) Lucene query. Nested schema for lucene_query:
messageTemplate This property is required. string
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
strategies This property is required. GetLogsDashboardAnnotationSourceLogStrategy[]
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:
label_fields This property is required. Sequence[GetLogsDashboardAnnotationSourceLogLabelField]
(List) Labels to display in the annotation.

  • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
lucene_queries This property is required. Sequence[GetLogsDashboardAnnotationSourceLogLuceneQuery]
(List) Lucene query. Nested schema for lucene_query:
message_template This property is required. str
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
strategies This property is required. Sequence[GetLogsDashboardAnnotationSourceLogStrategy]
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:
labelFields This property is required. List<Property Map>
(List) Labels to display in the annotation.

  • Constraints: The maximum length is 10 items. The minimum length is 0 items. Nested schema for label_fields:
luceneQueries This property is required. List<Property Map>
(List) Lucene query. Nested schema for lucene_query:
messageTemplate This property is required. String
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
strategies This property is required. List<Property Map>
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:

GetLogsDashboardAnnotationSourceLogLabelField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardAnnotationSourceLogLuceneQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardAnnotationSourceLogStrategy

Durations This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyDuration>
(List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
Instants This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyInstant>
(List) Event timestamp is extracted from the log entry. Nested schema for instant:
Ranges This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyRange>
(List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
Durations This property is required. []GetLogsDashboardAnnotationSourceLogStrategyDuration
(List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
Instants This property is required. []GetLogsDashboardAnnotationSourceLogStrategyInstant
(List) Event timestamp is extracted from the log entry. Nested schema for instant:
Ranges This property is required. []GetLogsDashboardAnnotationSourceLogStrategyRange
(List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
durations This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyDuration>
(List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
instants This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyInstant>
(List) Event timestamp is extracted from the log entry. Nested schema for instant:
ranges This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyRange>
(List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
durations This property is required. GetLogsDashboardAnnotationSourceLogStrategyDuration[]
(List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
instants This property is required. GetLogsDashboardAnnotationSourceLogStrategyInstant[]
(List) Event timestamp is extracted from the log entry. Nested schema for instant:
ranges This property is required. GetLogsDashboardAnnotationSourceLogStrategyRange[]
(List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
durations This property is required. Sequence[GetLogsDashboardAnnotationSourceLogStrategyDuration]
(List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
instants This property is required. Sequence[GetLogsDashboardAnnotationSourceLogStrategyInstant]
(List) Event timestamp is extracted from the log entry. Nested schema for instant:
ranges This property is required. Sequence[GetLogsDashboardAnnotationSourceLogStrategyRange]
(List) Event start and end timestamps are extracted from the log entry. Nested schema for range:
durations This property is required. List<Property Map>
(List) Event start timestamp and duration are extracted from the log entry. Nested schema for duration:
instants This property is required. List<Property Map>
(List) Event timestamp is extracted from the log entry. Nested schema for instant:
ranges This property is required. List<Property Map>
(List) Event start and end timestamps are extracted from the log entry. Nested schema for range:

GetLogsDashboardAnnotationSourceLogStrategyDuration

DurationFields This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField>
(List) Field to count distinct values of. Nested schema for duration_field:
StartTimestampFields This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField>
(List) Field to count distinct values of. Nested schema for start_timestamp_field:
DurationFields This property is required. []GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField
(List) Field to count distinct values of. Nested schema for duration_field:
StartTimestampFields This property is required. []GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField
(List) Field to count distinct values of. Nested schema for start_timestamp_field:
durationFields This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField>
(List) Field to count distinct values of. Nested schema for duration_field:
startTimestampFields This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField>
(List) Field to count distinct values of. Nested schema for start_timestamp_field:
durationFields This property is required. GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField[]
(List) Field to count distinct values of. Nested schema for duration_field:
startTimestampFields This property is required. GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField[]
(List) Field to count distinct values of. Nested schema for start_timestamp_field:
duration_fields This property is required. Sequence[GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField]
(List) Field to count distinct values of. Nested schema for duration_field:
start_timestamp_fields This property is required. Sequence[GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField]
(List) Field to count distinct values of. Nested schema for start_timestamp_field:
durationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for duration_field:
startTimestampFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for start_timestamp_field:

GetLogsDashboardAnnotationSourceLogStrategyDurationDurationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardAnnotationSourceLogStrategyDurationStartTimestampField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardAnnotationSourceLogStrategyInstant

TimestampFields This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField>
(List) Field to count distinct values of. Nested schema for timestamp_field:
TimestampFields This property is required. []GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField
(List) Field to count distinct values of. Nested schema for timestamp_field:
timestampFields This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField>
(List) Field to count distinct values of. Nested schema for timestamp_field:
timestampFields This property is required. GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField[]
(List) Field to count distinct values of. Nested schema for timestamp_field:
timestamp_fields This property is required. Sequence[GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField]
(List) Field to count distinct values of. Nested schema for timestamp_field:
timestampFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for timestamp_field:

GetLogsDashboardAnnotationSourceLogStrategyInstantTimestampField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardAnnotationSourceLogStrategyRange

EndTimestampFields This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField>
(List) Field to count distinct values of. Nested schema for end_timestamp_field:
StartTimestampFields This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField>
(List) Field to count distinct values of. Nested schema for start_timestamp_field:
EndTimestampFields This property is required. []GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField
(List) Field to count distinct values of. Nested schema for end_timestamp_field:
StartTimestampFields This property is required. []GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField
(List) Field to count distinct values of. Nested schema for start_timestamp_field:
endTimestampFields This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField>
(List) Field to count distinct values of. Nested schema for end_timestamp_field:
startTimestampFields This property is required. List<GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField>
(List) Field to count distinct values of. Nested schema for start_timestamp_field:
endTimestampFields This property is required. GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField[]
(List) Field to count distinct values of. Nested schema for end_timestamp_field:
startTimestampFields This property is required. GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField[]
(List) Field to count distinct values of. Nested schema for start_timestamp_field:
end_timestamp_fields This property is required. Sequence[GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField]
(List) Field to count distinct values of. Nested schema for end_timestamp_field:
start_timestamp_fields This property is required. Sequence[GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField]
(List) Field to count distinct values of. Nested schema for start_timestamp_field:
endTimestampFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for end_timestamp_field:
startTimestampFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for start_timestamp_field:

GetLogsDashboardAnnotationSourceLogStrategyRangeEndTimestampField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardAnnotationSourceLogStrategyRangeStartTimestampField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardAnnotationSourceMetric

Labels This property is required. List<string>
(List) Labels to display in the annotation.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
MessageTemplate This property is required. string
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
PromqlQueries This property is required. List<GetLogsDashboardAnnotationSourceMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
Strategies This property is required. List<GetLogsDashboardAnnotationSourceMetricStrategy>
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:
Labels This property is required. []string
(List) Labels to display in the annotation.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
MessageTemplate This property is required. string
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
PromqlQueries This property is required. []GetLogsDashboardAnnotationSourceMetricPromqlQuery
(List) PromQL query. Nested schema for promql_query:
Strategies This property is required. []GetLogsDashboardAnnotationSourceMetricStrategy
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:
labels This property is required. List<String>
(List) Labels to display in the annotation.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
messageTemplate This property is required. String
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
promqlQueries This property is required. List<GetLogsDashboardAnnotationSourceMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
strategies This property is required. List<GetLogsDashboardAnnotationSourceMetricStrategy>
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:
labels This property is required. string[]
(List) Labels to display in the annotation.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
messageTemplate This property is required. string
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
promqlQueries This property is required. GetLogsDashboardAnnotationSourceMetricPromqlQuery[]
(List) PromQL query. Nested schema for promql_query:
strategies This property is required. GetLogsDashboardAnnotationSourceMetricStrategy[]
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:
labels This property is required. Sequence[str]
(List) Labels to display in the annotation.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
message_template This property is required. str
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
promql_queries This property is required. Sequence[GetLogsDashboardAnnotationSourceMetricPromqlQuery]
(List) PromQL query. Nested schema for promql_query:
strategies This property is required. Sequence[GetLogsDashboardAnnotationSourceMetricStrategy]
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:
labels This property is required. List<String>
(List) Labels to display in the annotation.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
messageTemplate This property is required. String
(String) Template for the annotation message.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
promqlQueries This property is required. List<Property Map>
(List) PromQL query. Nested schema for promql_query:
strategies This property is required. List<Property Map>
(List) Strategy for turning metrics data into annotations. Nested schema for strategy:

GetLogsDashboardAnnotationSourceMetricPromqlQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardAnnotationSourceMetricStrategy

StartTimeMetrics This property is required. List<GetLogsDashboardAnnotationSourceMetricStrategyStartTimeMetric>
(List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
StartTimeMetrics This property is required. []GetLogsDashboardAnnotationSourceMetricStrategyStartTimeMetric
(List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
startTimeMetrics This property is required. List<GetLogsDashboardAnnotationSourceMetricStrategyStartTimeMetric>
(List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
startTimeMetrics This property is required. GetLogsDashboardAnnotationSourceMetricStrategyStartTimeMetric[]
(List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
start_time_metrics This property is required. Sequence[GetLogsDashboardAnnotationSourceMetricStrategyStartTimeMetric]
(List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:
startTimeMetrics This property is required. List<Property Map>
(List) Take first data point and use its value as annotation timestamp (instead of point own timestamp). Nested schema for start_time_metric:

GetLogsDashboardFilter

Collapsed This property is required. bool
(Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
Enabled This property is required. bool
(Boolean) Indicates if the filter is currently enabled or not.
Sources This property is required. List<GetLogsDashboardFilterSource>
(List) Variable value source. Nested schema for source:
Collapsed This property is required. bool
(Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
Enabled This property is required. bool
(Boolean) Indicates if the filter is currently enabled or not.
Sources This property is required. []GetLogsDashboardFilterSource
(List) Variable value source. Nested schema for source:
collapsed This property is required. Boolean
(Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
enabled This property is required. Boolean
(Boolean) Indicates if the filter is currently enabled or not.
sources This property is required. List<GetLogsDashboardFilterSource>
(List) Variable value source. Nested schema for source:
collapsed This property is required. boolean
(Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
enabled This property is required. boolean
(Boolean) Indicates if the filter is currently enabled or not.
sources This property is required. GetLogsDashboardFilterSource[]
(List) Variable value source. Nested schema for source:
collapsed This property is required. bool
(Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
enabled This property is required. bool
(Boolean) Indicates if the filter is currently enabled or not.
sources This property is required. Sequence[GetLogsDashboardFilterSource]
(List) Variable value source. Nested schema for source:
collapsed This property is required. Boolean
(Boolean) Indicates if the filter's UI representation should be collapsed or expanded.
enabled This property is required. Boolean
(Boolean) Indicates if the filter is currently enabled or not.
sources This property is required. List<Property Map>
(List) Variable value source. Nested schema for source:

GetLogsDashboardFilterSource

Logs This property is required. List<GetLogsDashboardFilterSourceLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardFilterSourceMetric>
(List) Metrics specific query. Nested schema for metrics:
Logs This property is required. []GetLogsDashboardFilterSourceLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardFilterSourceMetric
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<GetLogsDashboardFilterSourceLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardFilterSourceMetric>
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. GetLogsDashboardFilterSourceLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardFilterSourceMetric[]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. Sequence[GetLogsDashboardFilterSourceLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardFilterSourceMetric]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardFilterSourceLog

ObservationFields This property is required. List<GetLogsDashboardFilterSourceLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardFilterSourceLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardFilterSourceLogObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardFilterSourceLogOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardFilterSourceLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardFilterSourceLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardFilterSourceLogObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardFilterSourceLogOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardFilterSourceLogObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardFilterSourceLogOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardFilterSourceLogObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardFilterSourceLogOperator

Equals This property is required. List<GetLogsDashboardFilterSourceLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardFilterSourceLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardFilterSourceLogOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardFilterSourceLogOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardFilterSourceLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardFilterSourceLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardFilterSourceLogOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardFilterSourceLogOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardFilterSourceLogOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardFilterSourceLogOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardFilterSourceLogOperatorEqual

Selections This property is required. List<GetLogsDashboardFilterSourceLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardFilterSourceLogOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardFilterSourceLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardFilterSourceLogOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardFilterSourceLogOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardFilterSourceLogOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardFilterSourceLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardFilterSourceLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardFilterSourceLogOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardFilterSourceLogOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardFilterSourceLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardFilterSourceLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardFilterSourceLogOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardFilterSourceLogOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardFilterSourceLogOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardFilterSourceLogOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardFilterSourceLogOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardFilterSourceLogOperatorNotEqual

Selections This property is required. List<GetLogsDashboardFilterSourceLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardFilterSourceLogOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardFilterSourceLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardFilterSourceLogOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardFilterSourceLogOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardFilterSourceLogOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardFilterSourceLogOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardFilterSourceMetric

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardFilterSourceMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardFilterSourceMetricOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardFilterSourceMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardFilterSourceMetricOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardFilterSourceMetricOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardFilterSourceMetricOperator

Equals This property is required. List<GetLogsDashboardFilterSourceMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardFilterSourceMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardFilterSourceMetricOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardFilterSourceMetricOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardFilterSourceMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardFilterSourceMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardFilterSourceMetricOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardFilterSourceMetricOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardFilterSourceMetricOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardFilterSourceMetricOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardFilterSourceMetricOperatorEqual

Selections This property is required. List<GetLogsDashboardFilterSourceMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardFilterSourceMetricOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardFilterSourceMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardFilterSourceMetricOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardFilterSourceMetricOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardFilterSourceMetricOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardFilterSourceMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardFilterSourceMetricOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardFilterSourceMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardFilterSourceMetricOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardFilterSourceMetricOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardFilterSourceMetricOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardFilterSourceMetricOperatorNotEqual

Selections This property is required. List<GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardFilterSourceMetricOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardFilterSourceMetricOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardFolderId

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardFolderPath

Segments This property is required. List<string>
(List) The segments of the folder path.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
Segments This property is required. []string
(List) The segments of the folder path.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
segments This property is required. List<String>
(List) The segments of the folder path.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
segments This property is required. string[]
(List) The segments of the folder path.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
segments This property is required. Sequence[str]
(List) The segments of the folder path.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
segments This property is required. List<String>
(List) The segments of the folder path.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.

GetLogsDashboardLayout

Sections This property is required. List<GetLogsDashboardLayoutSection>
(List) The sections of the layout.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:
Sections This property is required. []GetLogsDashboardLayoutSection
(List) The sections of the layout.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:
sections This property is required. List<GetLogsDashboardLayoutSection>
(List) The sections of the layout.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:
sections This property is required. GetLogsDashboardLayoutSection[]
(List) The sections of the layout.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:
sections This property is required. Sequence[GetLogsDashboardLayoutSection]
(List) The sections of the layout.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:
sections This property is required. List<Property Map>
(List) The sections of the layout.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for sections:

GetLogsDashboardLayoutSection

Href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Ids This property is required. List<GetLogsDashboardLayoutSectionId>
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
Rows This property is required. List<GetLogsDashboardLayoutSectionRow>
(List) The rows of the section.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:
Href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Ids This property is required. []GetLogsDashboardLayoutSectionId
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
Rows This property is required. []GetLogsDashboardLayoutSectionRow
(List) The rows of the section.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:
href This property is required. String
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. List<GetLogsDashboardLayoutSectionId>
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
rows This property is required. List<GetLogsDashboardLayoutSectionRow>
(List) The rows of the section.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:
href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. GetLogsDashboardLayoutSectionId[]
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
rows This property is required. GetLogsDashboardLayoutSectionRow[]
(List) The rows of the section.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:
href This property is required. str
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. Sequence[GetLogsDashboardLayoutSectionId]
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
rows This property is required. Sequence[GetLogsDashboardLayoutSectionRow]
(List) The rows of the section.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:
href This property is required. String
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. List<Property Map>
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
rows This property is required. List<Property Map>
(List) The rows of the section.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for rows:

GetLogsDashboardLayoutSectionId

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRow

Appearances This property is required. List<GetLogsDashboardLayoutSectionRowAppearance>
(List) The appearance of the row, such as height. Nested schema for appearance:
Href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Ids This property is required. List<GetLogsDashboardLayoutSectionRowId>
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
Widgets This property is required. List<GetLogsDashboardLayoutSectionRowWidget>
(List) The widgets of the row.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:
Appearances This property is required. []GetLogsDashboardLayoutSectionRowAppearance
(List) The appearance of the row, such as height. Nested schema for appearance:
Href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Ids This property is required. []GetLogsDashboardLayoutSectionRowId
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
Widgets This property is required. []GetLogsDashboardLayoutSectionRowWidget
(List) The widgets of the row.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:
appearances This property is required. List<GetLogsDashboardLayoutSectionRowAppearance>
(List) The appearance of the row, such as height. Nested schema for appearance:
href This property is required. String
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. List<GetLogsDashboardLayoutSectionRowId>
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
widgets This property is required. List<GetLogsDashboardLayoutSectionRowWidget>
(List) The widgets of the row.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:
appearances This property is required. GetLogsDashboardLayoutSectionRowAppearance[]
(List) The appearance of the row, such as height. Nested schema for appearance:
href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. GetLogsDashboardLayoutSectionRowId[]
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
widgets This property is required. GetLogsDashboardLayoutSectionRowWidget[]
(List) The widgets of the row.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:
appearances This property is required. Sequence[GetLogsDashboardLayoutSectionRowAppearance]
(List) The appearance of the row, such as height. Nested schema for appearance:
href This property is required. str
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. Sequence[GetLogsDashboardLayoutSectionRowId]
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
widgets This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidget]
(List) The widgets of the row.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:
appearances This property is required. List<Property Map>
(List) The appearance of the row, such as height. Nested schema for appearance:
href This property is required. String
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. List<Property Map>
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
widgets This property is required. List<Property Map>
(List) The widgets of the row.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for widgets:

GetLogsDashboardLayoutSectionRowAppearance

Height This property is required. double
(Integer) The height of the row.
Height This property is required. float64
(Integer) The height of the row.
height This property is required. Double
(Integer) The height of the row.
height This property is required. number
(Integer) The height of the row.
height This property is required. float
(Integer) The height of the row.
height This property is required. Number
(Integer) The height of the row.

GetLogsDashboardLayoutSectionRowId

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidget

CreatedAt This property is required. string
(String) Creation timestamp.
Definitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinition>
(List) Definition. Nested schema for definition:
Description This property is required. string
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Ids This property is required. List<GetLogsDashboardLayoutSectionRowWidgetId>
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
Title This property is required. string
(String) Widget title.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
UpdatedAt This property is required. string
(String) Last update timestamp.
CreatedAt This property is required. string
(String) Creation timestamp.
Definitions This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinition
(List) Definition. Nested schema for definition:
Description This property is required. string
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Ids This property is required. []GetLogsDashboardLayoutSectionRowWidgetId
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
Title This property is required. string
(String) Widget title.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
UpdatedAt This property is required. string
(String) Last update timestamp.
createdAt This property is required. String
(String) Creation timestamp.
definitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinition>
(List) Definition. Nested schema for definition:
description This property is required. String
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
href This property is required. String
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. List<GetLogsDashboardLayoutSectionRowWidgetId>
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
title This property is required. String
(String) Widget title.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
updatedAt This property is required. String
(String) Last update timestamp.
createdAt This property is required. string
(String) Creation timestamp.
definitions This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinition[]
(List) Definition. Nested schema for definition:
description This property is required. string
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
href This property is required. string
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. GetLogsDashboardLayoutSectionRowWidgetId[]
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
title This property is required. string
(String) Widget title.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
updatedAt This property is required. string
(String) Last update timestamp.
created_at This property is required. str
(String) Creation timestamp.
definitions This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinition]
(List) Definition. Nested schema for definition:
description This property is required. str
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
href This property is required. str
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetId]
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
title This property is required. str
(String) Widget title.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
updated_at This property is required. str
(String) Last update timestamp.
createdAt This property is required. String
(String) Creation timestamp.
definitions This property is required. List<Property Map>
(List) Definition. Nested schema for definition:
description This property is required. String
(String) Widget description.

  • Constraints: The maximum length is 200 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
href This property is required. String
(String) Widget identifier within the dashboard.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ids This property is required. List<Property Map>
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
title This property is required. String
(String) Widget title.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
updatedAt This property is required. String
(String) Last update timestamp.

GetLogsDashboardLayoutSectionRowWidgetDefinition

BarCharts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart>
(List) Bar chart widget. Nested schema for bar_chart:
DataTables This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable>
(List) Data table widget. Nested schema for data_table:
Gauges This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge>
(List) Gauge widget. Nested schema for gauge:
HorizontalBarCharts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart>
(List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
LineCharts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart>
(List) Line chart widget. Nested schema for line_chart:
Markdowns This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown>
(List) Markdown widget. Nested schema for markdown:
PieCharts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart>
(List) Pie chart widget. Nested schema for pie_chart:
BarCharts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart
(List) Bar chart widget. Nested schema for bar_chart:
DataTables This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable
(List) Data table widget. Nested schema for data_table:
Gauges This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge
(List) Gauge widget. Nested schema for gauge:
HorizontalBarCharts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart
(List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
LineCharts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart
(List) Line chart widget. Nested schema for line_chart:
Markdowns This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown
(List) Markdown widget. Nested schema for markdown:
PieCharts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart
(List) Pie chart widget. Nested schema for pie_chart:
barCharts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart>
(List) Bar chart widget. Nested schema for bar_chart:
dataTables This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable>
(List) Data table widget. Nested schema for data_table:
gauges This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge>
(List) Gauge widget. Nested schema for gauge:
horizontalBarCharts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart>
(List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
lineCharts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart>
(List) Line chart widget. Nested schema for line_chart:
markdowns This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown>
(List) Markdown widget. Nested schema for markdown:
pieCharts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart>
(List) Pie chart widget. Nested schema for pie_chart:
barCharts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart[]
(List) Bar chart widget. Nested schema for bar_chart:
dataTables This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable[]
(List) Data table widget. Nested schema for data_table:
gauges This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge[]
(List) Gauge widget. Nested schema for gauge:
horizontalBarCharts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart[]
(List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
lineCharts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart[]
(List) Line chart widget. Nested schema for line_chart:
markdowns This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown[]
(List) Markdown widget. Nested schema for markdown:
pieCharts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart[]
(List) Pie chart widget. Nested schema for pie_chart:
bar_charts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart]
(List) Bar chart widget. Nested schema for bar_chart:
data_tables This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable]
(List) Data table widget. Nested schema for data_table:
gauges This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge]
(List) Gauge widget. Nested schema for gauge:
horizontal_bar_charts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart]
(List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
line_charts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart]
(List) Line chart widget. Nested schema for line_chart:
markdowns This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown]
(List) Markdown widget. Nested schema for markdown:
pie_charts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart]
(List) Pie chart widget. Nested schema for pie_chart:
barCharts This property is required. List<Property Map>
(List) Bar chart widget. Nested schema for bar_chart:
dataTables This property is required. List<Property Map>
(List) Data table widget. Nested schema for data_table:
gauges This property is required. List<Property Map>
(List) Gauge widget. Nested schema for gauge:
horizontalBarCharts This property is required. List<Property Map>
(List) Horizontal bar chart widget. Nested schema for horizontal_bar_chart:
lineCharts This property is required. List<Property Map>
(List) Line chart widget. Nested schema for line_chart:
markdowns This property is required. List<Property Map>
(List) Markdown widget. Nested schema for markdown:
pieCharts This property is required. List<Property Map>
(List) Pie chart widget. Nested schema for pie_chart:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChart

ColorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ColorsBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy>
(List) Coloring mode. Nested schema for colors_by:
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
GroupNameTemplate This property is required. string
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
MaxBarsPerChart This property is required. double
(Integer) Maximum number of bars to display in the chart.
Queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
ScaleType This property is required. string
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
SortBy This property is required. string
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
StackDefinitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition>
(List) Stack definition. Nested schema for stack_definition:
Unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
XAxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis>
(List) X axis mode. Nested schema for x_axis:
ColorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ColorsBies This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy
(List) Coloring mode. Nested schema for colors_by:
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
GroupNameTemplate This property is required. string
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
MaxBarsPerChart This property is required. float64
(Integer) Maximum number of bars to display in the chart.
Queries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
ScaleType This property is required. string
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
SortBy This property is required. string
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
StackDefinitions This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition
(List) Stack definition. Nested schema for stack_definition:
Unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
XAxes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis
(List) X axis mode. Nested schema for x_axis:
colorScheme This property is required. String
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
colorsBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy>
(List) Coloring mode. Nested schema for colors_by:
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
groupNameTemplate This property is required. String
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxBarsPerChart This property is required. Double
(Integer) Maximum number of bars to display in the chart.
queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
scaleType This property is required. String
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
sortBy This property is required. String
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
stackDefinitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition>
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. String
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
xAxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis>
(List) X axis mode. Nested schema for x_axis:
colorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
colorsBies This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy[]
(List) Coloring mode. Nested schema for colors_by:
dataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
groupNameTemplate This property is required. string
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxBarsPerChart This property is required. number
(Integer) Maximum number of bars to display in the chart.
queries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery[]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
scaleType This property is required. string
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
sortBy This property is required. string
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
stackDefinitions This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition[]
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
xAxes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis[]
(List) X axis mode. Nested schema for x_axis:
color_scheme This property is required. str
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
colors_bies This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy]
(List) Coloring mode. Nested schema for colors_by:
data_mode_type This property is required. str
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
group_name_template This property is required. str
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
max_bars_per_chart This property is required. float
(Integer) Maximum number of bars to display in the chart.
queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
scale_type This property is required. str
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
sort_by This property is required. str
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
stack_definitions This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition]
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. str
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
x_axes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis]
(List) X axis mode. Nested schema for x_axis:
colorScheme This property is required. String
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
colorsBies This property is required. List<Property Map>
(List) Coloring mode. Nested schema for colors_by:
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
groupNameTemplate This property is required. String
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxBarsPerChart This property is required. Number
(Integer) Maximum number of bars to display in the chart.
queries This property is required. List<Property Map>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
scaleType This property is required. String
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
sortBy This property is required. String
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
stackDefinitions This property is required. List<Property Map>
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. String
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
xAxes This property is required. List<Property Map>
(List) X axis mode. Nested schema for x_axis:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsBy

Aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByAggregation>
(List) Aggregations. Nested schema for aggregation:
GroupBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByGroupBy>
(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 is 4096 items. The minimum length is 0 items.
Stacks This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByStack>
(List) Each stack will have the same color across all groups. Nested schema for stack:
Aggregations This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByAggregation
(List) Aggregations. Nested schema for aggregation:
GroupBies This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByGroupBy
(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 is 4096 items. The minimum length is 0 items.
Stacks This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByStack
(List) Each stack will have the same color across all groups. Nested schema for stack:
aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByAggregation>
(List) Aggregations. Nested schema for aggregation:
groupBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByGroupBy>
(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 is 4096 items. The minimum length is 0 items.
stacks This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByStack>
(List) Each stack will have the same color across all groups. Nested schema for stack:
aggregations This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByAggregation[]
(List) Aggregations. Nested schema for aggregation:
groupBies This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByGroupBy[]
(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 is 4096 items. The minimum length is 0 items.
stacks This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByStack[]
(List) Each stack will have the same color across all groups. Nested schema for stack:
aggregations This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByAggregation]
(List) Aggregations. Nested schema for aggregation:
group_bies This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByGroupBy]
(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 is 4096 items. The minimum length is 0 items.
stacks This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartColorsByStack]
(List) Each stack will have the same color across all groups. Nested schema for stack:
aggregations This property is required. List<Property Map>
(List) Aggregations. Nested schema for aggregation:
groupBies This property is required. List<Property Map>
(List) Group by fields (deprecated).

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
stacks This property is required. List<Property Map>
(List) Each stack will have the same color across all groups. Nested schema for stack:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQuery

Dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
Dataprimes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime[]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric[]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<Property Map>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprime

DataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. List<string>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
DataprimeQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. []string
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprimeQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery[]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. string[]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprime_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
group_names This property is required. Sequence[str]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stacked_group_name This property is required. str
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprimeQueries This property is required. List<Property Map>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeDataprimeQuery

Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. str
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilter

Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetric
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetric[]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetric]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLog

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetric

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLog

Aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation>
(List) Aggregations. Nested schema for aggregation:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNamesFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField>
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
LuceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
StackedGroupNameFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField>
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
Aggregations This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation
(List) Aggregations. Nested schema for aggregation:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNamesFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
LuceneQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery
(List) Lucene query. Nested schema for lucene_query:
StackedGroupNameFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation>
(List) Aggregations. Nested schema for aggregation:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNamesFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField>
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
luceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
stackedGroupNameFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField>
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation[]
(List) Aggregations. Nested schema for aggregation:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNamesFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField[]
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
luceneQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery[]
(List) Lucene query. Nested schema for lucene_query:
stackedGroupNameFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField[]
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation]
(List) Aggregations. Nested schema for aggregation:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
group_names_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField]
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
lucene_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery]
(List) Lucene query. Nested schema for lucene_query:
stacked_group_name_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField]
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. List<Property Map>
(List) Aggregations. Nested schema for aggregation:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNamesFields This property is required. List<Property Map>
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
luceneQueries This property is required. List<Property Map>
(List) Lucene query. Nested schema for lucene_query:
stackedGroupNameFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregation

Averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCount>
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum>
(List) Sum values of log field. Nested schema for sum:
Averages This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCount
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCount>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum>
(List) Sum values of log field. Nested schema for sum:
averages This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage[]
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct[]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCount[]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis[]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin[]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile[]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum[]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage]
(List) Calculate average value of log field. Nested schema for average:
count_distincts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCount]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<Property Map>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<Property Map>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<Property Map>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<Property Map>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<Property Map>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<Property Map>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<Property Map>
(List) Sum values of log field. Nested schema for sum:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverage

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationAverageObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinct

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinctObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinctObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinctObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationCountDistinctObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxis

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMaxisObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMin

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationMinObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentile

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. double
(Float) Value in range (0, 100].
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. float64
(Float) Value in range (0, 100].
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Double
(Float) Value in range (0, 100].
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. number
(Float) Value in range (0, 100].
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. float
(Float) Value in range (0, 100].
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Number
(Float) Value in range (0, 100].

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationPercentileObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSum

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogAggregationSumObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilter

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogGroupNamesField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogLuceneQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryLogStackedGroupNameField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetric

Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. List<string>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
PromqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. []string
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
PromqlQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery
(List) PromQL query. Nested schema for promql_query:
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. string[]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promqlQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery[]
(List) PromQL query. Nested schema for promql_query:
stackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
group_names This property is required. Sequence[str]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promql_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery]
(List) PromQL query. Nested schema for promql_query:
stacked_group_name This property is required. str
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promqlQueries This property is required. List<Property Map>
(List) PromQL query. Nested schema for promql_query:
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilter

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartQueryMetricPromqlQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartStackDefinition

MaxSlicesPerBar This property is required. double
(Integer) Maximum number of slices per bar.
StackNameTemplate This property is required. string
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
MaxSlicesPerBar This property is required. float64
(Integer) Maximum number of slices per bar.
StackNameTemplate This property is required. string
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxSlicesPerBar This property is required. Double
(Integer) Maximum number of slices per bar.
stackNameTemplate This property is required. String
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxSlicesPerBar This property is required. number
(Integer) Maximum number of slices per bar.
stackNameTemplate This property is required. string
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
max_slices_per_bar This property is required. float
(Integer) Maximum number of slices per bar.
stack_name_template This property is required. str
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxSlicesPerBar This property is required. Number
(Integer) Maximum number of slices per bar.
stackNameTemplate This property is required. String
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxis

Times This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime>
(List) Time based axis. Nested schema for time:
Values This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisValue>
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Times This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime
(List) Time based axis. Nested schema for time:
Values This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisValue
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
times This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime>
(List) Time based axis. Nested schema for time:
values This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisValue>
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
times This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime[]
(List) Time based axis. Nested schema for time:
values This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisValue[]
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
times This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime]
(List) Time based axis. Nested schema for time:
values This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisValue]
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
times This property is required. List<Property Map>
(List) Time based axis. Nested schema for time:
values This property is required. List<Property Map>
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionBarChartXAxisTime

BucketsPresented This property is required. double
(Integer) Maximum number of data points to fetch.
Interval This property is required. string
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
BucketsPresented This property is required. float64
(Integer) Maximum number of data points to fetch.
Interval This property is required. string
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
bucketsPresented This property is required. Double
(Integer) Maximum number of data points to fetch.
interval This property is required. String
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
bucketsPresented This property is required. number
(Integer) Maximum number of data points to fetch.
interval This property is required. string
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
buckets_presented This property is required. float
(Integer) Maximum number of data points to fetch.
interval This property is required. str
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
bucketsPresented This property is required. Number
(Integer) Maximum number of data points to fetch.
interval This property is required. String
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTable

Columns This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn>
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
OrderBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy>
(List) Column used for ordering the results. Nested schema for order_by:
Queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
ResultsPerPage This property is required. double
(Integer) Number of results per page.
RowStyle This property is required. string
(String) Display style for table rows.

  • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.
Columns This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
OrderBies This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy
(List) Column used for ordering the results. Nested schema for order_by:
Queries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
ResultsPerPage This property is required. float64
(Integer) Number of results per page.
RowStyle This property is required. string
(String) Display style for table rows.

  • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.
columns This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn>
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
orderBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy>
(List) Column used for ordering the results. Nested schema for order_by:
queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
resultsPerPage This property is required. Double
(Integer) Number of results per page.
rowStyle This property is required. String
(String) Display style for table rows.

  • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.
columns This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn[]
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
dataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
orderBies This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy[]
(List) Column used for ordering the results. Nested schema for order_by:
queries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery[]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
resultsPerPage This property is required. number
(Integer) Number of results per page.
rowStyle This property is required. string
(String) Display style for table rows.

  • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.
columns This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn]
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
data_mode_type This property is required. str
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
order_bies This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy]
(List) Column used for ordering the results. Nested schema for order_by:
queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
results_per_page This property is required. float
(Integer) Number of results per page.
row_style This property is required. str
(String) Display style for table rows.

  • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.
columns This property is required. List<Property Map>
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
orderBies This property is required. List<Property Map>
(List) Column used for ordering the results. Nested schema for order_by:
queries This property is required. List<Property Map>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
resultsPerPage This property is required. Number
(Integer) Number of results per page.
rowStyle This property is required. String
(String) Display style for table rows.

  • Constraints: Allowable values are: unspecified, one_line, two_line, condensed, json, list.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableColumn

Field This property is required. string
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Width This property is required. double
(Integer) Column width.
Field This property is required. string
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Width This property is required. float64
(Integer) Column width.
field This property is required. String
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
width This property is required. Double
(Integer) Column width.
field This property is required. string
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
width This property is required. number
(Integer) Column width.
field This property is required. str
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
width This property is required. float
(Integer) Column width.
field This property is required. String
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
width This property is required. Number
(Integer) Column width.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableOrderBy

Field This property is required. string
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
OrderDirection This property is required. string
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.
Field This property is required. string
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
OrderDirection This property is required. string
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.
field This property is required. String
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
orderDirection This property is required. String
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.
field This property is required. string
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
orderDirection This property is required. string
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.
field This property is required. str
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
order_direction This property is required. str
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.
field This property is required. String
(String) The field to order by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
orderDirection This property is required. String
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQuery

Dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
Dataprimes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime[]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric[]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<Property Map>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprime

DataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
DataprimeQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprimeQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery[]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprime_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprimeQueries This property is required. List<Property Map>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeDataprimeQuery

Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. str
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilter

Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetric
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetric[]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetric]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLog

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterLogOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetric

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryDataprimeFilterMetricOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLog

Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
Groupings This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping>
(List) Grouping and aggregation. Nested schema for grouping:
LuceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
Groupings This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping
(List) Grouping and aggregation. Nested schema for grouping:
LuceneQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery
(List) Lucene query. Nested schema for lucene_query:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupings This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping>
(List) Grouping and aggregation. Nested schema for grouping:
luceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupings This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping[]
(List) Grouping and aggregation. Nested schema for grouping:
luceneQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery[]
(List) Lucene query. Nested schema for lucene_query:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupings This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping]
(List) Grouping and aggregation. Nested schema for grouping:
lucene_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery]
(List) Lucene query. Nested schema for lucene_query:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupings This property is required. List<Property Map>
(List) Grouping and aggregation. Nested schema for grouping:
luceneQueries This property is required. List<Property Map>
(List) Lucene query. Nested schema for lucene_query:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilter

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGrouping

Aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation>
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
GroupBys This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy>
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
Aggregations This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
GroupBys This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation>
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
groupBys This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy>
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
aggregations This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation[]
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
groupBys This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy[]
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
aggregations This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation]
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
group_bys This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy]
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
aggregations This property is required. List<Property Map>
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
groupBys This property is required. List<Property Map>
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregation

Aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation>
(List) Aggregations. Nested schema for aggregation:
Id This property is required. string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
IsVisible This property is required. bool
(Boolean) Controls whether to show the label.
Name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Aggregations This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation
(List) Aggregations. Nested schema for aggregation:
Id This property is required. string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
IsVisible This property is required. bool
(Boolean) Controls whether to show the label.
Name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation>
(List) Aggregations. Nested schema for aggregation:
id This property is required. String
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
isVisible This property is required. Boolean
(Boolean) Controls whether to show the label.
name This property is required. String
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
aggregations This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation[]
(List) Aggregations. Nested schema for aggregation:
id This property is required. string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
isVisible This property is required. boolean
(Boolean) Controls whether to show the label.
name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
aggregations This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation]
(List) Aggregations. Nested schema for aggregation:
id This property is required. str
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
is_visible This property is required. bool
(Boolean) Controls whether to show the label.
name This property is required. str
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
aggregations This property is required. List<Property Map>
(List) Aggregations. Nested schema for aggregation:
id This property is required. String
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
isVisible This property is required. Boolean
(Boolean) Controls whether to show the label.
name This property is required. String
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregation

Averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCount>
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum>
(List) Sum values of log field. Nested schema for sum:
Averages This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCount
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCount>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum>
(List) Sum values of log field. Nested schema for sum:
averages This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage[]
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct[]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCount[]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis[]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin[]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile[]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum[]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage]
(List) Calculate average value of log field. Nested schema for average:
count_distincts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCount]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<Property Map>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<Property Map>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<Property Map>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<Property Map>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<Property Map>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<Property Map>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<Property Map>
(List) Sum values of log field. Nested schema for sum:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverage

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverageObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverageObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverageObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationAverageObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinct

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinctObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinctObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinctObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationCountDistinctObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxis

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxisObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxisObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxisObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMaxisObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMin

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMinObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMinObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMinObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationMinObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentile

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. double
(Float) Value in range (0, 100].
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. float64
(Float) Value in range (0, 100].
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Double
(Float) Value in range (0, 100].
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. number
(Float) Value in range (0, 100].
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. float
(Float) Value in range (0, 100].
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Number
(Float) Value in range (0, 100].

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationPercentileObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSum

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSumObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSumObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSumObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingAggregationAggregationSumObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogGroupingGroupBy

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryLogLuceneQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetric

Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
PromqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
PromqlQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery
(List) PromQL query. Nested schema for promql_query:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promqlQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery[]
(List) PromQL query. Nested schema for promql_query:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promql_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery]
(List) PromQL query. Nested schema for promql_query:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promqlQueries This property is required. List<Property Map>
(List) PromQL query. Nested schema for promql_query:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilter

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionDataTableQueryMetricPromqlQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGauge

DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
Max This property is required. double
(List) Calculate maximum value of log field. Nested schema for max:
Min This property is required. double
(List) Calculate minimum value of log field. Nested schema for min:
Queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
ShowInnerArc This property is required. bool
(Boolean) Show inner arc (styling).
ShowOuterArc This property is required. bool
(Boolean) Show outer arc (styling).
ThresholdBy This property is required. string
(String) What threshold color should be applied to: value or background.

  • Constraints: Allowable values are: unspecified, value, background.
Thresholds This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold>
(List) Thresholds for the gauge, values at which the gauge changes color.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
Unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
Max This property is required. float64
(List) Calculate maximum value of log field. Nested schema for max:
Min This property is required. float64
(List) Calculate minimum value of log field. Nested schema for min:
Queries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
ShowInnerArc This property is required. bool
(Boolean) Show inner arc (styling).
ShowOuterArc This property is required. bool
(Boolean) Show outer arc (styling).
ThresholdBy This property is required. string
(String) What threshold color should be applied to: value or background.

  • Constraints: Allowable values are: unspecified, value, background.
Thresholds This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold
(List) Thresholds for the gauge, values at which the gauge changes color.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
Unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
max This property is required. Double
(List) Calculate maximum value of log field. Nested schema for max:
min This property is required. Double
(List) Calculate minimum value of log field. Nested schema for min:
queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
showInnerArc This property is required. Boolean
(Boolean) Show inner arc (styling).
showOuterArc This property is required. Boolean
(Boolean) Show outer arc (styling).
thresholdBy This property is required. String
(String) What threshold color should be applied to: value or background.

  • Constraints: Allowable values are: unspecified, value, background.
thresholds This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold>
(List) Thresholds for the gauge, values at which the gauge changes color.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
unit This property is required. String
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
dataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
max This property is required. number
(List) Calculate maximum value of log field. Nested schema for max:
min This property is required. number
(List) Calculate minimum value of log field. Nested schema for min:
queries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery[]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
showInnerArc This property is required. boolean
(Boolean) Show inner arc (styling).
showOuterArc This property is required. boolean
(Boolean) Show outer arc (styling).
thresholdBy This property is required. string
(String) What threshold color should be applied to: value or background.

  • Constraints: Allowable values are: unspecified, value, background.
thresholds This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold[]
(List) Thresholds for the gauge, values at which the gauge changes color.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
data_mode_type This property is required. str
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
max This property is required. float
(List) Calculate maximum value of log field. Nested schema for max:
min This property is required. float
(List) Calculate minimum value of log field. Nested schema for min:
queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
show_inner_arc This property is required. bool
(Boolean) Show inner arc (styling).
show_outer_arc This property is required. bool
(Boolean) Show outer arc (styling).
threshold_by This property is required. str
(String) What threshold color should be applied to: value or background.

  • Constraints: Allowable values are: unspecified, value, background.
thresholds This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold]
(List) Thresholds for the gauge, values at which the gauge changes color.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
unit This property is required. str
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
max This property is required. Number
(List) Calculate maximum value of log field. Nested schema for max:
min This property is required. Number
(List) Calculate minimum value of log field. Nested schema for min:
queries This property is required. List<Property Map>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
showInnerArc This property is required. Boolean
(Boolean) Show inner arc (styling).
showOuterArc This property is required. Boolean
(Boolean) Show outer arc (styling).
thresholdBy This property is required. String
(String) What threshold color should be applied to: value or background.

  • Constraints: Allowable values are: unspecified, value, background.
thresholds This property is required. List<Property Map>
(List) Thresholds for the gauge, values at which the gauge changes color.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for thresholds:
unit This property is required. String
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQuery

Dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
Dataprimes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime[]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric[]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<Property Map>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprime

DataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
DataprimeQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprimeQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery[]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprime_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprimeQueries This property is required. List<Property Map>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeDataprimeQuery

Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. str
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilter

Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetric
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetric[]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetric]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLog

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterLogOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetric

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryDataprimeFilterMetricOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLog

Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
LogsAggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation>
(List) Aggregations. Nested schema for logs_aggregation:
LuceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
LogsAggregations This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation
(List) Aggregations. Nested schema for logs_aggregation:
LuceneQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery
(List) Lucene query. Nested schema for lucene_query:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
logsAggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation>
(List) Aggregations. Nested schema for logs_aggregation:
luceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
logsAggregations This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation[]
(List) Aggregations. Nested schema for logs_aggregation:
luceneQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery[]
(List) Lucene query. Nested schema for lucene_query:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
logs_aggregations This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation]
(List) Aggregations. Nested schema for logs_aggregation:
lucene_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery]
(List) Lucene query. Nested schema for lucene_query:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
logsAggregations This property is required. List<Property Map>
(List) Aggregations. Nested schema for logs_aggregation:
luceneQueries This property is required. List<Property Map>
(List) Lucene query. Nested schema for lucene_query:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilter

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregation

Averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCount>
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum>
(List) Sum values of log field. Nested schema for sum:
Averages This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCount
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCount>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum>
(List) Sum values of log field. Nested schema for sum:
averages This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage[]
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct[]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCount[]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis[]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin[]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile[]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum[]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage]
(List) Calculate average value of log field. Nested schema for average:
count_distincts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCount]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<Property Map>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<Property Map>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<Property Map>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<Property Map>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<Property Map>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<Property Map>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<Property Map>
(List) Sum values of log field. Nested schema for sum:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverage

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationAverageObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinct

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinctObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinctObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinctObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationCountDistinctObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxis

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMaxisObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMin

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationMinObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentile

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. double
(Float) Value in range (0, 100].
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. float64
(Float) Value in range (0, 100].
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Double
(Float) Value in range (0, 100].
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. number
(Float) Value in range (0, 100].
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. float
(Float) Value in range (0, 100].
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Number
(Float) Value in range (0, 100].

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationPercentileObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSum

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLogsAggregationSumObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryLogLuceneQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetric

Aggregation This property is required. string
(List) Aggregations. Nested schema for aggregation:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
PromqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
Aggregation This property is required. string
(List) Aggregations. Nested schema for aggregation:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
PromqlQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery
(List) PromQL query. Nested schema for promql_query:
aggregation This property is required. String
(List) Aggregations. Nested schema for aggregation:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
aggregation This property is required. string
(List) Aggregations. Nested schema for aggregation:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promqlQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery[]
(List) PromQL query. Nested schema for promql_query:
aggregation This property is required. str
(List) Aggregations. Nested schema for aggregation:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promql_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery]
(List) PromQL query. Nested schema for promql_query:
aggregation This property is required. String
(List) Aggregations. Nested schema for aggregation:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promqlQueries This property is required. List<Property Map>
(List) PromQL query. Nested schema for promql_query:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilter

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeQueryMetricPromqlQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionGaugeThreshold

Color This property is required. string
(String) Color.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
From This property is required. double
(Float) Value at which the color should change.
Color This property is required. string
(String) Color.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
From This property is required. float64
(Float) Value at which the color should change.
color This property is required. String
(String) Color.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
from This property is required. Double
(Float) Value at which the color should change.
color This property is required. string
(String) Color.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
from This property is required. number
(Float) Value at which the color should change.
color This property is required. str
(String) Color.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
from_ This property is required. float
(Float) Value at which the color should change.
color This property is required. String
(String) Color.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
from This property is required. Number
(Float) Value at which the color should change.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChart

ColorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ColorsBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy>
(List) Coloring mode. Nested schema for colors_by:
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
DisplayOnBar This property is required. bool
(Boolean) Whether to display values on the bars.
GroupNameTemplate This property is required. string
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
MaxBarsPerChart This property is required. double
(Integer) Maximum number of bars to display in the chart.
Queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
ScaleType This property is required. string
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
SortBy This property is required. string
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
StackDefinitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition>
(List) Stack definition. Nested schema for stack_definition:
Unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
YAxisViewBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy>
(List) Y-axis view mode. Nested schema for y_axis_view_by:
ColorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
ColorsBies This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy
(List) Coloring mode. Nested schema for colors_by:
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
DisplayOnBar This property is required. bool
(Boolean) Whether to display values on the bars.
GroupNameTemplate This property is required. string
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
MaxBarsPerChart This property is required. float64
(Integer) Maximum number of bars to display in the chart.
Queries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
ScaleType This property is required. string
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
SortBy This property is required. string
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
StackDefinitions This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition
(List) Stack definition. Nested schema for stack_definition:
Unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
YAxisViewBies This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy
(List) Y-axis view mode. Nested schema for y_axis_view_by:
colorScheme This property is required. String
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
colorsBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy>
(List) Coloring mode. Nested schema for colors_by:
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
displayOnBar This property is required. Boolean
(Boolean) Whether to display values on the bars.
groupNameTemplate This property is required. String
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxBarsPerChart This property is required. Double
(Integer) Maximum number of bars to display in the chart.
queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
scaleType This property is required. String
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
sortBy This property is required. String
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
stackDefinitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition>
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. String
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
yAxisViewBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy>
(List) Y-axis view mode. Nested schema for y_axis_view_by:
colorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
colorsBies This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy[]
(List) Coloring mode. Nested schema for colors_by:
dataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
displayOnBar This property is required. boolean
(Boolean) Whether to display values on the bars.
groupNameTemplate This property is required. string
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxBarsPerChart This property is required. number
(Integer) Maximum number of bars to display in the chart.
queries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery[]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
scaleType This property is required. string
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
sortBy This property is required. string
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
stackDefinitions This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition[]
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
yAxisViewBies This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy[]
(List) Y-axis view mode. Nested schema for y_axis_view_by:
color_scheme This property is required. str
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
colors_bies This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy]
(List) Coloring mode. Nested schema for colors_by:
data_mode_type This property is required. str
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
display_on_bar This property is required. bool
(Boolean) Whether to display values on the bars.
group_name_template This property is required. str
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
max_bars_per_chart This property is required. float
(Integer) Maximum number of bars to display in the chart.
queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
scale_type This property is required. str
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
sort_by This property is required. str
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
stack_definitions This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition]
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. str
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
y_axis_view_bies This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy]
(List) Y-axis view mode. Nested schema for y_axis_view_by:
colorScheme This property is required. String
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
colorsBies This property is required. List<Property Map>
(List) Coloring mode. Nested schema for colors_by:
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
displayOnBar This property is required. Boolean
(Boolean) Whether to display values on the bars.
groupNameTemplate This property is required. String
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxBarsPerChart This property is required. Number
(Integer) Maximum number of bars to display in the chart.
queries This property is required. List<Property Map>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
scaleType This property is required. String
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
sortBy This property is required. String
(String) Sorting mode.

  • Constraints: Allowable values are: unspecified, value, name.
stackDefinitions This property is required. List<Property Map>
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. String
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
yAxisViewBies This property is required. List<Property Map>
(List) Y-axis view mode. Nested schema for y_axis_view_by:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsBy

Aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByAggregation>
(List) Aggregations. Nested schema for aggregation:
GroupBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByGroupBy>
(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 is 4096 items. The minimum length is 0 items.
Stacks This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByStack>
(List) Each stack will have the same color across all groups. Nested schema for stack:
Aggregations This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByAggregation
(List) Aggregations. Nested schema for aggregation:
GroupBies This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByGroupBy
(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 is 4096 items. The minimum length is 0 items.
Stacks This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByStack
(List) Each stack will have the same color across all groups. Nested schema for stack:
aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByAggregation>
(List) Aggregations. Nested schema for aggregation:
groupBies This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByGroupBy>
(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 is 4096 items. The minimum length is 0 items.
stacks This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByStack>
(List) Each stack will have the same color across all groups. Nested schema for stack:
aggregations This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByAggregation[]
(List) Aggregations. Nested schema for aggregation:
groupBies This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByGroupBy[]
(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 is 4096 items. The minimum length is 0 items.
stacks This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByStack[]
(List) Each stack will have the same color across all groups. Nested schema for stack:
aggregations This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByAggregation]
(List) Aggregations. Nested schema for aggregation:
group_bies This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByGroupBy]
(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 is 4096 items. The minimum length is 0 items.
stacks This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartColorsByStack]
(List) Each stack will have the same color across all groups. Nested schema for stack:
aggregations This property is required. List<Property Map>
(List) Aggregations. Nested schema for aggregation:
groupBies This property is required. List<Property Map>
(List) Group by fields (deprecated).

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
stacks This property is required. List<Property Map>
(List) Each stack will have the same color across all groups. Nested schema for stack:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQuery

Dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
Dataprimes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime[]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric[]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<Property Map>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprime

DataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. List<string>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
DataprimeQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. []string
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprimeQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery[]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. string[]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprime_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
group_names This property is required. Sequence[str]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stacked_group_name This property is required. str
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprimeQueries This property is required. List<Property Map>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeDataprimeQuery

Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. str
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilter

Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetric
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetric[]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetric]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLog

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterLogOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetric

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLog

Aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation>
(List) Aggregations. Nested schema for aggregation:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNamesFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField>
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
LuceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
StackedGroupNameFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField>
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
Aggregations This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation
(List) Aggregations. Nested schema for aggregation:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNamesFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
LuceneQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery
(List) Lucene query. Nested schema for lucene_query:
StackedGroupNameFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation>
(List) Aggregations. Nested schema for aggregation:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNamesFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField>
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
luceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
stackedGroupNameFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField>
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation[]
(List) Aggregations. Nested schema for aggregation:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNamesFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField[]
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
luceneQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery[]
(List) Lucene query. Nested schema for lucene_query:
stackedGroupNameFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField[]
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation]
(List) Aggregations. Nested schema for aggregation:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
group_names_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField]
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
lucene_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery]
(List) Lucene query. Nested schema for lucene_query:
stacked_group_name_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField]
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. List<Property Map>
(List) Aggregations. Nested schema for aggregation:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNamesFields This property is required. List<Property Map>
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
luceneQueries This property is required. List<Property Map>
(List) Lucene query. Nested schema for lucene_query:
stackedGroupNameFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregation

Averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCount>
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum>
(List) Sum values of log field. Nested schema for sum:
Averages This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCount
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCount>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum>
(List) Sum values of log field. Nested schema for sum:
averages This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage[]
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct[]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCount[]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis[]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin[]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile[]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum[]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage]
(List) Calculate average value of log field. Nested schema for average:
count_distincts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCount]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<Property Map>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<Property Map>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<Property Map>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<Property Map>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<Property Map>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<Property Map>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<Property Map>
(List) Sum values of log field. Nested schema for sum:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverage

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverageObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverageObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverageObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationAverageObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinct

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinctObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinctObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinctObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationCountDistinctObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxis

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxisObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxisObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxisObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMaxisObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMin

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMinObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMinObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMinObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationMinObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentile

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. double
(Float) Value in range (0, 100].
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. float64
(Float) Value in range (0, 100].
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Double
(Float) Value in range (0, 100].
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. number
(Float) Value in range (0, 100].
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. float
(Float) Value in range (0, 100].
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Number
(Float) Value in range (0, 100].

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationPercentileObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSum

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSumObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSumObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSumObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogAggregationSumObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilter

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogGroupNamesField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogLuceneQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryLogStackedGroupNameField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetric

Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. List<string>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
PromqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. []string
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
PromqlQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery
(List) PromQL query. Nested schema for promql_query:
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. string[]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promqlQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery[]
(List) PromQL query. Nested schema for promql_query:
stackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
group_names This property is required. Sequence[str]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promql_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery]
(List) PromQL query. Nested schema for promql_query:
stacked_group_name This property is required. str
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promqlQueries This property is required. List<Property Map>
(List) PromQL query. Nested schema for promql_query:
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilter

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartQueryMetricPromqlQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartStackDefinition

MaxSlicesPerBar This property is required. double
(Integer) Maximum number of slices per bar.
StackNameTemplate This property is required. string
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
MaxSlicesPerBar This property is required. float64
(Integer) Maximum number of slices per bar.
StackNameTemplate This property is required. string
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxSlicesPerBar This property is required. Double
(Integer) Maximum number of slices per bar.
stackNameTemplate This property is required. String
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxSlicesPerBar This property is required. number
(Integer) Maximum number of slices per bar.
stackNameTemplate This property is required. string
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
max_slices_per_bar This property is required. float
(Integer) Maximum number of slices per bar.
stack_name_template This property is required. str
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxSlicesPerBar This property is required. Number
(Integer) Maximum number of slices per bar.
stackNameTemplate This property is required. String
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewBy

Categories This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByCategory>
(List) View by category. Nested schema for category:
Values This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByValue>
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Categories This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByCategory
(List) View by category. Nested schema for category:
Values This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByValue
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
categories This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByCategory>
(List) View by category. Nested schema for category:
values This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByValue>
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
categories This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByCategory[]
(List) View by category. Nested schema for category:
values This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByValue[]
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
categories This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByCategory]
(List) View by category. Nested schema for category:
values This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionHorizontalBarChartYAxisViewByValue]
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
categories This property is required. List<Property Map>
(List) View by category. Nested schema for category:
values This property is required. List<Property Map>
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChart

Legends This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend>
(List) Legend configuration. Nested schema for legend:
QueryDefinitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition>
(List) Query definitions.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
StackedLine This property is required. string
(String) Stacked lines.

  • Constraints: Allowable values are: unspecified, absolute, relative.
Tooltips This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip>
(List) Tooltip configuration. Nested schema for tooltip:
Legends This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend
(List) Legend configuration. Nested schema for legend:
QueryDefinitions This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition
(List) Query definitions.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
StackedLine This property is required. string
(String) Stacked lines.

  • Constraints: Allowable values are: unspecified, absolute, relative.
Tooltips This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip
(List) Tooltip configuration. Nested schema for tooltip:
legends This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend>
(List) Legend configuration. Nested schema for legend:
queryDefinitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition>
(List) Query definitions.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
stackedLine This property is required. String
(String) Stacked lines.

  • Constraints: Allowable values are: unspecified, absolute, relative.
tooltips This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip>
(List) Tooltip configuration. Nested schema for tooltip:
legends This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend[]
(List) Legend configuration. Nested schema for legend:
queryDefinitions This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition[]
(List) Query definitions.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
stackedLine This property is required. string
(String) Stacked lines.

  • Constraints: Allowable values are: unspecified, absolute, relative.
tooltips This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip[]
(List) Tooltip configuration. Nested schema for tooltip:
legends This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend]
(List) Legend configuration. Nested schema for legend:
query_definitions This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition]
(List) Query definitions.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
stacked_line This property is required. str
(String) Stacked lines.

  • Constraints: Allowable values are: unspecified, absolute, relative.
tooltips This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip]
(List) Tooltip configuration. Nested schema for tooltip:
legends This property is required. List<Property Map>
(List) Legend configuration. Nested schema for legend:
queryDefinitions This property is required. List<Property Map>
(List) Query definitions.

  • Constraints: The maximum length is 4096 items. The minimum length is 1 item. Nested schema for query_definitions:
stackedLine This property is required. String
(String) Stacked lines.

  • Constraints: Allowable values are: unspecified, absolute, relative.
tooltips This property is required. List<Property Map>
(List) Tooltip configuration. Nested schema for tooltip:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartLegend

Columns This property is required. List<string>
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
GroupByQuery This property is required. bool
(Boolean) Whether to group by the query or not.
IsVisible This property is required. bool
(Boolean) Controls whether to show the label.
Columns This property is required. []string
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
GroupByQuery This property is required. bool
(Boolean) Whether to group by the query or not.
IsVisible This property is required. bool
(Boolean) Controls whether to show the label.
columns This property is required. List<String>
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
groupByQuery This property is required. Boolean
(Boolean) Whether to group by the query or not.
isVisible This property is required. Boolean
(Boolean) Controls whether to show the label.
columns This property is required. string[]
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
groupByQuery This property is required. boolean
(Boolean) Whether to group by the query or not.
isVisible This property is required. boolean
(Boolean) Controls whether to show the label.
columns This property is required. Sequence[str]
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
group_by_query This property is required. bool
(Boolean) Whether to group by the query or not.
is_visible This property is required. bool
(Boolean) Controls whether to show the label.
columns This property is required. List<String>
(List) The columns to show in the legend.

  • Constraints: Allowable list items are: unspecified, min, max, sum, avg, last, name. The maximum length is 4096 items. The minimum length is 0 items.
groupByQuery This property is required. Boolean
(Boolean) Whether to group by the query or not.
isVisible This property is required. Boolean
(Boolean) Controls whether to show the label.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinition

ColorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
Id This property is required. string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
IsVisible This property is required. bool
(Boolean) Controls whether to show the label.
Name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
Resolutions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution>
(List) Resolution of the data. Nested schema for resolution:
ScaleType This property is required. string
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
SeriesCountLimit This property is required. string
(String) Maximum number of series to display.

  • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
SeriesNameTemplate This property is required. string
(String) Template for series name in legend and tooltip.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
ColorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
Id This property is required. string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
IsVisible This property is required. bool
(Boolean) Controls whether to show the label.
Name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Queries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
Resolutions This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution
(List) Resolution of the data. Nested schema for resolution:
ScaleType This property is required. string
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
SeriesCountLimit This property is required. string
(String) Maximum number of series to display.

  • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
SeriesNameTemplate This property is required. string
(String) Template for series name in legend and tooltip.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
colorScheme This property is required. String
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
id This property is required. String
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
isVisible This property is required. Boolean
(Boolean) Controls whether to show the label.
name This property is required. String
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
resolutions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution>
(List) Resolution of the data. Nested schema for resolution:
scaleType This property is required. String
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
seriesCountLimit This property is required. String
(String) Maximum number of series to display.

  • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
seriesNameTemplate This property is required. String
(String) Template for series name in legend and tooltip.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
unit This property is required. String
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
colorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
id This property is required. string
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
isVisible This property is required. boolean
(Boolean) Controls whether to show the label.
name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
queries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery[]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
resolutions This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution[]
(List) Resolution of the data. Nested schema for resolution:
scaleType This property is required. string
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
seriesCountLimit This property is required. string
(String) Maximum number of series to display.

  • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
seriesNameTemplate This property is required. string
(String) Template for series name in legend and tooltip.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
color_scheme This property is required. str
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
data_mode_type This property is required. str
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
id This property is required. str
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
is_visible This property is required. bool
(Boolean) Controls whether to show the label.
name This property is required. str
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
resolutions This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution]
(List) Resolution of the data. Nested schema for resolution:
scale_type This property is required. str
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
series_count_limit This property is required. str
(String) Maximum number of series to display.

  • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
series_name_template This property is required. str
(String) Template for series name in legend and tooltip.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
unit This property is required. str
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
colorScheme This property is required. String
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
id This property is required. String
(List) Unique identifier of the folder containing the dashboard. Nested schema for id:
isVisible This property is required. Boolean
(Boolean) Controls whether to show the label.
name This property is required. String
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
queries This property is required. List<Property Map>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
resolutions This property is required. List<Property Map>
(List) Resolution of the data. Nested schema for resolution:
scaleType This property is required. String
(String) Scale type.

  • Constraints: Allowable values are: unspecified, linear, logarithmic.
seriesCountLimit This property is required. String
(String) Maximum number of series to display.

  • Constraints: The maximum length is 19 characters. The minimum length is 1 character. The value must match regular expression /^-?\\d{1,19}$/.
seriesNameTemplate This property is required. String
(String) Template for series name in legend and tooltip.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
unit This property is required. String
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQuery

Dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
Dataprimes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprime
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetric
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprime[]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetric[]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprime]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetric]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<Property Map>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprime

DataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
DataprimeQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprimeQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery[]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprime_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
dataprimeQueries This property is required. List<Property Map>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeDataprimeQuery

Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. str
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilter

Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetric
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetric[]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetric]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLog

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelection

Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterLogOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetric

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelection

lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryDataprimeFilterMetricOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLog

Aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation>
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupBies This property is required. List<string>
(List) Group by fields (deprecated).

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
GroupBys This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy>
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
LuceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
Aggregations This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupBies This property is required. []string
(List) Group by fields (deprecated).

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
GroupBys This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
LuceneQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery
(List) Lucene query. Nested schema for lucene_query:
aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation>
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupBies This property is required. List<String>
(List) Group by fields (deprecated).

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
groupBys This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy>
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
luceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
aggregations This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation[]
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupBies This property is required. string[]
(List) Group by fields (deprecated).

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
groupBys This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy[]
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
luceneQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery[]
(List) Lucene query. Nested schema for lucene_query:
aggregations This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation]
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
group_bies This property is required. Sequence[str]
(List) Group by fields (deprecated).

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
group_bys This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy]
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
lucene_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery]
(List) Lucene query. Nested schema for lucene_query:
aggregations This property is required. List<Property Map>
(List) Aggregations.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for aggregations:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupBies This property is required. List<String>
(List) Group by fields (deprecated).

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 0 items.
groupBys This property is required. List<Property Map>
(List) Group by fields.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for group_bys:
luceneQueries This property is required. List<Property Map>
(List) Lucene query. Nested schema for lucene_query:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregation

Averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCount>
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum>
(List) Sum values of log field. Nested schema for sum:
Averages This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCount
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCount>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum>
(List) Sum values of log field. Nested schema for sum:
averages This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage[]
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct[]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCount[]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis[]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin[]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile[]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum[]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage]
(List) Calculate average value of log field. Nested schema for average:
count_distincts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCount]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<Property Map>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<Property Map>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<Property Map>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<Property Map>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<Property Map>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<Property Map>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<Property Map>
(List) Sum values of log field. Nested schema for sum:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverage

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverageObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverageObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverageObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationAverageObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinct

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinctObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinctObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinctObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationCountDistinctObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxis

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxisObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxisObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxisObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMaxisObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMin

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMinObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMinObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMinObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationMinObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentile

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. double
(Float) Value in range (0, 100].
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. float64
(Float) Value in range (0, 100].
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Double
(Float) Value in range (0, 100].
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. number
(Float) Value in range (0, 100].
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. float
(Float) Value in range (0, 100].
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Number
(Float) Value in range (0, 100].

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationPercentileObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSum

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSumObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSumObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSumObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogAggregationSumObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilter

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogGroupBy

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryLogLuceneQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetric

Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
PromqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
PromqlQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery
(List) PromQL query. Nested schema for promql_query:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promqlQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery[]
(List) PromQL query. Nested schema for promql_query:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promql_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery]
(List) PromQL query. Nested schema for promql_query:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
promqlQueries This property is required. List<Property Map>
(List) PromQL query. Nested schema for promql_query:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilter

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionQueryMetricPromqlQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartQueryDefinitionResolution

BucketsPresented This property is required. double
(Integer) Maximum number of data points to fetch.
Interval This property is required. string
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
BucketsPresented This property is required. float64
(Integer) Maximum number of data points to fetch.
Interval This property is required. string
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
bucketsPresented This property is required. Double
(Integer) Maximum number of data points to fetch.
interval This property is required. String
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
bucketsPresented This property is required. number
(Integer) Maximum number of data points to fetch.
interval This property is required. string
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
buckets_presented This property is required. float
(Integer) Maximum number of data points to fetch.
interval This property is required. str
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.
bucketsPresented This property is required. Number
(Integer) Maximum number of data points to fetch.
interval This property is required. String
(String) Interval between data points.

  • Constraints: The maximum length is 10 characters. The minimum length is 2 characters. The value must match regular expression /^[0-9]+[smhdw]?$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionLineChartTooltip

ShowLabels This property is required. bool
(Boolean) Whether to show labels in the tooltip.
Type This property is required. string
(String) Tooltip type.

  • Constraints: Allowable values are: unspecified, all, single.
ShowLabels This property is required. bool
(Boolean) Whether to show labels in the tooltip.
Type This property is required. string
(String) Tooltip type.

  • Constraints: Allowable values are: unspecified, all, single.
showLabels This property is required. Boolean
(Boolean) Whether to show labels in the tooltip.
type This property is required. String
(String) Tooltip type.

  • Constraints: Allowable values are: unspecified, all, single.
showLabels This property is required. boolean
(Boolean) Whether to show labels in the tooltip.
type This property is required. string
(String) Tooltip type.

  • Constraints: Allowable values are: unspecified, all, single.
show_labels This property is required. bool
(Boolean) Whether to show labels in the tooltip.
type This property is required. str
(String) Tooltip type.

  • Constraints: Allowable values are: unspecified, all, single.
showLabels This property is required. Boolean
(Boolean) Whether to show labels in the tooltip.
type This property is required. String
(String) Tooltip type.

  • Constraints: Allowable values are: unspecified, all, single.

GetLogsDashboardLayoutSectionRowWidgetDefinitionMarkdown

MarkdownText This property is required. string
(String) Markdown text to render.

  • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
TooltipText This property is required. string
(String) Tooltip text on hover.

  • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
MarkdownText This property is required. string
(String) Markdown text to render.

  • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
TooltipText This property is required. string
(String) Tooltip text on hover.

  • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
markdownText This property is required. String
(String) Markdown text to render.

  • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
tooltipText This property is required. String
(String) Tooltip text on hover.

  • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
markdownText This property is required. string
(String) Markdown text to render.

  • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
tooltipText This property is required. string
(String) Tooltip text on hover.

  • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
markdown_text This property is required. str
(String) Markdown text to render.

  • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
tooltip_text This property is required. str
(String) Tooltip text on hover.

  • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
markdownText This property is required. String
(String) Markdown text to render.

  • Constraints: The maximum length is 10000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
tooltipText This property is required. String
(String) Tooltip text on hover.

  • Constraints: The maximum length is 1000 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChart

ColorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
GroupNameTemplate This property is required. string
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
LabelDefinitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition>
(List) Label settings. Nested schema for label_definition:
MaxSlicesPerChart This property is required. double
(Integer) Maximum number of slices to display in the chart.
MinSlicePercentage This property is required. double
(Integer) Minimum percentage of a slice to be displayed.
Queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
ShowLegend This property is required. bool
(Boolean) Controls whether to show the legend.
StackDefinitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition>
(List) Stack definition. Nested schema for stack_definition:
Unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
ColorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
DataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
GroupNameTemplate This property is required. string
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
LabelDefinitions This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition
(List) Label settings. Nested schema for label_definition:
MaxSlicesPerChart This property is required. float64
(Integer) Maximum number of slices to display in the chart.
MinSlicePercentage This property is required. float64
(Integer) Minimum percentage of a slice to be displayed.
Queries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
ShowLegend This property is required. bool
(Boolean) Controls whether to show the legend.
StackDefinitions This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition
(List) Stack definition. Nested schema for stack_definition:
Unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
colorScheme This property is required. String
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
groupNameTemplate This property is required. String
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
labelDefinitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition>
(List) Label settings. Nested schema for label_definition:
maxSlicesPerChart This property is required. Double
(Integer) Maximum number of slices to display in the chart.
minSlicePercentage This property is required. Double
(Integer) Minimum percentage of a slice to be displayed.
queries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
showLegend This property is required. Boolean
(Boolean) Controls whether to show the legend.
stackDefinitions This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition>
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. String
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
colorScheme This property is required. string
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataModeType This property is required. string
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
groupNameTemplate This property is required. string
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
labelDefinitions This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition[]
(List) Label settings. Nested schema for label_definition:
maxSlicesPerChart This property is required. number
(Integer) Maximum number of slices to display in the chart.
minSlicePercentage This property is required. number
(Integer) Minimum percentage of a slice to be displayed.
queries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery[]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
showLegend This property is required. boolean
(Boolean) Controls whether to show the legend.
stackDefinitions This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition[]
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. string
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
color_scheme This property is required. str
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
data_mode_type This property is required. str
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
group_name_template This property is required. str
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
label_definitions This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition]
(List) Label settings. Nested schema for label_definition:
max_slices_per_chart This property is required. float
(Integer) Maximum number of slices to display in the chart.
min_slice_percentage This property is required. float
(Integer) Minimum percentage of a slice to be displayed.
queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery]
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
show_legend This property is required. bool
(Boolean) Controls whether to show the legend.
stack_definitions This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition]
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. str
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.
colorScheme This property is required. String
(String) Color scheme name.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataModeType This property is required. String
(String) Data mode type.

  • Constraints: Allowable values are: high_unspecified, archive.
groupNameTemplate This property is required. String
(String) Template for group labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
labelDefinitions This property is required. List<Property Map>
(List) Label settings. Nested schema for label_definition:
maxSlicesPerChart This property is required. Number
(Integer) Maximum number of slices to display in the chart.
minSlicePercentage This property is required. Number
(Integer) Minimum percentage of a slice to be displayed.
queries This property is required. List<Property Map>
(List) Data source specific query, defines from where and how to fetch the data. Nested schema for query:
showLegend This property is required. Boolean
(Boolean) Controls whether to show the legend.
stackDefinitions This property is required. List<Property Map>
(List) Stack definition. Nested schema for stack_definition:
unit This property is required. String
(String) Unit of the data.

  • Constraints: Allowable values are: unspecified, microseconds, milliseconds, seconds, bytes, kbytes, mbytes, gbytes, bytes_iec, kibytes, mibytes, gibytes, eur_cents, eur, usd_cents, usd.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartLabelDefinition

IsVisible This property is required. bool
(Boolean) Controls whether to show the label.
LabelSource This property is required. string
(String) Source of the label.

  • Constraints: Allowable values are: unspecified, inner, stack.
ShowName This property is required. bool
(Boolean) Controls whether to show the name.
ShowPercentage This property is required. bool
(Boolean) Controls whether to show the percentage.
ShowValue This property is required. bool
(Boolean) Controls whether to show the value.
IsVisible This property is required. bool
(Boolean) Controls whether to show the label.
LabelSource This property is required. string
(String) Source of the label.

  • Constraints: Allowable values are: unspecified, inner, stack.
ShowName This property is required. bool
(Boolean) Controls whether to show the name.
ShowPercentage This property is required. bool
(Boolean) Controls whether to show the percentage.
ShowValue This property is required. bool
(Boolean) Controls whether to show the value.
isVisible This property is required. Boolean
(Boolean) Controls whether to show the label.
labelSource This property is required. String
(String) Source of the label.

  • Constraints: Allowable values are: unspecified, inner, stack.
showName This property is required. Boolean
(Boolean) Controls whether to show the name.
showPercentage This property is required. Boolean
(Boolean) Controls whether to show the percentage.
showValue This property is required. Boolean
(Boolean) Controls whether to show the value.
isVisible This property is required. boolean
(Boolean) Controls whether to show the label.
labelSource This property is required. string
(String) Source of the label.

  • Constraints: Allowable values are: unspecified, inner, stack.
showName This property is required. boolean
(Boolean) Controls whether to show the name.
showPercentage This property is required. boolean
(Boolean) Controls whether to show the percentage.
showValue This property is required. boolean
(Boolean) Controls whether to show the value.
is_visible This property is required. bool
(Boolean) Controls whether to show the label.
label_source This property is required. str
(String) Source of the label.

  • Constraints: Allowable values are: unspecified, inner, stack.
show_name This property is required. bool
(Boolean) Controls whether to show the name.
show_percentage This property is required. bool
(Boolean) Controls whether to show the percentage.
show_value This property is required. bool
(Boolean) Controls whether to show the value.
isVisible This property is required. Boolean
(Boolean) Controls whether to show the label.
labelSource This property is required. String
(String) Source of the label.

  • Constraints: Allowable values are: unspecified, inner, stack.
showName This property is required. Boolean
(Boolean) Controls whether to show the name.
showPercentage This property is required. Boolean
(Boolean) Controls whether to show the percentage.
showValue This property is required. Boolean
(Boolean) Controls whether to show the value.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQuery

Dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
Dataprimes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime
(List) Query based on Dataprime language. Nested schema for dataprime:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric>
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime[]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric[]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime]
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric]
(List) Metrics specific query. Nested schema for metrics:
dataprimes This property is required. List<Property Map>
(List) Query based on Dataprime language. Nested schema for dataprime:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprime

DataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. List<string>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
DataprimeQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery
(List) Dataprime query. Nested schema for dataprime_query:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. []string
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprimeQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprimeQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery[]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. string[]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprime_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery]
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
group_names This property is required. Sequence[str]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stacked_group_name This property is required. str
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
dataprimeQueries This property is required. List<Property Map>
(List) Dataprime query. Nested schema for dataprime_query:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeDataprimeQuery

Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. string
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. str
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
text This property is required. String
(String) The query string.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilter

Logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
Logs This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLog
(List) Logs specific query. Nested schema for logs:
Metrics This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetric
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLog>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetric>
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLog[]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetric[]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLog]
(List) Logs specific query. Nested schema for logs:
metrics This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetric]
(List) Metrics specific query. Nested schema for metrics:
logs This property is required. List<Property Map>
(List) Logs specific query. Nested schema for logs:
metrics This property is required. List<Property Map>
(List) Metrics specific query. Nested schema for metrics:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLog

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterLogOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetric

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryDataprimeFilterMetricOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLog

Aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation>
(List) Aggregations. Nested schema for aggregation:
Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNamesFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField>
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
LuceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
StackedGroupNameFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField>
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
Aggregations This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation
(List) Aggregations. Nested schema for aggregation:
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNamesFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
LuceneQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery
(List) Lucene query. Nested schema for lucene_query:
StackedGroupNameFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation>
(List) Aggregations. Nested schema for aggregation:
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNamesFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField>
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
luceneQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery>
(List) Lucene query. Nested schema for lucene_query:
stackedGroupNameFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField>
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation[]
(List) Aggregations. Nested schema for aggregation:
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNamesFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField[]
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
luceneQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery[]
(List) Lucene query. Nested schema for lucene_query:
stackedGroupNameFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField[]
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation]
(List) Aggregations. Nested schema for aggregation:
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
group_names_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField]
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
lucene_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery]
(List) Lucene query. Nested schema for lucene_query:
stacked_group_name_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField]
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:
aggregations This property is required. List<Property Map>
(List) Aggregations. Nested schema for aggregation:
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNamesFields This property is required. List<Property Map>
(List) Fields to group by.

  • Constraints: The maximum length is 2 items. The minimum length is 1 item. Nested schema for group_names_fields:
luceneQueries This property is required. List<Property Map>
(List) Lucene query. Nested schema for lucene_query:
stackedGroupNameFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for stacked_group_name_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregation

Averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCount>
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum>
(List) Sum values of log field. Nested schema for sum:
Averages This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage
(List) Calculate average value of log field. Nested schema for average:
CountDistincts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
Counts This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCount
(List) Count the number of entries. Nested schema for count:
Maxes This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis
(List) Calculate maximum value of log field. Nested schema for max:
Mins This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin
(List) Calculate minimum value of log field. Nested schema for min:
Percentiles This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile
(List) Calculate percentile value of log field. Nested schema for percentile:
Sums This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCount>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum>
(List) Sum values of log field. Nested schema for sum:
averages This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage[]
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct[]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCount[]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis[]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin[]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile[]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum[]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage]
(List) Calculate average value of log field. Nested schema for average:
count_distincts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct]
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCount]
(List) Count the number of entries. Nested schema for count:
maxes This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis]
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin]
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile]
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum]
(List) Sum values of log field. Nested schema for sum:
averages This property is required. List<Property Map>
(List) Calculate average value of log field. Nested schema for average:
countDistincts This property is required. List<Property Map>
(List) Count the number of distinct values of log field. Nested schema for count_distinct:
counts This property is required. List<Property Map>
(List) Count the number of entries. Nested schema for count:
maxes This property is required. List<Property Map>
(List) Calculate maximum value of log field. Nested schema for max:
mins This property is required. List<Property Map>
(List) Calculate minimum value of log field. Nested schema for min:
percentiles This property is required. List<Property Map>
(List) Calculate percentile value of log field. Nested schema for percentile:
sums This property is required. List<Property Map>
(List) Sum values of log field. Nested schema for sum:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverage

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationAverageObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinct

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinctObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinctObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinctObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinctObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationCountDistinctObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxis

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMaxisObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMin

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationMinObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentile

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. double
(Float) Value in range (0, 100].
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Percent This property is required. float64
(Float) Value in range (0, 100].
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Double
(Float) Value in range (0, 100].
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. number
(Float) Value in range (0, 100].
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. float
(Float) Value in range (0, 100].
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
percent This property is required. Number
(Float) Value in range (0, 100].

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationPercentileObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSum

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogAggregationSumObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilter

ObservationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
ObservationFields This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
observation_fields This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogGroupNamesField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogLuceneQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryLogStackedGroupNameField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetric

Filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. List<string>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
PromqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Filters This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
GroupNames This property is required. []string
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
PromqlQueries This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery
(List) PromQL query. Nested schema for promql_query:
StackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promqlQueries This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery>
(List) PromQL query. Nested schema for promql_query:
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter[]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. string[]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promqlQueries This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery[]
(List) PromQL query. Nested schema for promql_query:
stackedGroupName This property is required. string
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter]
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
group_names This property is required. Sequence[str]
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promql_queries This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery]
(List) PromQL query. Nested schema for promql_query:
stacked_group_name This property is required. str
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
filters This property is required. List<Property Map>
(List) Extra filters on top of PromQL query.

  • Constraints: The maximum length is 4096 items. The minimum length is 0 items. Nested schema for filters:
groupNames This property is required. List<String>
(List) Fields to group by.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 2 items. The minimum length is 1 item.
promqlQueries This property is required. List<Property Map>
(List) PromQL query. Nested schema for promql_query:
stackedGroupName This property is required. String
(String) Field to stack by.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilter

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Operators This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator>
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator[]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator]
(List) Operator to use for filtering the logs. Nested schema for operator:
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
operators This property is required. List<Property Map>
(List) Operator to use for filtering the logs. Nested schema for operator:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperator

Equals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
Equals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqual
(List) Equality comparison. Nested schema for equals:
NotEquals This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqual
(List) Non-equality comparison. Nested schema for not_equals:
equals_ This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqual>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqual>
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqual[]
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqual[]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqual]
(List) Equality comparison. Nested schema for equals:
not_equals This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqual]
(List) Non-equality comparison. Nested schema for not_equals:
equals This property is required. List<Property Map>
(List) Equality comparison. Nested schema for equals:
notEquals This property is required. List<Property Map>
(List) Non-equality comparison. Nested schema for not_equals:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelection

Alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqual

Selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
Selections This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelection
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelection>
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelection[]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelection]
(List) State of what is currently selected. Nested schema for selection:
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelection

Lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
Lists This property is required. []GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelectionList
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelectionList>
(List) Specific values are selected. Nested schema for list:
lists This property is required. GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelectionList[]
(List) Specific values are selected. Nested schema for list:
lists This property is required. Sequence[GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelectionList]
(List) Specific values are selected. Nested schema for list:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricFilterOperatorNotEqualSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartQueryMetricPromqlQuery

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardLayoutSectionRowWidgetDefinitionPieChartStackDefinition

MaxSlicesPerStack This property is required. double
(Integer) Maximum number of slices per stack.
StackNameTemplate This property is required. string
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
MaxSlicesPerStack This property is required. float64
(Integer) Maximum number of slices per stack.
StackNameTemplate This property is required. string
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxSlicesPerStack This property is required. Double
(Integer) Maximum number of slices per stack.
stackNameTemplate This property is required. String
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxSlicesPerStack This property is required. number
(Integer) Maximum number of slices per stack.
stackNameTemplate This property is required. string
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
max_slices_per_stack This property is required. float
(Integer) Maximum number of slices per stack.
stack_name_template This property is required. str
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
maxSlicesPerStack This property is required. Number
(Integer) Maximum number of slices per stack.
stackNameTemplate This property is required. String
(String) Template for stack labels.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardLayoutSectionRowWidgetId

Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
Value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. string
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. str
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.
value This property is required. String
(String) The UUID value.

  • Constraints: The maximum length is 36 characters. The minimum length is 36 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}$/.

GetLogsDashboardVariable

Definitions This property is required. List<GetLogsDashboardVariableDefinition>
(List) Definition. Nested schema for definition:
DisplayName This property is required. string
(String) Name used in variable UI.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Definitions This property is required. []GetLogsDashboardVariableDefinition
(List) Definition. Nested schema for definition:
DisplayName This property is required. string
(String) Name used in variable UI.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
definitions This property is required. List<GetLogsDashboardVariableDefinition>
(List) Definition. Nested schema for definition:
displayName This property is required. String
(String) Name used in variable UI.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
name This property is required. String
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
definitions This property is required. GetLogsDashboardVariableDefinition[]
(List) Definition. Nested schema for definition:
displayName This property is required. string
(String) Name used in variable UI.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
name This property is required. string
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
definitions This property is required. Sequence[GetLogsDashboardVariableDefinition]
(List) Definition. Nested schema for definition:
display_name This property is required. str
(String) Name used in variable UI.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
name This property is required. str
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
definitions This property is required. List<Property Map>
(List) Definition. Nested schema for definition:
displayName This property is required. String
(String) Name used in variable UI.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
name This property is required. String
(String) Name of the variable which can be used in templates.

  • Constraints: The maximum length is 100 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

GetLogsDashboardVariableDefinition

MultiSelects This property is required. List<GetLogsDashboardVariableDefinitionMultiSelect>
(List) Multi-select value. Nested schema for multi_select:
MultiSelects This property is required. []GetLogsDashboardVariableDefinitionMultiSelect
(List) Multi-select value. Nested schema for multi_select:
multiSelects This property is required. List<GetLogsDashboardVariableDefinitionMultiSelect>
(List) Multi-select value. Nested schema for multi_select:
multiSelects This property is required. GetLogsDashboardVariableDefinitionMultiSelect[]
(List) Multi-select value. Nested schema for multi_select:
multi_selects This property is required. Sequence[GetLogsDashboardVariableDefinitionMultiSelect]
(List) Multi-select value. Nested schema for multi_select:
multiSelects This property is required. List<Property Map>
(List) Multi-select value. Nested schema for multi_select:

GetLogsDashboardVariableDefinitionMultiSelect

Selections This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSelection>
(List) State of what is currently selected. Nested schema for selection:
Sources This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSource>
(List) Variable value source. Nested schema for source:
ValuesOrderDirection This property is required. string
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.
Selections This property is required. []GetLogsDashboardVariableDefinitionMultiSelectSelection
(List) State of what is currently selected. Nested schema for selection:
Sources This property is required. []GetLogsDashboardVariableDefinitionMultiSelectSource
(List) Variable value source. Nested schema for source:
ValuesOrderDirection This property is required. string
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.
selections This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSelection>
(List) State of what is currently selected. Nested schema for selection:
sources This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSource>
(List) Variable value source. Nested schema for source:
valuesOrderDirection This property is required. String
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.
selections This property is required. GetLogsDashboardVariableDefinitionMultiSelectSelection[]
(List) State of what is currently selected. Nested schema for selection:
sources This property is required. GetLogsDashboardVariableDefinitionMultiSelectSource[]
(List) Variable value source. Nested schema for source:
valuesOrderDirection This property is required. string
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.
selections This property is required. Sequence[GetLogsDashboardVariableDefinitionMultiSelectSelection]
(List) State of what is currently selected. Nested schema for selection:
sources This property is required. Sequence[GetLogsDashboardVariableDefinitionMultiSelectSource]
(List) Variable value source. Nested schema for source:
values_order_direction This property is required. str
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.
selections This property is required. List<Property Map>
(List) State of what is currently selected. Nested schema for selection:
sources This property is required. List<Property Map>
(List) Variable value source. Nested schema for source:
valuesOrderDirection This property is required. String
(String) The direction of the order: ascending or descending.

  • Constraints: Allowable values are: unspecified, asc, desc.

GetLogsDashboardVariableDefinitionMultiSelectSelection

Alls This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSelectionList>
(List) Specific values are selected. Nested schema for list:
Alls This property is required. []GetLogsDashboardVariableDefinitionMultiSelectSelectionAll
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
Lists This property is required. []GetLogsDashboardVariableDefinitionMultiSelectSelectionList
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSelectionAll>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSelectionList>
(List) Specific values are selected. Nested schema for list:
alls This property is required. GetLogsDashboardVariableDefinitionMultiSelectSelectionAll[]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. GetLogsDashboardVariableDefinitionMultiSelectSelectionList[]
(List) Specific values are selected. Nested schema for list:
alls This property is required. Sequence[GetLogsDashboardVariableDefinitionMultiSelectSelectionAll]
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. Sequence[GetLogsDashboardVariableDefinitionMultiSelectSelectionList]
(List) Specific values are selected. Nested schema for list:
alls This property is required. List<Property Map>
(List) All values are selected, usually translated to wildcard (*). Nested schema for all:
lists This property is required. List<Property Map>
(List) Specific values are selected. Nested schema for list:

GetLogsDashboardVariableDefinitionMultiSelectSelectionList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardVariableDefinitionMultiSelectSource

ConstantLists This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList>
(List) List of constant values. Nested schema for constant_list:
LogsPaths This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath>
(List) Unique values for a given logs path. Nested schema for logs_path:
MetricLabels This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel>
(List) Unique values for a given metric label. Nested schema for metric_label:
ConstantLists This property is required. []GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList
(List) List of constant values. Nested schema for constant_list:
LogsPaths This property is required. []GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath
(List) Unique values for a given logs path. Nested schema for logs_path:
MetricLabels This property is required. []GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel
(List) Unique values for a given metric label. Nested schema for metric_label:
constantLists This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList>
(List) List of constant values. Nested schema for constant_list:
logsPaths This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath>
(List) Unique values for a given logs path. Nested schema for logs_path:
metricLabels This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel>
(List) Unique values for a given metric label. Nested schema for metric_label:
constantLists This property is required. GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList[]
(List) List of constant values. Nested schema for constant_list:
logsPaths This property is required. GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath[]
(List) Unique values for a given logs path. Nested schema for logs_path:
metricLabels This property is required. GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel[]
(List) Unique values for a given metric label. Nested schema for metric_label:
constant_lists This property is required. Sequence[GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList]
(List) List of constant values. Nested schema for constant_list:
logs_paths This property is required. Sequence[GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath]
(List) Unique values for a given logs path. Nested schema for logs_path:
metric_labels This property is required. Sequence[GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel]
(List) Unique values for a given metric label. Nested schema for metric_label:
constantLists This property is required. List<Property Map>
(List) List of constant values. Nested schema for constant_list:
logsPaths This property is required. List<Property Map>
(List) Unique values for a given logs path. Nested schema for logs_path:
metricLabels This property is required. List<Property Map>
(List) Unique values for a given metric label. Nested schema for metric_label:

GetLogsDashboardVariableDefinitionMultiSelectSourceConstantList

Values This property is required. List<string>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Values This property is required. []string
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. string[]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. Sequence[str]
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
values This property is required. List<String>
(List) List of constant values.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.

GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPath

ObservationFields This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
ObservationFields This property is required. []GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField>
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField[]
(List) Field to count distinct values of. Nested schema for observation_field:
observation_fields This property is required. Sequence[GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField]
(List) Field to count distinct values of. Nested schema for observation_field:
observationFields This property is required. List<Property Map>
(List) Field to count distinct values of. Nested schema for observation_field:

GetLogsDashboardVariableDefinitionMultiSelectSourceLogsPathObservationField

Keypaths This property is required. List<string>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
Keypaths This property is required. []string
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
Scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. string[]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. string
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. Sequence[str]
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. str
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.
keypaths This property is required. List<String>
(List) Path within the dataset scope.

  • Constraints: The list items must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$. The maximum length is 4096 items. The minimum length is 1 item.
scope This property is required. String
(String) Scope of the dataset.

  • Constraints: Allowable values are: unspecified, user_data, label, metadata.

GetLogsDashboardVariableDefinitionMultiSelectSourceMetricLabel

Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
MetricName This property is required. string
(String) Metric name to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
Label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
MetricName This property is required. string
(String) Metric name to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
metricName This property is required. String
(String) Metric name to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
label This property is required. string
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
metricName This property is required. string
(String) Metric name to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
label This property is required. str
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
metric_name This property is required. str
(String) Metric name to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
label This property is required. String
(String) Metric label to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.
metricName This property is required. String
(String) Metric name to source unique values from.

  • Constraints: The maximum length is 4096 characters. The minimum length is 1 character. The value must match regular expression ^[\\p{L}\\p{N}\\p{P}\\p{Z}\\p{S}\\p{M}]+$.

Package Details

Repository
ibm ibm-cloud/terraform-provider-ibm
License
Notes
This Pulumi package is based on the ibm Terraform Provider.