# This is an automatically generated code sample.
# To make this code sample work in your Oracle Cloud tenancy,
# please replace the values for any parameters whose current values do not fit
# your use case (such as resource IDs, strings containing ‘EXAMPLE’ or ‘unique_id’, and
# boolean, number, and enum parameters with values not fitting your use case).

import oci
from datetime import datetime

# Create a default config using DEFAULT profile in default location
# Refer to
# https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File
# for more info
config = oci.config.from_file()


# Initialize service client with default config file
log_analytics_client = oci.log_analytics.LogAnalyticsClient(config)


# Send the request to service, some parameters are not required, see API
# doc for more info
upsert_source_response = log_analytics_client.upsert_source(
    namespace_name="EXAMPLE-namespaceName-Value",
    upsert_log_analytics_source_details=oci.log_analytics.models.UpsertLogAnalyticsSourceDetails(
        label_conditions=[
            oci.log_analytics.models.LogAnalyticsSourceLabelCondition(
                condition_string="EXAMPLE-conditionString-Value",
                condition_block=oci.log_analytics.models.ConditionBlock(
                    condition_blocks_operator="NOT_AND",
                    field_name="EXAMPLE-fieldName-Value",
                    label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                    label_condition_value="EXAMPLE-labelConditionValue-Value",
                    label_condition_values=["EXAMPLE--Value"]),
                message="EXAMPLE-message-Value",
                is_visible=False,
                block_condition_field="EXAMPLE-blockConditionField-Value",
                block_condition_operator="EXAMPLE-blockConditionOperator-Value",
                block_condition_value="EXAMPLE-blockConditionValue-Value",
                label_condition_value="EXAMPLE-labelConditionValue-Value",
                label_condition_values=["EXAMPLE--Value"],
                content_example="EXAMPLE-contentExample-Value",
                is_enabled=True,
                field_name="EXAMPLE-fieldName-Value",
                label_condition_id=155,
                is_system=False,
                label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                source_id=677,
                label_display_name="EXAMPLE-labelDisplayName-Value",
                storage_field="EXAMPLE-storageField-Value",
                label_name="EXAMPLE-labelName-Value",
                is_inline_label_existing_in_database=True)],
        data_filter_definitions=[
            oci.log_analytics.models.LogAnalyticsSourceDataFilter(
                description="EXAMPLE-description-Value",
                display_name="EXAMPLE-displayName-Value",
                edit_version=174,
                is_enabled=False,
                field_name="EXAMPLE-fieldName-Value",
                hash_type=500,
                data_filter_id=581,
                is_system=True,
                match_regular_expression="EXAMPLE-matchRegularExpression-Value",
                order=263,
                path="EXAMPLE-path-Value",
                replacement_string="EXAMPLE-replacementString-Value",
                source_id=506,
                filter_type="DROP_STRING")],
        database_credential="EXAMPLE-databaseCredential-Value",
        extended_field_definitions=[
            oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition(
                field=oci.log_analytics.models.LogAnalyticsField(
                    cee_alias="EXAMPLE-ceeAlias-Value",
                    data_type="EXAMPLE-dataType-Value",
                    regular_expression="EXAMPLE-regularExpression-Value",
                    description="EXAMPLE-description-Value",
                    display_name="EXAMPLE-displayName-Value",
                    edit_version=174,
                    facet_priority=963,
                    name="EXAMPLE-name-Value",
                    is_facet_eligible=True,
                    is_high_cardinality=True,
                    is_large_data=False,
                    is_multi_valued=False,
                    is_primary=True,
                    is_system=True,
                    is_summarizable=False,
                    mapped_value="EXAMPLE-mappedValue-Value",
                    is_metric_key_eligible=True,
                    is_metric_value_eligible=True,
                    range_facet_eligible=289,
                    is_table_eligible=True,
                    unit_type="EXAMPLE-unitType-Value"),
                display_regular_expression="EXAMPLE-displayRegularExpression-Value",
                extended_fields=[
                    oci.log_analytics.models.LogAnalyticsExtendedField(
                        field=oci.log_analytics.models.LogAnalyticsField(
                            cee_alias="EXAMPLE-ceeAlias-Value",
                            data_type="EXAMPLE-dataType-Value",
                            regular_expression="EXAMPLE-regularExpression-Value",
                            description="EXAMPLE-description-Value",
                            display_name="EXAMPLE-displayName-Value",
                            edit_version=128,
                            facet_priority=488,
                            name="EXAMPLE-name-Value",
                            is_facet_eligible=True,
                            is_high_cardinality=False,
                            is_large_data=False,
                            is_multi_valued=False,
                            is_primary=True,
                            is_system=False,
                            is_summarizable=True,
                            mapped_value="EXAMPLE-mappedValue-Value",
                            is_metric_key_eligible=False,
                            is_metric_value_eligible=False,
                            range_facet_eligible=139,
                            is_table_eligible=True,
                            unit_type="EXAMPLE-unitType-Value"),
                        extended_field_definition_id=442,
                        field_name="EXAMPLE-fieldName-Value",
                        field_display_name="EXAMPLE-fieldDisplayName-Value",
                        saved_regular_expression_name="EXAMPLE-savedRegularExpressionName-Value",
                        extended_field_id=14)],
                base_field_name="EXAMPLE-baseFieldName-Value",
                base_field_log_text="EXAMPLE-baseFieldLogText-Value",
                condition_data_type="EXAMPLE-conditionDataType-Value",
                condition_field="EXAMPLE-conditionField-Value",
                condition_operator="EXAMPLE-conditionOperator-Value",
                condition_value="EXAMPLE-conditionValue-Value",
                converted_regular_expression="EXAMPLE-convertedRegularExpression-Value",
                is_enabled=False,
                extended_field_definition_id=974,
                is_system=False,
                regular_expression="EXAMPLE-regularExpression-Value",
                source_id=494,
                time_updated=datetime.strptime(
                    "2049-06-17T04:33:57.647Z",
                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
        is_for_cloud=True,
        labels=[
            oci.log_analytics.models.LogAnalyticsLabelView(
                aliases=[
                    oci.log_analytics.models.LogAnalyticsLabelAlias(
                        alias="EXAMPLE-alias-Value",
                        alias_display_name="EXAMPLE-aliasDisplayName-Value",
                        is_system=True,
                        display_name="EXAMPLE-displayName-Value",
                        name="EXAMPLE-name-Value",
                        priority="HIGH")],
                count_usage_in_alert_rule=688,
                count_usage_in_source=711,
                id="EXAMPLE-id-Value",
                suggest_type=292,
                description="EXAMPLE-description-Value",
                display_name="EXAMPLE-displayName-Value",
                edit_version=946,
                impact="EXAMPLE-impact-Value",
                is_system=False,
                name="EXAMPLE-name-Value",
                priority="HIGH",
                recommendation="EXAMPLE-recommendation-Value",
                type=369,
                is_user_deleted=False)],
        metric_definitions=[
            oci.log_analytics.models.LogAnalyticsMetric(
                aggregation_field="EXAMPLE-aggregationField-Value",
                bucket_metadata="EXAMPLE-bucketMetadata-Value",
                clock_period="EXAMPLE-clockPeriod-Value",
                description="EXAMPLE-description-Value",
                edit_version=24,
                field_name="EXAMPLE-fieldName-Value",
                field_values=["EXAMPLE--Value"],
                grouping_field="EXAMPLE-groupingField-Value",
                is_enabled=False,
                is_system=True,
                display_name="EXAMPLE-displayName-Value",
                metric_reference=96,
                name="EXAMPLE-name-Value",
                metric_type="COUNT",
                is_metric_source_enabled=False,
                operator="NOT_NULL",
                sources=[
                    oci.log_analytics.models.LogAnalyticsSource(
                        label_conditions=[
                            oci.log_analytics.models.LogAnalyticsSourceLabelCondition(
                                condition_string="EXAMPLE-conditionString-Value",
                                condition_block=oci.log_analytics.models.ConditionBlock(
                                    condition_blocks_operator="AND",
                                    field_name="EXAMPLE-fieldName-Value",
                                    label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                    label_condition_value="EXAMPLE-labelConditionValue-Value",
                                    label_condition_values=["EXAMPLE--Value"]),
                                message="EXAMPLE-message-Value",
                                is_visible=False,
                                block_condition_field="EXAMPLE-blockConditionField-Value",
                                block_condition_operator="EXAMPLE-blockConditionOperator-Value",
                                block_condition_value="EXAMPLE-blockConditionValue-Value",
                                label_condition_value="EXAMPLE-labelConditionValue-Value",
                                label_condition_values=["EXAMPLE--Value"],
                                content_example="EXAMPLE-contentExample-Value",
                                is_enabled=True,
                                field_name="EXAMPLE-fieldName-Value",
                                label_condition_id=172,
                                is_system=False,
                                label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                source_id=772,
                                label_display_name="EXAMPLE-labelDisplayName-Value",
                                storage_field="EXAMPLE-storageField-Value",
                                label_name="EXAMPLE-labelName-Value",
                                is_inline_label_existing_in_database=True)],
                        association_count=659,
                        association_entity=[
                            oci.log_analytics.models.LogAnalyticsAssociation(
                                failure_message="EXAMPLE-failureMessage-Value",
                                agent_id="ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
                                time_last_attempted=datetime.strptime(
                                    "2037-12-21T22:21:19.625Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                retry_count=924,
                                source_name="EXAMPLE-sourceName-Value",
                                source_display_name="EXAMPLE-sourceDisplayName-Value",
                                source_type_name="EXAMPLE-sourceTypeName-Value",
                                life_cycle_state="ACCEPTED",
                                entity_id="ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
                                entity_name="EXAMPLE-entityName-Value",
                                entity_type_name="EXAMPLE-entityTypeName-Value",
                                host="EXAMPLE-host-Value",
                                agent_entity_name="EXAMPLE-agentEntityName-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value",
                                log_group_id="ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
                                log_group_name="EXAMPLE-logGroupName-Value",
                                log_group_compartment="EXAMPLE-logGroupCompartment-Value",
                                association_properties=[
                                    oci.log_analytics.models.AssociationProperty(
                                        name="EXAMPLE-name-Value",
                                        value="EXAMPLE-value-Value",
                                        patterns=[
                                            oci.log_analytics.models.PatternOverride(
                                                id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                                value="EXAMPLE-value-Value",
                                                effective_level="EXAMPLE-effectiveLevel-Value")])])],
                        data_filter_definitions=[
                            oci.log_analytics.models.LogAnalyticsSourceDataFilter(
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=839,
                                is_enabled=True,
                                field_name="EXAMPLE-fieldName-Value",
                                hash_type=707,
                                data_filter_id=586,
                                is_system=False,
                                match_regular_expression="EXAMPLE-matchRegularExpression-Value",
                                order=359,
                                path="EXAMPLE-path-Value",
                                replacement_string="EXAMPLE-replacementString-Value",
                                source_id=608,
                                filter_type="MASK")],
                        database_credential="EXAMPLE-databaseCredential-Value",
                        extended_field_definitions=[
                            oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition(
                                field=oci.log_analytics.models.LogAnalyticsField(
                                    cee_alias="EXAMPLE-ceeAlias-Value",
                                    data_type="EXAMPLE-dataType-Value",
                                    regular_expression="EXAMPLE-regularExpression-Value",
                                    description="EXAMPLE-description-Value",
                                    display_name="EXAMPLE-displayName-Value",
                                    edit_version=237,
                                    facet_priority=64,
                                    name="EXAMPLE-name-Value",
                                    is_facet_eligible=False,
                                    is_high_cardinality=True,
                                    is_large_data=True,
                                    is_multi_valued=False,
                                    is_primary=False,
                                    is_system=False,
                                    is_summarizable=False,
                                    mapped_value="EXAMPLE-mappedValue-Value",
                                    is_metric_key_eligible=False,
                                    is_metric_value_eligible=True,
                                    range_facet_eligible=476,
                                    is_table_eligible=True,
                                    unit_type="EXAMPLE-unitType-Value"),
                                display_regular_expression="EXAMPLE-displayRegularExpression-Value",
                                extended_fields=[
                                    oci.log_analytics.models.LogAnalyticsExtendedField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=103,
                                            facet_priority=588,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=False,
                                            is_high_cardinality=True,
                                            is_large_data=False,
                                            is_multi_valued=True,
                                            is_primary=False,
                                            is_system=True,
                                            is_summarizable=False,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=True,
                                            is_metric_value_eligible=True,
                                            range_facet_eligible=703,
                                            is_table_eligible=False,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        extended_field_definition_id=411,
                                        field_name="EXAMPLE-fieldName-Value",
                                        field_display_name="EXAMPLE-fieldDisplayName-Value",
                                        saved_regular_expression_name="EXAMPLE-savedRegularExpressionName-Value",
                                        extended_field_id=816)],
                                base_field_name="EXAMPLE-baseFieldName-Value",
                                base_field_log_text="EXAMPLE-baseFieldLogText-Value",
                                condition_data_type="EXAMPLE-conditionDataType-Value",
                                condition_field="EXAMPLE-conditionField-Value",
                                condition_operator="EXAMPLE-conditionOperator-Value",
                                condition_value="EXAMPLE-conditionValue-Value",
                                converted_regular_expression="EXAMPLE-convertedRegularExpression-Value",
                                is_enabled=True,
                                extended_field_definition_id=770,
                                is_system=True,
                                regular_expression="EXAMPLE-regularExpression-Value",
                                source_id=349,
                                time_updated=datetime.strptime(
                                    "2019-04-27T09:28:36.034Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
                        is_for_cloud=True,
                        labels=[
                            oci.log_analytics.models.LogAnalyticsLabelView(
                                aliases=[
                                    oci.log_analytics.models.LogAnalyticsLabelAlias(
                                        alias="EXAMPLE-alias-Value",
                                        alias_display_name="EXAMPLE-aliasDisplayName-Value",
                                        is_system=True,
                                        display_name="EXAMPLE-displayName-Value",
                                        name="EXAMPLE-name-Value",
                                        priority="NONE")],
                                count_usage_in_alert_rule=872,
                                count_usage_in_source=102,
                                id="EXAMPLE-id-Value",
                                suggest_type=76,
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=130,
                                impact="EXAMPLE-impact-Value",
                                is_system=False,
                                name="EXAMPLE-name-Value",
                                priority="NONE",
                                recommendation="EXAMPLE-recommendation-Value",
                                type=618,
                                is_user_deleted=True)],
                        metrics=[
                            oci.log_analytics.models.LogAnalyticsSourceMetric(
                                is_metric_source_enabled=False,
                                metric_name="EXAMPLE-metricName-Value",
                                source_name="EXAMPLE-sourceName-Value",
                                entity_type="EXAMPLE-entityType-Value")],
                        oob_parsers=[
                            oci.log_analytics.models.LogAnalyticsParser(
                                content="EXAMPLE-content-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=990,
                                encoding="EXAMPLE-encoding-Value",
                                example_content="EXAMPLE-exampleContent-Value",
                                field_maps=[
                                    oci.log_analytics.models.LogAnalyticsParserField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=504,
                                            facet_priority=489,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=True,
                                            is_high_cardinality=True,
                                            is_large_data=True,
                                            is_multi_valued=False,
                                            is_primary=False,
                                            is_system=True,
                                            is_summarizable=True,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=True,
                                            is_metric_value_eligible=False,
                                            range_facet_eligible=181,
                                            is_table_eligible=True,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        parser_field_id=109,
                                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                                        parser_field_name="EXAMPLE-parserFieldName-Value",
                                        storage_field_name="EXAMPLE-storageFieldName-Value",
                                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_field_sequence=379,
                                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                                footer_content="EXAMPLE-footerContent-Value",
                                header_content="EXAMPLE-headerContent-Value",
                                name="EXAMPLE-name-Value",
                                is_default=False,
                                is_single_line_content=True,
                                is_system=False,
                                language="EXAMPLE-language-Value",
                                time_updated=datetime.strptime(
                                    "2023-04-11T09:44:03.941Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                log_type_test_request_version=620,
                                parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                                is_hidden=True,
                                parser_sequence=464,
                                parser_timezone="EXAMPLE-parserTimezone-Value",
                                parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                                    id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                    agent_version="EXAMPLE-agentVersion-Value",
                                    is_in_use=681,
                                    operating_system="EXAMPLE-operatingSystem-Value",
                                    parser_id=695,
                                    version="EXAMPLE-version-Value"),
                                is_parser_written_once=False,
                                parser_functions=[
                                    oci.log_analytics.models.LogAnalyticsParserFunction(
                                        parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                                            meta_plugin_parameters=[
                                                oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=True,
                                                    is_repeatable=True,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value")],
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            name="EXAMPLE-name-Value"),
                                        parser_function_id=609,
                                        parser_function_name="EXAMPLE-parserFunctionName-Value",
                                        is_enabled=True,
                                        is_system=True,
                                        parser_id=719,
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                                        parser_function_priority=54,
                                        parser_function_parameters=[
                                            oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                                parser_function_id=92,
                                                parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                                parser_function_parameter_id=226,
                                                parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                                parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                                parser_name="EXAMPLE-parserName-Value",
                                                parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=False,
                                                    is_repeatable=False,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value"))])],
                                sources_count=597,
                                should_tokenize_original_text=False,
                                field_delimiter="EXAMPLE-fieldDelimiter-Value",
                                field_qualifier="EXAMPLE-fieldQualifier-Value",
                                type="ODL",
                                is_user_deleted=False,
                                is_namespace_aware=True,
                                categories=[
                                    oci.log_analytics.models.LogAnalyticsCategory(
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        display_name="EXAMPLE-displayName-Value",
                                        type="EXAMPLE-type-Value",
                                        is_system=False)],
                                is_position_aware=True,
                                dependent_sources=[
                                    oci.log_analytics.models.DependentSource(
                                        source_name="EXAMPLE-sourceName-Value",
                                        source_display_name="EXAMPLE-sourceDisplayName-Value",
                                        source_id=451,
                                        source_type="EXAMPLE-sourceType-Value",
                                        is_system=False,
                                        is_auto_association_enabled=False,
                                        entity_types=[
                                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                                source_id=198,
                                                entity_type="EXAMPLE-entityType-Value",
                                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=847)])],
                                dependent_parsers=[
                                    oci.log_analytics.models.DependentParser(
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_display_name="EXAMPLE-parserDisplayName-Value",
                                        parser_id=739,
                                        is_system=True,
                                        parser_type="DELIMITED",
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=926)])])],
                        parameters=[
                            oci.log_analytics.models.LogAnalyticsParameter(
                                default_value="EXAMPLE-defaultValue-Value",
                                description="EXAMPLE-description-Value",
                                is_active=True,
                                name="EXAMPLE-name-Value",
                                source_id=816)],
                        pattern_count=967,
                        patterns=[
                            oci.log_analytics.models.LogAnalyticsSourcePattern(
                                converted_text="EXAMPLE-convertedText-Value",
                                db_parser_id=167,
                                db_pattern_date_time_columns="EXAMPLE-dbPatternDateTimeColumns-Value",
                                db_pattern_date_time_field="EXAMPLE-dbPatternDateTimeField-Value",
                                db_pattern_sequence_column="EXAMPLE-dbPatternSequenceColumn-Value",
                                fields=[
                                    oci.log_analytics.models.LogAnalyticsParserField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=308,
                                            facet_priority=61,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=True,
                                            is_high_cardinality=True,
                                            is_large_data=True,
                                            is_multi_valued=True,
                                            is_primary=False,
                                            is_system=True,
                                            is_summarizable=False,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=False,
                                            is_metric_value_eligible=False,
                                            range_facet_eligible=348,
                                            is_table_eligible=True,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        parser_field_id=155,
                                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                                        parser_field_name="EXAMPLE-parserFieldName-Value",
                                        storage_field_name="EXAMPLE-storageFieldName-Value",
                                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_field_sequence=957,
                                        parser=oci.log_analytics.models.LogAnalyticsParser(
                                            content="EXAMPLE-content-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=246,
                                            encoding="EXAMPLE-encoding-Value",
                                            example_content="EXAMPLE-exampleContent-Value",
                                            footer_content="EXAMPLE-footerContent-Value",
                                            header_content="EXAMPLE-headerContent-Value",
                                            name="EXAMPLE-name-Value",
                                            is_default=False,
                                            is_single_line_content=False,
                                            is_system=True,
                                            language="EXAMPLE-language-Value",
                                            time_updated=datetime.strptime(
                                                "2011-05-10T19:59:04.547Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            log_type_test_request_version=44,
                                            parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                                            is_hidden=False,
                                            parser_sequence=177,
                                            parser_timezone="EXAMPLE-parserTimezone-Value",
                                            parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                                                id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                                agent_version="EXAMPLE-agentVersion-Value",
                                                is_in_use=731,
                                                operating_system="EXAMPLE-operatingSystem-Value",
                                                parser_id=708,
                                                version="EXAMPLE-version-Value"),
                                            is_parser_written_once=True,
                                            parser_functions=[
                                                oci.log_analytics.models.LogAnalyticsParserFunction(
                                                    parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                                                        meta_plugin_parameters=[
                                                            oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                                description="EXAMPLE-description-Value",
                                                                name="EXAMPLE-name-Value",
                                                                is_mandatory=True,
                                                                is_repeatable=False,
                                                                plugin_name="EXAMPLE-pluginName-Value",
                                                                type="EXAMPLE-type-Value")],
                                                        description="EXAMPLE-description-Value",
                                                        display_name="EXAMPLE-displayName-Value",
                                                        name="EXAMPLE-name-Value"),
                                                    parser_function_id=333,
                                                    parser_function_name="EXAMPLE-parserFunctionName-Value",
                                                    is_enabled=True,
                                                    is_system=True,
                                                    parser_id=66,
                                                    parser_name="EXAMPLE-parserName-Value",
                                                    parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                                                    parser_function_priority=737,
                                                    parser_function_parameters=[
                                                        oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                                            parser_function_id=314,
                                                            parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                                            parser_function_parameter_id=807,
                                                            parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                                            parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                                            parser_name="EXAMPLE-parserName-Value",
                                                            parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                                description="EXAMPLE-description-Value",
                                                                name="EXAMPLE-name-Value",
                                                                is_mandatory=False,
                                                                is_repeatable=True,
                                                                plugin_name="EXAMPLE-pluginName-Value",
                                                                type="EXAMPLE-type-Value"))])],
                                            sources_count=174,
                                            should_tokenize_original_text=False,
                                            field_delimiter="EXAMPLE-fieldDelimiter-Value",
                                            field_qualifier="EXAMPLE-fieldQualifier-Value",
                                            type="JSON",
                                            is_user_deleted=True,
                                            is_namespace_aware=False,
                                            categories=[
                                                oci.log_analytics.models.LogAnalyticsCategory(
                                                    name="EXAMPLE-name-Value",
                                                    description="EXAMPLE-description-Value",
                                                    display_name="EXAMPLE-displayName-Value",
                                                    type="EXAMPLE-type-Value",
                                                    is_system=True)],
                                            is_position_aware=False,
                                            dependent_sources=[
                                                oci.log_analytics.models.DependentSource(
                                                    source_name="EXAMPLE-sourceName-Value",
                                                    source_display_name="EXAMPLE-sourceDisplayName-Value",
                                                    source_id=521,
                                                    source_type="EXAMPLE-sourceType-Value",
                                                    is_system=True,
                                                    is_auto_association_enabled=True,
                                                    entity_types=[
                                                        oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                                            source_id=461,
                                                            entity_type="EXAMPLE-entityType-Value",
                                                            entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                                            entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                                                    dependencies=[
                                                        oci.log_analytics.models.Dependency(
                                                            type="EXAMPLE-type-Value",
                                                            reference_type="EXAMPLE-referenceType-Value",
                                                            reference_id=450)])],
                                            dependent_parsers=[
                                                oci.log_analytics.models.DependentParser(
                                                    parser_name="EXAMPLE-parserName-Value",
                                                    parser_display_name="EXAMPLE-parserDisplayName-Value",
                                                    parser_id=483,
                                                    is_system=False,
                                                    parser_type="ODL",
                                                    dependencies=[
                                                        oci.log_analytics.models.Dependency(
                                                            type="EXAMPLE-type-Value",
                                                            reference_type="EXAMPLE-referenceType-Value",
                                                            reference_id=62)])]),
                                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                                is_include=False,
                                is_default=False,
                                pattern_filter=oci.log_analytics.models.LogAnalyticsPatternFilter(
                                    agent_version="EXAMPLE-agentVersion-Value",
                                    is_in_use=False,
                                    operating_system="EXAMPLE-operatingSystem-Value",
                                    pattern_id=818,
                                    source_id=363,
                                    version="EXAMPLE-version-Value"),
                                alias="EXAMPLE-alias-Value",
                                description="EXAMPLE-description-Value",
                                is_enabled=True,
                                pattern_id=307,
                                is_system=True,
                                source_id=85,
                                is_agent_warning_suppressed=False,
                                pattern_text="EXAMPLE-patternText-Value",
                                pattern_type=258,
                                entity_type=["EXAMPLE--Value"],
                                pattern_properties=[
                                    oci.log_analytics.models.LogAnalyticsProperty(
                                        name="EXAMPLE-name-Value",
                                        value="EXAMPLE-value-Value")])],
                        description="EXAMPLE-description-Value",
                        display_name="EXAMPLE-displayName-Value",
                        edit_version=230,
                        functions=[
                            oci.log_analytics.models.LogAnalyticsSourceFunction(
                                arguments=[
                                    oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                        is_override_output_fields=True,
                                        argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                        argument_example="EXAMPLE-argumentExample-Value",
                                        argument_service="EXAMPLE-argumentService-Value",
                                        argument_data_type="EXAMPLE-argumentDataType-Value",
                                        argument_description="EXAMPLE-argumentDescription-Value",
                                        argument_name="EXAMPLE-argumentName-Value",
                                        argument_order=59,
                                        argument_type=690,
                                        argument_id=39,
                                        argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                        argument_lookup_column_position=910,
                                        argument_value="EXAMPLE-argumentValue-Value",
                                        argument_reference="EXAMPLE-argumentReference-Value")],
                                is_enabled=True,
                                function=oci.log_analytics.models.LogAnalyticsMetaFunction(
                                    meta_function_argument=[
                                        oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                            is_override_output_fields=False,
                                            argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                            argument_example="EXAMPLE-argumentExample-Value",
                                            argument_service="EXAMPLE-argumentService-Value",
                                            argument_data_type="EXAMPLE-argumentDataType-Value",
                                            argument_description="EXAMPLE-argumentDescription-Value",
                                            argument_name="EXAMPLE-argumentName-Value",
                                            argument_order=842,
                                            argument_type=460,
                                            argument_id=755,
                                            argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                            argument_lookup_column_position=790,
                                            argument_value="EXAMPLE-argumentValue-Value",
                                            argument_reference="EXAMPLE-argumentReference-Value")],
                                    component="EXAMPLE-component-Value",
                                    description="EXAMPLE-description-Value",
                                    edit_version=738,
                                    meta_function_id=556,
                                    java_class_name="EXAMPLE-javaClassName-Value",
                                    name="EXAMPLE-name-Value"),
                                function_name="LOOKUP",
                                function_reference="EXAMPLE-functionReference-Value",
                                source_reference="EXAMPLE-sourceReference-Value",
                                features=["EXAMPLE--Value"],
                                function_id=654,
                                order=247,
                                is_system=False,
                                lookup_column="EXAMPLE-lookupColumn-Value",
                                lookup_column_position=283,
                                lookup_display_name="EXAMPLE-lookupDisplayName-Value",
                                lookup_mode=824,
                                lookup_table="EXAMPLE-lookupTable-Value",
                                source_id=283)],
                        source_id=476,
                        name="EXAMPLE-name-Value",
                        is_secure_content=False,
                        is_system=True,
                        parsers=[
                            oci.log_analytics.models.LogAnalyticsParser(
                                content="EXAMPLE-content-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=936,
                                encoding="EXAMPLE-encoding-Value",
                                example_content="EXAMPLE-exampleContent-Value",
                                field_maps=[
                                    oci.log_analytics.models.LogAnalyticsParserField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=726,
                                            facet_priority=20,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=True,
                                            is_high_cardinality=True,
                                            is_large_data=True,
                                            is_multi_valued=True,
                                            is_primary=False,
                                            is_system=False,
                                            is_summarizable=False,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=False,
                                            is_metric_value_eligible=False,
                                            range_facet_eligible=38,
                                            is_table_eligible=True,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        parser_field_id=912,
                                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                                        parser_field_name="EXAMPLE-parserFieldName-Value",
                                        storage_field_name="EXAMPLE-storageFieldName-Value",
                                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_field_sequence=327,
                                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                                footer_content="EXAMPLE-footerContent-Value",
                                header_content="EXAMPLE-headerContent-Value",
                                name="EXAMPLE-name-Value",
                                is_default=True,
                                is_single_line_content=True,
                                is_system=True,
                                language="EXAMPLE-language-Value",
                                time_updated=datetime.strptime(
                                    "2016-04-12T08:04:14.855Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                log_type_test_request_version=168,
                                parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                                is_hidden=True,
                                parser_sequence=174,
                                parser_timezone="EXAMPLE-parserTimezone-Value",
                                parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                                    id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                    agent_version="EXAMPLE-agentVersion-Value",
                                    is_in_use=424,
                                    operating_system="EXAMPLE-operatingSystem-Value",
                                    parser_id=445,
                                    version="EXAMPLE-version-Value"),
                                is_parser_written_once=False,
                                parser_functions=[
                                    oci.log_analytics.models.LogAnalyticsParserFunction(
                                        parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                                            meta_plugin_parameters=[
                                                oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=True,
                                                    is_repeatable=False,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value")],
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            name="EXAMPLE-name-Value"),
                                        parser_function_id=645,
                                        parser_function_name="EXAMPLE-parserFunctionName-Value",
                                        is_enabled=True,
                                        is_system=False,
                                        parser_id=969,
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                                        parser_function_priority=352,
                                        parser_function_parameters=[
                                            oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                                parser_function_id=568,
                                                parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                                parser_function_parameter_id=982,
                                                parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                                parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                                parser_name="EXAMPLE-parserName-Value",
                                                parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=True,
                                                    is_repeatable=False,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value"))])],
                                sources_count=749,
                                should_tokenize_original_text=False,
                                field_delimiter="EXAMPLE-fieldDelimiter-Value",
                                field_qualifier="EXAMPLE-fieldQualifier-Value",
                                type="DELIMITED",
                                is_user_deleted=True,
                                is_namespace_aware=False,
                                categories=[
                                    oci.log_analytics.models.LogAnalyticsCategory(
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        display_name="EXAMPLE-displayName-Value",
                                        type="EXAMPLE-type-Value",
                                        is_system=False)],
                                is_position_aware=True,
                                dependent_sources=[
                                    oci.log_analytics.models.DependentSource(
                                        source_name="EXAMPLE-sourceName-Value",
                                        source_display_name="EXAMPLE-sourceDisplayName-Value",
                                        source_id=856,
                                        source_type="EXAMPLE-sourceType-Value",
                                        is_system=False,
                                        is_auto_association_enabled=True,
                                        entity_types=[
                                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                                source_id=293,
                                                entity_type="EXAMPLE-entityType-Value",
                                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=405)])],
                                dependent_parsers=[
                                    oci.log_analytics.models.DependentParser(
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_display_name="EXAMPLE-parserDisplayName-Value",
                                        parser_id=977,
                                        is_system=False,
                                        parser_type="XML",
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=537)])])],
                        is_auto_association_enabled=True,
                        is_auto_association_override=True,
                        rule_id=621,
                        type_name="EXAMPLE-typeName-Value",
                        type_display_name="EXAMPLE-typeDisplayName-Value",
                        warning_config=313,
                        metadata_fields=[
                            oci.log_analytics.models.LogAnalyticsSourceMetadataField(
                                field_name="EXAMPLE-fieldName-Value",
                                is_enabled=True,
                                is_system=False,
                                key="EXAMPLE-key-Value",
                                source_name="EXAMPLE-sourceName-Value")],
                        label_definitions=[
                            oci.log_analytics.models.LogAnalyticsLabelDefinition(
                                edit_version=966,
                                is_system=True,
                                source_id=21,
                                label_name="EXAMPLE-labelName-Value")],
                        entity_types=[
                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                source_id=254,
                                entity_type="EXAMPLE-entityType-Value",
                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                        is_timezone_override=True,
                        user_parsers=[
                            oci.log_analytics.models.LogAnalyticsParser(
                                content="EXAMPLE-content-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=709,
                                encoding="EXAMPLE-encoding-Value",
                                example_content="EXAMPLE-exampleContent-Value",
                                field_maps=[
                                    oci.log_analytics.models.LogAnalyticsParserField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=408,
                                            facet_priority=869,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=True,
                                            is_high_cardinality=True,
                                            is_large_data=False,
                                            is_multi_valued=True,
                                            is_primary=True,
                                            is_system=False,
                                            is_summarizable=True,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=False,
                                            is_metric_value_eligible=True,
                                            range_facet_eligible=640,
                                            is_table_eligible=True,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        parser_field_id=925,
                                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                                        parser_field_name="EXAMPLE-parserFieldName-Value",
                                        storage_field_name="EXAMPLE-storageFieldName-Value",
                                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_field_sequence=931,
                                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                                footer_content="EXAMPLE-footerContent-Value",
                                header_content="EXAMPLE-headerContent-Value",
                                name="EXAMPLE-name-Value",
                                is_default=True,
                                is_single_line_content=True,
                                is_system=True,
                                language="EXAMPLE-language-Value",
                                time_updated=datetime.strptime(
                                    "2000-03-17T21:19:20.016Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                log_type_test_request_version=933,
                                parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                                is_hidden=True,
                                parser_sequence=682,
                                parser_timezone="EXAMPLE-parserTimezone-Value",
                                parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                                    id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                    agent_version="EXAMPLE-agentVersion-Value",
                                    is_in_use=487,
                                    operating_system="EXAMPLE-operatingSystem-Value",
                                    parser_id=326,
                                    version="EXAMPLE-version-Value"),
                                is_parser_written_once=True,
                                parser_functions=[
                                    oci.log_analytics.models.LogAnalyticsParserFunction(
                                        parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                                            meta_plugin_parameters=[
                                                oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=True,
                                                    is_repeatable=False,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value")],
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            name="EXAMPLE-name-Value"),
                                        parser_function_id=982,
                                        parser_function_name="EXAMPLE-parserFunctionName-Value",
                                        is_enabled=False,
                                        is_system=False,
                                        parser_id=885,
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                                        parser_function_priority=588,
                                        parser_function_parameters=[
                                            oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                                parser_function_id=57,
                                                parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                                parser_function_parameter_id=45,
                                                parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                                parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                                parser_name="EXAMPLE-parserName-Value",
                                                parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=False,
                                                    is_repeatable=False,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value"))])],
                                sources_count=727,
                                should_tokenize_original_text=False,
                                field_delimiter="EXAMPLE-fieldDelimiter-Value",
                                field_qualifier="EXAMPLE-fieldQualifier-Value",
                                type="XML",
                                is_user_deleted=True,
                                is_namespace_aware=False,
                                categories=[
                                    oci.log_analytics.models.LogAnalyticsCategory(
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        display_name="EXAMPLE-displayName-Value",
                                        type="EXAMPLE-type-Value",
                                        is_system=False)],
                                is_position_aware=False,
                                dependent_sources=[
                                    oci.log_analytics.models.DependentSource(
                                        source_name="EXAMPLE-sourceName-Value",
                                        source_display_name="EXAMPLE-sourceDisplayName-Value",
                                        source_id=556,
                                        source_type="EXAMPLE-sourceType-Value",
                                        is_system=False,
                                        is_auto_association_enabled=False,
                                        entity_types=[
                                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                                source_id=854,
                                                entity_type="EXAMPLE-entityType-Value",
                                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=440)])],
                                dependent_parsers=[
                                    oci.log_analytics.models.DependentParser(
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_display_name="EXAMPLE-parserDisplayName-Value",
                                        parser_id=442,
                                        is_system=True,
                                        parser_type="JSON",
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=302)])])],
                        time_updated=datetime.strptime(
                            "2003-07-05T02:05:42.622Z",
                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                        event_types=[
                            oci.log_analytics.models.EventType(
                                event_type_name="EXAMPLE-eventTypeName-Value",
                                spec_version="EXAMPLE-specVersion-Value",
                                is_enabled=False,
                                is_system=True,
                                time_updated=datetime.strptime(
                                    "2035-11-30T23:52:33.833Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
                        categories=[
                            oci.log_analytics.models.LogAnalyticsCategory(
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                type="EXAMPLE-type-Value",
                                is_system=True)],
                        endpoints=[
                            oci.log_analytics.models.LogTypeEndpoint(
                                endpoint_type="LOG",
                                log_endpoint=oci.log_analytics.models.LogEndpoint(
                                    name="EXAMPLE-name-Value",
                                    request=oci.log_analytics.models.EndpointRequest(
                                        url="EXAMPLE-url-Value",
                                        method="POST",
                                        content_type="EXAMPLE-contentType-Value",
                                        payload="EXAMPLE-payload-Value",
                                        headers=[
                                            oci.log_analytics.models.NameValuePair(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")],
                                        form_parameters=[
                                            oci.log_analytics.models.NameValuePair(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")]),
                                    description="EXAMPLE-description-Value",
                                    model="EXAMPLE-model-Value",
                                    endpoint_id=70,
                                    response=oci.log_analytics.models.EndpointResponse(
                                        content_type="EXAMPLE-contentType-Value",
                                        example="EXAMPLE-example-Value"),
                                    credentials=oci.log_analytics.models.EndpointCredentials(
                                        credential_type="STATIC_TOKEN",
                                        credential_name="EXAMPLE-credentialName-Value",
                                        credential_endpoint=oci.log_analytics.models.CredentialEndpoint(
                                            name="EXAMPLE-name-Value",
                                            description="EXAMPLE-description-Value",
                                            model="EXAMPLE-model-Value",
                                            endpoint_id=902,
                                            response=oci.log_analytics.models.EndpointResponse(
                                                content_type="EXAMPLE-contentType-Value",
                                                example="EXAMPLE-example-Value"),
                                            proxy=oci.log_analytics.models.EndpointProxy(
                                                url="EXAMPLE-url-Value",
                                                credential_name="EXAMPLE-credentialName-Value",
                                                credential_type="NONE"))),
                                    proxy=oci.log_analytics.models.EndpointProxy(
                                        url="EXAMPLE-url-Value",
                                        credential_name="EXAMPLE-credentialName-Value",
                                        credential_type="BASIC_AUTH"),
                                    is_enabled=True,
                                    is_system=True,
                                    endpoint_properties=[
                                        oci.log_analytics.models.LogAnalyticsProperty(
                                            name="EXAMPLE-name-Value",
                                            value="EXAMPLE-value-Value")]))],
                        source_properties=[
                            oci.log_analytics.models.LogAnalyticsProperty(
                                name="EXAMPLE-name-Value",
                                value="EXAMPLE-value-Value")])],
                entity_type="EXAMPLE-entityType-Value",
                time_updated=datetime.strptime(
                    "2039-09-28T11:45:31.665Z",
                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                unit_type="EXAMPLE-unitType-Value",
                is_user_customized=False)],
        metrics=[
            oci.log_analytics.models.LogAnalyticsSourceMetric(
                is_metric_source_enabled=False,
                metric_name="EXAMPLE-metricName-Value",
                source_name="EXAMPLE-sourceName-Value",
                entity_type="EXAMPLE-entityType-Value")],
        oob_parsers=[
            oci.log_analytics.models.LogAnalyticsParser(
                content="EXAMPLE-content-Value",
                description="EXAMPLE-description-Value",
                display_name="EXAMPLE-displayName-Value",
                edit_version=650,
                encoding="EXAMPLE-encoding-Value",
                example_content="EXAMPLE-exampleContent-Value",
                field_maps=[
                    oci.log_analytics.models.LogAnalyticsParserField(
                        field=oci.log_analytics.models.LogAnalyticsField(
                            cee_alias="EXAMPLE-ceeAlias-Value",
                            data_type="EXAMPLE-dataType-Value",
                            regular_expression="EXAMPLE-regularExpression-Value",
                            description="EXAMPLE-description-Value",
                            display_name="EXAMPLE-displayName-Value",
                            edit_version=585,
                            facet_priority=791,
                            name="EXAMPLE-name-Value",
                            is_facet_eligible=False,
                            is_high_cardinality=True,
                            is_large_data=True,
                            is_multi_valued=False,
                            is_primary=False,
                            is_system=False,
                            is_summarizable=True,
                            mapped_value="EXAMPLE-mappedValue-Value",
                            is_metric_key_eligible=True,
                            is_metric_value_eligible=True,
                            range_facet_eligible=187,
                            is_table_eligible=False,
                            unit_type="EXAMPLE-unitType-Value"),
                        parser_field_id=558,
                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                        parser_field_name="EXAMPLE-parserFieldName-Value",
                        storage_field_name="EXAMPLE-storageFieldName-Value",
                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                        parser_name="EXAMPLE-parserName-Value",
                        parser_field_sequence=564,
                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                footer_content="EXAMPLE-footerContent-Value",
                header_content="EXAMPLE-headerContent-Value",
                name="EXAMPLE-name-Value",
                is_default=False,
                is_single_line_content=False,
                is_system=True,
                language="EXAMPLE-language-Value",
                time_updated=datetime.strptime(
                    "2020-07-08T10:17:07.265Z",
                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                log_type_test_request_version=914,
                parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                is_hidden=True,
                parser_sequence=192,
                parser_timezone="EXAMPLE-parserTimezone-Value",
                parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                    id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                    agent_version="EXAMPLE-agentVersion-Value",
                    is_in_use=941,
                    operating_system="EXAMPLE-operatingSystem-Value",
                    parser_id=558,
                    version="EXAMPLE-version-Value"),
                is_parser_written_once=False,
                parser_functions=[
                    oci.log_analytics.models.LogAnalyticsParserFunction(
                        parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                            meta_plugin_parameters=[
                                oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                    description="EXAMPLE-description-Value",
                                    name="EXAMPLE-name-Value",
                                    is_mandatory=True,
                                    is_repeatable=False,
                                    plugin_name="EXAMPLE-pluginName-Value",
                                    type="EXAMPLE-type-Value")],
                            description="EXAMPLE-description-Value",
                            display_name="EXAMPLE-displayName-Value",
                            name="EXAMPLE-name-Value"),
                        parser_function_id=747,
                        parser_function_name="EXAMPLE-parserFunctionName-Value",
                        is_enabled=False,
                        is_system=False,
                        parser_id=897,
                        parser_name="EXAMPLE-parserName-Value",
                        parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                        parser_function_priority=766,
                        parser_function_parameters=[
                            oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                parser_function_id=708,
                                parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                parser_function_parameter_id=639,
                                parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                parser_name="EXAMPLE-parserName-Value",
                                parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                    description="EXAMPLE-description-Value",
                                    name="EXAMPLE-name-Value",
                                    is_mandatory=False,
                                    is_repeatable=True,
                                    plugin_name="EXAMPLE-pluginName-Value",
                                    type="EXAMPLE-type-Value"))])],
                sources_count=380,
                sources=[
                    oci.log_analytics.models.LogAnalyticsSource(
                        label_conditions=[
                            oci.log_analytics.models.LogAnalyticsSourceLabelCondition(
                                condition_string="EXAMPLE-conditionString-Value",
                                condition_block=oci.log_analytics.models.ConditionBlock(
                                    condition_blocks_operator="OR",
                                    field_name="EXAMPLE-fieldName-Value",
                                    label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                    label_condition_value="EXAMPLE-labelConditionValue-Value",
                                    label_condition_values=["EXAMPLE--Value"]),
                                message="EXAMPLE-message-Value",
                                is_visible=True,
                                block_condition_field="EXAMPLE-blockConditionField-Value",
                                block_condition_operator="EXAMPLE-blockConditionOperator-Value",
                                block_condition_value="EXAMPLE-blockConditionValue-Value",
                                label_condition_value="EXAMPLE-labelConditionValue-Value",
                                label_condition_values=["EXAMPLE--Value"],
                                content_example="EXAMPLE-contentExample-Value",
                                is_enabled=True,
                                field_name="EXAMPLE-fieldName-Value",
                                label_condition_id=688,
                                is_system=False,
                                label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                source_id=391,
                                label_display_name="EXAMPLE-labelDisplayName-Value",
                                storage_field="EXAMPLE-storageField-Value",
                                label_name="EXAMPLE-labelName-Value",
                                is_inline_label_existing_in_database=True)],
                        association_count=367,
                        association_entity=[
                            oci.log_analytics.models.LogAnalyticsAssociation(
                                failure_message="EXAMPLE-failureMessage-Value",
                                agent_id="ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
                                time_last_attempted=datetime.strptime(
                                    "2020-05-02T03:23:34.634Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                retry_count=347,
                                source_name="EXAMPLE-sourceName-Value",
                                source_display_name="EXAMPLE-sourceDisplayName-Value",
                                source_type_name="EXAMPLE-sourceTypeName-Value",
                                life_cycle_state="FAILED",
                                entity_id="ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
                                entity_name="EXAMPLE-entityName-Value",
                                entity_type_name="EXAMPLE-entityTypeName-Value",
                                host="EXAMPLE-host-Value",
                                agent_entity_name="EXAMPLE-agentEntityName-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value",
                                log_group_id="ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
                                log_group_name="EXAMPLE-logGroupName-Value",
                                log_group_compartment="EXAMPLE-logGroupCompartment-Value",
                                association_properties=[
                                    oci.log_analytics.models.AssociationProperty(
                                        name="EXAMPLE-name-Value",
                                        value="EXAMPLE-value-Value",
                                        patterns=[
                                            oci.log_analytics.models.PatternOverride(
                                                id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                                value="EXAMPLE-value-Value",
                                                effective_level="EXAMPLE-effectiveLevel-Value")])])],
                        data_filter_definitions=[
                            oci.log_analytics.models.LogAnalyticsSourceDataFilter(
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=915,
                                is_enabled=True,
                                field_name="EXAMPLE-fieldName-Value",
                                hash_type=235,
                                data_filter_id=216,
                                is_system=True,
                                match_regular_expression="EXAMPLE-matchRegularExpression-Value",
                                order=323,
                                path="EXAMPLE-path-Value",
                                replacement_string="EXAMPLE-replacementString-Value",
                                source_id=450,
                                filter_type="DROP_LOG_ENTRY")],
                        database_credential="EXAMPLE-databaseCredential-Value",
                        extended_field_definitions=[
                            oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition(
                                field=oci.log_analytics.models.LogAnalyticsField(
                                    cee_alias="EXAMPLE-ceeAlias-Value",
                                    data_type="EXAMPLE-dataType-Value",
                                    regular_expression="EXAMPLE-regularExpression-Value",
                                    description="EXAMPLE-description-Value",
                                    display_name="EXAMPLE-displayName-Value",
                                    edit_version=367,
                                    facet_priority=800,
                                    name="EXAMPLE-name-Value",
                                    is_facet_eligible=False,
                                    is_high_cardinality=True,
                                    is_large_data=True,
                                    is_multi_valued=True,
                                    is_primary=True,
                                    is_system=True,
                                    is_summarizable=True,
                                    mapped_value="EXAMPLE-mappedValue-Value",
                                    is_metric_key_eligible=True,
                                    is_metric_value_eligible=True,
                                    range_facet_eligible=82,
                                    is_table_eligible=False,
                                    unit_type="EXAMPLE-unitType-Value"),
                                display_regular_expression="EXAMPLE-displayRegularExpression-Value",
                                extended_fields=[
                                    oci.log_analytics.models.LogAnalyticsExtendedField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=452,
                                            facet_priority=751,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=True,
                                            is_high_cardinality=False,
                                            is_large_data=False,
                                            is_multi_valued=False,
                                            is_primary=False,
                                            is_system=True,
                                            is_summarizable=True,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=True,
                                            is_metric_value_eligible=False,
                                            range_facet_eligible=425,
                                            is_table_eligible=False,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        extended_field_definition_id=998,
                                        field_name="EXAMPLE-fieldName-Value",
                                        field_display_name="EXAMPLE-fieldDisplayName-Value",
                                        saved_regular_expression_name="EXAMPLE-savedRegularExpressionName-Value",
                                        extended_field_id=350)],
                                base_field_name="EXAMPLE-baseFieldName-Value",
                                base_field_log_text="EXAMPLE-baseFieldLogText-Value",
                                condition_data_type="EXAMPLE-conditionDataType-Value",
                                condition_field="EXAMPLE-conditionField-Value",
                                condition_operator="EXAMPLE-conditionOperator-Value",
                                condition_value="EXAMPLE-conditionValue-Value",
                                converted_regular_expression="EXAMPLE-convertedRegularExpression-Value",
                                is_enabled=False,
                                extended_field_definition_id=386,
                                is_system=False,
                                regular_expression="EXAMPLE-regularExpression-Value",
                                source_id=586,
                                time_updated=datetime.strptime(
                                    "2020-04-24T17:44:32.242Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
                        is_for_cloud=True,
                        labels=[
                            oci.log_analytics.models.LogAnalyticsLabelView(
                                aliases=[
                                    oci.log_analytics.models.LogAnalyticsLabelAlias(
                                        alias="EXAMPLE-alias-Value",
                                        alias_display_name="EXAMPLE-aliasDisplayName-Value",
                                        is_system=False,
                                        display_name="EXAMPLE-displayName-Value",
                                        name="EXAMPLE-name-Value",
                                        priority="NONE")],
                                count_usage_in_alert_rule=738,
                                count_usage_in_source=599,
                                id="EXAMPLE-id-Value",
                                suggest_type=215,
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=229,
                                impact="EXAMPLE-impact-Value",
                                is_system=True,
                                name="EXAMPLE-name-Value",
                                priority="NONE",
                                recommendation="EXAMPLE-recommendation-Value",
                                type=746,
                                is_user_deleted=True)],
                        metric_definitions=[
                            oci.log_analytics.models.LogAnalyticsMetric(
                                aggregation_field="EXAMPLE-aggregationField-Value",
                                bucket_metadata="EXAMPLE-bucketMetadata-Value",
                                clock_period="EXAMPLE-clockPeriod-Value",
                                description="EXAMPLE-description-Value",
                                edit_version=440,
                                field_name="EXAMPLE-fieldName-Value",
                                field_values=["EXAMPLE--Value"],
                                grouping_field="EXAMPLE-groupingField-Value",
                                is_enabled=True,
                                is_system=False,
                                display_name="EXAMPLE-displayName-Value",
                                metric_reference=598,
                                name="EXAMPLE-name-Value",
                                metric_type="AVERAGE_DISTRIBUTION",
                                is_metric_source_enabled=True,
                                operator="EQUAL_IGNORE_CASE",
                                entity_type="EXAMPLE-entityType-Value",
                                time_updated=datetime.strptime(
                                    "2019-06-14T03:56:24.426Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                unit_type="EXAMPLE-unitType-Value",
                                is_user_customized=False)],
                        metrics=[
                            oci.log_analytics.models.LogAnalyticsSourceMetric(
                                is_metric_source_enabled=False,
                                metric_name="EXAMPLE-metricName-Value",
                                source_name="EXAMPLE-sourceName-Value",
                                entity_type="EXAMPLE-entityType-Value")],
                        parameters=[
                            oci.log_analytics.models.LogAnalyticsParameter(
                                default_value="EXAMPLE-defaultValue-Value",
                                description="EXAMPLE-description-Value",
                                is_active=False,
                                name="EXAMPLE-name-Value",
                                source_id=689)],
                        pattern_count=440,
                        patterns=[
                            oci.log_analytics.models.LogAnalyticsSourcePattern(
                                converted_text="EXAMPLE-convertedText-Value",
                                db_parser_id=120,
                                db_pattern_date_time_columns="EXAMPLE-dbPatternDateTimeColumns-Value",
                                db_pattern_date_time_field="EXAMPLE-dbPatternDateTimeField-Value",
                                db_pattern_sequence_column="EXAMPLE-dbPatternSequenceColumn-Value",
                                fields=[
                                    oci.log_analytics.models.LogAnalyticsParserField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=834,
                                            facet_priority=125,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=True,
                                            is_high_cardinality=False,
                                            is_large_data=True,
                                            is_multi_valued=False,
                                            is_primary=False,
                                            is_system=True,
                                            is_summarizable=False,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=True,
                                            is_metric_value_eligible=False,
                                            range_facet_eligible=181,
                                            is_table_eligible=True,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        parser_field_id=716,
                                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                                        parser_field_name="EXAMPLE-parserFieldName-Value",
                                        storage_field_name="EXAMPLE-storageFieldName-Value",
                                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_field_sequence=830,
                                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                                is_include=True,
                                is_default=False,
                                pattern_filter=oci.log_analytics.models.LogAnalyticsPatternFilter(
                                    agent_version="EXAMPLE-agentVersion-Value",
                                    is_in_use=True,
                                    operating_system="EXAMPLE-operatingSystem-Value",
                                    pattern_id=143,
                                    source_id=583,
                                    version="EXAMPLE-version-Value"),
                                alias="EXAMPLE-alias-Value",
                                description="EXAMPLE-description-Value",
                                is_enabled=False,
                                pattern_id=169,
                                is_system=False,
                                source_id=386,
                                is_agent_warning_suppressed=False,
                                pattern_text="EXAMPLE-patternText-Value",
                                pattern_type=912,
                                entity_type=["EXAMPLE--Value"],
                                pattern_properties=[
                                    oci.log_analytics.models.LogAnalyticsProperty(
                                        name="EXAMPLE-name-Value",
                                        value="EXAMPLE-value-Value")])],
                        description="EXAMPLE-description-Value",
                        display_name="EXAMPLE-displayName-Value",
                        edit_version=662,
                        functions=[
                            oci.log_analytics.models.LogAnalyticsSourceFunction(
                                arguments=[
                                    oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                        is_override_output_fields=True,
                                        argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                        argument_example="EXAMPLE-argumentExample-Value",
                                        argument_service="EXAMPLE-argumentService-Value",
                                        argument_data_type="EXAMPLE-argumentDataType-Value",
                                        argument_description="EXAMPLE-argumentDescription-Value",
                                        argument_name="EXAMPLE-argumentName-Value",
                                        argument_order=293,
                                        argument_type=689,
                                        argument_id=576,
                                        argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                        argument_lookup_column_position=531,
                                        argument_value="EXAMPLE-argumentValue-Value",
                                        argument_reference="EXAMPLE-argumentReference-Value")],
                                is_enabled=True,
                                function=oci.log_analytics.models.LogAnalyticsMetaFunction(
                                    meta_function_argument=[
                                        oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                            is_override_output_fields=False,
                                            argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                            argument_example="EXAMPLE-argumentExample-Value",
                                            argument_service="EXAMPLE-argumentService-Value",
                                            argument_data_type="EXAMPLE-argumentDataType-Value",
                                            argument_description="EXAMPLE-argumentDescription-Value",
                                            argument_name="EXAMPLE-argumentName-Value",
                                            argument_order=807,
                                            argument_type=457,
                                            argument_id=360,
                                            argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                            argument_lookup_column_position=247,
                                            argument_value="EXAMPLE-argumentValue-Value",
                                            argument_reference="EXAMPLE-argumentReference-Value")],
                                    component="EXAMPLE-component-Value",
                                    description="EXAMPLE-description-Value",
                                    edit_version=165,
                                    meta_function_id=155,
                                    java_class_name="EXAMPLE-javaClassName-Value",
                                    name="EXAMPLE-name-Value"),
                                function_name="GEOLOCATION",
                                function_reference="EXAMPLE-functionReference-Value",
                                source_reference="EXAMPLE-sourceReference-Value",
                                features=["EXAMPLE--Value"],
                                function_id=554,
                                order=524,
                                is_system=True,
                                lookup_column="EXAMPLE-lookupColumn-Value",
                                lookup_column_position=832,
                                lookup_display_name="EXAMPLE-lookupDisplayName-Value",
                                lookup_mode=817,
                                lookup_table="EXAMPLE-lookupTable-Value",
                                source_id=158)],
                        source_id=196,
                        name="EXAMPLE-name-Value",
                        is_secure_content=False,
                        is_system=False,
                        is_auto_association_enabled=True,
                        is_auto_association_override=False,
                        rule_id=842,
                        type_name="EXAMPLE-typeName-Value",
                        type_display_name="EXAMPLE-typeDisplayName-Value",
                        warning_config=602,
                        metadata_fields=[
                            oci.log_analytics.models.LogAnalyticsSourceMetadataField(
                                field_name="EXAMPLE-fieldName-Value",
                                is_enabled=False,
                                is_system=True,
                                key="EXAMPLE-key-Value",
                                source_name="EXAMPLE-sourceName-Value")],
                        label_definitions=[
                            oci.log_analytics.models.LogAnalyticsLabelDefinition(
                                edit_version=218,
                                is_system=False,
                                source_id=551,
                                label_name="EXAMPLE-labelName-Value")],
                        entity_types=[
                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                source_id=120,
                                entity_type="EXAMPLE-entityType-Value",
                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                        is_timezone_override=True,
                        time_updated=datetime.strptime(
                            "2001-06-18T07:34:43.375Z",
                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                        event_types=[
                            oci.log_analytics.models.EventType(
                                event_type_name="EXAMPLE-eventTypeName-Value",
                                spec_version="EXAMPLE-specVersion-Value",
                                is_enabled=False,
                                is_system=False,
                                time_updated=datetime.strptime(
                                    "2013-05-24T12:00:34.808Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
                        categories=[
                            oci.log_analytics.models.LogAnalyticsCategory(
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                type="EXAMPLE-type-Value",
                                is_system=True)],
                        endpoints=[
                            oci.log_analytics.models.LogTypeEndpoint(
                                endpoint_type="LOG",
                                log_endpoint=oci.log_analytics.models.LogEndpoint(
                                    name="EXAMPLE-name-Value",
                                    request=oci.log_analytics.models.EndpointRequest(
                                        url="EXAMPLE-url-Value",
                                        method="GET",
                                        content_type="EXAMPLE-contentType-Value",
                                        payload="EXAMPLE-payload-Value",
                                        headers=[
                                            oci.log_analytics.models.NameValuePair(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")],
                                        form_parameters=[
                                            oci.log_analytics.models.NameValuePair(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")]),
                                    description="EXAMPLE-description-Value",
                                    model="EXAMPLE-model-Value",
                                    endpoint_id=85,
                                    response=oci.log_analytics.models.EndpointResponse(
                                        content_type="EXAMPLE-contentType-Value",
                                        example="EXAMPLE-example-Value"),
                                    credentials=oci.log_analytics.models.EndpointCredentials(
                                        credential_type="STATIC_TOKEN",
                                        credential_name="EXAMPLE-credentialName-Value",
                                        credential_endpoint=oci.log_analytics.models.CredentialEndpoint(
                                            name="EXAMPLE-name-Value",
                                            description="EXAMPLE-description-Value",
                                            model="EXAMPLE-model-Value",
                                            endpoint_id=266,
                                            response=oci.log_analytics.models.EndpointResponse(
                                                content_type="EXAMPLE-contentType-Value",
                                                example="EXAMPLE-example-Value"),
                                            proxy=oci.log_analytics.models.EndpointProxy(
                                                url="EXAMPLE-url-Value",
                                                credential_name="EXAMPLE-credentialName-Value",
                                                credential_type="NONE"))),
                                    proxy=oci.log_analytics.models.EndpointProxy(
                                        url="EXAMPLE-url-Value",
                                        credential_name="EXAMPLE-credentialName-Value",
                                        credential_type="TOKEN"),
                                    is_enabled=False,
                                    is_system=False,
                                    endpoint_properties=[
                                        oci.log_analytics.models.LogAnalyticsProperty(
                                            name="EXAMPLE-name-Value",
                                            value="EXAMPLE-value-Value")]))],
                        source_properties=[
                            oci.log_analytics.models.LogAnalyticsProperty(
                                name="EXAMPLE-name-Value",
                                value="EXAMPLE-value-Value")])],
                should_tokenize_original_text=True,
                field_delimiter="EXAMPLE-fieldDelimiter-Value",
                field_qualifier="EXAMPLE-fieldQualifier-Value",
                type="REGEX",
                is_user_deleted=True,
                is_namespace_aware=False,
                categories=[
                    oci.log_analytics.models.LogAnalyticsCategory(
                        name="EXAMPLE-name-Value",
                        description="EXAMPLE-description-Value",
                        display_name="EXAMPLE-displayName-Value",
                        type="EXAMPLE-type-Value",
                        is_system=True)],
                is_position_aware=False,
                dependent_sources=[
                    oci.log_analytics.models.DependentSource(
                        source_name="EXAMPLE-sourceName-Value",
                        source_display_name="EXAMPLE-sourceDisplayName-Value",
                        source_id=378,
                        source_type="EXAMPLE-sourceType-Value",
                        is_system=True,
                        is_auto_association_enabled=False,
                        entity_types=[
                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                source_id=462,
                                entity_type="EXAMPLE-entityType-Value",
                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                        dependencies=[
                            oci.log_analytics.models.Dependency(
                                type="EXAMPLE-type-Value",
                                reference_type="EXAMPLE-referenceType-Value",
                                reference_id=79)])],
                dependent_parsers=[
                    oci.log_analytics.models.DependentParser(
                        parser_name="EXAMPLE-parserName-Value",
                        parser_display_name="EXAMPLE-parserDisplayName-Value",
                        parser_id=998,
                        is_system=True,
                        parser_type="JSON",
                        dependencies=[
                            oci.log_analytics.models.Dependency(
                                type="EXAMPLE-type-Value",
                                reference_type="EXAMPLE-referenceType-Value",
                                reference_id=584)])])],
        parameters=[
            oci.log_analytics.models.LogAnalyticsParameter(
                default_value="EXAMPLE-defaultValue-Value",
                description="EXAMPLE-description-Value",
                is_active=True,
                name="EXAMPLE-name-Value",
                source_id=438)],
        patterns=[
            oci.log_analytics.models.LogAnalyticsSourcePattern(
                converted_text="EXAMPLE-convertedText-Value",
                db_parser_id=294,
                db_pattern_date_time_columns="EXAMPLE-dbPatternDateTimeColumns-Value",
                db_pattern_date_time_field="EXAMPLE-dbPatternDateTimeField-Value",
                db_pattern_sequence_column="EXAMPLE-dbPatternSequenceColumn-Value",
                fields=[
                    oci.log_analytics.models.LogAnalyticsParserField(
                        field=oci.log_analytics.models.LogAnalyticsField(
                            cee_alias="EXAMPLE-ceeAlias-Value",
                            data_type="EXAMPLE-dataType-Value",
                            regular_expression="EXAMPLE-regularExpression-Value",
                            description="EXAMPLE-description-Value",
                            display_name="EXAMPLE-displayName-Value",
                            edit_version=732,
                            facet_priority=926,
                            name="EXAMPLE-name-Value",
                            is_facet_eligible=True,
                            is_high_cardinality=False,
                            is_large_data=False,
                            is_multi_valued=False,
                            is_primary=False,
                            is_system=False,
                            is_summarizable=False,
                            mapped_value="EXAMPLE-mappedValue-Value",
                            is_metric_key_eligible=True,
                            is_metric_value_eligible=False,
                            range_facet_eligible=200,
                            is_table_eligible=True,
                            unit_type="EXAMPLE-unitType-Value"),
                        parser_field_id=591,
                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                        parser_field_name="EXAMPLE-parserFieldName-Value",
                        storage_field_name="EXAMPLE-storageFieldName-Value",
                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                        parser_name="EXAMPLE-parserName-Value",
                        parser_field_sequence=447,
                        parser=oci.log_analytics.models.LogAnalyticsParser(
                            content="EXAMPLE-content-Value",
                            description="EXAMPLE-description-Value",
                            display_name="EXAMPLE-displayName-Value",
                            edit_version=382,
                            encoding="EXAMPLE-encoding-Value",
                            example_content="EXAMPLE-exampleContent-Value",
                            footer_content="EXAMPLE-footerContent-Value",
                            header_content="EXAMPLE-headerContent-Value",
                            name="EXAMPLE-name-Value",
                            is_default=False,
                            is_single_line_content=True,
                            is_system=True,
                            language="EXAMPLE-language-Value",
                            time_updated=datetime.strptime(
                                "2038-04-25T19:16:49.172Z",
                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                            log_type_test_request_version=286,
                            parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                            is_hidden=False,
                            parser_sequence=900,
                            parser_timezone="EXAMPLE-parserTimezone-Value",
                            parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                                id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                agent_version="EXAMPLE-agentVersion-Value",
                                is_in_use=451,
                                operating_system="EXAMPLE-operatingSystem-Value",
                                parser_id=31,
                                version="EXAMPLE-version-Value"),
                            is_parser_written_once=False,
                            parser_functions=[
                                oci.log_analytics.models.LogAnalyticsParserFunction(
                                    parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                                        meta_plugin_parameters=[
                                            oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                description="EXAMPLE-description-Value",
                                                name="EXAMPLE-name-Value",
                                                is_mandatory=True,
                                                is_repeatable=True,
                                                plugin_name="EXAMPLE-pluginName-Value",
                                                type="EXAMPLE-type-Value")],
                                        description="EXAMPLE-description-Value",
                                        display_name="EXAMPLE-displayName-Value",
                                        name="EXAMPLE-name-Value"),
                                    parser_function_id=660,
                                    parser_function_name="EXAMPLE-parserFunctionName-Value",
                                    is_enabled=False,
                                    is_system=True,
                                    parser_id=104,
                                    parser_name="EXAMPLE-parserName-Value",
                                    parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                                    parser_function_priority=920,
                                    parser_function_parameters=[
                                        oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                            parser_function_id=950,
                                            parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                            parser_function_parameter_id=775,
                                            parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                            parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                            parser_name="EXAMPLE-parserName-Value",
                                            parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                description="EXAMPLE-description-Value",
                                                name="EXAMPLE-name-Value",
                                                is_mandatory=False,
                                                is_repeatable=True,
                                                plugin_name="EXAMPLE-pluginName-Value",
                                                type="EXAMPLE-type-Value"))])],
                            sources_count=430,
                            sources=[
                                oci.log_analytics.models.LogAnalyticsSource(
                                    label_conditions=[
                                        oci.log_analytics.models.LogAnalyticsSourceLabelCondition(
                                            condition_string="EXAMPLE-conditionString-Value",
                                            condition_block=oci.log_analytics.models.ConditionBlock(
                                                condition_blocks_operator="OR",
                                                field_name="EXAMPLE-fieldName-Value",
                                                label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                                label_condition_value="EXAMPLE-labelConditionValue-Value",
                                                label_condition_values=["EXAMPLE--Value"]),
                                            message="EXAMPLE-message-Value",
                                            is_visible=False,
                                            block_condition_field="EXAMPLE-blockConditionField-Value",
                                            block_condition_operator="EXAMPLE-blockConditionOperator-Value",
                                            block_condition_value="EXAMPLE-blockConditionValue-Value",
                                            label_condition_value="EXAMPLE-labelConditionValue-Value",
                                            label_condition_values=["EXAMPLE--Value"],
                                            content_example="EXAMPLE-contentExample-Value",
                                            is_enabled=False,
                                            field_name="EXAMPLE-fieldName-Value",
                                            label_condition_id=885,
                                            is_system=False,
                                            label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                            source_id=61,
                                            label_display_name="EXAMPLE-labelDisplayName-Value",
                                            storage_field="EXAMPLE-storageField-Value",
                                            label_name="EXAMPLE-labelName-Value",
                                            is_inline_label_existing_in_database=True)],
                                    association_count=836,
                                    association_entity=[
                                        oci.log_analytics.models.LogAnalyticsAssociation(
                                            failure_message="EXAMPLE-failureMessage-Value",
                                            agent_id="ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
                                            time_last_attempted=datetime.strptime(
                                                "2012-01-11T20:43:53.081Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            retry_count=61,
                                            source_name="EXAMPLE-sourceName-Value",
                                            source_display_name="EXAMPLE-sourceDisplayName-Value",
                                            source_type_name="EXAMPLE-sourceTypeName-Value",
                                            life_cycle_state="FAILED",
                                            entity_id="ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
                                            entity_name="EXAMPLE-entityName-Value",
                                            entity_type_name="EXAMPLE-entityTypeName-Value",
                                            host="EXAMPLE-host-Value",
                                            agent_entity_name="EXAMPLE-agentEntityName-Value",
                                            entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value",
                                            log_group_id="ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
                                            log_group_name="EXAMPLE-logGroupName-Value",
                                            log_group_compartment="EXAMPLE-logGroupCompartment-Value",
                                            association_properties=[
                                                oci.log_analytics.models.AssociationProperty(
                                                    name="EXAMPLE-name-Value",
                                                    value="EXAMPLE-value-Value",
                                                    patterns=[
                                                        oci.log_analytics.models.PatternOverride(
                                                            id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                                            value="EXAMPLE-value-Value",
                                                            effective_level="EXAMPLE-effectiveLevel-Value")])])],
                                    data_filter_definitions=[
                                        oci.log_analytics.models.LogAnalyticsSourceDataFilter(
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=603,
                                            is_enabled=True,
                                            field_name="EXAMPLE-fieldName-Value",
                                            hash_type=287,
                                            data_filter_id=664,
                                            is_system=True,
                                            match_regular_expression="EXAMPLE-matchRegularExpression-Value",
                                            order=763,
                                            path="EXAMPLE-path-Value",
                                            replacement_string="EXAMPLE-replacementString-Value",
                                            source_id=788,
                                            filter_type="DROP_STRING")],
                                    database_credential="EXAMPLE-databaseCredential-Value",
                                    extended_field_definitions=[
                                        oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition(
                                            field=oci.log_analytics.models.LogAnalyticsField(
                                                cee_alias="EXAMPLE-ceeAlias-Value",
                                                data_type="EXAMPLE-dataType-Value",
                                                regular_expression="EXAMPLE-regularExpression-Value",
                                                description="EXAMPLE-description-Value",
                                                display_name="EXAMPLE-displayName-Value",
                                                edit_version=639,
                                                facet_priority=105,
                                                name="EXAMPLE-name-Value",
                                                is_facet_eligible=True,
                                                is_high_cardinality=False,
                                                is_large_data=False,
                                                is_multi_valued=False,
                                                is_primary=False,
                                                is_system=True,
                                                is_summarizable=False,
                                                mapped_value="EXAMPLE-mappedValue-Value",
                                                is_metric_key_eligible=False,
                                                is_metric_value_eligible=False,
                                                range_facet_eligible=505,
                                                is_table_eligible=True,
                                                unit_type="EXAMPLE-unitType-Value"),
                                            display_regular_expression="EXAMPLE-displayRegularExpression-Value",
                                            extended_fields=[
                                                oci.log_analytics.models.LogAnalyticsExtendedField(
                                                    field=oci.log_analytics.models.LogAnalyticsField(
                                                        cee_alias="EXAMPLE-ceeAlias-Value",
                                                        data_type="EXAMPLE-dataType-Value",
                                                        regular_expression="EXAMPLE-regularExpression-Value",
                                                        description="EXAMPLE-description-Value",
                                                        display_name="EXAMPLE-displayName-Value",
                                                        edit_version=3,
                                                        facet_priority=947,
                                                        name="EXAMPLE-name-Value",
                                                        is_facet_eligible=True,
                                                        is_high_cardinality=False,
                                                        is_large_data=False,
                                                        is_multi_valued=True,
                                                        is_primary=True,
                                                        is_system=False,
                                                        is_summarizable=True,
                                                        mapped_value="EXAMPLE-mappedValue-Value",
                                                        is_metric_key_eligible=False,
                                                        is_metric_value_eligible=False,
                                                        range_facet_eligible=344,
                                                        is_table_eligible=False,
                                                        unit_type="EXAMPLE-unitType-Value"),
                                                    extended_field_definition_id=170,
                                                    field_name="EXAMPLE-fieldName-Value",
                                                    field_display_name="EXAMPLE-fieldDisplayName-Value",
                                                    saved_regular_expression_name="EXAMPLE-savedRegularExpressionName-Value",
                                                    extended_field_id=752)],
                                            base_field_name="EXAMPLE-baseFieldName-Value",
                                            base_field_log_text="EXAMPLE-baseFieldLogText-Value",
                                            condition_data_type="EXAMPLE-conditionDataType-Value",
                                            condition_field="EXAMPLE-conditionField-Value",
                                            condition_operator="EXAMPLE-conditionOperator-Value",
                                            condition_value="EXAMPLE-conditionValue-Value",
                                            converted_regular_expression="EXAMPLE-convertedRegularExpression-Value",
                                            is_enabled=False,
                                            extended_field_definition_id=387,
                                            is_system=False,
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            source_id=833,
                                            time_updated=datetime.strptime(
                                                "2020-10-14T05:42:28.092Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"))],
                                    is_for_cloud=True,
                                    labels=[
                                        oci.log_analytics.models.LogAnalyticsLabelView(
                                            aliases=[
                                                oci.log_analytics.models.LogAnalyticsLabelAlias(
                                                    alias="EXAMPLE-alias-Value",
                                                    alias_display_name="EXAMPLE-aliasDisplayName-Value",
                                                    is_system=True,
                                                    display_name="EXAMPLE-displayName-Value",
                                                    name="EXAMPLE-name-Value",
                                                    priority="LOW")],
                                            count_usage_in_alert_rule=105,
                                            count_usage_in_source=539,
                                            id="EXAMPLE-id-Value",
                                            suggest_type=26,
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=562,
                                            impact="EXAMPLE-impact-Value",
                                            is_system=False,
                                            name="EXAMPLE-name-Value",
                                            priority="MEDIUM",
                                            recommendation="EXAMPLE-recommendation-Value",
                                            type=2,
                                            is_user_deleted=False)],
                                    metric_definitions=[
                                        oci.log_analytics.models.LogAnalyticsMetric(
                                            aggregation_field="EXAMPLE-aggregationField-Value",
                                            bucket_metadata="EXAMPLE-bucketMetadata-Value",
                                            clock_period="EXAMPLE-clockPeriod-Value",
                                            description="EXAMPLE-description-Value",
                                            edit_version=978,
                                            field_name="EXAMPLE-fieldName-Value",
                                            field_values=["EXAMPLE--Value"],
                                            grouping_field="EXAMPLE-groupingField-Value",
                                            is_enabled=True,
                                            is_system=False,
                                            display_name="EXAMPLE-displayName-Value",
                                            metric_reference=423,
                                            name="EXAMPLE-name-Value",
                                            metric_type="AVERAGE",
                                            is_metric_source_enabled=False,
                                            operator="NOT_NULL",
                                            entity_type="EXAMPLE-entityType-Value",
                                            time_updated=datetime.strptime(
                                                "2037-04-02T10:56:48.298Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"),
                                            unit_type="EXAMPLE-unitType-Value",
                                            is_user_customized=False)],
                                    metrics=[
                                        oci.log_analytics.models.LogAnalyticsSourceMetric(
                                            is_metric_source_enabled=True,
                                            metric_name="EXAMPLE-metricName-Value",
                                            source_name="EXAMPLE-sourceName-Value",
                                            entity_type="EXAMPLE-entityType-Value")],
                                    parameters=[
                                        oci.log_analytics.models.LogAnalyticsParameter(
                                            default_value="EXAMPLE-defaultValue-Value",
                                            description="EXAMPLE-description-Value",
                                            is_active=False,
                                            name="EXAMPLE-name-Value",
                                            source_id=984)],
                                    pattern_count=98,
                                    description="EXAMPLE-description-Value",
                                    display_name="EXAMPLE-displayName-Value",
                                    edit_version=947,
                                    functions=[
                                        oci.log_analytics.models.LogAnalyticsSourceFunction(
                                            arguments=[
                                                oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                                    is_override_output_fields=False,
                                                    argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                                    argument_example="EXAMPLE-argumentExample-Value",
                                                    argument_service="EXAMPLE-argumentService-Value",
                                                    argument_data_type="EXAMPLE-argumentDataType-Value",
                                                    argument_description="EXAMPLE-argumentDescription-Value",
                                                    argument_name="EXAMPLE-argumentName-Value",
                                                    argument_order=386,
                                                    argument_type=640,
                                                    argument_id=242,
                                                    argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                                    argument_lookup_column_position=511,
                                                    argument_value="EXAMPLE-argumentValue-Value",
                                                    argument_reference="EXAMPLE-argumentReference-Value")],
                                            is_enabled=True,
                                            function=oci.log_analytics.models.LogAnalyticsMetaFunction(
                                                meta_function_argument=[
                                                    oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                                        is_override_output_fields=False,
                                                        argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                                        argument_example="EXAMPLE-argumentExample-Value",
                                                        argument_service="EXAMPLE-argumentService-Value",
                                                        argument_data_type="EXAMPLE-argumentDataType-Value",
                                                        argument_description="EXAMPLE-argumentDescription-Value",
                                                        argument_name="EXAMPLE-argumentName-Value",
                                                        argument_order=250,
                                                        argument_type=10,
                                                        argument_id=520,
                                                        argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                                        argument_lookup_column_position=123,
                                                        argument_value="EXAMPLE-argumentValue-Value",
                                                        argument_reference="EXAMPLE-argumentReference-Value")],
                                                component="EXAMPLE-component-Value",
                                                description="EXAMPLE-description-Value",
                                                edit_version=978,
                                                meta_function_id=193,
                                                java_class_name="EXAMPLE-javaClassName-Value",
                                                name="EXAMPLE-name-Value"),
                                            function_name="GEOLOCATION",
                                            function_reference="EXAMPLE-functionReference-Value",
                                            source_reference="EXAMPLE-sourceReference-Value",
                                            features=["EXAMPLE--Value"],
                                            function_id=479,
                                            order=59,
                                            is_system=False,
                                            lookup_column="EXAMPLE-lookupColumn-Value",
                                            lookup_column_position=741,
                                            lookup_display_name="EXAMPLE-lookupDisplayName-Value",
                                            lookup_mode=453,
                                            lookup_table="EXAMPLE-lookupTable-Value",
                                            source_id=26)],
                                    source_id=334,
                                    name="EXAMPLE-name-Value",
                                    is_secure_content=False,
                                    is_system=False,
                                    is_auto_association_enabled=False,
                                    is_auto_association_override=False,
                                    rule_id=606,
                                    type_name="EXAMPLE-typeName-Value",
                                    type_display_name="EXAMPLE-typeDisplayName-Value",
                                    warning_config=553,
                                    metadata_fields=[
                                        oci.log_analytics.models.LogAnalyticsSourceMetadataField(
                                            field_name="EXAMPLE-fieldName-Value",
                                            is_enabled=True,
                                            is_system=False,
                                            key="EXAMPLE-key-Value",
                                            source_name="EXAMPLE-sourceName-Value")],
                                    label_definitions=[
                                        oci.log_analytics.models.LogAnalyticsLabelDefinition(
                                            edit_version=983,
                                            is_system=True,
                                            source_id=110,
                                            label_name="EXAMPLE-labelName-Value")],
                                    entity_types=[
                                        oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                            source_id=637,
                                            entity_type="EXAMPLE-entityType-Value",
                                            entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                            entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                                    is_timezone_override=False,
                                    time_updated=datetime.strptime(
                                        "2049-05-25T18:07:57.238Z",
                                        "%Y-%m-%dT%H:%M:%S.%fZ"),
                                    event_types=[
                                        oci.log_analytics.models.EventType(
                                            event_type_name="EXAMPLE-eventTypeName-Value",
                                            spec_version="EXAMPLE-specVersion-Value",
                                            is_enabled=False,
                                            is_system=True,
                                            time_updated=datetime.strptime(
                                                "2038-01-01T03:03:43.649Z",
                                                "%Y-%m-%dT%H:%M:%S.%fZ"))],
                                    categories=[
                                        oci.log_analytics.models.LogAnalyticsCategory(
                                            name="EXAMPLE-name-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            type="EXAMPLE-type-Value",
                                            is_system=True)],
                                    endpoints=[
                                        oci.log_analytics.models.LogListTypeEndpoint(
                                            endpoint_type="LOG_LIST",
                                            list_endpoint=oci.log_analytics.models.LogListEndpoint(
                                                name="EXAMPLE-name-Value",
                                                request=oci.log_analytics.models.EndpointRequest(
                                                    url="EXAMPLE-url-Value",
                                                    method="POST",
                                                    content_type="EXAMPLE-contentType-Value",
                                                    payload="EXAMPLE-payload-Value",
                                                    headers=[
                                                        oci.log_analytics.models.NameValuePair(
                                                            name="EXAMPLE-name-Value",
                                                            value="EXAMPLE-value-Value")],
                                                    form_parameters=[
                                                        oci.log_analytics.models.NameValuePair(
                                                            name="EXAMPLE-name-Value",
                                                            value="EXAMPLE-value-Value")]),
                                                description="EXAMPLE-description-Value",
                                                model="EXAMPLE-model-Value",
                                                endpoint_id=158,
                                                response=oci.log_analytics.models.EndpointResponse(
                                                    content_type="EXAMPLE-contentType-Value",
                                                    example="EXAMPLE-example-Value"),
                                                credentials=oci.log_analytics.models.EndpointCredentials(
                                                    credential_type="NONE",
                                                    credential_name="EXAMPLE-credentialName-Value",
                                                    credential_endpoint=oci.log_analytics.models.CredentialEndpoint(
                                                        name="EXAMPLE-name-Value",
                                                        description="EXAMPLE-description-Value",
                                                        model="EXAMPLE-model-Value",
                                                        endpoint_id=469,
                                                        response=oci.log_analytics.models.EndpointResponse(
                                                            content_type="EXAMPLE-contentType-Value",
                                                            example="EXAMPLE-example-Value"),
                                                        proxy=oci.log_analytics.models.EndpointProxy(
                                                            url="EXAMPLE-url-Value",
                                                            credential_name="EXAMPLE-credentialName-Value",
                                                            credential_type="TOKEN"))),
                                                proxy=oci.log_analytics.models.EndpointProxy(
                                                    url="EXAMPLE-url-Value",
                                                    credential_name="EXAMPLE-credentialName-Value",
                                                    credential_type="BASIC_AUTH"),
                                                is_enabled=True,
                                                is_system=True,
                                                endpoint_properties=[
                                                    oci.log_analytics.models.LogAnalyticsProperty(
                                                        name="EXAMPLE-name-Value",
                                                        value="EXAMPLE-value-Value")]),
                                            log_endpoints=[
                                                oci.log_analytics.models.LogEndpoint(
                                                    name="EXAMPLE-name-Value",
                                                    request=oci.log_analytics.models.EndpointRequest(
                                                        url="EXAMPLE-url-Value",
                                                        method="GET",
                                                        content_type="EXAMPLE-contentType-Value",
                                                        payload="EXAMPLE-payload-Value",
                                                        headers=[
                                                            oci.log_analytics.models.NameValuePair(
                                                                name="EXAMPLE-name-Value",
                                                                value="EXAMPLE-value-Value")],
                                                        form_parameters=[
                                                            oci.log_analytics.models.NameValuePair(
                                                                name="EXAMPLE-name-Value",
                                                                value="EXAMPLE-value-Value")]),
                                                    description="EXAMPLE-description-Value",
                                                    model="EXAMPLE-model-Value",
                                                    endpoint_id=647,
                                                    response=oci.log_analytics.models.EndpointResponse(
                                                        content_type="EXAMPLE-contentType-Value",
                                                        example="EXAMPLE-example-Value"),
                                                    credentials=oci.log_analytics.models.EndpointCredentials(
                                                        credential_type="STATIC_TOKEN",
                                                        credential_name="EXAMPLE-credentialName-Value",
                                                        credential_endpoint=oci.log_analytics.models.CredentialEndpoint(
                                                            name="EXAMPLE-name-Value",
                                                            description="EXAMPLE-description-Value",
                                                            model="EXAMPLE-model-Value",
                                                            endpoint_id=978,
                                                            response=oci.log_analytics.models.EndpointResponse(
                                                                content_type="EXAMPLE-contentType-Value",
                                                                example="EXAMPLE-example-Value"),
                                                            proxy=oci.log_analytics.models.EndpointProxy(
                                                                url="EXAMPLE-url-Value",
                                                                credential_name="EXAMPLE-credentialName-Value",
                                                                credential_type="TOKEN"))),
                                                    proxy=oci.log_analytics.models.EndpointProxy(
                                                        url="EXAMPLE-url-Value",
                                                        credential_name="EXAMPLE-credentialName-Value",
                                                        credential_type="NONE"),
                                                    is_enabled=True,
                                                    is_system=False,
                                                    endpoint_properties=[
                                                        oci.log_analytics.models.LogAnalyticsProperty(
                                                            name="EXAMPLE-name-Value",
                                                            value="EXAMPLE-value-Value")])])],
                                    source_properties=[
                                        oci.log_analytics.models.LogAnalyticsProperty(
                                            name="EXAMPLE-name-Value",
                                            value="EXAMPLE-value-Value")])],
                            should_tokenize_original_text=True,
                            field_delimiter="EXAMPLE-fieldDelimiter-Value",
                            field_qualifier="EXAMPLE-fieldQualifier-Value",
                            type="REGEX",
                            is_user_deleted=False,
                            is_namespace_aware=True,
                            categories=[
                                oci.log_analytics.models.LogAnalyticsCategory(
                                    name="EXAMPLE-name-Value",
                                    description="EXAMPLE-description-Value",
                                    display_name="EXAMPLE-displayName-Value",
                                    type="EXAMPLE-type-Value",
                                    is_system=False)],
                            is_position_aware=False,
                            dependent_sources=[
                                oci.log_analytics.models.DependentSource(
                                    source_name="EXAMPLE-sourceName-Value",
                                    source_display_name="EXAMPLE-sourceDisplayName-Value",
                                    source_id=66,
                                    source_type="EXAMPLE-sourceType-Value",
                                    is_system=False,
                                    is_auto_association_enabled=True,
                                    entity_types=[
                                        oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                            source_id=956,
                                            entity_type="EXAMPLE-entityType-Value",
                                            entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                            entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                                    dependencies=[
                                        oci.log_analytics.models.Dependency(
                                            type="EXAMPLE-type-Value",
                                            reference_type="EXAMPLE-referenceType-Value",
                                            reference_id=178)])],
                            dependent_parsers=[
                                oci.log_analytics.models.DependentParser(
                                    parser_name="EXAMPLE-parserName-Value",
                                    parser_display_name="EXAMPLE-parserDisplayName-Value",
                                    parser_id=739,
                                    is_system=True,
                                    parser_type="ODL",
                                    dependencies=[
                                        oci.log_analytics.models.Dependency(
                                            type="EXAMPLE-type-Value",
                                            reference_type="EXAMPLE-referenceType-Value",
                                            reference_id=441)])]),
                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                is_include=False,
                is_default=True,
                pattern_filter=oci.log_analytics.models.LogAnalyticsPatternFilter(
                    agent_version="EXAMPLE-agentVersion-Value",
                    is_in_use=False,
                    operating_system="EXAMPLE-operatingSystem-Value",
                    pattern_id=995,
                    source_id=459,
                    version="EXAMPLE-version-Value",
                    source=oci.log_analytics.models.LogAnalyticsSource(
                        label_conditions=[
                            oci.log_analytics.models.LogAnalyticsSourceLabelCondition(
                                condition_string="EXAMPLE-conditionString-Value",
                                condition_block=oci.log_analytics.models.ConditionBlock(
                                    condition_blocks_operator="AND",
                                    field_name="EXAMPLE-fieldName-Value",
                                    label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                    label_condition_value="EXAMPLE-labelConditionValue-Value",
                                    label_condition_values=["EXAMPLE--Value"]),
                                message="EXAMPLE-message-Value",
                                is_visible=True,
                                block_condition_field="EXAMPLE-blockConditionField-Value",
                                block_condition_operator="EXAMPLE-blockConditionOperator-Value",
                                block_condition_value="EXAMPLE-blockConditionValue-Value",
                                label_condition_value="EXAMPLE-labelConditionValue-Value",
                                label_condition_values=["EXAMPLE--Value"],
                                content_example="EXAMPLE-contentExample-Value",
                                is_enabled=True,
                                field_name="EXAMPLE-fieldName-Value",
                                label_condition_id=546,
                                is_system=True,
                                label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                source_id=382,
                                label_display_name="EXAMPLE-labelDisplayName-Value",
                                storage_field="EXAMPLE-storageField-Value",
                                label_name="EXAMPLE-labelName-Value",
                                is_inline_label_existing_in_database=False)],
                        association_count=233,
                        association_entity=[
                            oci.log_analytics.models.LogAnalyticsAssociation(
                                failure_message="EXAMPLE-failureMessage-Value",
                                agent_id="ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
                                time_last_attempted=datetime.strptime(
                                    "2028-07-15T22:41:06.821Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                retry_count=888,
                                source_name="EXAMPLE-sourceName-Value",
                                source_display_name="EXAMPLE-sourceDisplayName-Value",
                                source_type_name="EXAMPLE-sourceTypeName-Value",
                                life_cycle_state="IN_PROGRESS",
                                entity_id="ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
                                entity_name="EXAMPLE-entityName-Value",
                                entity_type_name="EXAMPLE-entityTypeName-Value",
                                host="EXAMPLE-host-Value",
                                agent_entity_name="EXAMPLE-agentEntityName-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value",
                                log_group_id="ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
                                log_group_name="EXAMPLE-logGroupName-Value",
                                log_group_compartment="EXAMPLE-logGroupCompartment-Value",
                                association_properties=[
                                    oci.log_analytics.models.AssociationProperty(
                                        name="EXAMPLE-name-Value",
                                        value="EXAMPLE-value-Value",
                                        patterns=[
                                            oci.log_analytics.models.PatternOverride(
                                                id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                                value="EXAMPLE-value-Value",
                                                effective_level="EXAMPLE-effectiveLevel-Value")])])],
                        data_filter_definitions=[
                            oci.log_analytics.models.LogAnalyticsSourceDataFilter(
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=323,
                                is_enabled=True,
                                field_name="EXAMPLE-fieldName-Value",
                                hash_type=195,
                                data_filter_id=474,
                                is_system=True,
                                match_regular_expression="EXAMPLE-matchRegularExpression-Value",
                                order=204,
                                path="EXAMPLE-path-Value",
                                replacement_string="EXAMPLE-replacementString-Value",
                                source_id=676,
                                filter_type="DROP_LOG_ENTRY")],
                        database_credential="EXAMPLE-databaseCredential-Value",
                        extended_field_definitions=[
                            oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition(
                                field=oci.log_analytics.models.LogAnalyticsField(
                                    cee_alias="EXAMPLE-ceeAlias-Value",
                                    data_type="EXAMPLE-dataType-Value",
                                    regular_expression="EXAMPLE-regularExpression-Value",
                                    description="EXAMPLE-description-Value",
                                    display_name="EXAMPLE-displayName-Value",
                                    edit_version=116,
                                    facet_priority=263,
                                    name="EXAMPLE-name-Value",
                                    is_facet_eligible=False,
                                    is_high_cardinality=True,
                                    is_large_data=True,
                                    is_multi_valued=True,
                                    is_primary=False,
                                    is_system=True,
                                    is_summarizable=True,
                                    mapped_value="EXAMPLE-mappedValue-Value",
                                    is_metric_key_eligible=False,
                                    is_metric_value_eligible=False,
                                    range_facet_eligible=568,
                                    is_table_eligible=True,
                                    unit_type="EXAMPLE-unitType-Value"),
                                display_regular_expression="EXAMPLE-displayRegularExpression-Value",
                                extended_fields=[
                                    oci.log_analytics.models.LogAnalyticsExtendedField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=170,
                                            facet_priority=814,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=False,
                                            is_high_cardinality=True,
                                            is_large_data=False,
                                            is_multi_valued=True,
                                            is_primary=False,
                                            is_system=False,
                                            is_summarizable=True,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=True,
                                            is_metric_value_eligible=True,
                                            range_facet_eligible=563,
                                            is_table_eligible=False,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        extended_field_definition_id=536,
                                        field_name="EXAMPLE-fieldName-Value",
                                        field_display_name="EXAMPLE-fieldDisplayName-Value",
                                        saved_regular_expression_name="EXAMPLE-savedRegularExpressionName-Value",
                                        extended_field_id=373)],
                                base_field_name="EXAMPLE-baseFieldName-Value",
                                base_field_log_text="EXAMPLE-baseFieldLogText-Value",
                                condition_data_type="EXAMPLE-conditionDataType-Value",
                                condition_field="EXAMPLE-conditionField-Value",
                                condition_operator="EXAMPLE-conditionOperator-Value",
                                condition_value="EXAMPLE-conditionValue-Value",
                                converted_regular_expression="EXAMPLE-convertedRegularExpression-Value",
                                is_enabled=True,
                                extended_field_definition_id=651,
                                is_system=False,
                                regular_expression="EXAMPLE-regularExpression-Value",
                                source_id=456,
                                time_updated=datetime.strptime(
                                    "2031-09-30T04:47:32.953Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
                        is_for_cloud=False,
                        labels=[
                            oci.log_analytics.models.LogAnalyticsLabelView(
                                aliases=[
                                    oci.log_analytics.models.LogAnalyticsLabelAlias(
                                        alias="EXAMPLE-alias-Value",
                                        alias_display_name="EXAMPLE-aliasDisplayName-Value",
                                        is_system=True,
                                        display_name="EXAMPLE-displayName-Value",
                                        name="EXAMPLE-name-Value",
                                        priority="NONE")],
                                count_usage_in_alert_rule=819,
                                count_usage_in_source=261,
                                id="EXAMPLE-id-Value",
                                suggest_type=42,
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=772,
                                impact="EXAMPLE-impact-Value",
                                is_system=False,
                                name="EXAMPLE-name-Value",
                                priority="HIGH",
                                recommendation="EXAMPLE-recommendation-Value",
                                type=124,
                                is_user_deleted=False)],
                        metric_definitions=[
                            oci.log_analytics.models.LogAnalyticsMetric(
                                aggregation_field="EXAMPLE-aggregationField-Value",
                                bucket_metadata="EXAMPLE-bucketMetadata-Value",
                                clock_period="EXAMPLE-clockPeriod-Value",
                                description="EXAMPLE-description-Value",
                                edit_version=710,
                                field_name="EXAMPLE-fieldName-Value",
                                field_values=["EXAMPLE--Value"],
                                grouping_field="EXAMPLE-groupingField-Value",
                                is_enabled=False,
                                is_system=False,
                                display_name="EXAMPLE-displayName-Value",
                                metric_reference=106,
                                name="EXAMPLE-name-Value",
                                metric_type="AVERAGE",
                                is_metric_source_enabled=False,
                                operator="NOT_NULL",
                                entity_type="EXAMPLE-entityType-Value",
                                time_updated=datetime.strptime(
                                    "2002-04-30T11:31:56.458Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                unit_type="EXAMPLE-unitType-Value",
                                is_user_customized=False)],
                        metrics=[
                            oci.log_analytics.models.LogAnalyticsSourceMetric(
                                is_metric_source_enabled=True,
                                metric_name="EXAMPLE-metricName-Value",
                                source_name="EXAMPLE-sourceName-Value",
                                entity_type="EXAMPLE-entityType-Value")],
                        oob_parsers=[
                            oci.log_analytics.models.LogAnalyticsParser(
                                content="EXAMPLE-content-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=902,
                                encoding="EXAMPLE-encoding-Value",
                                example_content="EXAMPLE-exampleContent-Value",
                                field_maps=[
                                    oci.log_analytics.models.LogAnalyticsParserField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=94,
                                            facet_priority=283,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=True,
                                            is_high_cardinality=True,
                                            is_large_data=False,
                                            is_multi_valued=False,
                                            is_primary=True,
                                            is_system=False,
                                            is_summarizable=False,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=True,
                                            is_metric_value_eligible=False,
                                            range_facet_eligible=200,
                                            is_table_eligible=False,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        parser_field_id=749,
                                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                                        parser_field_name="EXAMPLE-parserFieldName-Value",
                                        storage_field_name="EXAMPLE-storageFieldName-Value",
                                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_field_sequence=144,
                                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                                footer_content="EXAMPLE-footerContent-Value",
                                header_content="EXAMPLE-headerContent-Value",
                                name="EXAMPLE-name-Value",
                                is_default=False,
                                is_single_line_content=False,
                                is_system=False,
                                language="EXAMPLE-language-Value",
                                time_updated=datetime.strptime(
                                    "2024-04-19T02:34:36.071Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                log_type_test_request_version=981,
                                parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                                is_hidden=True,
                                parser_sequence=28,
                                parser_timezone="EXAMPLE-parserTimezone-Value",
                                parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                                    id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                    agent_version="EXAMPLE-agentVersion-Value",
                                    is_in_use=916,
                                    operating_system="EXAMPLE-operatingSystem-Value",
                                    parser_id=166,
                                    version="EXAMPLE-version-Value"),
                                is_parser_written_once=True,
                                parser_functions=[
                                    oci.log_analytics.models.LogAnalyticsParserFunction(
                                        parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                                            meta_plugin_parameters=[
                                                oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=True,
                                                    is_repeatable=True,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value")],
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            name="EXAMPLE-name-Value"),
                                        parser_function_id=248,
                                        parser_function_name="EXAMPLE-parserFunctionName-Value",
                                        is_enabled=True,
                                        is_system=True,
                                        parser_id=796,
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                                        parser_function_priority=875,
                                        parser_function_parameters=[
                                            oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                                parser_function_id=73,
                                                parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                                parser_function_parameter_id=944,
                                                parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                                parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                                parser_name="EXAMPLE-parserName-Value",
                                                parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=True,
                                                    is_repeatable=False,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value"))])],
                                sources_count=319,
                                should_tokenize_original_text=False,
                                field_delimiter="EXAMPLE-fieldDelimiter-Value",
                                field_qualifier="EXAMPLE-fieldQualifier-Value",
                                type="REGEX",
                                is_user_deleted=True,
                                is_namespace_aware=False,
                                categories=[
                                    oci.log_analytics.models.LogAnalyticsCategory(
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        display_name="EXAMPLE-displayName-Value",
                                        type="EXAMPLE-type-Value",
                                        is_system=True)],
                                is_position_aware=True,
                                dependent_sources=[
                                    oci.log_analytics.models.DependentSource(
                                        source_name="EXAMPLE-sourceName-Value",
                                        source_display_name="EXAMPLE-sourceDisplayName-Value",
                                        source_id=139,
                                        source_type="EXAMPLE-sourceType-Value",
                                        is_system=False,
                                        is_auto_association_enabled=False,
                                        entity_types=[
                                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                                source_id=740,
                                                entity_type="EXAMPLE-entityType-Value",
                                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=70)])],
                                dependent_parsers=[
                                    oci.log_analytics.models.DependentParser(
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_display_name="EXAMPLE-parserDisplayName-Value",
                                        parser_id=118,
                                        is_system=False,
                                        parser_type="XML",
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=566)])])],
                        parameters=[
                            oci.log_analytics.models.LogAnalyticsParameter(
                                default_value="EXAMPLE-defaultValue-Value",
                                description="EXAMPLE-description-Value",
                                is_active=True,
                                name="EXAMPLE-name-Value",
                                source_id=642)],
                        pattern_count=54,
                        description="EXAMPLE-description-Value",
                        display_name="EXAMPLE-displayName-Value",
                        edit_version=14,
                        functions=[
                            oci.log_analytics.models.LogAnalyticsSourceFunction(
                                arguments=[
                                    oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                        is_override_output_fields=False,
                                        argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                        argument_example="EXAMPLE-argumentExample-Value",
                                        argument_service="EXAMPLE-argumentService-Value",
                                        argument_data_type="EXAMPLE-argumentDataType-Value",
                                        argument_description="EXAMPLE-argumentDescription-Value",
                                        argument_name="EXAMPLE-argumentName-Value",
                                        argument_order=988,
                                        argument_type=987,
                                        argument_id=922,
                                        argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                        argument_lookup_column_position=802,
                                        argument_value="EXAMPLE-argumentValue-Value",
                                        argument_reference="EXAMPLE-argumentReference-Value")],
                                is_enabled=True,
                                function=oci.log_analytics.models.LogAnalyticsMetaFunction(
                                    meta_function_argument=[
                                        oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                            is_override_output_fields=False,
                                            argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                            argument_example="EXAMPLE-argumentExample-Value",
                                            argument_service="EXAMPLE-argumentService-Value",
                                            argument_data_type="EXAMPLE-argumentDataType-Value",
                                            argument_description="EXAMPLE-argumentDescription-Value",
                                            argument_name="EXAMPLE-argumentName-Value",
                                            argument_order=588,
                                            argument_type=59,
                                            argument_id=585,
                                            argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                            argument_lookup_column_position=853,
                                            argument_value="EXAMPLE-argumentValue-Value",
                                            argument_reference="EXAMPLE-argumentReference-Value")],
                                    component="EXAMPLE-component-Value",
                                    description="EXAMPLE-description-Value",
                                    edit_version=421,
                                    meta_function_id=245,
                                    java_class_name="EXAMPLE-javaClassName-Value",
                                    name="EXAMPLE-name-Value"),
                                function_name="GEOLOCATION",
                                function_reference="EXAMPLE-functionReference-Value",
                                source_reference="EXAMPLE-sourceReference-Value",
                                features=["EXAMPLE--Value"],
                                function_id=334,
                                order=896,
                                is_system=False,
                                lookup_column="EXAMPLE-lookupColumn-Value",
                                lookup_column_position=283,
                                lookup_display_name="EXAMPLE-lookupDisplayName-Value",
                                lookup_mode=536,
                                lookup_table="EXAMPLE-lookupTable-Value",
                                source_id=102)],
                        source_id=622,
                        name="EXAMPLE-name-Value",
                        is_secure_content=True,
                        is_system=False,
                        parsers=[
                            oci.log_analytics.models.LogAnalyticsParser(
                                content="EXAMPLE-content-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=568,
                                encoding="EXAMPLE-encoding-Value",
                                example_content="EXAMPLE-exampleContent-Value",
                                field_maps=[
                                    oci.log_analytics.models.LogAnalyticsParserField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=33,
                                            facet_priority=148,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=True,
                                            is_high_cardinality=False,
                                            is_large_data=True,
                                            is_multi_valued=False,
                                            is_primary=False,
                                            is_system=True,
                                            is_summarizable=True,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=True,
                                            is_metric_value_eligible=False,
                                            range_facet_eligible=996,
                                            is_table_eligible=False,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        parser_field_id=872,
                                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                                        parser_field_name="EXAMPLE-parserFieldName-Value",
                                        storage_field_name="EXAMPLE-storageFieldName-Value",
                                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_field_sequence=771,
                                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                                footer_content="EXAMPLE-footerContent-Value",
                                header_content="EXAMPLE-headerContent-Value",
                                name="EXAMPLE-name-Value",
                                is_default=False,
                                is_single_line_content=False,
                                is_system=False,
                                language="EXAMPLE-language-Value",
                                time_updated=datetime.strptime(
                                    "2019-02-10T00:36:12.528Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                log_type_test_request_version=27,
                                parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                                is_hidden=True,
                                parser_sequence=366,
                                parser_timezone="EXAMPLE-parserTimezone-Value",
                                parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                                    id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                    agent_version="EXAMPLE-agentVersion-Value",
                                    is_in_use=239,
                                    operating_system="EXAMPLE-operatingSystem-Value",
                                    parser_id=756,
                                    version="EXAMPLE-version-Value"),
                                is_parser_written_once=True,
                                parser_functions=[
                                    oci.log_analytics.models.LogAnalyticsParserFunction(
                                        parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                                            meta_plugin_parameters=[
                                                oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=True,
                                                    is_repeatable=False,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value")],
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            name="EXAMPLE-name-Value"),
                                        parser_function_id=730,
                                        parser_function_name="EXAMPLE-parserFunctionName-Value",
                                        is_enabled=True,
                                        is_system=True,
                                        parser_id=972,
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                                        parser_function_priority=998,
                                        parser_function_parameters=[
                                            oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                                parser_function_id=597,
                                                parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                                parser_function_parameter_id=414,
                                                parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                                parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                                parser_name="EXAMPLE-parserName-Value",
                                                parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=False,
                                                    is_repeatable=True,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value"))])],
                                sources_count=225,
                                should_tokenize_original_text=True,
                                field_delimiter="EXAMPLE-fieldDelimiter-Value",
                                field_qualifier="EXAMPLE-fieldQualifier-Value",
                                type="ODL",
                                is_user_deleted=True,
                                is_namespace_aware=True,
                                categories=[
                                    oci.log_analytics.models.LogAnalyticsCategory(
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        display_name="EXAMPLE-displayName-Value",
                                        type="EXAMPLE-type-Value",
                                        is_system=True)],
                                is_position_aware=False,
                                dependent_sources=[
                                    oci.log_analytics.models.DependentSource(
                                        source_name="EXAMPLE-sourceName-Value",
                                        source_display_name="EXAMPLE-sourceDisplayName-Value",
                                        source_id=182,
                                        source_type="EXAMPLE-sourceType-Value",
                                        is_system=False,
                                        is_auto_association_enabled=False,
                                        entity_types=[
                                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                                source_id=343,
                                                entity_type="EXAMPLE-entityType-Value",
                                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=786)])],
                                dependent_parsers=[
                                    oci.log_analytics.models.DependentParser(
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_display_name="EXAMPLE-parserDisplayName-Value",
                                        parser_id=392,
                                        is_system=True,
                                        parser_type="JSON",
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=177)])])],
                        is_auto_association_enabled=True,
                        is_auto_association_override=False,
                        rule_id=162,
                        type_name="EXAMPLE-typeName-Value",
                        type_display_name="EXAMPLE-typeDisplayName-Value",
                        warning_config=184,
                        metadata_fields=[
                            oci.log_analytics.models.LogAnalyticsSourceMetadataField(
                                field_name="EXAMPLE-fieldName-Value",
                                is_enabled=True,
                                is_system=False,
                                key="EXAMPLE-key-Value",
                                source_name="EXAMPLE-sourceName-Value")],
                        label_definitions=[
                            oci.log_analytics.models.LogAnalyticsLabelDefinition(
                                edit_version=435,
                                is_system=True,
                                source_id=512,
                                label_name="EXAMPLE-labelName-Value")],
                        entity_types=[
                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                source_id=214,
                                entity_type="EXAMPLE-entityType-Value",
                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                        is_timezone_override=False,
                        user_parsers=[
                            oci.log_analytics.models.LogAnalyticsParser(
                                content="EXAMPLE-content-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=721,
                                encoding="EXAMPLE-encoding-Value",
                                example_content="EXAMPLE-exampleContent-Value",
                                field_maps=[
                                    oci.log_analytics.models.LogAnalyticsParserField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=866,
                                            facet_priority=55,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=True,
                                            is_high_cardinality=True,
                                            is_large_data=False,
                                            is_multi_valued=True,
                                            is_primary=True,
                                            is_system=True,
                                            is_summarizable=False,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=False,
                                            is_metric_value_eligible=False,
                                            range_facet_eligible=103,
                                            is_table_eligible=False,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        parser_field_id=489,
                                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                                        parser_field_name="EXAMPLE-parserFieldName-Value",
                                        storage_field_name="EXAMPLE-storageFieldName-Value",
                                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_field_sequence=705,
                                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                                footer_content="EXAMPLE-footerContent-Value",
                                header_content="EXAMPLE-headerContent-Value",
                                name="EXAMPLE-name-Value",
                                is_default=True,
                                is_single_line_content=True,
                                is_system=False,
                                language="EXAMPLE-language-Value",
                                time_updated=datetime.strptime(
                                    "2014-10-14T11:46:22.751Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                log_type_test_request_version=634,
                                parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                                is_hidden=True,
                                parser_sequence=58,
                                parser_timezone="EXAMPLE-parserTimezone-Value",
                                parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                                    id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                    agent_version="EXAMPLE-agentVersion-Value",
                                    is_in_use=439,
                                    operating_system="EXAMPLE-operatingSystem-Value",
                                    parser_id=435,
                                    version="EXAMPLE-version-Value"),
                                is_parser_written_once=False,
                                parser_functions=[
                                    oci.log_analytics.models.LogAnalyticsParserFunction(
                                        parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                                            meta_plugin_parameters=[
                                                oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=True,
                                                    is_repeatable=False,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value")],
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            name="EXAMPLE-name-Value"),
                                        parser_function_id=291,
                                        parser_function_name="EXAMPLE-parserFunctionName-Value",
                                        is_enabled=False,
                                        is_system=False,
                                        parser_id=283,
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                                        parser_function_priority=185,
                                        parser_function_parameters=[
                                            oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                                parser_function_id=926,
                                                parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                                parser_function_parameter_id=147,
                                                parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                                parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                                parser_name="EXAMPLE-parserName-Value",
                                                parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                                    description="EXAMPLE-description-Value",
                                                    name="EXAMPLE-name-Value",
                                                    is_mandatory=False,
                                                    is_repeatable=True,
                                                    plugin_name="EXAMPLE-pluginName-Value",
                                                    type="EXAMPLE-type-Value"))])],
                                sources_count=246,
                                should_tokenize_original_text=False,
                                field_delimiter="EXAMPLE-fieldDelimiter-Value",
                                field_qualifier="EXAMPLE-fieldQualifier-Value",
                                type="DELIMITED",
                                is_user_deleted=False,
                                is_namespace_aware=False,
                                categories=[
                                    oci.log_analytics.models.LogAnalyticsCategory(
                                        name="EXAMPLE-name-Value",
                                        description="EXAMPLE-description-Value",
                                        display_name="EXAMPLE-displayName-Value",
                                        type="EXAMPLE-type-Value",
                                        is_system=False)],
                                is_position_aware=False,
                                dependent_sources=[
                                    oci.log_analytics.models.DependentSource(
                                        source_name="EXAMPLE-sourceName-Value",
                                        source_display_name="EXAMPLE-sourceDisplayName-Value",
                                        source_id=176,
                                        source_type="EXAMPLE-sourceType-Value",
                                        is_system=True,
                                        is_auto_association_enabled=False,
                                        entity_types=[
                                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                                source_id=962,
                                                entity_type="EXAMPLE-entityType-Value",
                                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=699)])],
                                dependent_parsers=[
                                    oci.log_analytics.models.DependentParser(
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_display_name="EXAMPLE-parserDisplayName-Value",
                                        parser_id=950,
                                        is_system=False,
                                        parser_type="JSON",
                                        dependencies=[
                                            oci.log_analytics.models.Dependency(
                                                type="EXAMPLE-type-Value",
                                                reference_type="EXAMPLE-referenceType-Value",
                                                reference_id=529)])])],
                        time_updated=datetime.strptime(
                            "2042-04-23T22:13:19.689Z",
                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                        event_types=[
                            oci.log_analytics.models.EventType(
                                event_type_name="EXAMPLE-eventTypeName-Value",
                                spec_version="EXAMPLE-specVersion-Value",
                                is_enabled=True,
                                is_system=True,
                                time_updated=datetime.strptime(
                                    "2021-02-24T11:07:01.084Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
                        categories=[
                            oci.log_analytics.models.LogAnalyticsCategory(
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                type="EXAMPLE-type-Value",
                                is_system=False)],
                        endpoints=[
                            oci.log_analytics.models.LogTypeEndpoint(
                                endpoint_type="LOG",
                                log_endpoint=oci.log_analytics.models.LogEndpoint(
                                    name="EXAMPLE-name-Value",
                                    request=oci.log_analytics.models.EndpointRequest(
                                        url="EXAMPLE-url-Value",
                                        method="POST",
                                        content_type="EXAMPLE-contentType-Value",
                                        payload="EXAMPLE-payload-Value",
                                        headers=[
                                            oci.log_analytics.models.NameValuePair(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")],
                                        form_parameters=[
                                            oci.log_analytics.models.NameValuePair(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")]),
                                    description="EXAMPLE-description-Value",
                                    model="EXAMPLE-model-Value",
                                    endpoint_id=395,
                                    response=oci.log_analytics.models.EndpointResponse(
                                        content_type="EXAMPLE-contentType-Value",
                                        example="EXAMPLE-example-Value"),
                                    credentials=oci.log_analytics.models.EndpointCredentials(
                                        credential_type="STATIC_TOKEN",
                                        credential_name="EXAMPLE-credentialName-Value",
                                        credential_endpoint=oci.log_analytics.models.CredentialEndpoint(
                                            name="EXAMPLE-name-Value",
                                            description="EXAMPLE-description-Value",
                                            model="EXAMPLE-model-Value",
                                            endpoint_id=350,
                                            response=oci.log_analytics.models.EndpointResponse(
                                                content_type="EXAMPLE-contentType-Value",
                                                example="EXAMPLE-example-Value"),
                                            proxy=oci.log_analytics.models.EndpointProxy(
                                                url="EXAMPLE-url-Value",
                                                credential_name="EXAMPLE-credentialName-Value",
                                                credential_type="BASIC_AUTH"))),
                                    proxy=oci.log_analytics.models.EndpointProxy(
                                        url="EXAMPLE-url-Value",
                                        credential_name="EXAMPLE-credentialName-Value",
                                        credential_type="TOKEN"),
                                    is_enabled=True,
                                    is_system=True,
                                    endpoint_properties=[
                                        oci.log_analytics.models.LogAnalyticsProperty(
                                            name="EXAMPLE-name-Value",
                                            value="EXAMPLE-value-Value")]))],
                        source_properties=[
                            oci.log_analytics.models.LogAnalyticsProperty(
                                name="EXAMPLE-name-Value",
                                value="EXAMPLE-value-Value")])),
                alias="EXAMPLE-alias-Value",
                description="EXAMPLE-description-Value",
                is_enabled=False,
                pattern_id=258,
                is_system=False,
                source_id=248,
                is_agent_warning_suppressed=False,
                pattern_text="EXAMPLE-patternText-Value",
                pattern_type=235,
                entity_type=["EXAMPLE--Value"],
                pattern_properties=[
                    oci.log_analytics.models.LogAnalyticsProperty(
                        name="EXAMPLE-name-Value",
                        value="EXAMPLE-value-Value")])],
        description="EXAMPLE-description-Value",
        display_name="EXAMPLE-displayName-Value",
        edit_version=173,
        functions=[
            oci.log_analytics.models.LogAnalyticsSourceFunction(
                arguments=[
                    oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                        is_override_output_fields=False,
                        argument_display_name="EXAMPLE-argumentDisplayName-Value",
                        argument_example="EXAMPLE-argumentExample-Value",
                        argument_service="EXAMPLE-argumentService-Value",
                        argument_data_type="EXAMPLE-argumentDataType-Value",
                        argument_description="EXAMPLE-argumentDescription-Value",
                        argument_name="EXAMPLE-argumentName-Value",
                        argument_order=489,
                        argument_type=119,
                        argument_id=911,
                        argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                        argument_lookup_column_position=316,
                        argument_value="EXAMPLE-argumentValue-Value",
                        argument_reference="EXAMPLE-argumentReference-Value")],
                is_enabled=True,
                function=oci.log_analytics.models.LogAnalyticsMetaFunction(
                    meta_function_argument=[
                        oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                            is_override_output_fields=False,
                            argument_display_name="EXAMPLE-argumentDisplayName-Value",
                            argument_example="EXAMPLE-argumentExample-Value",
                            argument_service="EXAMPLE-argumentService-Value",
                            argument_data_type="EXAMPLE-argumentDataType-Value",
                            argument_description="EXAMPLE-argumentDescription-Value",
                            argument_name="EXAMPLE-argumentName-Value",
                            argument_order=473,
                            argument_type=554,
                            argument_id=139,
                            argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                            argument_lookup_column_position=888,
                            argument_value="EXAMPLE-argumentValue-Value",
                            argument_reference="EXAMPLE-argumentReference-Value")],
                    component="EXAMPLE-component-Value",
                    description="EXAMPLE-description-Value",
                    edit_version=96,
                    meta_function_id=853,
                    java_class_name="EXAMPLE-javaClassName-Value",
                    name="EXAMPLE-name-Value"),
                function_name="GEOLOCATION",
                function_reference="EXAMPLE-functionReference-Value",
                source_reference="EXAMPLE-sourceReference-Value",
                features=["EXAMPLE--Value"],
                function_id=624,
                order=527,
                is_system=False,
                lookup_column="EXAMPLE-lookupColumn-Value",
                lookup_column_position=132,
                lookup_display_name="EXAMPLE-lookupDisplayName-Value",
                lookup_mode=360,
                lookup_table="EXAMPLE-lookupTable-Value",
                source_id=923)],
        source_id=445,
        name="EXAMPLE-name-Value",
        is_secure_content=True,
        is_system=False,
        parsers=[
            oci.log_analytics.models.LogAnalyticsParser(
                content="EXAMPLE-content-Value",
                description="EXAMPLE-description-Value",
                display_name="EXAMPLE-displayName-Value",
                edit_version=658,
                encoding="EXAMPLE-encoding-Value",
                example_content="EXAMPLE-exampleContent-Value",
                field_maps=[
                    oci.log_analytics.models.LogAnalyticsParserField(
                        field=oci.log_analytics.models.LogAnalyticsField(
                            cee_alias="EXAMPLE-ceeAlias-Value",
                            data_type="EXAMPLE-dataType-Value",
                            regular_expression="EXAMPLE-regularExpression-Value",
                            description="EXAMPLE-description-Value",
                            display_name="EXAMPLE-displayName-Value",
                            edit_version=225,
                            facet_priority=53,
                            name="EXAMPLE-name-Value",
                            is_facet_eligible=True,
                            is_high_cardinality=False,
                            is_large_data=True,
                            is_multi_valued=True,
                            is_primary=False,
                            is_system=False,
                            is_summarizable=False,
                            mapped_value="EXAMPLE-mappedValue-Value",
                            is_metric_key_eligible=False,
                            is_metric_value_eligible=True,
                            range_facet_eligible=340,
                            is_table_eligible=True,
                            unit_type="EXAMPLE-unitType-Value"),
                        parser_field_id=376,
                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                        parser_field_name="EXAMPLE-parserFieldName-Value",
                        storage_field_name="EXAMPLE-storageFieldName-Value",
                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                        parser_name="EXAMPLE-parserName-Value",
                        parser_field_sequence=713,
                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                footer_content="EXAMPLE-footerContent-Value",
                header_content="EXAMPLE-headerContent-Value",
                name="EXAMPLE-name-Value",
                is_default=False,
                is_single_line_content=False,
                is_system=False,
                language="EXAMPLE-language-Value",
                time_updated=datetime.strptime(
                    "2032-02-11T15:18:30.853Z",
                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                log_type_test_request_version=23,
                parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                is_hidden=True,
                parser_sequence=130,
                parser_timezone="EXAMPLE-parserTimezone-Value",
                parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                    id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                    agent_version="EXAMPLE-agentVersion-Value",
                    is_in_use=157,
                    operating_system="EXAMPLE-operatingSystem-Value",
                    parser_id=334,
                    version="EXAMPLE-version-Value"),
                is_parser_written_once=False,
                parser_functions=[
                    oci.log_analytics.models.LogAnalyticsParserFunction(
                        parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                            meta_plugin_parameters=[
                                oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                    description="EXAMPLE-description-Value",
                                    name="EXAMPLE-name-Value",
                                    is_mandatory=True,
                                    is_repeatable=False,
                                    plugin_name="EXAMPLE-pluginName-Value",
                                    type="EXAMPLE-type-Value")],
                            description="EXAMPLE-description-Value",
                            display_name="EXAMPLE-displayName-Value",
                            name="EXAMPLE-name-Value"),
                        parser_function_id=418,
                        parser_function_name="EXAMPLE-parserFunctionName-Value",
                        is_enabled=False,
                        is_system=True,
                        parser_id=622,
                        parser_name="EXAMPLE-parserName-Value",
                        parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                        parser_function_priority=878,
                        parser_function_parameters=[
                            oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                parser_function_id=306,
                                parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                parser_function_parameter_id=487,
                                parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                parser_name="EXAMPLE-parserName-Value",
                                parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                    description="EXAMPLE-description-Value",
                                    name="EXAMPLE-name-Value",
                                    is_mandatory=True,
                                    is_repeatable=False,
                                    plugin_name="EXAMPLE-pluginName-Value",
                                    type="EXAMPLE-type-Value"))])],
                sources_count=563,
                sources=[
                    oci.log_analytics.models.LogAnalyticsSource(
                        label_conditions=[
                            oci.log_analytics.models.LogAnalyticsSourceLabelCondition(
                                condition_string="EXAMPLE-conditionString-Value",
                                condition_block=oci.log_analytics.models.ConditionBlock(
                                    condition_blocks_operator="AND",
                                    field_name="EXAMPLE-fieldName-Value",
                                    label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                    label_condition_value="EXAMPLE-labelConditionValue-Value",
                                    label_condition_values=["EXAMPLE--Value"]),
                                message="EXAMPLE-message-Value",
                                is_visible=True,
                                block_condition_field="EXAMPLE-blockConditionField-Value",
                                block_condition_operator="EXAMPLE-blockConditionOperator-Value",
                                block_condition_value="EXAMPLE-blockConditionValue-Value",
                                label_condition_value="EXAMPLE-labelConditionValue-Value",
                                label_condition_values=["EXAMPLE--Value"],
                                content_example="EXAMPLE-contentExample-Value",
                                is_enabled=True,
                                field_name="EXAMPLE-fieldName-Value",
                                label_condition_id=709,
                                is_system=False,
                                label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                source_id=755,
                                label_display_name="EXAMPLE-labelDisplayName-Value",
                                storage_field="EXAMPLE-storageField-Value",
                                label_name="EXAMPLE-labelName-Value",
                                is_inline_label_existing_in_database=True)],
                        association_count=419,
                        association_entity=[
                            oci.log_analytics.models.LogAnalyticsAssociation(
                                failure_message="EXAMPLE-failureMessage-Value",
                                agent_id="ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
                                time_last_attempted=datetime.strptime(
                                    "2010-10-09T08:44:24.068Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                retry_count=507,
                                source_name="EXAMPLE-sourceName-Value",
                                source_display_name="EXAMPLE-sourceDisplayName-Value",
                                source_type_name="EXAMPLE-sourceTypeName-Value",
                                life_cycle_state="ACCEPTED",
                                entity_id="ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
                                entity_name="EXAMPLE-entityName-Value",
                                entity_type_name="EXAMPLE-entityTypeName-Value",
                                host="EXAMPLE-host-Value",
                                agent_entity_name="EXAMPLE-agentEntityName-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value",
                                log_group_id="ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
                                log_group_name="EXAMPLE-logGroupName-Value",
                                log_group_compartment="EXAMPLE-logGroupCompartment-Value",
                                association_properties=[
                                    oci.log_analytics.models.AssociationProperty(
                                        name="EXAMPLE-name-Value",
                                        value="EXAMPLE-value-Value",
                                        patterns=[
                                            oci.log_analytics.models.PatternOverride(
                                                id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                                value="EXAMPLE-value-Value",
                                                effective_level="EXAMPLE-effectiveLevel-Value")])])],
                        data_filter_definitions=[
                            oci.log_analytics.models.LogAnalyticsSourceDataFilter(
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=44,
                                is_enabled=False,
                                field_name="EXAMPLE-fieldName-Value",
                                hash_type=361,
                                data_filter_id=363,
                                is_system=True,
                                match_regular_expression="EXAMPLE-matchRegularExpression-Value",
                                order=634,
                                path="EXAMPLE-path-Value",
                                replacement_string="EXAMPLE-replacementString-Value",
                                source_id=425,
                                filter_type="DROP_LOG_ENTRY")],
                        database_credential="EXAMPLE-databaseCredential-Value",
                        extended_field_definitions=[
                            oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition(
                                field=oci.log_analytics.models.LogAnalyticsField(
                                    cee_alias="EXAMPLE-ceeAlias-Value",
                                    data_type="EXAMPLE-dataType-Value",
                                    regular_expression="EXAMPLE-regularExpression-Value",
                                    description="EXAMPLE-description-Value",
                                    display_name="EXAMPLE-displayName-Value",
                                    edit_version=870,
                                    facet_priority=401,
                                    name="EXAMPLE-name-Value",
                                    is_facet_eligible=False,
                                    is_high_cardinality=False,
                                    is_large_data=False,
                                    is_multi_valued=True,
                                    is_primary=False,
                                    is_system=True,
                                    is_summarizable=False,
                                    mapped_value="EXAMPLE-mappedValue-Value",
                                    is_metric_key_eligible=False,
                                    is_metric_value_eligible=True,
                                    range_facet_eligible=507,
                                    is_table_eligible=True,
                                    unit_type="EXAMPLE-unitType-Value"),
                                display_regular_expression="EXAMPLE-displayRegularExpression-Value",
                                extended_fields=[
                                    oci.log_analytics.models.LogAnalyticsExtendedField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=239,
                                            facet_priority=462,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=False,
                                            is_high_cardinality=False,
                                            is_large_data=False,
                                            is_multi_valued=True,
                                            is_primary=False,
                                            is_system=False,
                                            is_summarizable=False,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=True,
                                            is_metric_value_eligible=False,
                                            range_facet_eligible=691,
                                            is_table_eligible=True,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        extended_field_definition_id=197,
                                        field_name="EXAMPLE-fieldName-Value",
                                        field_display_name="EXAMPLE-fieldDisplayName-Value",
                                        saved_regular_expression_name="EXAMPLE-savedRegularExpressionName-Value",
                                        extended_field_id=362)],
                                base_field_name="EXAMPLE-baseFieldName-Value",
                                base_field_log_text="EXAMPLE-baseFieldLogText-Value",
                                condition_data_type="EXAMPLE-conditionDataType-Value",
                                condition_field="EXAMPLE-conditionField-Value",
                                condition_operator="EXAMPLE-conditionOperator-Value",
                                condition_value="EXAMPLE-conditionValue-Value",
                                converted_regular_expression="EXAMPLE-convertedRegularExpression-Value",
                                is_enabled=True,
                                extended_field_definition_id=273,
                                is_system=False,
                                regular_expression="EXAMPLE-regularExpression-Value",
                                source_id=860,
                                time_updated=datetime.strptime(
                                    "2043-03-17T10:28:01.928Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
                        is_for_cloud=True,
                        labels=[
                            oci.log_analytics.models.LogAnalyticsLabelView(
                                aliases=[
                                    oci.log_analytics.models.LogAnalyticsLabelAlias(
                                        alias="EXAMPLE-alias-Value",
                                        alias_display_name="EXAMPLE-aliasDisplayName-Value",
                                        is_system=False,
                                        display_name="EXAMPLE-displayName-Value",
                                        name="EXAMPLE-name-Value",
                                        priority="MEDIUM")],
                                count_usage_in_alert_rule=388,
                                count_usage_in_source=923,
                                id="EXAMPLE-id-Value",
                                suggest_type=537,
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=542,
                                impact="EXAMPLE-impact-Value",
                                is_system=True,
                                name="EXAMPLE-name-Value",
                                priority="NONE",
                                recommendation="EXAMPLE-recommendation-Value",
                                type=432,
                                is_user_deleted=True)],
                        metric_definitions=[
                            oci.log_analytics.models.LogAnalyticsMetric(
                                aggregation_field="EXAMPLE-aggregationField-Value",
                                bucket_metadata="EXAMPLE-bucketMetadata-Value",
                                clock_period="EXAMPLE-clockPeriod-Value",
                                description="EXAMPLE-description-Value",
                                edit_version=649,
                                field_name="EXAMPLE-fieldName-Value",
                                field_values=["EXAMPLE--Value"],
                                grouping_field="EXAMPLE-groupingField-Value",
                                is_enabled=False,
                                is_system=True,
                                display_name="EXAMPLE-displayName-Value",
                                metric_reference=289,
                                name="EXAMPLE-name-Value",
                                metric_type="COUNT_DISTRIBUTION",
                                is_metric_source_enabled=True,
                                operator="NOT_NULL",
                                entity_type="EXAMPLE-entityType-Value",
                                time_updated=datetime.strptime(
                                    "2009-06-26T22:01:07.558Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                unit_type="EXAMPLE-unitType-Value",
                                is_user_customized=True)],
                        metrics=[
                            oci.log_analytics.models.LogAnalyticsSourceMetric(
                                is_metric_source_enabled=False,
                                metric_name="EXAMPLE-metricName-Value",
                                source_name="EXAMPLE-sourceName-Value",
                                entity_type="EXAMPLE-entityType-Value")],
                        parameters=[
                            oci.log_analytics.models.LogAnalyticsParameter(
                                default_value="EXAMPLE-defaultValue-Value",
                                description="EXAMPLE-description-Value",
                                is_active=False,
                                name="EXAMPLE-name-Value",
                                source_id=533)],
                        pattern_count=28,
                        patterns=[
                            oci.log_analytics.models.LogAnalyticsSourcePattern(
                                converted_text="EXAMPLE-convertedText-Value",
                                db_parser_id=482,
                                db_pattern_date_time_columns="EXAMPLE-dbPatternDateTimeColumns-Value",
                                db_pattern_date_time_field="EXAMPLE-dbPatternDateTimeField-Value",
                                db_pattern_sequence_column="EXAMPLE-dbPatternSequenceColumn-Value",
                                fields=[
                                    oci.log_analytics.models.LogAnalyticsParserField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=839,
                                            facet_priority=867,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=False,
                                            is_high_cardinality=True,
                                            is_large_data=False,
                                            is_multi_valued=True,
                                            is_primary=False,
                                            is_system=False,
                                            is_summarizable=False,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=False,
                                            is_metric_value_eligible=True,
                                            range_facet_eligible=240,
                                            is_table_eligible=False,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        parser_field_id=666,
                                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                                        parser_field_name="EXAMPLE-parserFieldName-Value",
                                        storage_field_name="EXAMPLE-storageFieldName-Value",
                                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_field_sequence=375,
                                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                                is_include=True,
                                is_default=False,
                                pattern_filter=oci.log_analytics.models.LogAnalyticsPatternFilter(
                                    agent_version="EXAMPLE-agentVersion-Value",
                                    is_in_use=False,
                                    operating_system="EXAMPLE-operatingSystem-Value",
                                    pattern_id=570,
                                    source_id=768,
                                    version="EXAMPLE-version-Value"),
                                alias="EXAMPLE-alias-Value",
                                description="EXAMPLE-description-Value",
                                is_enabled=True,
                                pattern_id=988,
                                is_system=True,
                                source_id=34,
                                is_agent_warning_suppressed=False,
                                pattern_text="EXAMPLE-patternText-Value",
                                pattern_type=736,
                                entity_type=["EXAMPLE--Value"],
                                pattern_properties=[
                                    oci.log_analytics.models.LogAnalyticsProperty(
                                        name="EXAMPLE-name-Value",
                                        value="EXAMPLE-value-Value")])],
                        description="EXAMPLE-description-Value",
                        display_name="EXAMPLE-displayName-Value",
                        edit_version=430,
                        functions=[
                            oci.log_analytics.models.LogAnalyticsSourceFunction(
                                arguments=[
                                    oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                        is_override_output_fields=False,
                                        argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                        argument_example="EXAMPLE-argumentExample-Value",
                                        argument_service="EXAMPLE-argumentService-Value",
                                        argument_data_type="EXAMPLE-argumentDataType-Value",
                                        argument_description="EXAMPLE-argumentDescription-Value",
                                        argument_name="EXAMPLE-argumentName-Value",
                                        argument_order=221,
                                        argument_type=94,
                                        argument_id=894,
                                        argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                        argument_lookup_column_position=766,
                                        argument_value="EXAMPLE-argumentValue-Value",
                                        argument_reference="EXAMPLE-argumentReference-Value")],
                                is_enabled=False,
                                function=oci.log_analytics.models.LogAnalyticsMetaFunction(
                                    meta_function_argument=[
                                        oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                            is_override_output_fields=False,
                                            argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                            argument_example="EXAMPLE-argumentExample-Value",
                                            argument_service="EXAMPLE-argumentService-Value",
                                            argument_data_type="EXAMPLE-argumentDataType-Value",
                                            argument_description="EXAMPLE-argumentDescription-Value",
                                            argument_name="EXAMPLE-argumentName-Value",
                                            argument_order=548,
                                            argument_type=570,
                                            argument_id=182,
                                            argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                            argument_lookup_column_position=599,
                                            argument_value="EXAMPLE-argumentValue-Value",
                                            argument_reference="EXAMPLE-argumentReference-Value")],
                                    component="EXAMPLE-component-Value",
                                    description="EXAMPLE-description-Value",
                                    edit_version=205,
                                    meta_function_id=60,
                                    java_class_name="EXAMPLE-javaClassName-Value",
                                    name="EXAMPLE-name-Value"),
                                function_name="LOOKUP",
                                function_reference="EXAMPLE-functionReference-Value",
                                source_reference="EXAMPLE-sourceReference-Value",
                                features=["EXAMPLE--Value"],
                                function_id=777,
                                order=101,
                                is_system=False,
                                lookup_column="EXAMPLE-lookupColumn-Value",
                                lookup_column_position=612,
                                lookup_display_name="EXAMPLE-lookupDisplayName-Value",
                                lookup_mode=47,
                                lookup_table="EXAMPLE-lookupTable-Value",
                                source_id=267)],
                        source_id=517,
                        name="EXAMPLE-name-Value",
                        is_secure_content=True,
                        is_system=True,
                        is_auto_association_enabled=True,
                        is_auto_association_override=True,
                        rule_id=90,
                        type_name="EXAMPLE-typeName-Value",
                        type_display_name="EXAMPLE-typeDisplayName-Value",
                        warning_config=666,
                        metadata_fields=[
                            oci.log_analytics.models.LogAnalyticsSourceMetadataField(
                                field_name="EXAMPLE-fieldName-Value",
                                is_enabled=False,
                                is_system=False,
                                key="EXAMPLE-key-Value",
                                source_name="EXAMPLE-sourceName-Value")],
                        label_definitions=[
                            oci.log_analytics.models.LogAnalyticsLabelDefinition(
                                edit_version=871,
                                is_system=True,
                                source_id=807,
                                label_name="EXAMPLE-labelName-Value")],
                        entity_types=[
                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                source_id=305,
                                entity_type="EXAMPLE-entityType-Value",
                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                        is_timezone_override=True,
                        time_updated=datetime.strptime(
                            "2017-06-01T20:50:56.012Z",
                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                        event_types=[
                            oci.log_analytics.models.EventType(
                                event_type_name="EXAMPLE-eventTypeName-Value",
                                spec_version="EXAMPLE-specVersion-Value",
                                is_enabled=False,
                                is_system=True,
                                time_updated=datetime.strptime(
                                    "2034-07-30T16:54:12.176Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
                        categories=[
                            oci.log_analytics.models.LogAnalyticsCategory(
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                type="EXAMPLE-type-Value",
                                is_system=False)],
                        endpoints=[
                            oci.log_analytics.models.LogTypeEndpoint(
                                endpoint_type="LOG",
                                log_endpoint=oci.log_analytics.models.LogEndpoint(
                                    name="EXAMPLE-name-Value",
                                    request=oci.log_analytics.models.EndpointRequest(
                                        url="EXAMPLE-url-Value",
                                        method="GET",
                                        content_type="EXAMPLE-contentType-Value",
                                        payload="EXAMPLE-payload-Value",
                                        headers=[
                                            oci.log_analytics.models.NameValuePair(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")],
                                        form_parameters=[
                                            oci.log_analytics.models.NameValuePair(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")]),
                                    description="EXAMPLE-description-Value",
                                    model="EXAMPLE-model-Value",
                                    endpoint_id=524,
                                    response=oci.log_analytics.models.EndpointResponse(
                                        content_type="EXAMPLE-contentType-Value",
                                        example="EXAMPLE-example-Value"),
                                    credentials=oci.log_analytics.models.EndpointCredentials(
                                        credential_type="BASIC_AUTH",
                                        credential_name="EXAMPLE-credentialName-Value",
                                        credential_endpoint=oci.log_analytics.models.CredentialEndpoint(
                                            name="EXAMPLE-name-Value",
                                            description="EXAMPLE-description-Value",
                                            model="EXAMPLE-model-Value",
                                            endpoint_id=396,
                                            response=oci.log_analytics.models.EndpointResponse(
                                                content_type="EXAMPLE-contentType-Value",
                                                example="EXAMPLE-example-Value"),
                                            proxy=oci.log_analytics.models.EndpointProxy(
                                                url="EXAMPLE-url-Value",
                                                credential_name="EXAMPLE-credentialName-Value",
                                                credential_type="BASIC_AUTH"))),
                                    proxy=oci.log_analytics.models.EndpointProxy(
                                        url="EXAMPLE-url-Value",
                                        credential_name="EXAMPLE-credentialName-Value",
                                        credential_type="BASIC_AUTH"),
                                    is_enabled=False,
                                    is_system=True,
                                    endpoint_properties=[
                                        oci.log_analytics.models.LogAnalyticsProperty(
                                            name="EXAMPLE-name-Value",
                                            value="EXAMPLE-value-Value")]))],
                        source_properties=[
                            oci.log_analytics.models.LogAnalyticsProperty(
                                name="EXAMPLE-name-Value",
                                value="EXAMPLE-value-Value")])],
                should_tokenize_original_text=True,
                field_delimiter="EXAMPLE-fieldDelimiter-Value",
                field_qualifier="EXAMPLE-fieldQualifier-Value",
                type="DELIMITED",
                is_user_deleted=True,
                is_namespace_aware=True,
                categories=[
                    oci.log_analytics.models.LogAnalyticsCategory(
                        name="EXAMPLE-name-Value",
                        description="EXAMPLE-description-Value",
                        display_name="EXAMPLE-displayName-Value",
                        type="EXAMPLE-type-Value",
                        is_system=True)],
                is_position_aware=True,
                dependent_sources=[
                    oci.log_analytics.models.DependentSource(
                        source_name="EXAMPLE-sourceName-Value",
                        source_display_name="EXAMPLE-sourceDisplayName-Value",
                        source_id=240,
                        source_type="EXAMPLE-sourceType-Value",
                        is_system=False,
                        is_auto_association_enabled=False,
                        entity_types=[
                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                source_id=462,
                                entity_type="EXAMPLE-entityType-Value",
                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                        dependencies=[
                            oci.log_analytics.models.Dependency(
                                type="EXAMPLE-type-Value",
                                reference_type="EXAMPLE-referenceType-Value",
                                reference_id=889)])],
                dependent_parsers=[
                    oci.log_analytics.models.DependentParser(
                        parser_name="EXAMPLE-parserName-Value",
                        parser_display_name="EXAMPLE-parserDisplayName-Value",
                        parser_id=836,
                        is_system=True,
                        parser_type="JSON",
                        dependencies=[
                            oci.log_analytics.models.Dependency(
                                type="EXAMPLE-type-Value",
                                reference_type="EXAMPLE-referenceType-Value",
                                reference_id=298)])])],
        rule_id=479,
        type_name="EXAMPLE-typeName-Value",
        warning_config=498,
        metadata_fields=[
            oci.log_analytics.models.LogAnalyticsSourceMetadataField(
                field_name="EXAMPLE-fieldName-Value",
                is_enabled=False,
                is_system=True,
                key="EXAMPLE-key-Value",
                source_name="EXAMPLE-sourceName-Value")],
        label_definitions=[
            oci.log_analytics.models.LogAnalyticsLabelDefinition(
                edit_version=586,
                is_system=True,
                source_id=616,
                label_name="EXAMPLE-labelName-Value")],
        entity_types=[
            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                source_id=754,
                entity_type="EXAMPLE-entityType-Value",
                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
        is_timezone_override=True,
        user_parsers=[
            oci.log_analytics.models.LogAnalyticsParser(
                content="EXAMPLE-content-Value",
                description="EXAMPLE-description-Value",
                display_name="EXAMPLE-displayName-Value",
                edit_version=91,
                encoding="EXAMPLE-encoding-Value",
                example_content="EXAMPLE-exampleContent-Value",
                field_maps=[
                    oci.log_analytics.models.LogAnalyticsParserField(
                        field=oci.log_analytics.models.LogAnalyticsField(
                            cee_alias="EXAMPLE-ceeAlias-Value",
                            data_type="EXAMPLE-dataType-Value",
                            regular_expression="EXAMPLE-regularExpression-Value",
                            description="EXAMPLE-description-Value",
                            display_name="EXAMPLE-displayName-Value",
                            edit_version=669,
                            facet_priority=568,
                            name="EXAMPLE-name-Value",
                            is_facet_eligible=False,
                            is_high_cardinality=False,
                            is_large_data=True,
                            is_multi_valued=False,
                            is_primary=False,
                            is_system=False,
                            is_summarizable=True,
                            mapped_value="EXAMPLE-mappedValue-Value",
                            is_metric_key_eligible=True,
                            is_metric_value_eligible=True,
                            range_facet_eligible=651,
                            is_table_eligible=False,
                            unit_type="EXAMPLE-unitType-Value"),
                        parser_field_id=866,
                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                        parser_field_name="EXAMPLE-parserFieldName-Value",
                        storage_field_name="EXAMPLE-storageFieldName-Value",
                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                        parser_name="EXAMPLE-parserName-Value",
                        parser_field_sequence=832,
                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                footer_content="EXAMPLE-footerContent-Value",
                header_content="EXAMPLE-headerContent-Value",
                name="EXAMPLE-name-Value",
                is_default=False,
                is_single_line_content=True,
                is_system=False,
                language="EXAMPLE-language-Value",
                time_updated=datetime.strptime(
                    "2042-07-20T00:06:11.214Z",
                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                log_type_test_request_version=402,
                parser_ignoreline_characters="EXAMPLE-parserIgnorelineCharacters-Value",
                is_hidden=False,
                parser_sequence=850,
                parser_timezone="EXAMPLE-parserTimezone-Value",
                parser_filter=oci.log_analytics.models.LogAnalyticsParserFilter(
                    id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                    agent_version="EXAMPLE-agentVersion-Value",
                    is_in_use=846,
                    operating_system="EXAMPLE-operatingSystem-Value",
                    parser_id=573,
                    version="EXAMPLE-version-Value"),
                is_parser_written_once=True,
                parser_functions=[
                    oci.log_analytics.models.LogAnalyticsParserFunction(
                        parser_meta_plugin=oci.log_analytics.models.LogAnalyticsParserMetaPlugin(
                            meta_plugin_parameters=[
                                oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                    description="EXAMPLE-description-Value",
                                    name="EXAMPLE-name-Value",
                                    is_mandatory=True,
                                    is_repeatable=False,
                                    plugin_name="EXAMPLE-pluginName-Value",
                                    type="EXAMPLE-type-Value")],
                            description="EXAMPLE-description-Value",
                            display_name="EXAMPLE-displayName-Value",
                            name="EXAMPLE-name-Value"),
                        parser_function_id=259,
                        parser_function_name="EXAMPLE-parserFunctionName-Value",
                        is_enabled=True,
                        is_system=True,
                        parser_id=872,
                        parser_name="EXAMPLE-parserName-Value",
                        parser_meta_plugin_name="EXAMPLE-parserMetaPluginName-Value",
                        parser_function_priority=913,
                        parser_function_parameters=[
                            oci.log_analytics.models.LogAnalyticsParserFunctionParameter(
                                parser_function_id=248,
                                parser_function_parameter_name="EXAMPLE-parserFunctionParameterName-Value",
                                parser_function_parameter_id=330,
                                parser_meta_plugin_parameter_name="EXAMPLE-parserMetaPluginParameterName-Value",
                                parser_meta_plugin_parameter_value="EXAMPLE-parserMetaPluginParameterValue-Value",
                                parser_name="EXAMPLE-parserName-Value",
                                parser_meta_plugin_parameter=oci.log_analytics.models.LogAnalyticsParserMetaPluginParameter(
                                    description="EXAMPLE-description-Value",
                                    name="EXAMPLE-name-Value",
                                    is_mandatory=True,
                                    is_repeatable=False,
                                    plugin_name="EXAMPLE-pluginName-Value",
                                    type="EXAMPLE-type-Value"))])],
                sources_count=354,
                sources=[
                    oci.log_analytics.models.LogAnalyticsSource(
                        label_conditions=[
                            oci.log_analytics.models.LogAnalyticsSourceLabelCondition(
                                condition_string="EXAMPLE-conditionString-Value",
                                condition_block=oci.log_analytics.models.ConditionBlock(
                                    condition_blocks_operator="NOT_AND",
                                    field_name="EXAMPLE-fieldName-Value",
                                    label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                    label_condition_value="EXAMPLE-labelConditionValue-Value",
                                    label_condition_values=["EXAMPLE--Value"]),
                                message="EXAMPLE-message-Value",
                                is_visible=True,
                                block_condition_field="EXAMPLE-blockConditionField-Value",
                                block_condition_operator="EXAMPLE-blockConditionOperator-Value",
                                block_condition_value="EXAMPLE-blockConditionValue-Value",
                                label_condition_value="EXAMPLE-labelConditionValue-Value",
                                label_condition_values=["EXAMPLE--Value"],
                                content_example="EXAMPLE-contentExample-Value",
                                is_enabled=False,
                                field_name="EXAMPLE-fieldName-Value",
                                label_condition_id=39,
                                is_system=False,
                                label_condition_operator="EXAMPLE-labelConditionOperator-Value",
                                source_id=372,
                                label_display_name="EXAMPLE-labelDisplayName-Value",
                                storage_field="EXAMPLE-storageField-Value",
                                label_name="EXAMPLE-labelName-Value",
                                is_inline_label_existing_in_database=True)],
                        association_count=647,
                        association_entity=[
                            oci.log_analytics.models.LogAnalyticsAssociation(
                                failure_message="EXAMPLE-failureMessage-Value",
                                agent_id="ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
                                time_last_attempted=datetime.strptime(
                                    "2027-12-10T06:50:20.274Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                retry_count=794,
                                source_name="EXAMPLE-sourceName-Value",
                                source_display_name="EXAMPLE-sourceDisplayName-Value",
                                source_type_name="EXAMPLE-sourceTypeName-Value",
                                life_cycle_state="ACCEPTED",
                                entity_id="ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
                                entity_name="EXAMPLE-entityName-Value",
                                entity_type_name="EXAMPLE-entityTypeName-Value",
                                host="EXAMPLE-host-Value",
                                agent_entity_name="EXAMPLE-agentEntityName-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value",
                                log_group_id="ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
                                log_group_name="EXAMPLE-logGroupName-Value",
                                log_group_compartment="EXAMPLE-logGroupCompartment-Value",
                                association_properties=[
                                    oci.log_analytics.models.AssociationProperty(
                                        name="EXAMPLE-name-Value",
                                        value="EXAMPLE-value-Value",
                                        patterns=[
                                            oci.log_analytics.models.PatternOverride(
                                                id="ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
                                                value="EXAMPLE-value-Value",
                                                effective_level="EXAMPLE-effectiveLevel-Value")])])],
                        data_filter_definitions=[
                            oci.log_analytics.models.LogAnalyticsSourceDataFilter(
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=563,
                                is_enabled=True,
                                field_name="EXAMPLE-fieldName-Value",
                                hash_type=976,
                                data_filter_id=915,
                                is_system=False,
                                match_regular_expression="EXAMPLE-matchRegularExpression-Value",
                                order=395,
                                path="EXAMPLE-path-Value",
                                replacement_string="EXAMPLE-replacementString-Value",
                                source_id=483,
                                filter_type="MASK")],
                        database_credential="EXAMPLE-databaseCredential-Value",
                        extended_field_definitions=[
                            oci.log_analytics.models.LogAnalyticsSourceExtendedFieldDefinition(
                                field=oci.log_analytics.models.LogAnalyticsField(
                                    cee_alias="EXAMPLE-ceeAlias-Value",
                                    data_type="EXAMPLE-dataType-Value",
                                    regular_expression="EXAMPLE-regularExpression-Value",
                                    description="EXAMPLE-description-Value",
                                    display_name="EXAMPLE-displayName-Value",
                                    edit_version=103,
                                    facet_priority=45,
                                    name="EXAMPLE-name-Value",
                                    is_facet_eligible=False,
                                    is_high_cardinality=False,
                                    is_large_data=False,
                                    is_multi_valued=True,
                                    is_primary=True,
                                    is_system=True,
                                    is_summarizable=True,
                                    mapped_value="EXAMPLE-mappedValue-Value",
                                    is_metric_key_eligible=False,
                                    is_metric_value_eligible=False,
                                    range_facet_eligible=760,
                                    is_table_eligible=True,
                                    unit_type="EXAMPLE-unitType-Value"),
                                display_regular_expression="EXAMPLE-displayRegularExpression-Value",
                                extended_fields=[
                                    oci.log_analytics.models.LogAnalyticsExtendedField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=423,
                                            facet_priority=768,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=False,
                                            is_high_cardinality=False,
                                            is_large_data=True,
                                            is_multi_valued=True,
                                            is_primary=False,
                                            is_system=True,
                                            is_summarizable=True,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=True,
                                            is_metric_value_eligible=True,
                                            range_facet_eligible=774,
                                            is_table_eligible=True,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        extended_field_definition_id=631,
                                        field_name="EXAMPLE-fieldName-Value",
                                        field_display_name="EXAMPLE-fieldDisplayName-Value",
                                        saved_regular_expression_name="EXAMPLE-savedRegularExpressionName-Value",
                                        extended_field_id=313)],
                                base_field_name="EXAMPLE-baseFieldName-Value",
                                base_field_log_text="EXAMPLE-baseFieldLogText-Value",
                                condition_data_type="EXAMPLE-conditionDataType-Value",
                                condition_field="EXAMPLE-conditionField-Value",
                                condition_operator="EXAMPLE-conditionOperator-Value",
                                condition_value="EXAMPLE-conditionValue-Value",
                                converted_regular_expression="EXAMPLE-convertedRegularExpression-Value",
                                is_enabled=True,
                                extended_field_definition_id=172,
                                is_system=False,
                                regular_expression="EXAMPLE-regularExpression-Value",
                                source_id=385,
                                time_updated=datetime.strptime(
                                    "2018-07-18T17:15:32.699Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
                        is_for_cloud=True,
                        labels=[
                            oci.log_analytics.models.LogAnalyticsLabelView(
                                aliases=[
                                    oci.log_analytics.models.LogAnalyticsLabelAlias(
                                        alias="EXAMPLE-alias-Value",
                                        alias_display_name="EXAMPLE-aliasDisplayName-Value",
                                        is_system=True,
                                        display_name="EXAMPLE-displayName-Value",
                                        name="EXAMPLE-name-Value",
                                        priority="MEDIUM")],
                                count_usage_in_alert_rule=934,
                                count_usage_in_source=803,
                                id="EXAMPLE-id-Value",
                                suggest_type=79,
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                edit_version=913,
                                impact="EXAMPLE-impact-Value",
                                is_system=True,
                                name="EXAMPLE-name-Value",
                                priority="NONE",
                                recommendation="EXAMPLE-recommendation-Value",
                                type=158,
                                is_user_deleted=True)],
                        metric_definitions=[
                            oci.log_analytics.models.LogAnalyticsMetric(
                                aggregation_field="EXAMPLE-aggregationField-Value",
                                bucket_metadata="EXAMPLE-bucketMetadata-Value",
                                clock_period="EXAMPLE-clockPeriod-Value",
                                description="EXAMPLE-description-Value",
                                edit_version=409,
                                field_name="EXAMPLE-fieldName-Value",
                                field_values=["EXAMPLE--Value"],
                                grouping_field="EXAMPLE-groupingField-Value",
                                is_enabled=False,
                                is_system=True,
                                display_name="EXAMPLE-displayName-Value",
                                metric_reference=500,
                                name="EXAMPLE-name-Value",
                                metric_type="COUNT",
                                is_metric_source_enabled=False,
                                operator="NOT_NULL",
                                entity_type="EXAMPLE-entityType-Value",
                                time_updated=datetime.strptime(
                                    "2048-05-31T12:58:54.448Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"),
                                unit_type="EXAMPLE-unitType-Value",
                                is_user_customized=False)],
                        metrics=[
                            oci.log_analytics.models.LogAnalyticsSourceMetric(
                                is_metric_source_enabled=False,
                                metric_name="EXAMPLE-metricName-Value",
                                source_name="EXAMPLE-sourceName-Value",
                                entity_type="EXAMPLE-entityType-Value")],
                        parameters=[
                            oci.log_analytics.models.LogAnalyticsParameter(
                                default_value="EXAMPLE-defaultValue-Value",
                                description="EXAMPLE-description-Value",
                                is_active=False,
                                name="EXAMPLE-name-Value",
                                source_id=320)],
                        pattern_count=998,
                        patterns=[
                            oci.log_analytics.models.LogAnalyticsSourcePattern(
                                converted_text="EXAMPLE-convertedText-Value",
                                db_parser_id=178,
                                db_pattern_date_time_columns="EXAMPLE-dbPatternDateTimeColumns-Value",
                                db_pattern_date_time_field="EXAMPLE-dbPatternDateTimeField-Value",
                                db_pattern_sequence_column="EXAMPLE-dbPatternSequenceColumn-Value",
                                fields=[
                                    oci.log_analytics.models.LogAnalyticsParserField(
                                        field=oci.log_analytics.models.LogAnalyticsField(
                                            cee_alias="EXAMPLE-ceeAlias-Value",
                                            data_type="EXAMPLE-dataType-Value",
                                            regular_expression="EXAMPLE-regularExpression-Value",
                                            description="EXAMPLE-description-Value",
                                            display_name="EXAMPLE-displayName-Value",
                                            edit_version=25,
                                            facet_priority=39,
                                            name="EXAMPLE-name-Value",
                                            is_facet_eligible=False,
                                            is_high_cardinality=True,
                                            is_large_data=True,
                                            is_multi_valued=True,
                                            is_primary=False,
                                            is_system=False,
                                            is_summarizable=True,
                                            mapped_value="EXAMPLE-mappedValue-Value",
                                            is_metric_key_eligible=False,
                                            is_metric_value_eligible=False,
                                            range_facet_eligible=149,
                                            is_table_eligible=False,
                                            unit_type="EXAMPLE-unitType-Value"),
                                        parser_field_id=514,
                                        parser_field_expression="EXAMPLE-parserFieldExpression-Value",
                                        parser_field_name="EXAMPLE-parserFieldName-Value",
                                        storage_field_name="EXAMPLE-storageFieldName-Value",
                                        parser_field_integrator_name="EXAMPLE-parserFieldIntegratorName-Value",
                                        parser_name="EXAMPLE-parserName-Value",
                                        parser_field_sequence=490,
                                        structured_column_info="EXAMPLE-structuredColumnInfo-Value")],
                                is_include=False,
                                is_default=True,
                                pattern_filter=oci.log_analytics.models.LogAnalyticsPatternFilter(
                                    agent_version="EXAMPLE-agentVersion-Value",
                                    is_in_use=False,
                                    operating_system="EXAMPLE-operatingSystem-Value",
                                    pattern_id=628,
                                    source_id=209,
                                    version="EXAMPLE-version-Value"),
                                alias="EXAMPLE-alias-Value",
                                description="EXAMPLE-description-Value",
                                is_enabled=True,
                                pattern_id=205,
                                is_system=True,
                                source_id=399,
                                is_agent_warning_suppressed=True,
                                pattern_text="EXAMPLE-patternText-Value",
                                pattern_type=742,
                                entity_type=["EXAMPLE--Value"],
                                pattern_properties=[
                                    oci.log_analytics.models.LogAnalyticsProperty(
                                        name="EXAMPLE-name-Value",
                                        value="EXAMPLE-value-Value")])],
                        description="EXAMPLE-description-Value",
                        display_name="EXAMPLE-displayName-Value",
                        edit_version=127,
                        functions=[
                            oci.log_analytics.models.LogAnalyticsSourceFunction(
                                arguments=[
                                    oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                        is_override_output_fields=True,
                                        argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                        argument_example="EXAMPLE-argumentExample-Value",
                                        argument_service="EXAMPLE-argumentService-Value",
                                        argument_data_type="EXAMPLE-argumentDataType-Value",
                                        argument_description="EXAMPLE-argumentDescription-Value",
                                        argument_name="EXAMPLE-argumentName-Value",
                                        argument_order=610,
                                        argument_type=175,
                                        argument_id=822,
                                        argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                        argument_lookup_column_position=842,
                                        argument_value="EXAMPLE-argumentValue-Value",
                                        argument_reference="EXAMPLE-argumentReference-Value")],
                                is_enabled=False,
                                function=oci.log_analytics.models.LogAnalyticsMetaFunction(
                                    meta_function_argument=[
                                        oci.log_analytics.models.LogAnalyticsMetaFunctionArgument(
                                            is_override_output_fields=False,
                                            argument_display_name="EXAMPLE-argumentDisplayName-Value",
                                            argument_example="EXAMPLE-argumentExample-Value",
                                            argument_service="EXAMPLE-argumentService-Value",
                                            argument_data_type="EXAMPLE-argumentDataType-Value",
                                            argument_description="EXAMPLE-argumentDescription-Value",
                                            argument_name="EXAMPLE-argumentName-Value",
                                            argument_order=331,
                                            argument_type=120,
                                            argument_id=524,
                                            argument_lookup_column="EXAMPLE-argumentLookupColumn-Value",
                                            argument_lookup_column_position=681,
                                            argument_value="EXAMPLE-argumentValue-Value",
                                            argument_reference="EXAMPLE-argumentReference-Value")],
                                    component="EXAMPLE-component-Value",
                                    description="EXAMPLE-description-Value",
                                    edit_version=24,
                                    meta_function_id=351,
                                    java_class_name="EXAMPLE-javaClassName-Value",
                                    name="EXAMPLE-name-Value"),
                                function_name="GEOLOCATION",
                                function_reference="EXAMPLE-functionReference-Value",
                                source_reference="EXAMPLE-sourceReference-Value",
                                features=["EXAMPLE--Value"],
                                function_id=933,
                                order=170,
                                is_system=False,
                                lookup_column="EXAMPLE-lookupColumn-Value",
                                lookup_column_position=350,
                                lookup_display_name="EXAMPLE-lookupDisplayName-Value",
                                lookup_mode=159,
                                lookup_table="EXAMPLE-lookupTable-Value",
                                source_id=706)],
                        source_id=899,
                        name="EXAMPLE-name-Value",
                        is_secure_content=False,
                        is_system=True,
                        is_auto_association_enabled=False,
                        is_auto_association_override=False,
                        rule_id=576,
                        type_name="EXAMPLE-typeName-Value",
                        type_display_name="EXAMPLE-typeDisplayName-Value",
                        warning_config=872,
                        metadata_fields=[
                            oci.log_analytics.models.LogAnalyticsSourceMetadataField(
                                field_name="EXAMPLE-fieldName-Value",
                                is_enabled=False,
                                is_system=False,
                                key="EXAMPLE-key-Value",
                                source_name="EXAMPLE-sourceName-Value")],
                        label_definitions=[
                            oci.log_analytics.models.LogAnalyticsLabelDefinition(
                                edit_version=499,
                                is_system=False,
                                source_id=269,
                                label_name="EXAMPLE-labelName-Value")],
                        entity_types=[
                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                source_id=15,
                                entity_type="EXAMPLE-entityType-Value",
                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                        is_timezone_override=False,
                        time_updated=datetime.strptime(
                            "2049-07-06T21:13:58.749Z",
                            "%Y-%m-%dT%H:%M:%S.%fZ"),
                        event_types=[
                            oci.log_analytics.models.EventType(
                                event_type_name="EXAMPLE-eventTypeName-Value",
                                spec_version="EXAMPLE-specVersion-Value",
                                is_enabled=False,
                                is_system=True,
                                time_updated=datetime.strptime(
                                    "2023-03-20T23:29:33.649Z",
                                    "%Y-%m-%dT%H:%M:%S.%fZ"))],
                        categories=[
                            oci.log_analytics.models.LogAnalyticsCategory(
                                name="EXAMPLE-name-Value",
                                description="EXAMPLE-description-Value",
                                display_name="EXAMPLE-displayName-Value",
                                type="EXAMPLE-type-Value",
                                is_system=False)],
                        endpoints=[
                            oci.log_analytics.models.LogTypeEndpoint(
                                endpoint_type="LOG",
                                log_endpoint=oci.log_analytics.models.LogEndpoint(
                                    name="EXAMPLE-name-Value",
                                    request=oci.log_analytics.models.EndpointRequest(
                                        url="EXAMPLE-url-Value",
                                        method="GET",
                                        content_type="EXAMPLE-contentType-Value",
                                        payload="EXAMPLE-payload-Value",
                                        headers=[
                                            oci.log_analytics.models.NameValuePair(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")],
                                        form_parameters=[
                                            oci.log_analytics.models.NameValuePair(
                                                name="EXAMPLE-name-Value",
                                                value="EXAMPLE-value-Value")]),
                                    description="EXAMPLE-description-Value",
                                    model="EXAMPLE-model-Value",
                                    endpoint_id=523,
                                    response=oci.log_analytics.models.EndpointResponse(
                                        content_type="EXAMPLE-contentType-Value",
                                        example="EXAMPLE-example-Value"),
                                    credentials=oci.log_analytics.models.EndpointCredentials(
                                        credential_type="STATIC_TOKEN",
                                        credential_name="EXAMPLE-credentialName-Value",
                                        credential_endpoint=oci.log_analytics.models.CredentialEndpoint(
                                            name="EXAMPLE-name-Value",
                                            description="EXAMPLE-description-Value",
                                            model="EXAMPLE-model-Value",
                                            endpoint_id=413,
                                            response=oci.log_analytics.models.EndpointResponse(
                                                content_type="EXAMPLE-contentType-Value",
                                                example="EXAMPLE-example-Value"),
                                            proxy=oci.log_analytics.models.EndpointProxy(
                                                url="EXAMPLE-url-Value",
                                                credential_name="EXAMPLE-credentialName-Value",
                                                credential_type="NONE"))),
                                    proxy=oci.log_analytics.models.EndpointProxy(
                                        url="EXAMPLE-url-Value",
                                        credential_name="EXAMPLE-credentialName-Value",
                                        credential_type="BASIC_AUTH"),
                                    is_enabled=True,
                                    is_system=True,
                                    endpoint_properties=[
                                        oci.log_analytics.models.LogAnalyticsProperty(
                                            name="EXAMPLE-name-Value",
                                            value="EXAMPLE-value-Value")]))],
                        source_properties=[
                            oci.log_analytics.models.LogAnalyticsProperty(
                                name="EXAMPLE-name-Value",
                                value="EXAMPLE-value-Value")])],
                should_tokenize_original_text=False,
                field_delimiter="EXAMPLE-fieldDelimiter-Value",
                field_qualifier="EXAMPLE-fieldQualifier-Value",
                type="ODL",
                is_user_deleted=False,
                is_namespace_aware=False,
                categories=[
                    oci.log_analytics.models.LogAnalyticsCategory(
                        name="EXAMPLE-name-Value",
                        description="EXAMPLE-description-Value",
                        display_name="EXAMPLE-displayName-Value",
                        type="EXAMPLE-type-Value",
                        is_system=True)],
                is_position_aware=True,
                dependent_sources=[
                    oci.log_analytics.models.DependentSource(
                        source_name="EXAMPLE-sourceName-Value",
                        source_display_name="EXAMPLE-sourceDisplayName-Value",
                        source_id=116,
                        source_type="EXAMPLE-sourceType-Value",
                        is_system=True,
                        is_auto_association_enabled=True,
                        entity_types=[
                            oci.log_analytics.models.LogAnalyticsSourceEntityType(
                                source_id=832,
                                entity_type="EXAMPLE-entityType-Value",
                                entity_type_category="EXAMPLE-entityTypeCategory-Value",
                                entity_type_display_name="EXAMPLE-entityTypeDisplayName-Value")],
                        dependencies=[
                            oci.log_analytics.models.Dependency(
                                type="EXAMPLE-type-Value",
                                reference_type="EXAMPLE-referenceType-Value",
                                reference_id=339)])],
                dependent_parsers=[
                    oci.log_analytics.models.DependentParser(
                        parser_name="EXAMPLE-parserName-Value",
                        parser_display_name="EXAMPLE-parserDisplayName-Value",
                        parser_id=417,
                        is_system=False,
                        parser_type="XML",
                        dependencies=[
                            oci.log_analytics.models.Dependency(
                                type="EXAMPLE-type-Value",
                                reference_type="EXAMPLE-referenceType-Value",
                                reference_id=565)])])],
        categories=[
            oci.log_analytics.models.LogAnalyticsCategory(
                name="EXAMPLE-name-Value",
                description="EXAMPLE-description-Value",
                display_name="EXAMPLE-displayName-Value",
                type="EXAMPLE-type-Value",
                is_system=False)],
        endpoints=[
            oci.log_analytics.models.LogTypeEndpoint(
                endpoint_type="LOG",
                log_endpoint=oci.log_analytics.models.LogEndpoint(
                    name="EXAMPLE-name-Value",
                    request=oci.log_analytics.models.EndpointRequest(
                        url="EXAMPLE-url-Value",
                        method="POST",
                        content_type="EXAMPLE-contentType-Value",
                        payload="EXAMPLE-payload-Value",
                        headers=[
                            oci.log_analytics.models.NameValuePair(
                                name="EXAMPLE-name-Value",
                                value="EXAMPLE-value-Value")],
                        form_parameters=[
                            oci.log_analytics.models.NameValuePair(
                                name="EXAMPLE-name-Value",
                                value="EXAMPLE-value-Value")]),
                    description="EXAMPLE-description-Value",
                    model="EXAMPLE-model-Value",
                    endpoint_id=482,
                    response=oci.log_analytics.models.EndpointResponse(
                        content_type="EXAMPLE-contentType-Value",
                        example="EXAMPLE-example-Value"),
                    credentials=oci.log_analytics.models.EndpointCredentials(
                        credential_type="STATIC_TOKEN",
                        credential_name="EXAMPLE-credentialName-Value",
                        credential_endpoint=oci.log_analytics.models.CredentialEndpoint(
                            name="EXAMPLE-name-Value",
                            description="EXAMPLE-description-Value",
                            model="EXAMPLE-model-Value",
                            endpoint_id=935,
                            response=oci.log_analytics.models.EndpointResponse(
                                content_type="EXAMPLE-contentType-Value",
                                example="EXAMPLE-example-Value"),
                            proxy=oci.log_analytics.models.EndpointProxy(
                                url="EXAMPLE-url-Value",
                                credential_name="EXAMPLE-credentialName-Value",
                                credential_type="BASIC_AUTH"))),
                    proxy=oci.log_analytics.models.EndpointProxy(
                        url="EXAMPLE-url-Value",
                        credential_name="EXAMPLE-credentialName-Value",
                        credential_type="BASIC_AUTH"),
                    is_enabled=True,
                    is_system=False,
                    endpoint_properties=[
                        oci.log_analytics.models.LogAnalyticsProperty(
                            name="EXAMPLE-name-Value",
                            value="EXAMPLE-value-Value")]))],
        source_properties=[
            oci.log_analytics.models.LogAnalyticsProperty(
                name="EXAMPLE-name-Value",
                value="EXAMPLE-value-Value")]),
    create_like_source_id=954,
    is_incremental=False,
    is_ignore_warning=True,
    opc_retry_token="EXAMPLE-opcRetryToken-Value",
    opc_request_id="LAFXANGZ9EN47T5NIJC2<unique_ID>",
    if_match="EXAMPLE-ifMatch-Value")

# Get the data from response
print(upsert_source_response.data)