Execution 更多内容
  • Execution

    Execution 创建execution 批量创建execution 删除execution 查询execution 查询execution列表 查询execution输入 查询execution输出 查询execution事件 操作execution 父主题: API

    来自:帮助中心

    查看更多 →

  • 创建execution

    priority 否 Integer64 execution的调度优先级。默认值为0,取值范围[0,999]。数据越大优先越高。 target 是 String execution执行的环境类型。 cce cci label 否 Object execution的标签,可自定义,样式为“key:value”。

    来自:帮助中心

    查看更多 →

  • 删除execution

    delete_execution(execution_id)删除执行结果。返回内容为空

    来自:帮助中心

    查看更多 →

  • 停止execution

    stop_execution(execution_id)停止正在运行的execution。

    来自:帮助中心

    查看更多 →

  • 查询execution

    son 响应消息 响应参数 响应中含有一个execution结构,结构如表2所示。 表2 execution结构 参数 参数类型 描述 execution 表3 execution基本属性。 object 表4 k8s execution部分。 status 表11 节点状态。如果为空,则不返回。

    来自:帮助中心

    查看更多 →

  • 操作execution

    操作execution 功能介绍 启动/停止/更新执行任务。 停止任务成功后即停止下发新Job至环境,已下发的Job将持续运行直至自然结束。若想停止Job,请在环境对应的服务内删除Job,或直接删除该任务。 URI PUT /v1/executions/{execution_id}

    来自:帮助中心

    查看更多 →

  • 查询execution

    表4 Execution Metadata结构 execution的元属性。 spec 表5 Execution Spec参数 execution的创建细节属性。 status 表7 Execution Spec Metadata参数 execution的运行状态。 表5 Execution

    来自:帮助中心

    查看更多 →

  • 删除execution

    删除execution 功能介绍 删除执行结果。 URI DELETE /v1/executions/{execution_id} 表1 参数说明 参数 是否必选 参数类型 描述 execution_id 是 String 执行结果ID,即创建execution接口返回值。 请求消息

    来自:帮助中心

    查看更多 →

  • 查询execution

    get_execution(execution_id)查询特定execution执行结果。响应中含有一个execution结构,建议通过response.json()方式获取返回值,结构如表1所示。

    来自:帮助中心

    查看更多 →

  • 批量创建execution

    批量创建execution 功能介绍 批量执行测序流程。该接口使用同一流程模板批量创建多个execution,每个execution可以单独指定inputs参数。批量创建execution的数量上限为50 URI POST /v1/executions_iter 请求消息 请求参数

    来自:帮助中心

    查看更多 →

  • 查询execution输入

    get_execution_inputs(execution_id) 功能描述 查询该次执行时的输入。 输入参数 参数 是否必选 参数类型 参数描述 execution_id 是 String 执行结果ID,可以为create_execution接口的返回值。 返回值 参数 参数类型

    来自:帮助中心

    查看更多 →

  • 查询execution事件

    查询execution事件 功能介绍 查询指定执行结果的事件。 URI GET /v1/executions/{execution_id}/events 表1 参数说明 参数 是否必选 参数类型 描述 execution_id 是 String 执行结果ID,即创建execution接口返回值。

    来自:帮助中心

    查看更多 →

  • 创建execution

    create_execution(workflow_source_file="", workflow_inputs_file="", workflow_options_file="", workflow_dependencies_path="", parameters={})提交一个cromwell分析任务。

    来自:帮助中心

    查看更多 →

  • 删除execution

    delete_execution(execution_id)删除执行结果。返回内容为空

    来自:帮助中心

    查看更多 →

  • 创建execution

    create_execution(name, workflow_id, sfs_pvc_name, cluster_id="", priority=0, inputs_json={}, namespace="", timeout=720, description="", email=[], sms=[], events=["exec_f

    来自:帮助中心

    查看更多 →

  • gcs get execution

    查看任务信息。gcs get executionEXECUTIONID [params]execution可以简写为exec,即:gcs get execEXECUTIONID [params]可以直接执行 gcs get execution,显示所有任务情况。也可以 gcs get execution executionID 指定显示单

    来自:帮助中心

    查看更多 →

  • 批量删除execution

    delete_executions(execution_ids=[])批量删除执行结果。返回内容为空

    来自:帮助中心

    查看更多 →

  • 查询execution输出

    查询execution输出 功能介绍 查询执行结果的输出。 URI GET /v1/executions/{execution_id}/outputs 请求消息 表1 参数说明 参数 是否必选 参数类型 描述 execution_id 是 String 执行结果ID,即创建execution接口返回值。

    来自:帮助中心

    查看更多 →

  • 查询execution输入

    查询execution输入 功能介绍 查询执行结果的输入。 URI GET /v1/executions/{execution_id}/inputs 请求消息 表1 参数说明 参数 是否必选 参数类型 描述 execution_id 是 String 执行结果ID,即创建execution接口返回值。

    来自:帮助中心

    查看更多 →

  • 查询execution事件

    get_execution_events(execution_id)查询执行结果的流程事件。

    来自:帮助中心

    查看更多 →

  • 查询execution输出

    get_execution_outputs(execution_id)查询执行的输出。

    来自:帮助中心

    查看更多 →

共105条
看了本文的人还看了