v1

latestOpenAPI 3.0.32026-07-171140286.6 KB
Api\FlashLogController

api/flashlogs/{id} GET Provide the contents of the log_file_parsed property of the flashlog

get/api/flashlogs/{id}

Query parameters

idinteger required

Flashlog ID to parse

Example:16

Flashlog ID to parse

Headers

Authorizationstring
Content-Typestring
Acceptstring
Accept-languagestring

Request body

matches_mininteger

Flashlog minimum amount of inline measurements that should be matched. Default: 5.

match_propsinteger

Flashlog minimum amount of measurement properties that should match. Default: 9.

db_recordsinteger

Flashlog minimum amount of inline measurements that should be matched. Default: 80.

block_idinteger

Flashlog block index to get both Flashlog as database data from.

block_data_indexinteger

Flashlog data index to get both Flashlog as database data from.

data_minutesinteger

Flashlog data amount of minutes to show data from. Default: 10080 (1 week).

from_cacheboolean

get Flashlog parse result from cache (24 hours). Default: true.

save_resultboolean

Flashlog save the parsed result as new log_file_parsed. Default: false.

csvinteger

Save the Flashlog block_id data as a CSV file (1) and return a link. Default: 0.

jsoninteger

Save the Flashlog block_id data as a JSON file (1) and return a link. Default: 0.

Example request

{
  "matches_min": 2,
  "match_props": 7,
  "db_records": 15,
  "block_id": 1,
  "data_minutes": 17
}