Fine tuning statistics.

This commit is contained in:
stephb9959
2022-03-27 11:56:38 -07:00
parent a435af2b94
commit 32c8d559cd
5 changed files with 8 additions and 4 deletions

View File

@@ -251,7 +251,7 @@ boarddevices() {
}
points() {
curl ${FLAGS} -X GET "https://${OWANALYTICS}/api/v1/board/$1/timepoints" \
curl ${FLAGS} -X GET "https://${OWANALYTICS}/api/v1/board/$1/timepoints?pointsStatsOnly=true" \
-H "accept: application/json" \
-H "Authorization: Bearer ${token}" > ${result_file}
jq < ${result_file}