Class ListParsersRequest
Implements
Inherited Members
Namespace: Oci.LoganalyticsService.Requests
Assembly: OCI.DotNetSDK.Loganalytics.dll
Syntax
public class ListParsersRequest : IOciRequest
Examples
Click here to see an example of how to use ListParsers request.
Properties
Categories
Declaration
[HttpConverter(TargetEnum.Query, "categories")]
public string Categories { get; set; }
Property Value
Type | Description |
---|---|
string | A comma-separated list of categories used for filtering |
IsMatchAll
Declaration
[HttpConverter(TargetEnum.Query, "isMatchAll")]
public bool? IsMatchAll { get; set; }
Property Value
Type | Description |
---|---|
bool? | A flag indicating how to handle filtering when multiple filter criteria are specified. A value of true will always result in the most expansive list of items being returned. For example, if two field lists are supplies as filter criteria, a value of true will result in any item matching a field in either list being returned, while a value of false will result in a list of items which only have fields contained in both input lists. |
IsSystem
Declaration
[HttpConverter(TargetEnum.Query, "isSystem")]
public ListParsersRequest.IsSystemEnum? IsSystem { get; set; }
Property Value
Type | Description |
---|---|
ListParsersRequest.IsSystemEnum? | The system value used for filtering. Only items with the specified system value will be returned. Valid values are built in, custom (for user defined items), or all (for all items, regardless of system value). |
Limit
Declaration
[HttpConverter(TargetEnum.Query, "limit")]
public int? Limit { get; set; }
Property Value
Type | Description |
---|---|
int? | The maximum number of items to return. |
NamespaceName
Declaration
[Required(ErrorMessage = "NamespaceName is required.")]
[HttpConverter(TargetEnum.Path, "namespaceName")]
public string NamespaceName { get; set; }
Property Value
Type | Description |
---|---|
string | The Logging Analytics namespace used for the request. |
Remarks
Required
OpcRequestId
Declaration
[HttpConverter(TargetEnum.Header, "opc-request-id")]
public string OpcRequestId { get; set; }
Property Value
Type | Description |
---|---|
string | The client request ID for tracing. |
Page
Declaration
[HttpConverter(TargetEnum.Query, "page")]
public string Page { get; set; }
Property Value
Type | Description |
---|---|
string | The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call. |
ParserDisplayText
Declaration
[HttpConverter(TargetEnum.Query, "parserDisplayText")]
public string ParserDisplayText { get; set; }
Property Value
Type | Description |
---|---|
string | The parser display text used for filtering. Only parsers with the specified name or description will be returned. |
ParserName
Declaration
[HttpConverter(TargetEnum.Query, "parserName")]
public string ParserName { get; set; }
Property Value
Type | Description |
---|---|
string | The parser name used for filtering. |
ParserType
Declaration
[HttpConverter(TargetEnum.Query, "parserType")]
public ListParsersRequest.ParserTypeEnum? ParserType { get; set; }
Property Value
Type | Description |
---|---|
ListParsersRequest.ParserTypeEnum? | The parser type used for filtering. Only items with, or associated with, parsers of the specified type will be returned. |
SortBy
Declaration
[HttpConverter(TargetEnum.Query, "sortBy")]
public ListParsersRequest.SortByEnum? SortBy { get; set; }
Property Value
Type | Description |
---|---|
ListParsersRequest.SortByEnum? | The attribute used to sort the returned parsers |
SortOrder
Declaration
[HttpConverter(TargetEnum.Query, "sortOrder")]
public ListParsersRequest.SortOrderEnum? SortOrder { get; set; }
Property Value
Type | Description |
---|---|
ListParsersRequest.SortOrderEnum? | The sort order to use, either ascending ( |
SourceType
Declaration
[HttpConverter(TargetEnum.Query, "sourceType")]
public ListParsersRequest.SourceTypeEnum? SourceType { get; set; }
Property Value
Type | Description |
---|---|
ListParsersRequest.SourceTypeEnum? | The source type used for filtering. Only parsers associated with a source of the specified type will be returned. |