curl --location 'https://openapi.suanli.cn/api/job/queue/group/search?queue_id=undefined&status=Running%2CWaiting&search_value=undefined&page=1&page_size=%E9%BB%98%E8%AE%A4%3A10' \
--header 'token;' \
--header 'timestamp: {{$date.millisecondsTimestamp}}' \
--header 'version: 1.0.0' \
--header 'sign_str;'{
"code": "0000",
"message": "string",
"data": {
"count": 0,
"results": {
"queue_id": 0,
"queue_name": "string",
"group_id": 0,
"group_name": "string",
"group_count": 0,
"task_parallel_limit": 0,
"status": "Running",
"billing_value": 0,
"task_status_capacity": {
"Pending": 0,
"Running": 0,
"Paused": 0,
"End": 0
},
"create_time": "string",
"task_dto": {
"task_name": "string",
"sub_type": "Spot",
"resources": [
{
"resource": {
"device_name": "string",
"region": "string",
"gpu_name": "string",
"gpu_count": 0,
"gpu_memory": 0,
"memory": 0,
"cpu_cores": 0
},
"region_name": "string",
"mark": "string",
"weight": 0
}
],
"share_disk_volumes": [
{
"name": "string"
}
],
"share_mem_volumes": [
{
"name": "string",
"size_limit": 0
}
],
"task_qos": {
"class": "Guaranteed"
},
"points": 0,
"task_tags": [
"string"
],
"job_support": {
"estimated_exec_sec": 1,
"timeout_sec": 0,
"parallelism": 0,
"mod_param": {
"default": {
"backoff_limit": 0,
"restart_policy": "OnFailure"
}
}
},
"termination_grace_period_seconds": 0,
"services": [
{
"service_id": 0,
"service_name": "string",
"service_image": "string",
"resource_weight": {
"cpu_weight": 0,
"mem_weight": 0,
"gpu_weight": 0
},
"health_checks": {
"liveness_probe": {
"switch": true,
"probe_type": "httpGet",
"path": "string",
"port": 0,
"initial_delay_seconds": 0,
"period_seconds": 0,
"timeout_seconds": 0,
"failure_threshold": 0
},
"startup_probe": {
"switch": true,
"probe_type": "httpGet",
"path": "string",
"port": 0,
"initial_delay_seconds": 0,
"period_seconds": 0,
"timeout_seconds": 0,
"failure_threshold": 0
},
"readiness_probe": {
"switch": true,
"probe_type": "httpGet",
"path": "string",
"port": 0,
"initial_delay_seconds": 0,
"period_seconds": 0,
"timeout_seconds": 0,
"failure_threshold": 0
}
},
"remote_ports": [
{
"url": "string",
"service_port": 0
}
],
"storage_config": [
{
"storage_id": 0,
"target_dir": "string"
}
],
"share_storage_config": [
{
"storage_id": 0,
"target_dir": "string"
}
],
"nas_storage_config": [
{
"storage_id": 0,
"target_dir": "string"
}
],
"share_mem_config": [
{
"target_dir": "string",
"volume_name": "string"
}
],
"share_disk_config": [
{
"target_dir": "string",
"volume_name": "string"
}
],
"env": [
{
"name": "string",
"value": "string"
}
],
"start_script": {
"command": [
"string"
],
"args": [
"string"
]
},
"repository_account": {
"repository_username": "string",
"repository_password": "string"
},
"is_update_repository": "string",
"registered_ports": [
{
"service_port": 0
}
]
}
],
"init_services": [
{
"service_id": 0,
"service_name": "string",
"service_image": "string",
"resource_weight": {
"cpu_weight": 0,
"mem_weight": 0,
"gpu_weight": 0
},
"health_checks": {
"liveness_probe": {
"switch": true,
"probe_type": "httpGet",
"path": "string",
"port": 0,
"initial_delay_seconds": 0,
"period_seconds": 0,
"timeout_seconds": 0,
"failure_threshold": 0
},
"startup_probe": {
"switch": true,
"probe_type": "httpGet",
"path": "string",
"port": 0,
"initial_delay_seconds": 0,
"period_seconds": 0,
"timeout_seconds": 0,
"failure_threshold": 0
},
"readiness_probe": {
"switch": true,
"probe_type": "httpGet",
"path": "string",
"port": 0,
"initial_delay_seconds": 0,
"period_seconds": 0,
"timeout_seconds": 0,
"failure_threshold": 0
}
},
"remote_ports": [
{
"url": "string",
"service_port": 0
}
],
"storage_config": [
{
"storage_id": 0,
"target_dir": "string"
}
],
"share_storage_config": [
{
"storage_id": 0,
"target_dir": "string"
}
],
"nas_storage_config": [
{
"storage_id": 0,
"target_dir": "string"
}
],
"share_mem_config": [
{
"target_dir": "string",
"volume_name": "string"
}
],
"share_disk_config": [
{
"target_dir": "string",
"volume_name": "string"
}
],
"env": [
{
"name": "string",
"value": "string"
}
],
"start_script": {
"command": [
"string"
],
"args": [
"string"
]
},
"repository_account": {
"repository_username": "string",
"repository_password": "string"
},
"is_update_repository": "string",
"registered_ports": [
{
"service_port": 0
}
],
"restart_policy": "Always"
}
]
}
}
}
}