Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Projets-INFO4
20-21
18
chirpstack-monitoring
Commits
6bbbbf0c
Unverified
Commit
6bbbbf0c
authored
Feb 01, 2021
by
Didier Donsez
Committed by
GitHub
Feb 01, 2021
Browse files
Create gateways_stats.md
parent
2d48b12f
Changes
1
Hide whitespace changes
Inline
Side-by-side
sandbox/gateways_stats.md
0 → 100644
View file @
6bbbbf0c
# Gateway Stats
## Per day
curl 'https://lns.campusiot.imag.fr/api/gateways/0000024b08060392/stats?interval=DAY&startTimestamp=2020-01-03T05%3A23%3A31.310Z&endTimestamp=2021-02-01T05%3A23%3A31.310Z'
\
-H 'Accept: application/json'
\
-H 'Grpc-Metadata-Authorization: Bearer ZZZ.YYY.XXX'
\
| jq .
## Per month
curl 'https://lns.campusiot.imag.fr/api/gateways/0000024b08060392/stats?interval=MONTH&startTimestamp=2020-01-03T05%3A23%3A31.310Z&endTimestamp=2021-02-01T05%3A23%3A31.310Z'
\
-H 'Accept: application/json'
\
-H 'Grpc-Metadata-Authorization: Bearer ZZZ.YYY.XXX'
\
| jq .
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment