Search
Search - FetchSearchLogs
https://api-server-host-name/configapi/{pool_UUID}/{logpoint_identifier}/Search/logs/fetchParameters
Field
Label in UI
Type
Description
Request Example
{
"data": {
"limit": 100,
"query": "| chart count() by device_ip",
"repos": [
"127.0.0.1:5504/_logpoint",
"10.4.0.1:5504/_logpoint"
],
"time_range": [
"880968071",
"1637832071"
],
"user_id": "5d88c559d8aaa42d8c4bfc41"
}
}Success Response
Last updated
Was this helpful?