- Http 区块链rpc接口
- 打断式租用链上http接口
- GPU节点管理
- 虚拟机操作
- 磁盘管理
- 快照管理
- 镜像管理
- 虚拟机组网
- 监控服务
- 裸金属节点操作
查询功能节点机器信息
正式环境
正式环境
POST
/api/v1/mining_nodes
请求参数
Body 参数application/json
peer_nodes_list
array[string]
必需
additional
object
必需
示例
{
"peer_nodes_list": [
"{{peer_node_id}}"
],
"additional": {}
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://8.219.75.114:5002/api/v1/mining_nodes' \
--header 'Content-Type: application/json' \
--data-raw '{
"peer_nodes_list": [
"{{peer_node_id}}"
],
"additional": {
}
}'
返回响应
🟢200成功
application/json
Body
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"
}
]
}
}
}
修改于 2023-07-03 07:11:10