1 Diskspace
Qstick edited this page 7 years ago

Endpoint: "/diskspace"

GET

Summary

Gets information about Diskspace

Parameters

None

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