Documentation for Axxon Next 4.5.0. Documentation for other versions of Axxon Next is available too.

Previous page Next page

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

GET http://IP-address:port/prefix/statistics/hardware - pozyskaj informacje na temat wykorzystywanych zasobów sieci oraz CPU dla określonego Serwera.

GET http://IP-address:port/prefix/statistics/hardware/domain - pozyskaj informacje na temat wykorzystywanych zasobów sieci oraz CPU dla wszystkich Serwerów w Domenie Axxon.

Przykładowe zapytanie:

GET http://127.0.0.1:80/statistics/hardware

Przykładowa odpowiedź:

[
  {
    "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