/system/ping
curl -L \ --url 'http://localhost/v2/system/ping'
{ "additionalInfo": "text" }
/system/version
curl -L \ --url 'http://localhost/v2/system/version'
{ "api": "2.0.0", "core": "v2.0.0-???" }
/system/info
curl -L \ --url 'http://localhost/v2/system/info'
{ "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 16 days ago
Was this helpful?