// 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 ValidateSourceExample
{
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.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 = 850,
IsSystem = true,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 237,
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 = 860,
IsEnabled = false,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 301,
DataFilterId = 401,
IsSystem = false,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 656,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 435,
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 = 212,
FacetPriority = 693,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = false,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = false,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 684,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("04/06/2028 18:27:55"),
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 = 571,
FacetPriority = 145,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 721,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("11/10/2029 07:26:33"),
IsKeepDuplicates = false
},
ExtendedFieldDefinitionId = 898,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 703
}
},
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 = 650,
IsSystem = true,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 873,
TimeUpdated = DateTime.Parse("04/10/2048 15:50:15"),
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 = 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 = 646,
CountUsageInSource = 642,
Id = "EXAMPLE-id-Value",
SuggestType = 809,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 761,
Impact = "EXAMPLE-impact-Value",
IsSystem = true,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.Low,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 610,
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 = 891,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = true,
IsSystem = true,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 668,
Name = "EXAMPLE-name-Value",
MetricType = Oci.LoganalyticsService.Models.LogAnalyticsMetric.MetricTypeEnum.Average,
IsMetricSourceEnabled = false,
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.NotAnd,
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 = 233,
IsSystem = true,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 73,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = false
}
},
AssociationCount = 340,
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("05/10/2007 21:16:30"),
RetryCount = 632,
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 = 602,
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 602,
DataFilterId = 267,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 388,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 625,
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 = 740,
FacetPriority = 504,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 312,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("07/12/2011 16:26:07"),
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 = 486,
FacetPriority = 716,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = false,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 213,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("05/20/2039 18:48:35"),
IsKeepDuplicates = true
},
ExtendedFieldDefinitionId = 856,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 336
}
},
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 = 275,
IsSystem = true,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 645,
TimeUpdated = DateTime.Parse("10/01/2045 21:27:37"),
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 = true,
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias.PriorityEnum.High
}
},
CountUsageInAlertRule = 603,
CountUsageInSource = 810,
Id = "EXAMPLE-id-Value",
SuggestType = 971,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 922,
Impact = "EXAMPLE-impact-Value",
IsSystem = false,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.High,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 531,
IsUserDeleted = false
}
},
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 = 118,
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 = 550,
FacetPriority = 834,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = false,
IsPrimary = true,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 714,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("05/01/2028 05:26:43"),
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 = 284,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 627
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = false,
IsSingleLineContent = false,
IsSystem = true,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("07/09/2044 12:18:48"),
LogTypeTestRequestVersion = 967,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 668,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 361,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 644,
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 = 52,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = true,
ParserId = 424,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 291,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 812,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 484,
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 = 453,
ShouldTokenizeOriginalText = false,
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 = true,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 572,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = false,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 827,
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 = 260,
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 = 46,
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 = 659,
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 = 588
}
},
PatternCount = 86,
Patterns = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern
{
ConvertedText = "EXAMPLE-convertedText-Value",
DbParserId = 898,
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 = 542,
FacetPriority = 533,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = true,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 903,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("02/18/2020 10:30:17"),
IsKeepDuplicates = true
},
ParserFieldId = 161,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 502,
Parser = new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 402,
Encoding = "EXAMPLE-encoding-Value",
ExampleContent = "EXAMPLE-exampleContent-Value",
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = false,
IsSingleLineContent = false,
IsSystem = true,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("02/22/2039 16:26:57"),
LogTypeTestRequestVersion = 354,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 454,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 450,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 280,
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 = 902,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = false,
ParserId = 528,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 188,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 529,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 692,
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 = 436,
ShouldTokenizeOriginalText = true,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Json,
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 = 596,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 703,
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 = 567,
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 = 471,
IsSystem = true,
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 = 408,
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 = 230
}
}
}
},
IsInclude = true,
IsDefault = false,
PatternFilter = new Oci.LoganalyticsService.Models.LogAnalyticsPatternFilter
{
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = true,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
PatternId = 559,
SourceId = 815,
Version = "EXAMPLE-version-Value",
},
Alias = "EXAMPLE-alias-Value",
Description = "EXAMPLE-description-Value",
IsEnabled = true,
PatternId = 130,
IsSystem = false,
SourceId = 474,
IsAgentWarningSuppressed = false,
PatternText = "EXAMPLE-patternText-Value",
PatternType = 181,
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 = 294,
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 = 511,
ArgumentType = 841,
ArgumentId = 333,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 582,
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 = 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 = 484,
ArgumentType = 353,
ArgumentId = 645,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 715,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 169,
MetaFunctionId = 607,
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 = 939,
Order = 194,
IsSystem = false,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 168,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 998,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 767
}
},
SourceId = 411,
Name = "EXAMPLE-name-Value",
IsSecureContent = false,
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 = 439,
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 = 116,
FacetPriority = 544,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = false,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 18,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("01/16/2021 00:12:06"),
IsKeepDuplicates = true
},
ParserFieldId = 137,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 681,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 899
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = false,
IsSingleLineContent = false,
IsSystem = true,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("10/19/2022 22:46:48"),
LogTypeTestRequestVersion = 227,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 542,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 48,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 608,
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 = 445,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = false,
IsSystem = true,
ParserId = 16,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 366,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 526,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 462,
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 = 487,
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 = false
}
},
IsPositionAware = false,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 897,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 700,
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 = 434,
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 = 974,
IsSystem = true,
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 = 308,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
IsAutoAssociationEnabled = false,
IsAutoAssociationOverride = true,
RuleId = 747,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 661,
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 = 989,
IsSystem = false,
SourceId = 340,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 94,
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 = 184,
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 = 515,
FacetPriority = 440,
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 = 216,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("08/20/2010 16:16:09"),
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 = 434,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 327
}
}
}
},
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("09/29/2008 08:42:17"),
LogTypeTestRequestVersion = 369,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 92,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 676,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 306,
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 = false,
PluginName = "EXAMPLE-pluginName-Value",
Type = "EXAMPLE-type-Value"
}
},
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value"
},
ParserFunctionId = 775,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = false,
IsSystem = true,
ParserId = 599,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 213,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 206,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 969,
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 = 643,
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 = false
}
},
IsPositionAware = true,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 920,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = true,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 819,
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 = 805,
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 = 753,
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 = 869,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
TimeUpdated = DateTime.Parse("03/13/2002 12:03:25"),
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/11/2040 04:08:24")
}
},
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 = 349,
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 = 343,
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 = true,
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 = 127,
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 = 21,
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.Token
},
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"
}
}
}
},
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("11/05/2007 07:57:01"),
UnitType = "EXAMPLE-unitType-Value",
IsUserCustomized = true
}
},
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 = 477,
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 = 833,
FacetPriority = 241,
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 = true,
RangeFacetEligible = 744,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("10/18/2023 18:30:40"),
IsKeepDuplicates = false
},
ParserFieldId = 16,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 720,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 814
}
}
}
},
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("01/21/2037 05:08:13"),
LogTypeTestRequestVersion = 769,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = true,
ParserSequence = 998,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 752,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 907,
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 = 980,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = false,
ParserId = 722,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 248,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 163,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 179,
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 = 892,
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 = 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 = 682,
IsSystem = true,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 843,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = false
}
},
AssociationCount = 100,
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("10/09/2020 10:31:35"),
RetryCount = 913,
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 = 823,
IsEnabled = false,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 506,
DataFilterId = 560,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 671,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 606,
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 = 845,
FacetPriority = 106,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = true,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 74,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("06/13/2038 22:54:39"),
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 = 577,
FacetPriority = 777,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = false,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 331,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("04/14/2020 06:33:23"),
IsKeepDuplicates = true
},
ExtendedFieldDefinitionId = 187,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 792
}
},
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 = 300,
IsSystem = false,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 940,
TimeUpdated = DateTime.Parse("11/22/2006 00:31:56"),
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 = 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.High
}
},
CountUsageInAlertRule = 688,
CountUsageInSource = 363,
Id = "EXAMPLE-id-Value",
SuggestType = 136,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 843,
Impact = "EXAMPLE-impact-Value",
IsSystem = false,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.Medium,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 532,
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 = 73,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = true,
IsSystem = true,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 153,
Name = "EXAMPLE-name-Value",
MetricType = Oci.LoganalyticsService.Models.LogAnalyticsMetric.MetricTypeEnum.AverageDistribution,
IsMetricSourceEnabled = true,
Operator = Oci.LoganalyticsService.Models.LogAnalyticsMetric.OperatorEnum.NotNull,
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("12/10/2028 07:56:05"),
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 = false,
Name = "EXAMPLE-name-Value",
SourceId = 226
}
},
PatternCount = 129,
Patterns = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern
{
ConvertedText = "EXAMPLE-convertedText-Value",
DbParserId = 620,
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 = 325,
FacetPriority = 151,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = false,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 94,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("07/08/2034 03:57:39"),
IsKeepDuplicates = true
},
ParserFieldId = 208,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 747,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 563
}
}
}
},
IsInclude = false,
IsDefault = false,
PatternFilter = new Oci.LoganalyticsService.Models.LogAnalyticsPatternFilter
{
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = false,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
PatternId = 47,
SourceId = 503,
Version = "EXAMPLE-version-Value",
},
Alias = "EXAMPLE-alias-Value",
Description = "EXAMPLE-description-Value",
IsEnabled = true,
PatternId = 179,
IsSystem = false,
SourceId = 682,
IsAgentWarningSuppressed = false,
PatternText = "EXAMPLE-patternText-Value",
PatternType = 367,
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 = 482,
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 = 426,
ArgumentType = 478,
ArgumentId = 204,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 838,
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 = 308,
ArgumentType = 934,
ArgumentId = 130,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 433,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 710,
MetaFunctionId = 270,
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 = 774,
Order = 58,
IsSystem = true,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 551,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 477,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 275
}
},
SourceId = 882,
Name = "EXAMPLE-name-Value",
IsSecureContent = true,
IsSystem = false,
IsAutoAssociationEnabled = true,
IsAutoAssociationOverride = true,
RuleId = 849,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 321,
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 = 119,
IsSystem = false,
SourceId = 642,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 87,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = false,
TimeUpdated = DateTime.Parse("06/07/2016 23:40:20"),
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("04/29/2004 13:32:18")
}
},
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.LogTypeEndpoint
{
LogEndpoint = new Oci.LoganalyticsService.Models.LogEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 453,
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.StaticToken,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 246,
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"
}
}
}
}
},
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.Regex,
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 = 248,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = true,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 564,
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 = 202,
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 = 77,
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 = 64,
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 = 35
}
},
Patterns = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern
{
ConvertedText = "EXAMPLE-convertedText-Value",
DbParserId = 995,
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 = 310,
FacetPriority = 999,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = false,
IsPrimary = false,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 369,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("12/22/2049 08:35:15"),
IsKeepDuplicates = true
},
ParserFieldId = 519,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 509,
Parser = new Oci.LoganalyticsService.Models.LogAnalyticsParser
{
Content = "EXAMPLE-content-Value",
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 990,
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("09/21/2006 22:39:27"),
LogTypeTestRequestVersion = 679,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 843,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 867,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 219,
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 = 403,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = true,
ParserId = 280,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 535,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 948,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 466,
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 = 49,
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 = false,
FieldName = "EXAMPLE-fieldName-Value",
LabelConditionId = 665,
IsSystem = false,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 423,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = true
}
},
AssociationCount = 541,
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/05/2039 13:49:56"),
RetryCount = 577,
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 = 479,
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 451,
DataFilterId = 795,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 665,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 668,
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 = 924,
FacetPriority = 120,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = false,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 162,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("11/04/2028 14:12:40"),
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 = 976,
FacetPriority = 752,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = false,
IsMultiValued = false,
IsPrimary = true,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 987,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("05/01/2039 21:41:10"),
IsKeepDuplicates = false
},
ExtendedFieldDefinitionId = 952,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 108
}
},
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 = 302,
IsSystem = false,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 166,
TimeUpdated = DateTime.Parse("05/04/2048 15:52:42"),
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 = true,
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias.PriorityEnum.High
}
},
CountUsageInAlertRule = 816,
CountUsageInSource = 707,
Id = "EXAMPLE-id-Value",
SuggestType = 596,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 630,
Impact = "EXAMPLE-impact-Value",
IsSystem = true,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.Medium,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 719,
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 = 999,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = true,
IsSystem = true,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 939,
Name = "EXAMPLE-name-Value",
MetricType = Oci.LoganalyticsService.Models.LogAnalyticsMetric.MetricTypeEnum.SumDistribution,
IsMetricSourceEnabled = false,
Operator = Oci.LoganalyticsService.Models.LogAnalyticsMetric.OperatorEnum.NotNull,
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("08/07/2007 07:01: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 = 648
}
},
PatternCount = 211,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 594,
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 = 318,
ArgumentType = 812,
ArgumentId = 193,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 909,
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 = 964,
ArgumentType = 152,
ArgumentId = 616,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 588,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 754,
MetaFunctionId = 884,
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 = 820,
Order = 948,
IsSystem = false,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 343,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 302,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 822
}
},
SourceId = 17,
Name = "EXAMPLE-name-Value",
IsSecureContent = true,
IsSystem = false,
IsAutoAssociationEnabled = true,
IsAutoAssociationOverride = true,
RuleId = 582,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 614,
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 = 261,
IsSystem = false,
SourceId = 849,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 834,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = true,
TimeUpdated = DateTime.Parse("03/23/2040 10:44:10"),
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("07/01/2027 09:57:29")
}
},
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 = 4,
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.StaticToken,
CredentialName = "EXAMPLE-credentialName-Value",
CredentialEndpoint = new Oci.LoganalyticsService.Models.CredentialEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 811,
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 = 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 = 463,
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 = 157,
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.Token
},
IsEnabled = false,
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 = 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 = true
}
},
IsPositionAware = true,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 299,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = false,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 820,
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 = 502,
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 = 650,
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 = 316,
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 = 915
}
}
}
},
IsInclude = true,
IsDefault = true,
PatternFilter = new Oci.LoganalyticsService.Models.LogAnalyticsPatternFilter
{
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = false,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
PatternId = 676,
SourceId = 264,
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.Or,
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 = 857,
IsSystem = true,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 950,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = true
}
},
AssociationCount = 336,
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("03/01/2046 05:39:34"),
RetryCount = 441,
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 = 351,
IsEnabled = true,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 978,
DataFilterId = 180,
IsSystem = false,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 91,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 272,
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 = 172,
FacetPriority = 173,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 182,
IsTableEligible = true,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("06/28/2038 13:35:09"),
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 = 983,
FacetPriority = 547,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = false,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = true,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 46,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("06/25/2031 12:53:39"),
IsKeepDuplicates = false
},
ExtendedFieldDefinitionId = 91,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 110
}
},
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 = 175,
IsSystem = false,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 736,
TimeUpdated = DateTime.Parse("03/15/2022 03:23:11"),
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.Medium
}
},
CountUsageInAlertRule = 539,
CountUsageInSource = 910,
Id = "EXAMPLE-id-Value",
SuggestType = 329,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 68,
Impact = "EXAMPLE-impact-Value",
IsSystem = false,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.Medium,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 563,
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 = 17,
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.Sum,
IsMetricSourceEnabled = false,
Operator = Oci.LoganalyticsService.Models.LogAnalyticsMetric.OperatorEnum.EqualIgnoreCase,
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("10/07/2039 20:50:00"),
UnitType = "EXAMPLE-unitType-Value",
IsUserCustomized = true
}
},
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 = 511,
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 = 647,
FacetPriority = 439,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = false,
IsPrimary = false,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 400,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("11/03/2025 09:28:06"),
IsKeepDuplicates = true
},
ParserFieldId = 260,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 469,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 263
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = false,
IsSingleLineContent = false,
IsSystem = true,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("09/04/2037 08:28:08"),
LogTypeTestRequestVersion = 888,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 153,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 426,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 360,
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 = 782,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = false,
ParserId = 312,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 304,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 279,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 527,
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 = 877,
ShouldTokenizeOriginalText = true,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Xml,
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 = 688,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = false,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 531,
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 = 890,
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 = 866,
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 = 991,
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 = 550
}
},
PatternCount = 363,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 327,
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 = 326,
ArgumentType = 404,
ArgumentId = 568,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 106,
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 = 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 = 985,
ArgumentType = 863,
ArgumentId = 585,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 890,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 381,
MetaFunctionId = 994,
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 = 201,
Order = 517,
IsSystem = false,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 767,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 584,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 936
}
},
SourceId = 99,
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 = 775,
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 = 261,
FacetPriority = 823,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = true,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 254,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("09/28/2037 23:48:43"),
IsKeepDuplicates = true
},
ParserFieldId = 841,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 190,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 464
}
}
}
},
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("08/07/2018 08:56:50"),
LogTypeTestRequestVersion = 289,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 906,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 84,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 498,
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 = 793,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = false,
IsSystem = true,
ParserId = 825,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 672,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 129,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 545,
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 = 118,
ShouldTokenizeOriginalText = true,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Delimited,
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 = 768,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = false,
IsAutoAssociationEnabled = true,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 157,
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 = 447,
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 = 628,
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 = 892,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
IsAutoAssociationEnabled = true,
IsAutoAssociationOverride = false,
RuleId = 681,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 934,
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 = 793,
IsSystem = true,
SourceId = 868,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 876,
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 = 461,
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 = 987,
FacetPriority = 217,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = false,
IsLargeData = false,
IsMultiValued = true,
IsPrimary = true,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 135,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("05/11/2006 23:37:02"),
IsKeepDuplicates = true
},
ParserFieldId = 513,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 15,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 976
}
}
}
},
FooterContent = "EXAMPLE-footerContent-Value",
HeaderContent = "EXAMPLE-headerContent-Value",
Name = "EXAMPLE-name-Value",
IsDefault = false,
IsSingleLineContent = false,
IsSystem = true,
Language = "EXAMPLE-language-Value",
TimeUpdated = DateTime.Parse("03/06/2025 09:21:28"),
LogTypeTestRequestVersion = 43,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 530,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 751,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 761,
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 = 756,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = true,
ParserId = 245,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 833,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 108,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 569,
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 = 103,
ShouldTokenizeOriginalText = false,
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 = false
}
},
IsPositionAware = true,
DependentSources = new List<Oci.LoganalyticsService.Models.DependentSource>
{
new Oci.LoganalyticsService.Models.DependentSource
{
SourceName = "EXAMPLE-sourceName-Value",
SourceDisplayName = "EXAMPLE-sourceDisplayName-Value",
SourceId = 704,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = false,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 513,
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 = 54,
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 = 643,
IsSystem = false,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Odl,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 250,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
TimeUpdated = DateTime.Parse("05/27/2028 03:02: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("11/01/2034 00:13:11")
}
},
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 = 589,
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 = 355,
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.Token
},
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"
}
}
}
},
Alias = "EXAMPLE-alias-Value",
Description = "EXAMPLE-description-Value",
IsEnabled = false,
PatternId = 295,
IsSystem = true,
SourceId = 810,
IsAgentWarningSuppressed = false,
PatternText = "EXAMPLE-patternText-Value",
PatternType = 574,
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 = 612,
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 = 20,
ArgumentType = 773,
ArgumentId = 894,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 541,
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 = 327,
ArgumentType = 912,
ArgumentId = 534,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 107,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 55,
MetaFunctionId = 668,
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 = 163,
Order = 333,
IsSystem = false,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 15,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 991,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 848
}
},
SourceId = 910,
Name = "EXAMPLE-name-Value",
IsSecureContent = false,
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 = 471,
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 = 332,
FacetPriority = 978,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = true,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = false,
RangeFacetEligible = 330,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("10/30/2016 16:48:35"),
IsKeepDuplicates = false
},
ParserFieldId = 524,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 498,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 652
}
}
}
},
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/08/2030 15:33:01"),
LogTypeTestRequestVersion = 578,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = true,
ParserSequence = 633,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 586,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 49,
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 = 644,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = false,
ParserId = 226,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 476,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 651,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 781,
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 = 637,
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 = 396,
IsSystem = false,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 49,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = false
}
},
AssociationCount = 653,
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/22/2047 02:21:45"),
RetryCount = 108,
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 = 634,
IsEnabled = false,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 544,
DataFilterId = 303,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 463,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 652,
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 = 124,
FacetPriority = 484,
Name = "EXAMPLE-name-Value",
IsFacetEligible = true,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = false,
IsSystem = true,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 361,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("09/27/2014 17:14:21"),
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 = 77,
FacetPriority = 616,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = true,
IsPrimary = false,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 734,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("06/15/2017 15:30:24"),
IsKeepDuplicates = true
},
ExtendedFieldDefinitionId = 350,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 297
}
},
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 = 886,
IsSystem = true,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 981,
TimeUpdated = DateTime.Parse("09/07/2006 14:28:43"),
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.High
}
},
CountUsageInAlertRule = 28,
CountUsageInSource = 599,
Id = "EXAMPLE-id-Value",
SuggestType = 364,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 919,
Impact = "EXAMPLE-impact-Value",
IsSystem = true,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.None,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 768,
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 = 983,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = true,
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 255,
Name = "EXAMPLE-name-Value",
MetricType = Oci.LoganalyticsService.Models.LogAnalyticsMetric.MetricTypeEnum.Average,
IsMetricSourceEnabled = true,
Operator = Oci.LoganalyticsService.Models.LogAnalyticsMetric.OperatorEnum.InIgnoreCase,
EntityType = "EXAMPLE-entityType-Value",
TimeUpdated = DateTime.Parse("03/25/2019 19:02:15"),
UnitType = "EXAMPLE-unitType-Value",
IsUserCustomized = true
}
},
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 = 360
}
},
PatternCount = 415,
Patterns = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern
{
ConvertedText = "EXAMPLE-convertedText-Value",
DbParserId = 731,
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 = 310,
FacetPriority = 551,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = true,
IsMultiValued = false,
IsPrimary = true,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = false,
RangeFacetEligible = 183,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("01/06/2015 06:38:28"),
IsKeepDuplicates = false
},
ParserFieldId = 305,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 319,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 619
}
}
}
},
IsInclude = true,
IsDefault = false,
PatternFilter = new Oci.LoganalyticsService.Models.LogAnalyticsPatternFilter
{
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = false,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
PatternId = 874,
SourceId = 884,
Version = "EXAMPLE-version-Value",
},
Alias = "EXAMPLE-alias-Value",
Description = "EXAMPLE-description-Value",
IsEnabled = false,
PatternId = 431,
IsSystem = true,
SourceId = 331,
IsAgentWarningSuppressed = true,
PatternText = "EXAMPLE-patternText-Value",
PatternType = 294,
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 = 949,
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 = 432,
ArgumentType = 895,
ArgumentId = 354,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 657,
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 = 586,
ArgumentType = 504,
ArgumentId = 60,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 740,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 935,
MetaFunctionId = 138,
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 = 96,
Order = 53,
IsSystem = true,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 1,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 73,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 635
}
},
SourceId = 339,
Name = "EXAMPLE-name-Value",
IsSecureContent = true,
IsSystem = true,
IsAutoAssociationEnabled = true,
IsAutoAssociationOverride = true,
RuleId = 524,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 857,
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 = 37,
IsSystem = false,
SourceId = 791,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 415,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = false,
TimeUpdated = DateTime.Parse("12/27/2011 14:12:48"),
EventTypes = new List<Oci.LoganalyticsService.Models.EventType>
{
new Oci.LoganalyticsService.Models.EventType
{
EventTypeName = "EXAMPLE-eventTypeName-Value",
SpecVersion = "EXAMPLE-specVersion-Value",
IsEnabled = true,
IsSystem = true,
TimeUpdated = DateTime.Parse("01/13/2046 15:39:06")
}
},
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.LogTypeEndpoint
{
LogEndpoint = new Oci.LoganalyticsService.Models.LogEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 804,
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 = 532,
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.Token
},
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 = 93,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = true,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 279,
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 = 360,
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 = 15,
IsSystem = true,
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 = 387,
ReferenceName = "EXAMPLE-referenceName-Value",
ReferenceDisplayName = "EXAMPLE-referenceDisplayName-Value"
}
}
}
}
}
},
RuleId = 589,
TypeName = "EXAMPLE-typeName-Value",
WarningConfig = 877,
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 = 31,
IsSystem = true,
SourceId = 252,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 941,
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 = 444,
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 = 526,
FacetPriority = 443,
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 = 846,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("11/04/2015 01:06:55"),
IsKeepDuplicates = true
},
ParserFieldId = 312,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 534,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 970
}
}
}
},
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("10/05/2047 10:41:22"),
LogTypeTestRequestVersion = 91,
ParserIgnorelineCharacters = "EXAMPLE-parserIgnorelineCharacters-Value",
IsHidden = false,
ParserSequence = 463,
ParserTimezone = "EXAMPLE-parserTimezone-Value",
ParserFilter = new Oci.LoganalyticsService.Models.LogAnalyticsParserFilter
{
Id = "ocid1.test.oc1..<unique_ID>EXAMPLE-id-Value",
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = 494,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
ParserId = 748,
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 = 186,
ParserFunctionName = "EXAMPLE-parserFunctionName-Value",
IsEnabled = true,
IsSystem = false,
ParserId = 682,
ParserName = "EXAMPLE-parserName-Value",
ParserMetaPluginName = "EXAMPLE-parserMetaPluginName-Value",
ParserFunctionPriority = 27,
ParserFunctionParameters = new List<Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter>
{
new Oci.LoganalyticsService.Models.LogAnalyticsParserFunctionParameter
{
ParserFunctionId = 759,
ParserFunctionParameterName = "EXAMPLE-parserFunctionParameterName-Value",
ParserFunctionParameterId = 44,
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 = 334,
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 = 589,
IsSystem = true,
LabelConditionOperator = "EXAMPLE-labelConditionOperator-Value",
SourceId = 100,
LabelDisplayName = "EXAMPLE-labelDisplayName-Value",
StorageField = "EXAMPLE-storageField-Value",
LabelName = "EXAMPLE-labelName-Value",
IsInlineLabelExistingInDatabase = false
}
},
AssociationCount = 252,
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/19/2039 09:41:34"),
RetryCount = 759,
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 = 79,
IsEnabled = false,
FieldName = "EXAMPLE-fieldName-Value",
HashType = 115,
DataFilterId = 792,
IsSystem = true,
MatchRegularExpression = "EXAMPLE-matchRegularExpression-Value",
Order = 328,
Path = "EXAMPLE-path-Value",
ReplacementString = "EXAMPLE-replacementString-Value",
SourceId = 249,
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 = 364,
FacetPriority = 387,
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 = false,
RangeFacetEligible = 327,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("01/07/2035 02:59:14"),
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 = 732,
FacetPriority = 305,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = true,
IsLargeData = false,
IsMultiValued = false,
IsPrimary = true,
IsSystem = false,
IsSummarizable = false,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = true,
IsMetricValueEligible = true,
RangeFacetEligible = 271,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("07/05/2000 07:48:41"),
IsKeepDuplicates = false
},
ExtendedFieldDefinitionId = 336,
FieldName = "EXAMPLE-fieldName-Value",
FieldDisplayName = "EXAMPLE-fieldDisplayName-Value",
SavedRegularExpressionName = "EXAMPLE-savedRegularExpressionName-Value",
ExtendedFieldId = 52
}
},
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 = 727,
IsSystem = true,
RegularExpression = "EXAMPLE-regularExpression-Value",
SourceId = 906,
TimeUpdated = DateTime.Parse("12/15/2029 05:53:56"),
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 = true,
DisplayName = "EXAMPLE-displayName-Value",
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelAlias.PriorityEnum.High
}
},
CountUsageInAlertRule = 166,
CountUsageInSource = 384,
Id = "EXAMPLE-id-Value",
SuggestType = 137,
Description = "EXAMPLE-description-Value",
DisplayName = "EXAMPLE-displayName-Value",
EditVersion = 366,
Impact = "EXAMPLE-impact-Value",
IsSystem = true,
Name = "EXAMPLE-name-Value",
Priority = Oci.LoganalyticsService.Models.LogAnalyticsLabelView.PriorityEnum.Low,
Recommendation = "EXAMPLE-recommendation-Value",
Type = 818,
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 = 963,
FieldName = "EXAMPLE-fieldName-Value",
FieldValues = new List<string>
{
"EXAMPLE--Value"
},
GroupingField = "EXAMPLE-groupingField-Value",
IsEnabled = false,
IsSystem = false,
DisplayName = "EXAMPLE-displayName-Value",
MetricReference = 670,
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("08/16/2012 17:57:58"),
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 = 975
}
},
PatternCount = 700,
Patterns = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourcePattern
{
ConvertedText = "EXAMPLE-convertedText-Value",
DbParserId = 286,
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 = 183,
FacetPriority = 625,
Name = "EXAMPLE-name-Value",
IsFacetEligible = false,
IsHighCardinality = false,
IsLargeData = false,
IsMultiValued = false,
IsPrimary = false,
IsSystem = false,
IsSummarizable = true,
MappedValue = "EXAMPLE-mappedValue-Value",
IsMetricKeyEligible = false,
IsMetricValueEligible = true,
RangeFacetEligible = 538,
IsTableEligible = false,
UnitType = "EXAMPLE-unitType-Value",
TimeUpdated = DateTime.Parse("11/05/2026 20:41:25"),
IsKeepDuplicates = false
},
ParserFieldId = 940,
ParserFieldExpression = "EXAMPLE-parserFieldExpression-Value",
ParserFieldName = "EXAMPLE-parserFieldName-Value",
StorageFieldName = "EXAMPLE-storageFieldName-Value",
ParserFieldIntegratorName = "EXAMPLE-parserFieldIntegratorName-Value",
ParserName = "EXAMPLE-parserName-Value",
ParserFieldSequence = 529,
StructuredColumnInfo = "EXAMPLE-structuredColumnInfo-Value",
Actions = new List<Oci.LoganalyticsService.Models.ParserAction>
{
new Oci.LoganalyticsService.Models.ParserAction
{
Name = "EXAMPLE-name-Value",
Order = 676
}
}
}
},
IsInclude = true,
IsDefault = true,
PatternFilter = new Oci.LoganalyticsService.Models.LogAnalyticsPatternFilter
{
AgentVersion = "EXAMPLE-agentVersion-Value",
IsInUse = true,
OperatingSystem = "EXAMPLE-operatingSystem-Value",
PatternId = 541,
SourceId = 148,
Version = "EXAMPLE-version-Value",
},
Alias = "EXAMPLE-alias-Value",
Description = "EXAMPLE-description-Value",
IsEnabled = false,
PatternId = 525,
IsSystem = false,
SourceId = 35,
IsAgentWarningSuppressed = false,
PatternText = "EXAMPLE-patternText-Value",
PatternType = 406,
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 = 530,
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 = 812,
ArgumentType = 217,
ArgumentId = 549,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 643,
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 = 764,
ArgumentType = 341,
ArgumentId = 378,
ArgumentLookupColumn = "EXAMPLE-argumentLookupColumn-Value",
ArgumentLookupColumnPosition = 15,
ArgumentValue = "EXAMPLE-argumentValue-Value",
ArgumentReference = "EXAMPLE-argumentReference-Value"
}
},
Component = "EXAMPLE-component-Value",
Description = "EXAMPLE-description-Value",
EditVersion = 230,
MetaFunctionId = 912,
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 = 404,
Order = 878,
IsSystem = false,
LookupColumn = "EXAMPLE-lookupColumn-Value",
LookupColumnPosition = 988,
LookupDisplayName = "EXAMPLE-lookupDisplayName-Value",
LookupMode = 122,
LookupTable = "EXAMPLE-lookupTable-Value",
SourceId = 195
}
},
SourceId = 435,
Name = "EXAMPLE-name-Value",
IsSecureContent = false,
IsSystem = false,
IsAutoAssociationEnabled = false,
IsAutoAssociationOverride = false,
RuleId = 971,
TypeName = "EXAMPLE-typeName-Value",
TypeDisplayName = "EXAMPLE-typeDisplayName-Value",
WarningConfig = 322,
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 = 447,
IsSystem = true,
SourceId = 164,
LabelName = "EXAMPLE-labelName-Value"
}
},
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 143,
EntityType = "EXAMPLE-entityType-Value",
EntityTypeCategory = "EXAMPLE-entityTypeCategory-Value",
EntityTypeDisplayName = "EXAMPLE-entityTypeDisplayName-Value"
}
},
IsTimezoneOverride = false,
TimeUpdated = DateTime.Parse("07/17/2025 04:55:53"),
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("08/04/2008 05:54:50")
}
},
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.LogTypeEndpoint
{
LogEndpoint = new Oci.LoganalyticsService.Models.LogEndpoint
{
Name = "EXAMPLE-name-Value",
Description = "EXAMPLE-description-Value",
Model = "EXAMPLE-model-Value",
EndpointId = 37,
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 = 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.None
}
}
},
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 = false,
FieldDelimiter = "EXAMPLE-fieldDelimiter-Value",
FieldQualifier = "EXAMPLE-fieldQualifier-Value",
Type = Oci.LoganalyticsService.Models.LogAnalyticsParser.TypeEnum.Xml,
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 = 613,
SourceType = "EXAMPLE-sourceType-Value",
IsSystem = false,
IsAutoAssociationEnabled = false,
EntityTypes = new List<Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType>
{
new Oci.LoganalyticsService.Models.LogAnalyticsSourceEntityType
{
SourceId = 993,
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 = 614,
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 = 268,
IsSystem = true,
ParserType = Oci.LoganalyticsService.Models.DependentParser.ParserTypeEnum.Odl,
Dependencies = new List<Oci.LoganalyticsService.Models.Dependency>
{
new Oci.LoganalyticsService.Models.Dependency
{
Type = "EXAMPLE-type-Value",
ReferenceType = "EXAMPLE-referenceType-Value",
ReferenceId = 703,
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 = 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 = 857,
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 = 786,
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"
}
}
},
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 = 688,
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 = 203,
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.Token
},
IsEnabled = false,
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"
}
}
};
var validateSourceRequest = new Oci.LoganalyticsService.Requests.ValidateSourceRequest
{
NamespaceName = "EXAMPLE-namespaceName-Value",
UpsertLogAnalyticsSourceDetails = upsertLogAnalyticsSourceDetails,
CreateLikeSourceId = 411,
IsIncremental = false,
IsIgnoreWarning = false,
OpcRetryToken = "EXAMPLE-opcRetryToken-Value",
OpcRequestId = "B5YHIT6W59LFX1CLXAHE<unique_ID>"
};
// 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.ValidateSource(validateSourceRequest);
// Retrieve value from the response.
var itemsValue = response.SourceValidateResults.Items;
}
}
catch (Exception e)
{
Console.WriteLine($"ValidateSource Failed with {e.Message}");
throw e;
}
}
}
}