-
Notifications
You must be signed in to change notification settings - Fork 0
System GET
The Man edited this page Jan 23, 2022
·
5 revisions
Gets various information about the system.
URL : /api/system/
Method : GET
Auth required : NO
Code : 200 OK
Content example
{
"buildTime": "Dec 31 2021 15:56:25",
"uptime": "432",
"ntpSource": "ch.ntp.pool.org",
"utcOffset": 3600
}-
buildTimeis dictated by__TIME__and__DATE__. -
uptimeis calculated based on the epoch difference between now and the time the system booted.
This time is in seconds.