1
0
Fork 0
mirror of https://github.com/lidarr/Lidarr synced 2024-12-21 15:22:27 +00:00
1 Diskspace
Qstick edited this page 2017-07-09 22:11:29 -04:00

Endpoint: "/diskspace"

GET

Summary

Gets information about Diskspace

Parameters

None

Returns JsonArray
[
  {
    "path": "C:\\",
    "label": "",
    "freeSpace": 282500067328,
    "totalSpace": 499738734592
  }
]