Previous page Get statistics  Get info about Server version Next page

GET http://IP-address:port/prefix/statistics/hardware - get information about usage of network and CP of a specific Server.

GET http://IP-address:port/prefix/statistics/hardware/domain - get information about usage of network and CP of all Servers within C-Werk Domain.

Sample response:

[
  {
    "drives": [
      {
        "capacity": 523920994304,
        "freeSpace": 203887943680,
        "name": "C:\\"
      },
      {
        "capacity": 475912990720,
        "freeSpace": 148696813568,
        "name": "D:\\"
      },
      {
        "capacity": 0,
        "freeSpace": 0,
        "name": "E:\\"
      }
    ],
    "name": "SERVER1",
    "netMaxUsage": "0,0062719999999999998",
    "totalCPU": "16,978111368301985"
  }
]
  • No labels