API Guide

"_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 127. Attributes
Attribute name Description
QueryString String to search.
FilterType Indexes to be searched for the query string.
Took Indicates the time taken for the search to be completed.
Timed_out Indicates if the search timed out.
Shards
Shards - Total
Shards - Successful
Shards - Failed
Hits
Hits - Total
Hits - Max_score
Index
Type
Id
Score
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
Search 349