Section | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Method | GET /IP address:port/<api_ver>/hw_info |
Description | The query is used to get information about server characteristics |
Code Block |
---|
GET http://localhost:5000/v1.3/hw_info |
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
}
}
} |