FilterDetails

class oci.log_analytics.models.FilterDetails(**kwargs)

Bases: object

Query builder edit request details.

Attributes

SUB_SYSTEM_LOG A constant which can be used with the sub_system property of a FilterDetails.
filters Gets the filters of this FilterDetails.
query_string [Required] Gets the query_string of this FilterDetails.
sub_system [Required] Gets the sub_system of this FilterDetails.

Methods

__init__(**kwargs) Initializes a new FilterDetails object with values from keyword arguments.
SUB_SYSTEM_LOG = 'LOG'

A constant which can be used with the sub_system property of a FilterDetails. This constant has a value of “LOG”

__init__(**kwargs)

Initializes a new FilterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • query_string (str) – The value to assign to the query_string property of this FilterDetails.
  • sub_system (str) – The value to assign to the sub_system property of this FilterDetails. Allowed values for this property are: “LOG”
  • filters (list[oci.log_analytics.models.Filter]) – The value to assign to the filters property of this FilterDetails.
filters

Gets the filters of this FilterDetails. List of edit operations to be applied in the specified order to the specified queryString.

Returns:The filters of this FilterDetails.
Return type:list[oci.log_analytics.models.Filter]
query_string

[Required] Gets the query_string of this FilterDetails. Query to apply edits to.

Returns:The query_string of this FilterDetails.
Return type:str
sub_system

[Required] Gets the sub_system of this FilterDetails. Default subsystem to qualify fields with in the queryString if not specified.

Allowed values for this property are: “LOG”

Returns:The sub_system of this FilterDetails.
Return type:str