Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Section
Column
width45%
Panel
titleOn the page:

Table of Contents


Column



General info

Method

GET /IP address:port/<api_ver>/hw_info

DescriptionThe query is used to get information about server characteristics

Sample request

Code Block
GET http://localhost:5000/v1.3/hw_info

Sample response

Code Block
{
    "cpu": "AMD64 Family 25 Model 80 Stepping 0, AuthenticAMD",
    "gpus": {
        "NVIDIA GeForce GTX 1050 Ti": {
            "free_memory_mib": 3541,
            "total_memory_mib": 4096
        }
    }
}