医疗智能体 EIHealth-获取Nextflow作业详情:响应示例

时间:2025-02-12 14:58:16

响应示例

状态码: 200

OK

{  "id" : "baabcb56-5bb6-11eb-8a0d-fa163e3ddba1",  "name" : "demo-job",  "description" : "description",  "labels" : [ "labelA", "labelB" ],  "status" : "COMPLETED",  "has_ignore_failed_tasks" : false,  "create_time" : "2021-01-30T02:53:26Z",  "finish_time" : "2021-01-30T02:53:26Z",  "workflow_name" : "demo-workflow",  "workflow_id" : "56e0f1b0-ac10-46a5-8fa7-b26831d7d488",  "command_line" : "nextflow run main.nf",  "params" : [ {    "name" : "p1",    "value" : "hello",    "type" : "Other",    "description" : "desc",    "required" : true  } ],  "config_files" : [ "nextflow.config" ],  "config_context" : "config content"}
support.huaweicloud.com/api-eihealth/ShowNextflowJob.html