curl --location 'https://openapi.suanli.cn/api/task/deployment/search?type=Deployment&status=Running%2CPending%2CPaused&search_value=undefined&page=1&page_size=10' \
--header 'token;' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;'{
"code": "0000",
"message": "success",
"data": {
"count": 1,
"results": [
{
"task_id": 6232,
"status": "Running",
"task_name": "d202603261611-ubuntu2404",
"points": 1,
"runing_points": 1,
"billing_value": 75571686,
"forecast_value": 466,
"resources": [
{
"resource": {
"device_name": "4090",
"region": "bj-jxq-t2",
"gpu_name": "4090",
"gpu_count": 1,
"gpu_memory": 24560,
"memory": 129024,
"cpu_cores": 18
},
"region_name": "北京酒仙桥t2",
"mark": "J19Cg02JMM7pVim3XPCik/U6vLaBl/dYKodWFvzjPWWGJInsPwDdSxdy9/JlWA4GfzNWzeJB/tuGiSNTWLu4QY8g8FizMIg3a51r+dNVGZh8Tp8XOEbxyOrKGLhHcJyLaAhZHlg4Esc7duvMDmQPgRm6aH4cHRIt1f3G6zhb1SUj+0tzZr/5UPLBduBg",
"weight": null
}
],
"remote_ports": [
{
"url": "https://deployment-12-177lum01-80.novastream.cn",
"service_name": "container-01:80"
}
],
"create_time": "2026-03-26T16:11:05.009504+08:00",
"services": [
{
"service_id": 6544,
"service_name": "container-01",
"service_image": "harbor.suanleme.cn/ogy4dqkh/ubuntu:24.04",
"remote_ports": [
{
"url": "https://deployment-12-177lum01-80.novastream.cn",
"service_port": 80
}
],
"health_checks": null,
"storage_config": null,
"share_storage_config": null,
"share_mem_config": null,
"share_disk_config": null,
"env": [
{
"name": "a",
"value": "1",
"value_from": null
},
{
"name": "MY_POD_NAME",
"value": null,
"value_from": {
"field_ref": {
"field_path": "metadata.name"
},
"resource_field_ref": null
}
},
{
"name": "CPU_LIMIT",
"value": null,
"value_from": {
"field_ref": null,
"resource_field_ref": {
"service_name": "container-01",
"resource": "limits.cpu"
}
}
}
],
"start_script": null,
"repository_account": null,
"is_update_repository": null,
"resource_weight": {
"cpu_weight": 1,
"mem_weight": 1,
"gpu_weight": 1
},
"registered_ports": null
}
],
"development_support": null,
"task_tags": null,
"task_schedules": null
}
]
}
}