
# API概览
GCS提供包括环境管理、流程创建、执行结果、工具相关的API，具体API如下所示。
- Environment：运行基因计算所需要的设施环境，例如K8S集群；
- Workflow：基因计算流程的定义；
- Execution：某个基因计算流程的一次执行过程的结果；
- Tool：基因计算所依赖的软件工具。
表1GCS API 
| API                                                                             | 说明           |
|:---|:---|
| [部署environment](https://support.huaweicloud.com/api-gcs/gcs_api_005_002.html)   | 部署基因计算所需的环境  |
| [删除environment](https://support.huaweicloud.com/api-gcs/gcs_api_005_003.html)   | 清理删除基因测序的环境  |
| [查询environment列表](https://support.huaweicloud.com/api-gcs/gcs_api_005_004.html) | 查询环境列表信息     |
| [查询environment](https://support.huaweicloud.com/api-gcs/gcs_api_005_005.html)   | 查询环境的详细信息    |
| [创建workflow](https://support.huaweicloud.com/api-gcs/gcs_api_005_0010.html)     | 创建测序流程       |
| [删除workflow](https://support.huaweicloud.com/api-gcs/gcs_api_005_0011.html)     | 删除测序流程       |
| [更新workflow](https://support.huaweicloud.com/api-gcs/gcs_api_005_0012.html)     | 更新测序流程       |
| [下载workflow](https://support.huaweicloud.com/api-gcs/gcs_api_005_0013.html)     | 下载测序流程       |
| [查询workflow](https://support.huaweicloud.com/api-gcs/gcs_api_005_0014.html)     | 查询测序流程详细信息   |
| [查询workflow输入](https://support.huaweicloud.com/api-gcs/gcs_api_005_0015.html)   | 查询测序流程输入     |
| [查询workflow工具](https://support.huaweicloud.com/api-gcs/gcs_api_005_0016.html)   | 查询测序流程的工具    |
| [查询workflow列表](https://support.huaweicloud.com/api-gcs/gcs_api_005_0017.html)   | 查询测序流程列表     |
| [校验流程](https://support.huaweicloud.com/api-gcs/gcs_api_005_0018.html)           | 校验流程合法性      |
| [创建execution](https://support.huaweicloud.com/api-gcs/gcs_api_005_0020.html)    | 开始执行测序流程     |
| [批量创建execution](https://support.huaweicloud.com/api-gcs/gcs_api_005_0029.html)  | 批量执行测序流程     |
| [删除execution](https://support.huaweicloud.com/api-gcs/gcs_api_005_0022.html)    | 删除执行结果       |
| [查询execution](https://support.huaweicloud.com/api-gcs/gcs_api_005_0023.html)    | 查询执行结果详细信息   |
| [查询execution列表](https://support.huaweicloud.com/api-gcs/gcs_api_005_0024.html)  | 查询执行结果列表     |
| [查询execution输入](https://support.huaweicloud.com/api-gcs/gcs_api_005_0025.html)  | 查询执行结果的输入    |
| [查询execution输出](https://support.huaweicloud.com/api-gcs/gcs_api_005_0026.html)  | 查询执行结果的输出    |
| [查询execution事件](https://support.huaweicloud.com/api-gcs/gcs_api_005_0027.html)  | 查询指定执行结果的事件  |
| [操作execution](https://support.huaweicloud.com/api-gcs/gcs_api_005_0028.html)    | 启动/停止/更新执行任务 |
| [创建tool](https://support.huaweicloud.com/api-gcs/gcs_api_005_0033.html)         | 创建工具         |
| [删除tool](https://support.huaweicloud.com/api-gcs/gcs_api_005_0034.html)         | 删除工具         |
| [更新tool](https://support.huaweicloud.com/api-gcs/gcs_api_005_0035.html)         | 更新工具         |
| [查询tool](https://support.huaweicloud.com/api-gcs/gcs_api_005_0036.html)         | 查询工具详细信息     |
| [查询tool列表](https://support.huaweicloud.com/api-gcs/gcs_api_005_0037.html)       | 查询工具列表       |
   
