Hurence / historian

big data timeseries historian
Apache License 2.0
4 stars 1 forks source link

add web analytics computation cron conf #225

Open oalam opened 2 years ago

oalam commented 2 years ago

similar to a cron with that king of local call 👍

curl --location --request POST '/api/v1/web-analytics/compute' \
--header 'Content-Type: application/json' \
--data-raw '{
    "startDate": "2022-01-01",
    "endDate": "2022-02-01",
    "doSaveMeasures": true,
    "doSaveMetrics": true,
    "doComputeDayByDay": true,
    "accountFilters": [],
    "rootUrlFilters": [ "https://www.hurence.com"]
}   '
oalam commented 2 years ago

theses jobs can be listed, updated and removed as well ....