v1
latestOpenAPI 3.0.02026-08-064311,0881.3 MBlogSearchesManagement
Get the saved log search.
Get a saved log search from the content library by identifier.
get/v1/logSearches/{id}
Path parameters
idstring required
Identifier of the saved log search.
Response
Saved log search that was requested.
Example response
{
"queryString": "error {{sourceCategory}}| count by _sourceCategory",
"timeRange": {
"type": "BeginBoundedTimeRange",
"from": {
"type": "RelativeTimeRangeBoundary",
"relativeTime": "-15m"
}
},
"queryParameters": [
{
"autoComplete": {
"type": "SKIP_AUTOCOMPLETE",
"autoCompleteKey": "Ephemeral-3644138589235809747-1583470806220-parameter",
"lookupMetaData": {
"fileName": "users.csv",
"valueColumn": "user_id",
"labelColumn": "user_name"
}
},
"name": "sourceCategory",
"description": "source category for the string",
"dataType": "STRING",
"value": "apache"
}
],
"intervalTimeType": "messageTime",
"parsingMode": "AutoParse",
"name": "Short title",
"description": "Long and detailed description",
"schedule": {
"cronExpression": "0 0/15 * * * ? *",
"displayableTimeRange": "-2h",
"parseableTimeRange": {
"type": "BeginBoundedTimeRange",
"from": {
"type": "RelativeTimeRangeBoundary",
"relativeTime": "-15m"
}
}
},
"properties": "{ \"key\": \"value\" }",
"createdAt": "2018-10-16T09:10:00Z",
"createdBy": "0000000006743FDD",
"modifiedAt": "2018-10-16T09:10:00Z",
"modifiedBy": "0000000006743FE8",
"id": "000000000000001A",
"parentId": "0000000000007D2B"
}