Skip to main content
GET
/
api
/
system.disk-info
Get disk usage information
curl --request GET \
  --url http://localhost:5173/api/system.disk-info \
  --cookie apiKeys=
{
  "filesystems": [
    {
      "filesystem": "<string>",
      "size": 123,
      "used": 123,
      "available": 123,
      "capacity": "<string>",
      "mountPoint": "<string>"
    }
  ]
}

Authorizations

apiKeys
string
cookie
required

Cookie-based authentication storing API keys and provider settings

Response

200 - application/json

Disk usage information

filesystems
object[]