mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-20 18:02:44 +01:00
Added API:Diskspace doc
parent
a0ffa91fd6
commit
d27615da55
29
API:Diskspace.md
Normal file
29
API:Diskspace.md
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
**Endpoint: "/diskspace"**
|
||||||
|
|
||||||
|
## GET ##
|
||||||
|
|
||||||
|
##### Summary #####
|
||||||
|
Gets information about Diskspace
|
||||||
|
|
||||||
|
##### Parameters ######
|
||||||
|
|
||||||
|
*None*
|
||||||
|
|
||||||
|
##### Returns JsonArray ######
|
||||||
|
|
||||||
|
```JSON
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"path": "/",
|
||||||
|
"label": "/",
|
||||||
|
"freeSpace": 11059175424,
|
||||||
|
"totalSpace": 15614754816
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"path": "/home",
|
||||||
|
"label": "/home",
|
||||||
|
"freeSpace": 88775757824,
|
||||||
|
"totalSpace": 98325770240
|
||||||
|
}
|
||||||
|
]
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user