curl --location 'https://openapi.suanli.cn/api/task/job/detail?task_id=1' \
--header 'token;' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;'{
"code": "0000",
"message": "success",
"data": {
"task_id": 1962285,
"task_name": "job-202604210858",
"sub_type": null,
"schedule_status": null,
"deployment_name": "job-11391-olueehus",
"resources": [
{
"resource": {
"device_name": "4090",
"region": "chengde-p1",
"gpu_name": "4090",
"gpu_count": 1,
"gpu_memory": 24560,
"memory": 64512,
"cpu_cores": 16
},
"region_name": "河北六区",
"mark": "ha8GDGEAORN3a9Hhu7X+W/lveP9CW2eBkI+oB/QJLRcfvPTUMuUpxqfch7PdWik27Qx0BQX2cmaGoUHnIQ6pUPcLqpoLUCh5MaAR9kIet8llTG2oulHTzTRxAofshQoSFvtGpGD4Rh7V2V7xAj/0ysk+OmC4WeIxe+zHVBoYCehyTVGCyFygp1QeqGCp",
"weight": null
}
],
"status": "Running",
"points": 1,
"runing_points": 1,
"billing_points": 1,
"billing_time": 0,
"billing_value": 0,
"forecast_value": 466,
"services": [
{
"service_id": 1963001,
"service_name": "container-01",
"service_image": "harbor.suanleme.cn/trsnls6j/ubuntu:22.04",
"remote_ports": [
{
"url": "https://job-11391-olueehus-80.550w.link",
"service_port": 80
}
],
"health_checks": {
"liveness_probe": {
"switch": false,
"probe_type": "httpGet",
"path": "/live",
"port": 80,
"initial_delay_seconds": 0,
"period_seconds": 10,
"timeout_seconds": 1,
"failure_threshold": 3
},
"startup_probe": {
"switch": false,
"probe_type": "httpGet",
"path": "/health",
"port": 80,
"initial_delay_seconds": 0,
"period_seconds": 10,
"timeout_seconds": 1,
"failure_threshold": 3
},
"readiness_probe": {
"switch": false,
"probe_type": "httpGet",
"path": "/ready",
"port": 80,
"initial_delay_seconds": 0,
"period_seconds": 10,
"timeout_seconds": 1,
"failure_threshold": 3
}
},
"storage_config": [
{
"storage_id": 2038,
"target_dir": "/root/s3"
}
],
"share_storage_config": [
{
"storage_id": 2037,
"target_dir": "/root/share"
}
],
"share_mem_config": [
{
"target_dir": "/dev/shm",
"volume_name": "mem-default"
}
],
"share_disk_config": [
{
"target_dir": "/dev/shd",
"volume_name": "share-disk"
}
],
"env": [
{
"name": "key1",
"value": "value1",
"value_from": null
}
],
"start_script": {
"command": [
"sleep"
],
"args": [
"300"
]
},
"repository_account": null,
"is_update_repository": null,
"resource_weight": {
"cpu_weight": 1,
"mem_weight": 1,
"gpu_weight": 1
},
"registered_ports": null
}
],
"task_tags": null,
"share_disk_volumes": [
{
"name": "share-disk"
}
],
"share_mem_volumes": [
{
"name": "mem-default",
"size_limit": 32768
}
],
"job_support": {
"estimated_exec_sec": null,
"timeout_sec": 1200,
"parallelism": 1,
"mod_param": {
"default": {
"backoff_limit": 3,
"restart_policy": "OnFailure"
},
"index": null
}
},
"job_status": {
"create_time": "2026-04-21T01:01:23Z",
"status": "Running",
"completion_time": null,
"active_pods": 1,
"succeeded_pods": 0,
"failed_pods": 0,
"completion_mode": "NonIndexed"
},
"create_time": "2026-04-21T09:01:23.441992+08:00",
"last_update_time": "2026-04-21T09:01:53.523971+08:00"
}
}