System
Last updated
Was this helpful?
Last updated
Was this helpful?
Was this helpful?
GET /v2/system/ping HTTP/1.1
Host: localhost
Accept: */*
{
"additionalInfo": "text"
}GET /v2/system/version HTTP/1.1
Host: localhost
Accept: */*
{
"api": "2.0.0",
"core": "v2.0.0-???"
}GET /v2/system/info HTTP/1.1
Host: localhost
Accept: */*
{
"arch": "amd64",
"distro": {
"codename": "bookworm",
"id": "debian",
"name": "Debian GNU/Linux 12 (bookworm)",
"version": "12"
},
"kernel": {
"build": "text",
"machine": "x86_64",
"version": "6.7.6-arch1-1"
},
"platform": "text"
}