LogsQueryDateRange
LogsQueryDateRange
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.
JSON Example
{
"endTime": 0,
"fixedRange": "string",
"startTime": 0
}
integer As int64
As int64
endTime
Optional
End time in milliseconds.
fixedRange
Optional
Date range enum
Possible values are :
LAST_5_MINS,
LAST_HOUR,
LAST_6_HOUR,
LAST_12_HOUR,
LAST_24_HOUR,
LAST_7_DAYS,
LAST_30_DAYS,
CURRENT_MONTH,
TODAY,
LAST_DAY,
LAST_WEEK,
LAST_MONTH,
UNKNOWN,
integer As int64
As int64
startTime
Optional
Start time in milliseconds.