Get a list of all the files that were captured and exist on the system.
Method: GET
URL Params: None
Response:
{
"command": "/getCapturedFiles",
"command_result":{
"file_list":[
{
"file_path": "some_absolute_file_path",
"source": "some_source",
"es_index": "some_index",
"start_ts": 1516176510,
"end_ts": 1516176510,
"packets": 1245
}
]
},
"errors": false,
"general_message":"Successfully retrieved list of captured files"
}