cURL
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>" } ] }
Returns disk usage per filesystem/drive.
Cookie-based authentication storing API keys and provider settings
Disk usage information
Show child attributes
Was this page helpful?