跳转到主要内容
GET
/
system
获取系统信息
curl --request GET \
  --url http://{host}:{port}/api/v1/superuser/system \
  --header 'Authorization: Bearer <token>'
{
  "kernel": "<string>",
  "arch": "<string>",
  "system": "<string>",
  "selinux": true
}

Documentation Index

Fetch the complete documentation index at: https://oom-wg.dev/llms.txt

Use this file to discover all available pages before exploring further.

授权

Authorization
string
header
必填

后端管理密码

同时支持 Authorization: Bearer <password>Authorization: <password>

响应

系统信息

kernel
string
必填
arch
string
必填
system
string
必填
selinux
boolean | null
必填
Last modified on June 1, 2026