LogsQueryConfig
LogsQueryConfig
Logs query config
JSON Example
{
"dateRange": {
"endTime": 0,
"fixedRange": "string",
"startTime": 0
},
"description": "string",
"id": "string",
"lastModifiedTime": 0,
"modifiedBy": "string",
"name": "string",
"queryFilters": {
"logQueryFilterConditions": [
{
"conditionField": "string",
"conditionValues": [
"string"
],
"queryFilterConditionOperatorType": "string"
}
],
"logQueryFiltersOperator": "string",
"partitions": [
"string"
]
},
"queryText": [
"string"
]
}
dateRange
Required
Logs query date range. Either both startTime and endTime should be null with a non-null fixedRange, or both startTime and endTime should be non-null with startTime less than endTime and fixedRange null.
string
description
Optional
Description of Query Configuration.
string As uuid
As uuid
id
Optional
Identifier of Query Configuration.
integer As int64
As int64
lastModifiedTime
Optional
Last modified time of Query Configuration.
string
modifiedBy
Optional
Username of the last user who modified it.
string
name
Required
Name of Query Configuration.
array of
string
queryText
Required
Constraints:
minItems: 1
Texts for Query Configuration.
Property Of