Skip to main content
POST
/
api
/
system.disk-info
Get disk usage information (POST)
curl --request POST \
  --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[]