x-token: ********************{
"keyword": "string",
"page": 1,
"pageSize": 10
}curl --location --request POST 'https://api.gogpu.cn/common/product/GetWebGpuServerList' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"page": 1,
"pageSize": 10
}'{
"code": 0,
"data": {
"list": [
{
"charging": [
0
],
"cpu_core": 0,
"cpu_id": 0,
"cpu_type": {
"core": 0,
"created_at": "string",
"id": 0,
"name": "string",
"sort": 0,
"updated_at": "string"
},
"created_at": "string",
"disk_expansion": 0,
"disk_expansion_charging": [
0
],
"end_port": 0,
"exp_time": "string",
"gpu_class": 0,
"gpu_id": 0,
"gpu_number": 0,
"gpu_type": {
"created_at": "string",
"driver_version": "string",
"id": 0,
"memory": 0,
"name": "string",
"sort": 0,
"updated_at": "string"
},
"hard_disk": 0,
"id": 0,
"inventory": 0,
"k8s_cluster": "string",
"k8s_node": "string",
"k8s_storage": "string",
"memory": 0,
"name": "string",
"price": 0,
"public_ip": "string",
"recommended": 0,
"region_id": 0,
"service_ip": "string",
"sort": 0,
"start_port": 0,
"status": 0,
"sys_disk": 0,
"updated_at": "string",
"uuid": "string"
}
],
"page": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}