Reference Guide

Table Of Contents
Example
response body
{
"took": 87,
"timed_out": false,
"_shards": {
"total": 1,
"successful": 1,
"failed": 0
},
"hits":{
"total": 11,
"max_score": 10,
"hits": [
{
"_index": "OME-Modular",
"_type": "tasks",
"_id": "3864",
"_score": 1,
"_source": {
"tskNm": "Device_Config_Task (1493523261197) - for Device with
Id: 1864",
"tskTyp": "Device Config Task",
"tskStatus": "Task status is Failed",
"tskDesc": "Device_Config_Task (1493523261197) - for Device
with Id: 1864",
"tskCreatedBy": "system",
"tskId": "3864"
}
}
]
}
}
Table 132. Attributes
Attribute name Description
QueryString String to search.
FilterType Indexes to be searched for the query string.
Took Indicates the time that is taken for the search to be
completed.
Timed_out Indicates if the search timed out.
Source The wrapper object that encapsulates the search results
based on selected filter type. This example elaborates,
attributes returned for document type Task that stores Task
Name, Type, Status, Description, and so on.
tskNm
tskTyp
tskStatus
tskDesc
tskCreatedBy
tskId
448 Search