-
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
}
-
buildTime
is dictated by__TIME__
and__DATE__
. -
uptime
is calculated based on the epoch difference between now and the time the system booted.
This time is in seconds.