System
Responses
200
Sucess
application/json
get
GET /v2/system/info HTTP/1.1
Host: localhost
Accept: */*
200
Sucess
{
"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"
}
Last updated
Was this helpful?