x-token: ********************{
"charging": 0,
"gpu_number": 0,
"gpu_server_id": 0,
"keyword": "string",
"page": 1,
"pageSize": 10,
"status": 0,
"user_id": 0
}curl --location --request POST 'https://api.gogpu.cn/sub_account/container/GetContainerList' \
--header 'x-token: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"charging": 0,
"gpu_number": 0,
"gpu_server_id": 0,
"keyword": "string",
"page": 1,
"pageSize": 10,
"status": 0,
"user_id": 0
}'{
"code": 0,
"data": {
"list": [
{
"auto_renew": true,
"charging": 0,
"container_config": [
0
],
"container_id": "string",
"container_image": "string",
"container_ip": "string",
"container_namespace": "string",
"container_port": 0,
"cpu_core": 0,
"cpu_expansion": 0,
"created_at": "string",
"disk": 0,
"disk_expansion": 0,
"gpu_number": 0,
"gpu_server_id": 0,
"hash_key": "string",
"id": 0,
"jupyter_passwd": "string",
"jupyter_port": 0,
"memory": 0,
"memory_expansion": 0,
"name": "string",
"on_time": "string",
"os_type": 0,
"pass_key": "string",
"pass_word": "string",
"rdp_passwd": "string",
"rdp_port": 0,
"real_status": 0,
"release_time": "string",
"reserve_disk": 0,
"spec": [
0
],
"status": 0,
"stop_time": "string",
"sub_id": 0,
"sys_disk": 0,
"updated_at": "string",
"user": {
"account": "string",
"auth": 0,
"created_at": "string",
"email": "string",
"enable": 0,
"first_login": "string",
"header_img": "string",
"id": 0,
"identity_card": "string",
"last_login": "string",
"level": 0,
"level_info": {
"computility": 0,
"created_at": "string",
"description": "string",
"discount": 0,
"icon": "string",
"id": 0,
"level": 0,
"name": "string",
"updated_at": "string"
},
"nickname": "string",
"phone": "string",
"sex": 0,
"updated_at": "string",
"user_property": {
"balance": 0,
"computility": 0,
"created_at": "string",
"freeze": 0,
"id": 0,
"updated_at": "string",
"user_id": 0,
"voucher": 0
},
"username": "string",
"uuid": "string"
},
"user_id": 0,
"user_uuid": "string",
"vnc_passwd": "string",
"vnc_port": 0
}
],
"page": 0,
"pageSize": 0,
"total": 0
},
"msg": "string"
}