cURL
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>" } ] }
Alternative POST endpoint for disk information.
Cookie-based authentication storing API keys and provider settings
Disk usage information
Show child attributes
Was this page helpful?