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

时间:2023-11-02 19:47:17

响应示例

状态码: 200

OK

{ 
  "id" : "baabcb56-5bb6-11eb-8a0d-fa163exxx", 
  "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-b26831dxxx", 
  "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/eihealth_33_00393.html