// 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).
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Oci.LoganalyticsService;
using Oci.Common;
using Oci.Common.Auth;
namespace Oci.Sdk.DotNet.Example.Loganalytics
{
public class UpsertSourceExample
{
public static async Task Main()
{
// Create a request and dependent object(s).
var upsertLogAnalyticsSourceDetails = new Oci.LoganalyticsService.Models.UpsertLogAnalyticsSourceDetails
{
LabelConditions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition
{
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.ConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.ConditionBlock.ConditionBlocksOperatorEnum.NotOr,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
},
Message = "EXAMPLE-message-Value",
IsVisible = true,
BlockConditionField = "EXAMPLE-blockConditionField-Value",
BlockConditionOperator = "EXAMPLE-blockConditionOperator-Value",
BlockConditionValue = "EXAMPLE-blockConditionValue-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
ContentExample = "EXAMPLE-contentExample-Value",
IsEnabled = false,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionId = 66,
IsSystem = false,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 987,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = false
}
},
DataFilterDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter
{
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 846,
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 196,
DataFilterId = 852,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 698,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 99,
FilterType = Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter.FilterTypeEnum.DropString
}
},
DatabaseCredential = "EXAMPLE-databaseCredential-Value",
ExtendedFieldDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 438,
FacetPriority = 145,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 221,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("01/13/2007 05:09:56"),
IsKeepDuplicates = true
},
DisplayRegularExpression = "EXAMPLE-displayRegularExpression-Value",
ExtendedFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsExtendedField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsExtendedField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 858,
FacetPriority = 703,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = false,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 445,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("12/09/2014 17:49:59"),
IsKeepDuplicates = true
},
ExtendedFieldDefinitionId = 618,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 813
}
},
BaseFieldName = "EXAMPLE-baseFieldName-Value",
BaseFieldLogText = "EXAMPLE-baseFieldLogText-Value",
ConditionDataType = "EXAMPLE-conditionDataType-Value",
ConditionField = "EXAMPLE-conditionField-Value",
ConditionOperator = "EXAMPLE-conditionOperator-Value",
ConditionValue = "EXAMPLE-conditionValue-Value",
ConvertedRegularExpression = "EXAMPLE-convertedRegularExpression-Value",
IsEnabled = true,
ExtendedFieldDefinitionId = 794,
IsSystem = false,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 710,
TimeUpdated = DateTime.Parse("03/14/2018 19:59:27"),
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.GenericConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.GenericConditionBlock.ConditionBlocksOperatorEnum.Or,
Name = "EXAMPLE-name-Value",
Operator = "EXAMPLE-operator-Value",
Value = "EXAMPLE-value-Value",
Values = new List<string>
{
"EXAMPLE--Value"
},
}
}
},
IsForCloud = false,
Labels = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelView>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelView
{
Aliases = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias
{
Alias = "EXAMPLE-alias-Value",
AliasDisplayName = "EXAMPLE-aliasDisplayName-Value",
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias.PriorityEnum.Medium
}
},
CountUsageInAlertRule = 764,
CountUsageInSource = 165,
Id = "EXAMPLE-id-Value",
SuggestType = 519,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 820,
Impact = "EXAMPLE-impact-Value",
IsSystem = true,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.Low,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 695,
IsUserDeleted = true
}
},
MetricDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetric
{
AggregationField = "EXAMPLE-aggregationField-Value",
BucketMetadata = "EXAMPLE-bucketMetadata-Value",
ClockPeriod = "EXAMPLE-clockPeriod-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 278,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = false,
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 512,
Name = "EXAMPLE-name-Value",
MetricType = Oci.LoganalyticsService.Models.LogAnalyticsMetric.MetricTypeEnum.Count,
IsMetricSourceEnabled = true,
Operator = Oci.LoganalyticsService.Models.LogAnalyticsMetric.OperatorEnum.ContainsIgnoreCase,
Sources = new List<Oci.LoganalyticsService.Models.LogAnalyticsSource>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSource
{
LabelConditions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition
{
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.ConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.ConditionBlock.ConditionBlocksOperatorEnum.NotOr,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
},
Message = "EXAMPLE-message-Value",
IsVisible = true,
BlockConditionField = "EXAMPLE-blockConditionField-Value",
BlockConditionOperator = "EXAMPLE-blockConditionOperator-Value",
BlockConditionValue = "EXAMPLE-blockConditionValue-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
ContentExample = "EXAMPLE-contentExample-Value",
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionId = 611,
IsSystem = false,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 339,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = true
}
},
AssociationCount = 274,
AssociationEntity = new List<Oci.LoganalyticsService.Models.LogAnalyticsAssociation>
{
new Oci.LoganalyticsService.Models.LogAnalyticsAssociation
{
FailureMessage = "EXAMPLE-failureMessage-Value",
AgentId = "ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
TimeLastAttempted = DateTime.Parse("09/17/2002 14:26:14"),
RetryCount = 424,
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceTypeName = "EXAMPLE-sourceTypeName-Value",
LifeCycleState = Oci.LoganalyticsService.Models.LogAnalyticsAssociation.LifeCycleStateEnum.InProgress,
EntityId = "ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
EntityName = "EXAMPLE-entityName-Value",
EntityTypeName = "EXAMPLE-entityTypeName-Value",
Host = "EXAMPLE-host-Value",
AgentEntityName = "EXAMPLE-agentEntityName-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value",
LogGroupId = "ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
LogGroupName = "EXAMPLE-logGroupName-Value",
LogGroupCompartment = "EXAMPLE-logGroupCompartment-Value",
AssociationProperties = new List<Oci.LoganalyticsService.Models.AssociationProperty>
{
new Oci.LoganalyticsService.Models.AssociationProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value",
Patterns = new List<Oci.LoganalyticsService.Models.PatternOverride>
{
new Oci.LoganalyticsService.Models.PatternOverride
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
Value = "EXAMPLE-value-Value",
EffectiveLevel = "EXAMPLE-effectiveLevel-Value"
}
}
}
}
}
},
DataFilterDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter
{
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 254,
IsEnabled = false,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 596,
DataFilterId = 755,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 10,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 890,
FilterType = Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter.FilterTypeEnum.HashMask
}
},
DatabaseCredential = "EXAMPLE-databaseCredential-Value",
ExtendedFieldDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 529,
FacetPriority = 864,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = false,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 66,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("09/20/2025 13:38:31"),
IsKeepDuplicates = true
},
DisplayRegularExpression = "EXAMPLE-displayRegularExpression-Value",
ExtendedFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsExtendedField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsExtendedField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 329,
FacetPriority = 825,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = true,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 230,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("08/25/2016 10:40:22"),
IsKeepDuplicates = false
},
ExtendedFieldDefinitionId = 109,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 536
}
},
BaseFieldName = "EXAMPLE-baseFieldName-Value",
BaseFieldLogText = "EXAMPLE-baseFieldLogText-Value",
ConditionDataType = "EXAMPLE-conditionDataType-Value",
ConditionField = "EXAMPLE-conditionField-Value",
ConditionOperator = "EXAMPLE-conditionOperator-Value",
ConditionValue = "EXAMPLE-conditionValue-Value",
ConvertedRegularExpression = "EXAMPLE-convertedRegularExpression-Value",
IsEnabled = true,
ExtendedFieldDefinitionId = 98,
IsSystem = false,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 396,
TimeUpdated = DateTime.Parse("07/27/2004 22:14:50"),
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.GenericConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.GenericConditionBlock.ConditionBlocksOperatorEnum.NotAnd,
Name = "EXAMPLE-name-Value",
Operator = "EXAMPLE-operator-Value",
Value = "EXAMPLE-value-Value",
Values = new List<string>
{
"EXAMPLE--Value"
},
}
}
},
IsForCloud = true,
Labels = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelView>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelView
{
Aliases = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias
{
Alias = "EXAMPLE-alias-Value",
AliasDisplayName = "EXAMPLE-aliasDisplayName-Value",
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias.PriorityEnum.None
}
},
CountUsageInAlertRule = 455,
CountUsageInSource = 564,
Id = "EXAMPLE-id-Value",
SuggestType = 107,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 84,
Impact = "EXAMPLE-impact-Value",
IsSystem = false,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.High,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 708,
IsUserDeleted = true
}
},
Metrics = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric
{
IsMetricSourceEnabled = false,
MetricName = "EXAMPLE-metricName-Value",
SourceName = "EXAMPLE-sourceName-Value",
EntityType = "EXAMPLE-entityType-Value"
}
},
OobParsers = new List<Oci.LoganalyticsService.Models.LogAnalyticsParser>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 6,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FieldMaps = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 608,
FacetPriority = 251,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = false,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 156,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("02/08/2036 04:46:34"),
IsKeepDuplicates = true
},
ParserFieldId = 928,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 403,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 585
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = false,
IsSingleLineContent = true,
IsSystem = true,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("07/15/2034 08:11:40"),
LogTypeTestRequestVersion = 340,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 31,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 613,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 403,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = false,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 834,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = false,
ParserId = 260,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 743,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 30,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 607,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = true,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 700,
ShouldTokenizeOriginalText = true,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Json,
IsUserDeleted = true,
IsNamespaceAware = false,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
IsPositionAware = true,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 623,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = false,
IsAutoAssociationEnabled = true,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 555,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 518,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 741,
IsSystem = true,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Xml,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 286,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
Parameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParameter
{
DefaultValue = "EXAMPLE-defaultValue-Value",
Description = "EXAMPLE-description-Value",
IsActive = true,
Name = "EXAMPLE-name-Value",
SourceId = 958
}
},
PatternCount = 4,
Patterns = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern
{
ConvertedText = "EXAMPLE-convertedText-Value",
DbParserId = 765,
DbPatternDateTimeColumns = "EXAMPLE-dbPatternDateTimeColumns-Value",
DbPatternDateTimeField = "EXAMPLE-dbPatternDateTimeField-Value",
DbPatternSequenceColumn = "EXAMPLE-dbPatternSequenceColumn-Value",
Fields = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 521,
FacetPriority = 30,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = false,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 140,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("09/15/2026 10:29:00"),
IsKeepDuplicates = true
},
ParserFieldId = 981,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 324,
Parser = new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 173,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = true,
IsSingleLineContent = false,
IsSystem = false,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("11/08/2038 19:59:08"),
LogTypeTestRequestVersion = 424,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 280,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 319,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 58,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = true,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = false,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 649,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = true,
ParserId = 820,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 630,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 804,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 501,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = true,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 912,
ShouldTokenizeOriginalText = false,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Json,
IsUserDeleted = false,
IsNamespaceAware = true,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = true
}
},
IsPositionAware = true,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 935,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 653,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 530,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 690,
IsSystem = false,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Regex,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 371,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
},
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 426
}
}
}
},
IsInclude = true,
IsDefault = false,
PatternFilter = new Oci.LoganalyticsService.Models.LogAnalyticsPatternFilter
{
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = false,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
PatternId = 766,
SourceId = 352,
Version = "EXAMPLE-version-Value",
},
Alias = "EXAMPLE-alias-Value",
Description = "EXAMPLE-description-Value",
IsEnabled = true,
PatternId = 344,
IsSystem = true,
SourceId = 397,
IsAgentWarningSuppressed = false,
PatternText = "EXAMPLE-patternText-Value",
PatternType = 786,
EntityType = new List<string>
{
"EXAMPLE--Value"
},
PatternProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 954,
Functions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction
{
Arguments = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = true,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 803,
ArgumentType = 748,
ArgumentId = 199,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 228,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
IsEnabled = true,
Function = new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunction
{
MetaFunctionArgument = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = false,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 90,
ArgumentType = 748,
ArgumentId = 29,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 432,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 812,
MetaFunctionId = 948,
JavaClassName = "EXAMPLE-javaClassName-Value",
Name = "EXAMPLE-name-Value"
},
FunctionName = Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction.FunctionNameEnum.Geolocation,
FunctionReference = "EXAMPLE-functionReference-Value",
SourceReference = "EXAMPLE-sourceReference-Value",
Features = new List<string>
{
"EXAMPLE--Value"
},
FunctionId = 74,
Order = 92,
IsSystem = true,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 738,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 875,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 468
}
},
SourceId = 346,
Name = "EXAMPLE-name-Value",
IsSecureContent = true,
IsSystem = false,
Parsers = new List<Oci.LoganalyticsService.Models.LogAnalyticsParser>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 595,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FieldMaps = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 715,
FacetPriority = 933,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = false,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 5,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("09/08/2004 23:42:10"),
IsKeepDuplicates = false
},
ParserFieldId = 170,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 181,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 125
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = true,
IsSingleLineContent = true,
IsSystem = true,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("11/26/2019 19:58:32"),
LogTypeTestRequestVersion = 406,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = true,
ParserSequence = 58,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 997,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 646,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = true,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 457,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = true,
ParserId = 135,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 839,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 596,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 662,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 914,
ShouldTokenizeOriginalText = false,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Odl,
IsUserDeleted = true,
IsNamespaceAware = true,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
IsPositionAware = false,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 495,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = false,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 576,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 655,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 612,
IsSystem = false,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Delimited,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 114,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
IsAutoAssociationEnabled = false,
IsAutoAssociationOverride = true,
RuleId = 997,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 230,
MetadataFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField
{
FieldName = "EXAMPLE-fieldName-Value",
IsEnabled = true,
IsSystem = true,
Key = "EXAMPLE-key-Value",
SourceName = "EXAMPLE-sourceName-Value"
}
},
LabelDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition
{
EditVersion = 757,
IsSystem = true,
SourceId = 942,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 902,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = false,
UserParsers = new List<Oci.LoganalyticsService.Models.LogAnalyticsParser>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 150,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FieldMaps = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 81,
FacetPriority = 434,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 517,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("08/24/2038 16:18:14"),
IsKeepDuplicates = true
},
ParserFieldId = 120,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 126,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 648
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = true,
IsSingleLineContent = false,
IsSystem = true,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("03/05/2045 07:59:26"),
LogTypeTestRequestVersion = 95,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = true,
ParserSequence = 380,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 377,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 77,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = false,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = false,
IsRepeatable = true,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 615,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = false,
ParserId = 651,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 11,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 293,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 887,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 660,
ShouldTokenizeOriginalText = true,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Delimited,
IsUserDeleted = false,
IsNamespaceAware = true,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
IsPositionAware = false,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 915,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 339,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 476,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 45,
IsSystem = false,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Json,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 224,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
TimeUpdated = DateTime.Parse("05/21/2034 23:27:58"),
EventTypes = new List<Oci.LoganalyticsService.Models.EventType>
{
new Oci.LoganalyticsService.Models.EventType
{
EventTypeName = "EXAMPLE-eventTypeName-Value",
SpecVersion = "EXAMPLE-specVersion-Value",
IsEnabled = true,
IsSystem = false,
TimeUpdated = DateTime.Parse("10/08/2006 03:11:30")
}
},
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
Endpoints = new List<Oci.LoganalyticsService.Models.LogAnalyticsEndpoint>
{
new Oci.LoganalyticsService.Models.LogTypeEndpoint
{
LogEndpoint = new Oci.LoganalyticsService.Models.LogEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 176,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Post,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.BasicAuth,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 904,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.Token
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.BasicAuth
},
IsEnabled = true,
IsSystem = false,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
}
},
SourceProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("11/24/2011 15:21:48"),
UnitType = "EXAMPLE-unitType-Value",
IsUserCustomized = false
}
},
Metrics = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric
{
IsMetricSourceEnabled = true,
MetricName = "EXAMPLE-metricName-Value",
SourceName = "EXAMPLE-sourceName-Value",
EntityType = "EXAMPLE-entityType-Value"
}
},
OobParsers = new List<Oci.LoganalyticsService.Models.LogAnalyticsParser>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 634,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FieldMaps = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 340,
FacetPriority = 890,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = true,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 331,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("01/11/2024 11:19:54"),
IsKeepDuplicates = true
},
ParserFieldId = 953,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 377,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 774
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = false,
IsSingleLineContent = true,
IsSystem = true,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("04/08/2020 12:44:14"),
LogTypeTestRequestVersion = 456,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 353,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 660,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 529,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = false,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = true,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 958,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = false,
ParserId = 26,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 648,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 92,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 343,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 532,
Sources = new List<Oci.LoganalyticsService.Models.LogAnalyticsSource>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSource
{
LabelConditions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition
{
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.ConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.ConditionBlock.ConditionBlocksOperatorEnum.Or,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
},
Message = "EXAMPLE-message-Value",
IsVisible = true,
BlockConditionField = "EXAMPLE-blockConditionField-Value",
BlockConditionOperator = "EXAMPLE-blockConditionOperator-Value",
BlockConditionValue = "EXAMPLE-blockConditionValue-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
ContentExample = "EXAMPLE-contentExample-Value",
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionId = 251,
IsSystem = true,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 521,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = true
}
},
AssociationCount = 722,
AssociationEntity = new List<Oci.LoganalyticsService.Models.LogAnalyticsAssociation>
{
new Oci.LoganalyticsService.Models.LogAnalyticsAssociation
{
FailureMessage = "EXAMPLE-failureMessage-Value",
AgentId = "ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
TimeLastAttempted = DateTime.Parse("01/22/2010 15:41:56"),
RetryCount = 812,
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceTypeName = "EXAMPLE-sourceTypeName-Value",
LifeCycleState = Oci.LoganalyticsService.Models.LogAnalyticsAssociation.LifeCycleStateEnum.Failed,
EntityId = "ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
EntityName = "EXAMPLE-entityName-Value",
EntityTypeName = "EXAMPLE-entityTypeName-Value",
Host = "EXAMPLE-host-Value",
AgentEntityName = "EXAMPLE-agentEntityName-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value",
LogGroupId = "ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
LogGroupName = "EXAMPLE-logGroupName-Value",
LogGroupCompartment = "EXAMPLE-logGroupCompartment-Value",
AssociationProperties = new List<Oci.LoganalyticsService.Models.AssociationProperty>
{
new Oci.LoganalyticsService.Models.AssociationProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value",
Patterns = new List<Oci.LoganalyticsService.Models.PatternOverride>
{
new Oci.LoganalyticsService.Models.PatternOverride
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
Value = "EXAMPLE-value-Value",
EffectiveLevel = "EXAMPLE-effectiveLevel-Value"
}
}
}
}
}
},
DataFilterDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter
{
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 364,
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 905,
DataFilterId = 884,
IsSystem = false,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 406,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 129,
FilterType = Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter.FilterTypeEnum.DropString
}
},
DatabaseCredential = "EXAMPLE-databaseCredential-Value",
ExtendedFieldDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 531,
FacetPriority = 797,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = false,
IsLargeData = false,
IsMultiValued = false,
IsPrimary = true,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 557,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("10/09/2049 06:33:35"),
IsKeepDuplicates = false
},
DisplayRegularExpression = "EXAMPLE-displayRegularExpression-Value",
ExtendedFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsExtendedField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsExtendedField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 54,
FacetPriority = 941,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = false,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 36,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("08/29/2045 04:30:51"),
IsKeepDuplicates = false
},
ExtendedFieldDefinitionId = 492,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 986
}
},
BaseFieldName = "EXAMPLE-baseFieldName-Value",
BaseFieldLogText = "EXAMPLE-baseFieldLogText-Value",
ConditionDataType = "EXAMPLE-conditionDataType-Value",
ConditionField = "EXAMPLE-conditionField-Value",
ConditionOperator = "EXAMPLE-conditionOperator-Value",
ConditionValue = "EXAMPLE-conditionValue-Value",
ConvertedRegularExpression = "EXAMPLE-convertedRegularExpression-Value",
IsEnabled = false,
ExtendedFieldDefinitionId = 886,
IsSystem = true,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 933,
TimeUpdated = DateTime.Parse("01/29/2001 00:41:53"),
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.GenericConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.GenericConditionBlock.ConditionBlocksOperatorEnum.NotAnd,
Name = "EXAMPLE-name-Value",
Operator = "EXAMPLE-operator-Value",
Value = "EXAMPLE-value-Value",
Values = new List<string>
{
"EXAMPLE--Value"
},
}
}
},
IsForCloud = false,
Labels = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelView>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelView
{
Aliases = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias
{
Alias = "EXAMPLE-alias-Value",
AliasDisplayName = "EXAMPLE-aliasDisplayName-Value",
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias.PriorityEnum.Medium
}
},
CountUsageInAlertRule = 432,
CountUsageInSource = 397,
Id = "EXAMPLE-id-Value",
SuggestType = 400,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 299,
Impact = "EXAMPLE-impact-Value",
IsSystem = true,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.None,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 302,
IsUserDeleted = false
}
},
MetricDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetric
{
AggregationField = "EXAMPLE-aggregationField-Value",
BucketMetadata = "EXAMPLE-bucketMetadata-Value",
ClockPeriod = "EXAMPLE-clockPeriod-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 554,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = false,
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 437,
Name = "EXAMPLE-name-Value",
MetricType = Oci.LoganalyticsService.Models.LogAnalyticsMetric.MetricTypeEnum.Sum,
IsMetricSourceEnabled = true,
Operator = Oci.LoganalyticsService.Models.LogAnalyticsMetric.OperatorEnum.ContainsIgnoreCase,
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("01/11/2044 08:00:14"),
UnitType = "EXAMPLE-unitType-Value",
IsUserCustomized = true
}
},
Metrics = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric
{
IsMetricSourceEnabled = false,
MetricName = "EXAMPLE-metricName-Value",
SourceName = "EXAMPLE-sourceName-Value",
EntityType = "EXAMPLE-entityType-Value"
}
},
Parameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParameter
{
DefaultValue = "EXAMPLE-defaultValue-Value",
Description = "EXAMPLE-description-Value",
IsActive = true,
Name = "EXAMPLE-name-Value",
SourceId = 631
}
},
PatternCount = 938,
Patterns = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern
{
ConvertedText = "EXAMPLE-convertedText-Value",
DbParserId = 984,
DbPatternDateTimeColumns = "EXAMPLE-dbPatternDateTimeColumns-Value",
DbPatternDateTimeField = "EXAMPLE-dbPatternDateTimeField-Value",
DbPatternSequenceColumn = "EXAMPLE-dbPatternSequenceColumn-Value",
Fields = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 167,
FacetPriority = 790,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = false,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 970,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("08/07/2034 20:38:08"),
IsKeepDuplicates = true
},
ParserFieldId = 681,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 370,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 140
}
}
}
},
IsInclude = false,
IsDefault = true,
PatternFilter = new Oci.LoganalyticsService.Models.LogAnalyticsPatternFilter
{
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = true,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
PatternId = 761,
SourceId = 651,
Version = "EXAMPLE-version-Value",
},
Alias = "EXAMPLE-alias-Value",
Description = "EXAMPLE-description-Value",
IsEnabled = false,
PatternId = 917,
IsSystem = true,
SourceId = 245,
IsAgentWarningSuppressed = true,
PatternText = "EXAMPLE-patternText-Value",
PatternType = 6,
EntityType = new List<string>
{
"EXAMPLE--Value"
},
PatternProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 357,
Functions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction
{
Arguments = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = true,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 632,
ArgumentType = 197,
ArgumentId = 298,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 217,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
IsEnabled = true,
Function = new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunction
{
MetaFunctionArgument = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = false,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 984,
ArgumentType = 114,
ArgumentId = 290,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 552,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 369,
MetaFunctionId = 974,
JavaClassName = "EXAMPLE-javaClassName-Value",
Name = "EXAMPLE-name-Value"
},
FunctionName = Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction.FunctionNameEnum.Lookup,
FunctionReference = "EXAMPLE-functionReference-Value",
SourceReference = "EXAMPLE-sourceReference-Value",
Features = new List<string>
{
"EXAMPLE--Value"
},
FunctionId = 920,
Order = 209,
IsSystem = true,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 878,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 717,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 33
}
},
SourceId = 714,
Name = "EXAMPLE-name-Value",
IsSecureContent = false,
IsSystem = false,
IsAutoAssociationEnabled = false,
IsAutoAssociationOverride = true,
RuleId = 432,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 244,
MetadataFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField
{
FieldName = "EXAMPLE-fieldName-Value",
IsEnabled = true,
IsSystem = false,
Key = "EXAMPLE-key-Value",
SourceName = "EXAMPLE-sourceName-Value"
}
},
LabelDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition
{
EditVersion = 492,
IsSystem = true,
SourceId = 416,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 607,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = false,
TimeUpdated = DateTime.Parse("04/25/2036 09:53:34"),
EventTypes = new List<Oci.LoganalyticsService.Models.EventType>
{
new Oci.LoganalyticsService.Models.EventType
{
EventTypeName = "EXAMPLE-eventTypeName-Value",
SpecVersion = "EXAMPLE-specVersion-Value",
IsEnabled = false,
IsSystem = false,
TimeUpdated = DateTime.Parse("03/12/2013 08:43:00")
}
},
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
Endpoints = new List<Oci.LoganalyticsService.Models.LogAnalyticsEndpoint>
{
new Oci.LoganalyticsService.Models.LogListTypeEndpoint
{
ListEndpoint = new Oci.LoganalyticsService.Models.LogListEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 23,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Post,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.None,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 941,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.None
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.BasicAuth
},
IsEnabled = true,
IsSystem = false,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
LogEndpoints = new List<Oci.LoganalyticsService.Models.LogEndpoint>
{
new Oci.LoganalyticsService.Models.LogEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 972,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Get,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.DynamicToken,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 15,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.None
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.BasicAuth
},
IsEnabled = true,
IsSystem = false,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
}
}
},
SourceProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
ShouldTokenizeOriginalText = false,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Json,
IsUserDeleted = false,
IsNamespaceAware = false,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = true
}
},
IsPositionAware = false,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 584,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 489,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 417,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 510,
IsSystem = true,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Json,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 772,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
Parameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParameter
{
DefaultValue = "EXAMPLE-defaultValue-Value",
Description = "EXAMPLE-description-Value",
IsActive = false,
Name = "EXAMPLE-name-Value",
SourceId = 278
}
},
Patterns = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern
{
ConvertedText = "EXAMPLE-convertedText-Value",
DbParserId = 951,
DbPatternDateTimeColumns = "EXAMPLE-dbPatternDateTimeColumns-Value",
DbPatternDateTimeField = "EXAMPLE-dbPatternDateTimeField-Value",
DbPatternSequenceColumn = "EXAMPLE-dbPatternSequenceColumn-Value",
Fields = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 560,
FacetPriority = 344,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = false,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 294,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("03/20/2029 05:51:09"),
IsKeepDuplicates = true
},
ParserFieldId = 327,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 635,
Parser = new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 991,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = false,
IsSingleLineContent = true,
IsSystem = false,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("04/26/2039 00:22:55"),
LogTypeTestRequestVersion = 565,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = true,
ParserSequence = 162,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 949,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 100,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = true,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = false,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 791,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = false,
IsSystem = false,
ParserId = 309,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 656,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 454,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 265,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = true,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 692,
Sources = new List<Oci.LoganalyticsService.Models.LogAnalyticsSource>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSource
{
LabelConditions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition
{
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.ConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.ConditionBlock.ConditionBlocksOperatorEnum.And,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
},
Message = "EXAMPLE-message-Value",
IsVisible = false,
BlockConditionField = "EXAMPLE-blockConditionField-Value",
BlockConditionOperator = "EXAMPLE-blockConditionOperator-Value",
BlockConditionValue = "EXAMPLE-blockConditionValue-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
ContentExample = "EXAMPLE-contentExample-Value",
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionId = 712,
IsSystem = false,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 830,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = true
}
},
AssociationCount = 307,
AssociationEntity = new List<Oci.LoganalyticsService.Models.LogAnalyticsAssociation>
{
new Oci.LoganalyticsService.Models.LogAnalyticsAssociation
{
FailureMessage = "EXAMPLE-failureMessage-Value",
AgentId = "ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
TimeLastAttempted = DateTime.Parse("11/06/2014 16:52:52"),
RetryCount = 862,
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceTypeName = "EXAMPLE-sourceTypeName-Value",
LifeCycleState = Oci.LoganalyticsService.Models.LogAnalyticsAssociation.LifeCycleStateEnum.Succeeded,
EntityId = "ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
EntityName = "EXAMPLE-entityName-Value",
EntityTypeName = "EXAMPLE-entityTypeName-Value",
Host = "EXAMPLE-host-Value",
AgentEntityName = "EXAMPLE-agentEntityName-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value",
LogGroupId = "ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
LogGroupName = "EXAMPLE-logGroupName-Value",
LogGroupCompartment = "EXAMPLE-logGroupCompartment-Value",
AssociationProperties = new List<Oci.LoganalyticsService.Models.AssociationProperty>
{
new Oci.LoganalyticsService.Models.AssociationProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value",
Patterns = new List<Oci.LoganalyticsService.Models.PatternOverride>
{
new Oci.LoganalyticsService.Models.PatternOverride
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
Value = "EXAMPLE-value-Value",
EffectiveLevel = "EXAMPLE-effectiveLevel-Value"
}
}
}
}
}
},
DataFilterDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter
{
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 422,
IsEnabled = false,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 793,
DataFilterId = 232,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 635,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 928,
FilterType = Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter.FilterTypeEnum.Mask
}
},
DatabaseCredential = "EXAMPLE-databaseCredential-Value",
ExtendedFieldDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 598,
FacetPriority = 589,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = false,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 433,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("08/08/2024 08:09:12"),
IsKeepDuplicates = false
},
DisplayRegularExpression = "EXAMPLE-displayRegularExpression-Value",
ExtendedFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsExtendedField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsExtendedField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 492,
FacetPriority = 378,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 81,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("04/09/2011 14:23:33"),
IsKeepDuplicates = true
},
ExtendedFieldDefinitionId = 416,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 26
}
},
BaseFieldName = "EXAMPLE-baseFieldName-Value",
BaseFieldLogText = "EXAMPLE-baseFieldLogText-Value",
ConditionDataType = "EXAMPLE-conditionDataType-Value",
ConditionField = "EXAMPLE-conditionField-Value",
ConditionOperator = "EXAMPLE-conditionOperator-Value",
ConditionValue = "EXAMPLE-conditionValue-Value",
ConvertedRegularExpression = "EXAMPLE-convertedRegularExpression-Value",
IsEnabled = true,
ExtendedFieldDefinitionId = 914,
IsSystem = false,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 583,
TimeUpdated = DateTime.Parse("12/18/2039 06:54:55"),
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.GenericConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.GenericConditionBlock.ConditionBlocksOperatorEnum.NotAnd,
Name = "EXAMPLE-name-Value",
Operator = "EXAMPLE-operator-Value",
Value = "EXAMPLE-value-Value",
Values = new List<string>
{
"EXAMPLE--Value"
},
}
}
},
IsForCloud = false,
Labels = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelView>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelView
{
Aliases = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias
{
Alias = "EXAMPLE-alias-Value",
AliasDisplayName = "EXAMPLE-aliasDisplayName-Value",
IsSystem = true,
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias.PriorityEnum.Low
}
},
CountUsageInAlertRule = 825,
CountUsageInSource = 847,
Id = "EXAMPLE-id-Value",
SuggestType = 497,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 49,
Impact = "EXAMPLE-impact-Value",
IsSystem = false,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.Low,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 287,
IsUserDeleted = false
}
},
MetricDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetric
{
AggregationField = "EXAMPLE-aggregationField-Value",
BucketMetadata = "EXAMPLE-bucketMetadata-Value",
ClockPeriod = "EXAMPLE-clockPeriod-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 244,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = true,
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 554,
Name = "EXAMPLE-name-Value",
MetricType = Oci.LoganalyticsService.Models.LogAnalyticsMetric.MetricTypeEnum.CountDistribution,
IsMetricSourceEnabled = true,
Operator = Oci.LoganalyticsService.Models.LogAnalyticsMetric.OperatorEnum.EqualIgnoreCase,
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("12/02/2006 13:46:45"),
UnitType = "EXAMPLE-unitType-Value",
IsUserCustomized = true
}
},
Metrics = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric
{
IsMetricSourceEnabled = false,
MetricName = "EXAMPLE-metricName-Value",
SourceName = "EXAMPLE-sourceName-Value",
EntityType = "EXAMPLE-entityType-Value"
}
},
Parameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParameter
{
DefaultValue = "EXAMPLE-defaultValue-Value",
Description = "EXAMPLE-description-Value",
IsActive = false,
Name = "EXAMPLE-name-Value",
SourceId = 696
}
},
PatternCount = 941,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 831,
Functions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction
{
Arguments = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = true,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 761,
ArgumentType = 953,
ArgumentId = 787,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 766,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
IsEnabled = false,
Function = new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunction
{
MetaFunctionArgument = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = false,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 98,
ArgumentType = 481,
ArgumentId = 407,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 10,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 941,
MetaFunctionId = 618,
JavaClassName = "EXAMPLE-javaClassName-Value",
Name = "EXAMPLE-name-Value"
},
FunctionName = Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction.FunctionNameEnum.Lookup,
FunctionReference = "EXAMPLE-functionReference-Value",
SourceReference = "EXAMPLE-sourceReference-Value",
Features = new List<string>
{
"EXAMPLE--Value"
},
FunctionId = 838,
Order = 480,
IsSystem = false,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 460,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 874,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 796
}
},
SourceId = 436,
Name = "EXAMPLE-name-Value",
IsSecureContent = true,
IsSystem = true,
IsAutoAssociationEnabled = true,
IsAutoAssociationOverride = true,
RuleId = 121,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 506,
MetadataFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField
{
FieldName = "EXAMPLE-fieldName-Value",
IsEnabled = true,
IsSystem = false,
Key = "EXAMPLE-key-Value",
SourceName = "EXAMPLE-sourceName-Value"
}
},
LabelDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition
{
EditVersion = 150,
IsSystem = true,
SourceId = 877,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 224,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = true,
TimeUpdated = DateTime.Parse("12/30/2043 04:35:33"),
EventTypes = new List<Oci.LoganalyticsService.Models.EventType>
{
new Oci.LoganalyticsService.Models.EventType
{
EventTypeName = "EXAMPLE-eventTypeName-Value",
SpecVersion = "EXAMPLE-specVersion-Value",
IsEnabled = false,
IsSystem = true,
TimeUpdated = DateTime.Parse("04/12/2036 14:07:32")
}
},
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
Endpoints = new List<Oci.LoganalyticsService.Models.LogAnalyticsEndpoint>
{
new Oci.LoganalyticsService.Models.LogListTypeEndpoint
{
ListEndpoint = new Oci.LoganalyticsService.Models.LogListEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 562,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Get,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.DynamicToken,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 43,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.Token
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.BasicAuth
},
IsEnabled = false,
IsSystem = false,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
LogEndpoints = new List<Oci.LoganalyticsService.Models.LogEndpoint>
{
new Oci.LoganalyticsService.Models.LogEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 530,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Post,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.DynamicToken,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 711,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.None
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.BasicAuth
},
IsEnabled = true,
IsSystem = true,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
}
}
},
SourceProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
ShouldTokenizeOriginalText = false,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Json,
IsUserDeleted = true,
IsNamespaceAware = false,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
IsPositionAware = false,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 142,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 601,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 755,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 998,
IsSystem = false,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Delimited,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 291,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
},
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 211
}
}
}
},
IsInclude = true,
IsDefault = true,
PatternFilter = new Oci.LoganalyticsService.Models.LogAnalyticsPatternFilter
{
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = false,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
PatternId = 657,
SourceId = 927,
Version = "EXAMPLE-version-Value",
Source = new Oci.LoganalyticsService.Models.LogAnalyticsSource
{
LabelConditions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition
{
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.ConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.ConditionBlock.ConditionBlocksOperatorEnum.NotAnd,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
},
Message = "EXAMPLE-message-Value",
IsVisible = false,
BlockConditionField = "EXAMPLE-blockConditionField-Value",
BlockConditionOperator = "EXAMPLE-blockConditionOperator-Value",
BlockConditionValue = "EXAMPLE-blockConditionValue-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
ContentExample = "EXAMPLE-contentExample-Value",
IsEnabled = false,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionId = 270,
IsSystem = false,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 839,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = false
}
},
AssociationCount = 613,
AssociationEntity = new List<Oci.LoganalyticsService.Models.LogAnalyticsAssociation>
{
new Oci.LoganalyticsService.Models.LogAnalyticsAssociation
{
FailureMessage = "EXAMPLE-failureMessage-Value",
AgentId = "ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
TimeLastAttempted = DateTime.Parse("06/09/2008 14:01:10"),
RetryCount = 579,
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceTypeName = "EXAMPLE-sourceTypeName-Value",
LifeCycleState = Oci.LoganalyticsService.Models.LogAnalyticsAssociation.LifeCycleStateEnum.Failed,
EntityId = "ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
EntityName = "EXAMPLE-entityName-Value",
EntityTypeName = "EXAMPLE-entityTypeName-Value",
Host = "EXAMPLE-host-Value",
AgentEntityName = "EXAMPLE-agentEntityName-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value",
LogGroupId = "ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
LogGroupName = "EXAMPLE-logGroupName-Value",
LogGroupCompartment = "EXAMPLE-logGroupCompartment-Value",
AssociationProperties = new List<Oci.LoganalyticsService.Models.AssociationProperty>
{
new Oci.LoganalyticsService.Models.AssociationProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value",
Patterns = new List<Oci.LoganalyticsService.Models.PatternOverride>
{
new Oci.LoganalyticsService.Models.PatternOverride
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
Value = "EXAMPLE-value-Value",
EffectiveLevel = "EXAMPLE-effectiveLevel-Value"
}
}
}
}
}
},
DataFilterDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter
{
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 628,
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 300,
DataFilterId = 953,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 819,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 870,
FilterType = Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter.FilterTypeEnum.DropLogEntry
}
},
DatabaseCredential = "EXAMPLE-databaseCredential-Value",
ExtendedFieldDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 15,
FacetPriority = 94,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = true,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 550,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("09/17/2033 23:50:41"),
IsKeepDuplicates = true
},
DisplayRegularExpression = "EXAMPLE-displayRegularExpression-Value",
ExtendedFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsExtendedField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsExtendedField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 218,
FacetPriority = 587,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 180,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("01/29/2014 22:57:31"),
IsKeepDuplicates = true
},
ExtendedFieldDefinitionId = 405,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 913
}
},
BaseFieldName = "EXAMPLE-baseFieldName-Value",
BaseFieldLogText = "EXAMPLE-baseFieldLogText-Value",
ConditionDataType = "EXAMPLE-conditionDataType-Value",
ConditionField = "EXAMPLE-conditionField-Value",
ConditionOperator = "EXAMPLE-conditionOperator-Value",
ConditionValue = "EXAMPLE-conditionValue-Value",
ConvertedRegularExpression = "EXAMPLE-convertedRegularExpression-Value",
IsEnabled = true,
ExtendedFieldDefinitionId = 439,
IsSystem = true,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 237,
TimeUpdated = DateTime.Parse("03/12/2029 13:58:20"),
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.GenericConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.GenericConditionBlock.ConditionBlocksOperatorEnum.And,
Name = "EXAMPLE-name-Value",
Operator = "EXAMPLE-operator-Value",
Value = "EXAMPLE-value-Value",
Values = new List<string>
{
"EXAMPLE--Value"
},
}
}
},
IsForCloud = false,
Labels = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelView>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelView
{
Aliases = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias
{
Alias = "EXAMPLE-alias-Value",
AliasDisplayName = "EXAMPLE-aliasDisplayName-Value",
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias.PriorityEnum.Low
}
},
CountUsageInAlertRule = 304,
CountUsageInSource = 628,
Id = "EXAMPLE-id-Value",
SuggestType = 787,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 200,
Impact = "EXAMPLE-impact-Value",
IsSystem = false,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.None,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 334,
IsUserDeleted = true
}
},
MetricDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetric
{
AggregationField = "EXAMPLE-aggregationField-Value",
BucketMetadata = "EXAMPLE-bucketMetadata-Value",
ClockPeriod = "EXAMPLE-clockPeriod-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 552,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = true,
IsSystem = true,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 402,
Name = "EXAMPLE-name-Value",
MetricType = Oci.LoganalyticsService.Models.LogAnalyticsMetric.MetricTypeEnum.Count,
IsMetricSourceEnabled = true,
Operator = Oci.LoganalyticsService.Models.LogAnalyticsMetric.OperatorEnum.ContainsIgnoreCase,
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("04/25/2025 19:40:20"),
UnitType = "EXAMPLE-unitType-Value",
IsUserCustomized = true
}
},
Metrics = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric
{
IsMetricSourceEnabled = false,
MetricName = "EXAMPLE-metricName-Value",
SourceName = "EXAMPLE-sourceName-Value",
EntityType = "EXAMPLE-entityType-Value"
}
},
OobParsers = new List<Oci.LoganalyticsService.Models.LogAnalyticsParser>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 54,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FieldMaps = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 419,
FacetPriority = 395,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = false,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 314,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("08/04/2049 06:09:30"),
IsKeepDuplicates = false
},
ParserFieldId = 467,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 107,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 420
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = false,
IsSingleLineContent = true,
IsSystem = false,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("09/17/2002 12:08:39"),
LogTypeTestRequestVersion = 253,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = true,
ParserSequence = 240,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 744,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 293,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = true,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = false,
IsRepeatable = true,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 534,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = false,
IsSystem = true,
ParserId = 35,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 314,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 77,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 811,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 515,
ShouldTokenizeOriginalText = true,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Xml,
IsUserDeleted = true,
IsNamespaceAware = true,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = true
}
},
IsPositionAware = true,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 780,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = false,
IsAutoAssociationEnabled = true,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 135,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 268,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 799,
IsSystem = false,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Json,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 637,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
Parameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParameter
{
DefaultValue = "EXAMPLE-defaultValue-Value",
Description = "EXAMPLE-description-Value",
IsActive = false,
Name = "EXAMPLE-name-Value",
SourceId = 867
}
},
PatternCount = 605,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 218,
Functions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction
{
Arguments = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = false,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 401,
ArgumentType = 250,
ArgumentId = 79,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 256,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
IsEnabled = true,
Function = new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunction
{
MetaFunctionArgument = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = true,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 116,
ArgumentType = 843,
ArgumentId = 525,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 793,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 197,
MetaFunctionId = 641,
JavaClassName = "EXAMPLE-javaClassName-Value",
Name = "EXAMPLE-name-Value"
},
FunctionName = Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction.FunctionNameEnum.Geolocation,
FunctionReference = "EXAMPLE-functionReference-Value",
SourceReference = "EXAMPLE-sourceReference-Value",
Features = new List<string>
{
"EXAMPLE--Value"
},
FunctionId = 486,
Order = 166,
IsSystem = false,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 753,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 471,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 379
}
},
SourceId = 641,
Name = "EXAMPLE-name-Value",
IsSecureContent = true,
IsSystem = true,
Parsers = new List<Oci.LoganalyticsService.Models.LogAnalyticsParser>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 389,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FieldMaps = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 863,
FacetPriority = 468,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = false,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 801,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("04/22/2048 03:48:29"),
IsKeepDuplicates = true
},
ParserFieldId = 278,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 667,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 984
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = true,
IsSingleLineContent = true,
IsSystem = false,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("01/11/2033 18:43:05"),
LogTypeTestRequestVersion = 196,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = true,
ParserSequence = 539,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 72,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 263,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = true,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 898,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = true,
ParserId = 131,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 307,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 104,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 820,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = false,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 117,
ShouldTokenizeOriginalText = true,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Regex,
IsUserDeleted = false,
IsNamespaceAware = true,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = true
}
},
IsPositionAware = false,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 775,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 444,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 153,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 640,
IsSystem = false,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Delimited,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 123,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
IsAutoAssociationEnabled = false,
IsAutoAssociationOverride = false,
RuleId = 420,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 1,
MetadataFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField
{
FieldName = "EXAMPLE-fieldName-Value",
IsEnabled = true,
IsSystem = true,
Key = "EXAMPLE-key-Value",
SourceName = "EXAMPLE-sourceName-Value"
}
},
LabelDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition
{
EditVersion = 923,
IsSystem = true,
SourceId = 386,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 668,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = true,
UserParsers = new List<Oci.LoganalyticsService.Models.LogAnalyticsParser>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 943,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FieldMaps = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 795,
FacetPriority = 687,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = true,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 451,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("09/20/2036 18:50:05"),
IsKeepDuplicates = true
},
ParserFieldId = 167,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 500,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 143
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = true,
IsSingleLineContent = false,
IsSystem = false,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("04/10/2001 05:14:57"),
LogTypeTestRequestVersion = 339,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = true,
ParserSequence = 984,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 706,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 814,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = false,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 673,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = true,
ParserId = 684,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 505,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 112,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 147,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = false,
IsRepeatable = true,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 418,
ShouldTokenizeOriginalText = true,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Delimited,
IsUserDeleted = true,
IsNamespaceAware = true,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = true
}
},
IsPositionAware = true,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 347,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = false,
IsAutoAssociationEnabled = true,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 821,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 337,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 686,
IsSystem = true,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Xml,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 261,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
TimeUpdated = DateTime.Parse("07/01/2004 16:13:06"),
EventTypes = new List<Oci.LoganalyticsService.Models.EventType>
{
new Oci.LoganalyticsService.Models.EventType
{
EventTypeName = "EXAMPLE-eventTypeName-Value",
SpecVersion = "EXAMPLE-specVersion-Value",
IsEnabled = false,
IsSystem = true,
TimeUpdated = DateTime.Parse("11/24/2018 08:06:40")
}
},
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = true
}
},
Endpoints = new List<Oci.LoganalyticsService.Models.LogAnalyticsEndpoint>
{
new Oci.LoganalyticsService.Models.LogListTypeEndpoint
{
ListEndpoint = new Oci.LoganalyticsService.Models.LogListEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 628,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Post,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.None,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 866,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.BasicAuth
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.BasicAuth
},
IsEnabled = true,
IsSystem = false,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
LogEndpoints = new List<Oci.LoganalyticsService.Models.LogEndpoint>
{
new Oci.LoganalyticsService.Models.LogEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 528,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Post,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.None,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 514,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.None
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.None
},
IsEnabled = false,
IsSystem = true,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
}
}
},
SourceProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
Alias = "EXAMPLE-alias-Value",
Description = "EXAMPLE-description-Value",
IsEnabled = false,
PatternId = 17,
IsSystem = false,
SourceId = 764,
IsAgentWarningSuppressed = true,
PatternText = "EXAMPLE-patternText-Value",
PatternType = 323,
EntityType = new List<string>
{
"EXAMPLE--Value"
},
PatternProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 479,
Functions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction
{
Arguments = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = true,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 401,
ArgumentType = 103,
ArgumentId = 203,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 461,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
IsEnabled = true,
Function = new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunction
{
MetaFunctionArgument = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = false,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 34,
ArgumentType = 797,
ArgumentId = 719,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 867,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 370,
MetaFunctionId = 217,
JavaClassName = "EXAMPLE-javaClassName-Value",
Name = "EXAMPLE-name-Value"
},
FunctionName = Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction.FunctionNameEnum.Geolocation,
FunctionReference = "EXAMPLE-functionReference-Value",
SourceReference = "EXAMPLE-sourceReference-Value",
Features = new List<string>
{
"EXAMPLE--Value"
},
FunctionId = 263,
Order = 191,
IsSystem = true,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 987,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 633,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 284
}
},
SourceId = 820,
Name = "EXAMPLE-name-Value",
IsSecureContent = false,
IsSystem = false,
Parsers = new List<Oci.LoganalyticsService.Models.LogAnalyticsParser>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 893,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FieldMaps = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 750,
FacetPriority = 934,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = false,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 305,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("05/30/2020 16:09:38"),
IsKeepDuplicates = true
},
ParserFieldId = 718,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 555,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 414
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = true,
IsSingleLineContent = false,
IsSystem = false,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("02/04/2025 00:29:32"),
LogTypeTestRequestVersion = 614,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 584,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 885,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 708,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = false,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = true,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 888,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = true,
ParserId = 627,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 6,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 882,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 114,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = true,
IsRepeatable = true,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 152,
Sources = new List<Oci.LoganalyticsService.Models.LogAnalyticsSource>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSource
{
LabelConditions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition
{
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.ConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.ConditionBlock.ConditionBlocksOperatorEnum.NotOr,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
},
Message = "EXAMPLE-message-Value",
IsVisible = true,
BlockConditionField = "EXAMPLE-blockConditionField-Value",
BlockConditionOperator = "EXAMPLE-blockConditionOperator-Value",
BlockConditionValue = "EXAMPLE-blockConditionValue-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
ContentExample = "EXAMPLE-contentExample-Value",
IsEnabled = false,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionId = 78,
IsSystem = true,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 897,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = false
}
},
AssociationCount = 359,
AssociationEntity = new List<Oci.LoganalyticsService.Models.LogAnalyticsAssociation>
{
new Oci.LoganalyticsService.Models.LogAnalyticsAssociation
{
FailureMessage = "EXAMPLE-failureMessage-Value",
AgentId = "ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
TimeLastAttempted = DateTime.Parse("08/03/2001 07:23:50"),
RetryCount = 720,
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceTypeName = "EXAMPLE-sourceTypeName-Value",
LifeCycleState = Oci.LoganalyticsService.Models.LogAnalyticsAssociation.LifeCycleStateEnum.Accepted,
EntityId = "ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
EntityName = "EXAMPLE-entityName-Value",
EntityTypeName = "EXAMPLE-entityTypeName-Value",
Host = "EXAMPLE-host-Value",
AgentEntityName = "EXAMPLE-agentEntityName-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value",
LogGroupId = "ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
LogGroupName = "EXAMPLE-logGroupName-Value",
LogGroupCompartment = "EXAMPLE-logGroupCompartment-Value",
AssociationProperties = new List<Oci.LoganalyticsService.Models.AssociationProperty>
{
new Oci.LoganalyticsService.Models.AssociationProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value",
Patterns = new List<Oci.LoganalyticsService.Models.PatternOverride>
{
new Oci.LoganalyticsService.Models.PatternOverride
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
Value = "EXAMPLE-value-Value",
EffectiveLevel = "EXAMPLE-effectiveLevel-Value"
}
}
}
}
}
},
DataFilterDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter
{
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 270,
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 404,
DataFilterId = 501,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 465,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 107,
FilterType = Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter.FilterTypeEnum.Mask
}
},
DatabaseCredential = "EXAMPLE-databaseCredential-Value",
ExtendedFieldDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 945,
FacetPriority = 351,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = false,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 675,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("01/17/2040 05:55:19"),
IsKeepDuplicates = false
},
DisplayRegularExpression = "EXAMPLE-displayRegularExpression-Value",
ExtendedFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsExtendedField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsExtendedField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 968,
FacetPriority = 971,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = false,
IsPrimary = true,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 353,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("09/22/2039 20:36:50"),
IsKeepDuplicates = true
},
ExtendedFieldDefinitionId = 233,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 912
}
},
BaseFieldName = "EXAMPLE-baseFieldName-Value",
BaseFieldLogText = "EXAMPLE-baseFieldLogText-Value",
ConditionDataType = "EXAMPLE-conditionDataType-Value",
ConditionField = "EXAMPLE-conditionField-Value",
ConditionOperator = "EXAMPLE-conditionOperator-Value",
ConditionValue = "EXAMPLE-conditionValue-Value",
ConvertedRegularExpression = "EXAMPLE-convertedRegularExpression-Value",
IsEnabled = false,
ExtendedFieldDefinitionId = 244,
IsSystem = false,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 230,
TimeUpdated = DateTime.Parse("12/16/2019 17:32:03"),
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.GenericConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.GenericConditionBlock.ConditionBlocksOperatorEnum.NotOr,
Name = "EXAMPLE-name-Value",
Operator = "EXAMPLE-operator-Value",
Value = "EXAMPLE-value-Value",
Values = new List<string>
{
"EXAMPLE--Value"
},
}
}
},
IsForCloud = true,
Labels = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelView>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelView
{
Aliases = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias
{
Alias = "EXAMPLE-alias-Value",
AliasDisplayName = "EXAMPLE-aliasDisplayName-Value",
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias.PriorityEnum.Low
}
},
CountUsageInAlertRule = 429,
CountUsageInSource = 478,
Id = "EXAMPLE-id-Value",
SuggestType = 182,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 441,
Impact = "EXAMPLE-impact-Value",
IsSystem = true,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.None,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 876,
IsUserDeleted = false
}
},
MetricDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetric
{
AggregationField = "EXAMPLE-aggregationField-Value",
BucketMetadata = "EXAMPLE-bucketMetadata-Value",
ClockPeriod = "EXAMPLE-clockPeriod-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 50,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = true,
IsSystem = true,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 375,
Name = "EXAMPLE-name-Value",
MetricType = Oci.LoganalyticsService.Models.LogAnalyticsMetric.MetricTypeEnum.Sum,
IsMetricSourceEnabled = true,
Operator = Oci.LoganalyticsService.Models.LogAnalyticsMetric.OperatorEnum.EqualIgnoreCase,
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("02/09/2007 16:33:17"),
UnitType = "EXAMPLE-unitType-Value",
IsUserCustomized = true
}
},
Metrics = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric
{
IsMetricSourceEnabled = false,
MetricName = "EXAMPLE-metricName-Value",
SourceName = "EXAMPLE-sourceName-Value",
EntityType = "EXAMPLE-entityType-Value"
}
},
Parameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParameter
{
DefaultValue = "EXAMPLE-defaultValue-Value",
Description = "EXAMPLE-description-Value",
IsActive = true,
Name = "EXAMPLE-name-Value",
SourceId = 56
}
},
PatternCount = 909,
Patterns = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern
{
ConvertedText = "EXAMPLE-convertedText-Value",
DbParserId = 681,
DbPatternDateTimeColumns = "EXAMPLE-dbPatternDateTimeColumns-Value",
DbPatternDateTimeField = "EXAMPLE-dbPatternDateTimeField-Value",
DbPatternSequenceColumn = "EXAMPLE-dbPatternSequenceColumn-Value",
Fields = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 621,
FacetPriority = 162,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = false,
IsPrimary = false,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 424,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("03/28/2034 08:07:06"),
IsKeepDuplicates = true
},
ParserFieldId = 168,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 120,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 866
}
}
}
},
IsInclude = true,
IsDefault = true,
PatternFilter = new Oci.LoganalyticsService.Models.LogAnalyticsPatternFilter
{
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = false,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
PatternId = 89,
SourceId = 59,
Version = "EXAMPLE-version-Value",
},
Alias = "EXAMPLE-alias-Value",
Description = "EXAMPLE-description-Value",
IsEnabled = true,
PatternId = 214,
IsSystem = true,
SourceId = 784,
IsAgentWarningSuppressed = true,
PatternText = "EXAMPLE-patternText-Value",
PatternType = 813,
EntityType = new List<string>
{
"EXAMPLE--Value"
},
PatternProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 608,
Functions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction
{
Arguments = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = true,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 661,
ArgumentType = 477,
ArgumentId = 432,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 947,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
IsEnabled = true,
Function = new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunction
{
MetaFunctionArgument = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = false,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 866,
ArgumentType = 221,
ArgumentId = 306,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 226,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 972,
MetaFunctionId = 744,
JavaClassName = "EXAMPLE-javaClassName-Value",
Name = "EXAMPLE-name-Value"
},
FunctionName = Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction.FunctionNameEnum.Geolocation,
FunctionReference = "EXAMPLE-functionReference-Value",
SourceReference = "EXAMPLE-sourceReference-Value",
Features = new List<string>
{
"EXAMPLE--Value"
},
FunctionId = 63,
Order = 233,
IsSystem = false,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 533,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 933,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 110
}
},
SourceId = 526,
Name = "EXAMPLE-name-Value",
IsSecureContent = true,
IsSystem = true,
IsAutoAssociationEnabled = false,
IsAutoAssociationOverride = false,
RuleId = 230,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 905,
MetadataFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField
{
FieldName = "EXAMPLE-fieldName-Value",
IsEnabled = false,
IsSystem = true,
Key = "EXAMPLE-key-Value",
SourceName = "EXAMPLE-sourceName-Value"
}
},
LabelDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition
{
EditVersion = 568,
IsSystem = false,
SourceId = 683,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 809,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = true,
TimeUpdated = DateTime.Parse("10/12/2010 13:14:48"),
EventTypes = new List<Oci.LoganalyticsService.Models.EventType>
{
new Oci.LoganalyticsService.Models.EventType
{
EventTypeName = "EXAMPLE-eventTypeName-Value",
SpecVersion = "EXAMPLE-specVersion-Value",
IsEnabled = false,
IsSystem = true,
TimeUpdated = DateTime.Parse("12/23/2017 21:39:56")
}
},
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
Endpoints = new List<Oci.LoganalyticsService.Models.LogAnalyticsEndpoint>
{
new Oci.LoganalyticsService.Models.LogListTypeEndpoint
{
ListEndpoint = new Oci.LoganalyticsService.Models.LogListEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 558,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Post,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.None,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 149,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.Token
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.None
},
IsEnabled = false,
IsSystem = true,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
LogEndpoints = new List<Oci.LoganalyticsService.Models.LogEndpoint>
{
new Oci.LoganalyticsService.Models.LogEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 400,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Get,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.BasicAuth,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 452,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.None
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.BasicAuth
},
IsEnabled = true,
IsSystem = true,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
}
}
},
SourceProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
ShouldTokenizeOriginalText = true,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Odl,
IsUserDeleted = false,
IsNamespaceAware = true,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = true
}
},
IsPositionAware = true,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 653,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 152,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 957,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 241,
IsSystem = false,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Xml,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 403,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
RuleId = 912,
TypeName = "EXAMPLE-typeName-Value",
WarningConfig = 327,
MetadataFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField
{
FieldName = "EXAMPLE-fieldName-Value",
IsEnabled = true,
IsSystem = false,
Key = "EXAMPLE-key-Value",
SourceName = "EXAMPLE-sourceName-Value"
}
},
LabelDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition
{
EditVersion = 769,
IsSystem = false,
SourceId = 863,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 252,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = true,
UserParsers = new List<Oci.LoganalyticsService.Models.LogAnalyticsParser>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 57,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FieldMaps = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 663,
FacetPriority = 745,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 608,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("01/11/2020 16:19:49"),
IsKeepDuplicates = false
},
ParserFieldId = 804,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 457,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 191
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = false,
IsSingleLineContent = false,
IsSystem = false,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("11/28/2038 19:02:57"),
LogTypeTestRequestVersion = 401,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 862,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 419,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 515,
Version = "EXAMPLE-version-Value"
},
IsParserWrittenOnce = true,
ParserFunctions = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunction
{
ParserMetaPlugin = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPlugin
{
MetaPluginParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = false,
IsRepeatable = true,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 530,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = true,
ParserId = 626,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 339,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 695,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 223,
ParserMetaPluginParameterName = "EXAMPLE-parserMetaPluginParameterName-Value",
ParserMetaPluginParameterValue = "EXAMPLE-parserMetaPluginParameterValue-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginParameter = new Oci.LoganalyticsService.Models.LogAnalyticsParserMetaPluginParameter
{
Description = "EXAMPLE-description-Value",
Name = "EXAMPLE-name-Value",
IsMandatory = false,
IsRepeatable = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
}
}
}
},
SourcesCount = 34,
Sources = new List<Oci.LoganalyticsService.Models.LogAnalyticsSource>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSource
{
LabelConditions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceLabelCondition
{
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.ConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.ConditionBlock.ConditionBlocksOperatorEnum.NotOr,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
},
Message = "EXAMPLE-message-Value",
IsVisible = true,
BlockConditionField = "EXAMPLE-blockConditionField-Value",
BlockConditionOperator = "EXAMPLE-blockConditionOperator-Value",
BlockConditionValue = "EXAMPLE-blockConditionValue-Value",
LabelConditionValue = "EXAMPLE-labelConditionValue-Value",
LabelConditionValues = new List<string>
{
"EXAMPLE--Value"
},
ContentExample = "EXAMPLE-contentExample-Value",
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionId = 228,
IsSystem = false,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 408,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = false
}
},
AssociationCount = 587,
AssociationEntity = new List<Oci.LoganalyticsService.Models.LogAnalyticsAssociation>
{
new Oci.LoganalyticsService.Models.LogAnalyticsAssociation
{
FailureMessage = "EXAMPLE-failureMessage-Value",
AgentId = "ocid1.test.oc1..<unique_ID>EXAMPLE-agentId-Value",
TimeLastAttempted = DateTime.Parse("07/08/2047 00:08:48"),
RetryCount = 253,
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceTypeName = "EXAMPLE-sourceTypeName-Value",
LifeCycleState = Oci.LoganalyticsService.Models.LogAnalyticsAssociation.LifeCycleStateEnum.Accepted,
EntityId = "ocid1.test.oc1..<unique_ID>EXAMPLE-entityId-Value",
EntityName = "EXAMPLE-entityName-Value",
EntityTypeName = "EXAMPLE-entityTypeName-Value",
Host = "EXAMPLE-host-Value",
AgentEntityName = "EXAMPLE-agentEntityName-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value",
LogGroupId = "ocid1.test.oc1..<unique_ID>EXAMPLE-logGroupId-Value",
LogGroupName = "EXAMPLE-logGroupName-Value",
LogGroupCompartment = "EXAMPLE-logGroupCompartment-Value",
AssociationProperties = new List<Oci.LoganalyticsService.Models.AssociationProperty>
{
new Oci.LoganalyticsService.Models.AssociationProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value",
Patterns = new List<Oci.LoganalyticsService.Models.PatternOverride>
{
new Oci.LoganalyticsService.Models.PatternOverride
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
Value = "EXAMPLE-value-Value",
EffectiveLevel = "EXAMPLE-effectiveLevel-Value"
}
}
}
}
}
},
DataFilterDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter
{
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 227,
IsEnabled = false,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 661,
DataFilterId = 59,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 149,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 555,
FilterType = Oci.LoganalyticsService.Models.LogAnalyticsSourceDataFilter.FilterTypeEnum.DropString
}
},
DatabaseCredential = "EXAMPLE-databaseCredential-Value",
ExtendedFieldDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceExtendedFieldDefinition
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 254,
FacetPriority = 254,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = false,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 532,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("05/29/2041 02:27:53"),
IsKeepDuplicates = true
},
DisplayRegularExpression = "EXAMPLE-displayRegularExpression-Value",
ExtendedFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsExtendedField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsExtendedField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 182,
FacetPriority = 303,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 368,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("04/05/2039 20:44:07"),
IsKeepDuplicates = false
},
ExtendedFieldDefinitionId = 569,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 488
}
},
BaseFieldName = "EXAMPLE-baseFieldName-Value",
BaseFieldLogText = "EXAMPLE-baseFieldLogText-Value",
ConditionDataType = "EXAMPLE-conditionDataType-Value",
ConditionField = "EXAMPLE-conditionField-Value",
ConditionOperator = "EXAMPLE-conditionOperator-Value",
ConditionValue = "EXAMPLE-conditionValue-Value",
ConvertedRegularExpression = "EXAMPLE-convertedRegularExpression-Value",
IsEnabled = true,
ExtendedFieldDefinitionId = 557,
IsSystem = true,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 591,
TimeUpdated = DateTime.Parse("06/25/2006 18:23:06"),
ConditionString = "EXAMPLE-conditionString-Value",
ConditionBlock = new Oci.LoganalyticsService.Models.GenericConditionBlock
{
ConditionBlocksOperator = Oci.LoganalyticsService.Models.GenericConditionBlock.ConditionBlocksOperatorEnum.NotAnd,
Name = "EXAMPLE-name-Value",
Operator = "EXAMPLE-operator-Value",
Value = "EXAMPLE-value-Value",
Values = new List<string>
{
"EXAMPLE--Value"
},
}
}
},
IsForCloud = false,
Labels = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelView>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelView
{
Aliases = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias
{
Alias = "EXAMPLE-alias-Value",
AliasDisplayName = "EXAMPLE-aliasDisplayName-Value",
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias.PriorityEnum.None
}
},
CountUsageInAlertRule = 929,
CountUsageInSource = 150,
Id = "EXAMPLE-id-Value",
SuggestType = 60,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 579,
Impact = "EXAMPLE-impact-Value",
IsSystem = false,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.Medium,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 942,
IsUserDeleted = false
}
},
MetricDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetric
{
AggregationField = "EXAMPLE-aggregationField-Value",
BucketMetadata = "EXAMPLE-bucketMetadata-Value",
ClockPeriod = "EXAMPLE-clockPeriod-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 385,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = true,
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 704,
Name = "EXAMPLE-name-Value",
MetricType = Oci.LoganalyticsService.Models.LogAnalyticsMetric.MetricTypeEnum.AverageDistribution,
IsMetricSourceEnabled = true,
Operator = Oci.LoganalyticsService.Models.LogAnalyticsMetric.OperatorEnum.InIgnoreCase,
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("10/16/2047 08:40:13"),
UnitType = "EXAMPLE-unitType-Value",
IsUserCustomized = false
}
},
Metrics = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetric
{
IsMetricSourceEnabled = true,
MetricName = "EXAMPLE-metricName-Value",
SourceName = "EXAMPLE-sourceName-Value",
EntityType = "EXAMPLE-entityType-Value"
}
},
Parameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParameter
{
DefaultValue = "EXAMPLE-defaultValue-Value",
Description = "EXAMPLE-description-Value",
IsActive = true,
Name = "EXAMPLE-name-Value",
SourceId = 80
}
},
PatternCount = 448,
Patterns = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern
{
ConvertedText = "EXAMPLE-convertedText-Value",
DbParserId = 894,
DbPatternDateTimeColumns = "EXAMPLE-dbPatternDateTimeColumns-Value",
DbPatternDateTimeField = "EXAMPLE-dbPatternDateTimeField-Value",
DbPatternSequenceColumn = "EXAMPLE-dbPatternSequenceColumn-Value",
Fields = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserField
{
Field = new Oci.LoganalyticsService.Models.LogAnalyticsField
{
CeeAlias = "EXAMPLE-ceeAlias-Value",
DataType = "EXAMPLE-dataType-Value",
RegularExpression = "EXAMPLE-regularExpression-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 133,
FacetPriority = 11,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 678,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("08/16/2035 08:47:17"),
IsKeepDuplicates = true
},
ParserFieldId = 307,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 90,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 538
}
}
}
},
IsInclude = false,
IsDefault = true,
PatternFilter = new Oci.LoganalyticsService.Models.LogAnalyticsPatternFilter
{
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = true,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
PatternId = 916,
SourceId = 384,
Version = "EXAMPLE-version-Value",
},
Alias = "EXAMPLE-alias-Value",
Description = "EXAMPLE-description-Value",
IsEnabled = false,
PatternId = 336,
IsSystem = false,
SourceId = 434,
IsAgentWarningSuppressed = false,
PatternText = "EXAMPLE-patternText-Value",
PatternType = 481,
EntityType = new List<string>
{
"EXAMPLE--Value"
},
PatternProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 1,
Functions = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction
{
Arguments = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = false,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 404,
ArgumentType = 430,
ArgumentId = 837,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 812,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
IsEnabled = true,
Function = new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunction
{
MetaFunctionArgument = new List<Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument>
{
new Oci.LoganalyticsService.Models.LogAnalyticsMetaFunctionArgument
{
IsOverrideOutputFields = true,
ArgumentDisplayName = "EXAMPLE-argumentDisplayName-Value",
ArgumentExample = "EXAMPLE-argumentExample-Value",
ArgumentService = "EXAMPLE-argumentService-Value",
ArgumentDataType = "EXAMPLE-argumentDataType-Value",
ArgumentDescription = "EXAMPLE-argumentDescription-Value",
ArgumentName = "EXAMPLE-argumentName-Value",
ArgumentOrder = 107,
ArgumentType = 575,
ArgumentId = 462,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 420,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 697,
MetaFunctionId = 507,
JavaClassName = "EXAMPLE-javaClassName-Value",
Name = "EXAMPLE-name-Value"
},
FunctionName = Oci.LoganalyticsService.Models.LogAnalyticsSourceFunction.FunctionNameEnum.Lookup,
FunctionReference = "EXAMPLE-functionReference-Value",
SourceReference = "EXAMPLE-sourceReference-Value",
Features = new List<string>
{
"EXAMPLE--Value"
},
FunctionId = 921,
Order = 131,
IsSystem = true,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 497,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 746,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 502
}
},
SourceId = 75,
Name = "EXAMPLE-name-Value",
IsSecureContent = true,
IsSystem = true,
IsAutoAssociationEnabled = false,
IsAutoAssociationOverride = true,
RuleId = 86,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 497,
MetadataFields = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceMetadataField
{
FieldName = "EXAMPLE-fieldName-Value",
IsEnabled = false,
IsSystem = false,
Key = "EXAMPLE-key-Value",
SourceName = "EXAMPLE-sourceName-Value"
}
},
LabelDefinitions = new List<Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition>
{
new Oci.LoganalyticsService.Models.LogAnalyticsLabelDefinition
{
EditVersion = 716,
IsSystem = true,
SourceId = 75,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 342,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = true,
TimeUpdated = DateTime.Parse("04/26/2032 00:50:02"),
EventTypes = new List<Oci.LoganalyticsService.Models.EventType>
{
new Oci.LoganalyticsService.Models.EventType
{
EventTypeName = "EXAMPLE-eventTypeName-Value",
SpecVersion = "EXAMPLE-specVersion-Value",
IsEnabled = true,
IsSystem = false,
TimeUpdated = DateTime.Parse("09/06/2045 05:46:40")
}
},
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
Endpoints = new List<Oci.LoganalyticsService.Models.LogAnalyticsEndpoint>
{
new Oci.LoganalyticsService.Models.LogTypeEndpoint
{
LogEndpoint = new Oci.LoganalyticsService.Models.LogEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 634,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Get,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.StaticToken,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 667,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.BasicAuth
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.None
},
IsEnabled = true,
IsSystem = true,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
}
},
SourceProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
},
ShouldTokenizeOriginalText = true,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Regex,
IsUserDeleted = false,
IsNamespaceAware = false,
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
IsPositionAware = false,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 229,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = true,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 560,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 99,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
},
DependentParsers = new List<Oci.LoganalyticsService.Models.DependentParser>
{
new Oci.LoganalyticsService.Models.DependentParser
{
ParserName = "EXAMPLE-parserName-Value",
ParserDisplayName = "EXAMPLE-parserDisplayName-Value",
ParserId = 181,
IsSystem = false,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Json,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 976,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
Categories = new List<Oci.LoganalyticsService.Models.LogAnalyticsCategory>
{
new Oci.LoganalyticsService.Models.LogAnalyticsCategory
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Type = "EXAMPLE-type-Value",
IsSystem = false
}
},
Endpoints = new List<Oci.LoganalyticsService.Models.LogAnalyticsEndpoint>
{
new Oci.LoganalyticsService.Models.LogTypeEndpoint
{
LogEndpoint = new Oci.LoganalyticsService.Models.LogEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 603,
Request = new Oci.LoganalyticsService.Models.EndpointRequest
{
Method = Oci.LoganalyticsService.Models.EndpointRequest.MethodEnum.Get,
Url = "EXAMPLE-url-Value",
ContentType = "EXAMPLE-contentType-Value",
Payload = "EXAMPLE-payload-Value",
Headers = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
},
FormParameters = new List<Oci.LoganalyticsService.Models.NameValuePair>
{
new Oci.LoganalyticsService.Models.NameValuePair
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
},
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Credentials = new Oci.LoganalyticsService.Models.EndpointCredentials
{
CredentialType = Oci.LoganalyticsService.Models.EndpointCredentials.CredentialTypeEnum.None,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 719,
Response = new Oci.LoganalyticsService.Models.EndpointResponse
{
ContentType = "EXAMPLE-contentType-Value",
Example = "EXAMPLE-example-Value"
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.None
}
}
},
Proxy = new Oci.LoganalyticsService.Models.EndpointProxy
{
Url = "EXAMPLE-url-Value",
CredentialName = "EXAMPLE-credentialName-Value",
CredentialType = Oci.LoganalyticsService.Models.EndpointProxy.CredentialTypeEnum.BasicAuth
},
IsEnabled = false,
IsSystem = true,
EndpointProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
}
}
},
SourceProperties = new List<Oci.LoganalyticsService.Models.LogAnalyticsProperty>
{
new Oci.LoganalyticsService.Models.LogAnalyticsProperty
{
Name = "EXAMPLE-name-Value",
Value = "EXAMPLE-value-Value"
}
}
};
var upsertSourceRequest = new Oci.LoganalyticsService.Requests.UpsertSourceRequest
{
NamespaceName = "EXAMPLE-namespaceName-Value",
UpsertLogAnalyticsSourceDetails = upsertLogAnalyticsSourceDetails,
CreateLikeSourceId = 846,
IsIncremental = false,
IsIgnoreWarning = true,
OpcRetryToken = "EXAMPLE-opcRetryToken-Value",
OpcRequestId = "PPS779NPZRY8REHV8M7U<unique_ID>",
IfMatch = "EXAMPLE-ifMatch-Value"
};
// Create a default authentication provider that uses the DEFAULT
// profile in the configuration file.
// Refer to <see href="https://docs.cloud.oracle.com/en-us/iaas/Content/API/Concepts/sdkconfig.htm#SDK_and_CLI_Configuration_File>the public documentation</see> on how to prepare a configuration file.
var provider = new ConfigFileAuthenticationDetailsProvider("DEFAULT");
try
{
// Create a service client and send the request.
using (var client = new LogAnalyticsClient(provider, new ClientConfiguration()))
{
var response = await client.UpsertSource(upsertSourceRequest);
// Retrieve value from the response.
var labelConditionsValue = response.LogAnalyticsSource.LabelConditions;
}
}
catch (Exception e)
{
Console.WriteLine($"UpsertSource Failed with {e.Message}");
throw e;
}
}
}
}