Class LogTypeEndpoint
The LOG type endpoint configuration. Logs are fetched from the specified endpoint. For time based incremental collection, specify the START_TIME macro with the desired time format, Example: {START_TIME:yyMMddHHmmssZ}.For offset based incremental collection, specify the START_OFFSET macro with offset identifier in the API response,
Inherited Members
Namespace: Oci.LoganalyticsService.Models
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class LogTypeEndpoint : LogAnalyticsEndpoint
Properties
LogEndpoint
Declaration
[Required(ErrorMessage = "LogEndpoint is required.")]
[JsonProperty(PropertyName = "logEndpoint")]
public LogEndpoint LogEndpoint { get; set; }
Property Value
Type | Description |
---|---|
LogEndpoint |
Remarks
Required