查询功能节点机器信息
POST
/api/v1/mining_nodes请求参数
Body 参数application/json
peer_nodes_list
array[string]
必需
additional
object
必需
示例
{
"peer_nodes_list": [
"{{peer_node_id}}"
],
"additional": {}
}
示例代码
返回响应
成功(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
数据结构
mainnet
object
必需
errcode
integer
必需
message
object
信息
mainnet_test
object
必需
errcode
integer
必需
message
object
必需
示例
{
"mainnet": {
"errcode": 0,
"message": {
"version": "0.4.0.7",
"ip": "*.239.*.40",
"os": "Ubuntu 20.04.4 LTS (Focal Fossa) 5.4.0-137-generic GNU/Linux",
"cpu": {
"type": "Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz",
"hz": "2400MHz",
"cores": "44",
"used_usage": "91.79%"
},
"gpu": {
"gpu_count": "4",
"gpu_used": "0"
},
"mem": {
"size": "156.63G",
"free": "108.42G",
"used_usage": "30.78%"
},
"disk_system": {
"type": "HDD",
"size": "350G"
},
"disk_data": [
{
"path": "/data",
"type": "HDD",
"size": "1862.11G",
"free": "1512.11G",
"used_usage": "10.84%"
}
],
"images": [
{
"image_name": "ubuntu.qcow2",
"image_size": "24.97G"
},
{
"image_name": "windows_1909-chinese.qcow2",
"image_size": "20.42G"
},
{
"image_name": "windows_1909-english.qcow2",
"image_size": "22.75G"
},
{
"image_name": "ubuntu_ubuntu18.qcow2",
"image_size": "25.36G"
},
{
"image_name": "ubuntu2004.qcow2",
"image_size": "5.06G"
}
]
}
},
"mainnet_test": {
"errcode": 0,
"message": {
"version": "0.4.0.7",
"ip": "*.239.*.40",
"os": "Ubuntu 20.04.4 LTS (Focal Fossa) 5.4.0-137-generic GNU/Linux",
"cpu": {
"type": "Intel(R) Xeon(R) Silver 4214R CPU @ 2.40GHz",
"hz": "2400MHz",
"cores": "44",
"used_usage": "91.79%"
},
"gpu": {
"gpu_count": "4",
"gpu_used": "0"
},
"mem": {
"size": "156.63G",
"free": "108.42G",
"used_usage": "30.78%"
},
"disk_system": {
"type": "HDD",
"size": "350G"
},
"disk_data": [
{
"path": "/data",
"type": "HDD",
"size": "1862.11G",
"free": "1512.11G",
"used_usage": "10.84%"
}
],
"images": [
{
"image_name": "ubuntu.qcow2",
"image_size": "24.97G"
},
{
"image_name": "windows_1909-chinese.qcow2",
"image_size": "20.42G"
},
{
"image_name": "windows_1909-english.qcow2",
"image_size": "22.75G"
},
{
"image_name": "ubuntu_ubuntu18.qcow2",
"image_size": "25.36G"
},
{
"image_name": "ubuntu2004.qcow2",
"image_size": "5.06G"
}
]
}
}
}
最后修改时间: 1 年前