基因容器 GCS
基因容器 GCS
- 最新动态
- 产品介绍
- 快速入门
- 用户指南
- Cromwell引擎使用指南
- 最佳实践
- 流程语法参考
- Python SDK参考
- API参考
-
CLI参考
- 命令总览
- 安装命令行工具
- 示例:使用命令行执行简单脚本
-
gcs 命令详情
- gcs version
- gcs config add
- gcs config list
- gcs get kubectl
- gcs get enviroment
- gcs set env
- gcs get sfs
- gcs set sfs
- gcs get obscli
- gcs obs upload
- gcs get workflow
- gcs create workflow
- gcs del workflow
- gcs update workflow
- gcs sub workflow
- gcs get execution
- gcs create execution
- gcs del execution
- gcs set execution
- gcs sub job
- gcs sub repjob
- gcs get tool
- gcs sub wdl
- gcs get wdl
- gcs set wdl
- get get fr
- config.ini配置说明
- 常见问题
- 视频帮助
- 文档下载
- 通用参考
链接复制成功!
查询tool
get_tool(tool_id)
功能描述
查询特定工具详情。
输入参数
参数 |
是否必选 |
参数类型 |
参数描述 |
---|---|---|---|
tool_id |
是 |
String |
工具ID,即通过get_tools获取的guid。 |
返回值
参数 |
参数类型 |
描述 |
---|---|---|
guid |
String |
工具ID。 |
name |
String |
工具名称。 |
description |
String |
工具描述。 |
project_id |
String |
工具所属项目ID。 |
version |
String |
工具版本。 |
scope |
String |
工具可用范围。
|
domain |
String |
工具所属租户名称。 |
domain_id |
String |
工具所属租户ID。 |
vendor |
String |
工具创建者。 |
image |
String |
工具包含镜像地址。 |
create_at |
String |
工具创建时间。 |
update_at |
String |
工具更新时间。 |
category |
String |
工具分类。 |
instruction |
String |
工具使用说明。 |
cpu |
String |
使用工具,设置的虚机节点cpu限制。 |
memory |
String |
使用工具,设置的虚机节点内存限制。 |
command |
String |
使用工具,常用指令。 |
logo |
String |
工具logo图片地址。 |
type |
String |
类型,分为container(容器)、spark。 |
enterprise_project:id |
String |
企业项目id |
参数 |
参数类型 |
描述 |
---|---|---|
id |
String |
企业项目id |
name |
String |
企业项目的名称 |
父主题: 工具