x-token: ********************{
"keyword": "string",
"page": 1,
"pageSize": 10
}curl --location --request POST 'https://api.gogpu.cn/common/product/GetBareMetalList' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keyword": "string",
"page": 1,
"pageSize": 10
}'{
"code": 0,
"data": {
"list": [
{
"bandwidth_size": 0,
"bandwidth_type": 0,
"cpu_id": 0,
"cpu_type": {
"core": 0,
"created_at": "string",
"id": 0,
"name": "string",
"sort": 0,
"updated_at": "string"
},
"created_at": "string",
"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": "string",
"id": 0,
"memory": "string",
"name": "string",
"price": 0,
"region": {
"children": [
{}
],
"created_at": "string",
"id": 0,
"name": "string",
"parent_id": 0,
"sort": 0,
"updated_at": "string"
},
"region_id": 0,
"sort": 0,
"status": 0,
"sys_disk": "string",
"updated_at": "string",
"uuid": "string"
}
],
"page": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}