curl --location --request GET 'https://openapi.suanli.cn/api/deployment/task/points?task_id=388&page=1&page_size=10&status=Running,Pending,Failed' \
--header 'token;' \
--header 'timestamp: 1747379023000' \
--header 'version: 1.0.0' \
--header 'sign_str;'
{
"code": "0000",
"message": "success",
"data": {
"count": 2,
"results": [
{
"point_id": 873948,
"name": "suanleme-corn-job-handlererror-36-68zboyj4-b9796dc4f-jzg8p",
"status": "Running",
"region": "qinghai-yidong",
"region_name": "青海-移动",
"resource": {
"gpu_name": "910B",
"gpu_count": 1
},
"containers": [
{
"service_name": null,
"name": "suanleme-corn-job-handlererror-container",
"image": "idc.suanleme.cn/suanlemeharbor/library/ffmpeg-api:cpu",
"gpu_limit": 1
},
{
"service_name": null,
"name": "istio-proxy",
"image": "easzlab.io.local:5000/istio/proxyv2:1.24.2",
"gpu_limit": 0
}
],
"runing_time": 439,
"billing_value": 0
},
{
"point_id": 873947,
"name": "suanleme-corn-job-handlererror-36-68zboyj4-b9796dc4f-5hxw9",
"status": "Running",
"region": "qinghai-yidong",
"region_name": "青海-移动",
"resource": {
"gpu_name": "910B",
"gpu_count": 1
},
"containers": [
{
"service_name": null,
"name": "suanleme-corn-job-handlererror-container",
"image": "idc.suanleme.cn/suanlemeharbor/library/ffmpeg-api:cpu",
"gpu_limit": 1
},
{
"service_name": null,
"name": "istio-proxy",
"image": "easzlab.io.local:5000/istio/proxyv2:1.24.2",
"gpu_limit": 0
}
],
"runing_time": 466,
"billing_value": 0
}
]
}
}