Skip to content

Get Basic Info

GET
/info/basic
curl --request GET \
--url https://sylve.lan:8181/api/info/basic \
--header 'Authorization: <Authorization>'

Get the basic information about the system

Success

Media typeapplication/json
object
data
object
bootMode
string
devFSDisabled
boolean
hostname
string
loadAverage
string
os
string
sylveCommit
string
sylveVersion
string
uptime
integer
error
string
message
string
status
string
Examplegenerated
{
"data": {
"bootMode": "example",
"devFSDisabled": true,
"hostname": "example",
"loadAverage": "example",
"os": "example",
"sylveCommit": "example",
"sylveVersion": "example",
"uptime": 1
},
"error": "example",
"message": "example",
"status": "example"
}

Internal Server Error

Media typeapplication/json
object
data
error
string
message
string
status
string
Examplegenerated
{
"data": "example",
"error": "example",
"message": "example",
"status": "example"
}