mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +00:00
Initial
parent
30934a8958
commit
5091001a4c
1 changed files with 23 additions and 0 deletions
23
Diskspace.md
Normal file
23
Diskspace.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
**Endpoint: "/diskspace"**
|
||||
|
||||
## GET ##
|
||||
|
||||
##### Summary #####
|
||||
Gets information about Diskspace
|
||||
|
||||
##### Parameters ######
|
||||
|
||||
*None*
|
||||
|
||||
##### Returns JsonArray ######
|
||||
|
||||
```JSON
|
||||
[
|
||||
{
|
||||
"path": "C:\\",
|
||||
"label": "",
|
||||
"freeSpace": 282500067328,
|
||||
"totalSpace": 499738734592
|
||||
}
|
||||
]
|
||||
```
|
Loading…
Reference in a new issue