tccli 3.0.1381.1__py2.py3-none-any.whl → 3.0.1383.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -128,6 +128,14 @@
128
128
  "title": "创建密钥对"
129
129
  }
130
130
  ],
131
+ "CreateMcpServer": [
132
+ {
133
+ "document": "创建一个新的MCP Server。",
134
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateMcpServer\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-5h3s0lht\",\n \"Name\": \"腾讯云 Lighthouse MCP Server\",\n \"Command\": \"bnB4IC15IGxpZ2h0aG91c2UtbWNwLXNlcnZlcg==\",\n \"Description\": \"基于MCP协议的腾讯云Lighthouse MCP Server,借助大模型即可完成实例防火墙配置、实例检测、监控分析等常用功能。\",\n \"Envs\": [\n {\n \"Key\": \"TENCENTCLOUD_SECRET_KEY\",\n \"Value\": \"YOUR_TENCENT_SECRET_KEY\"\n },\n {\n \"Key\": \"TENCENTCLOUD_SECRET_ID\",\n \"Value\": \"YOUR_TENCENT_SECRET_ID\"\n }\n ]\n}",
135
+ "output": "{\n \"Response\": {\n \"McpServerId\": \"lhms-p2dophob\",\n \"RequestId\": \"54a37c92-9e77-4ba2-a791-925ae44f37f2\"\n }\n}",
136
+ "title": "创建MCP Server"
137
+ }
138
+ ],
131
139
  "DeleteBlueprints": [
132
140
  {
133
141
  "document": "删除一个自定义镜像",
@@ -454,6 +462,14 @@
454
462
  "title": "查询用户密钥对列表"
455
463
  }
456
464
  ],
465
+ "DescribeMcpServers": [
466
+ {
467
+ "document": "查询指定实例下的MCP Server列表。",
468
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMcpServers\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-5h3s0lht\",\n \"McpServerIds\": [\n \"lhms-p2dophob\"\n ],\n \"Limit\": 10,\n \"Offset\": 0\n}",
469
+ "output": "{\n \"Response\": {\n \"InstanceId\": \"lhins-5h3s0lht\",\n \"InstanceName\": \"ai mcp server test\",\n \"McpServerSet\": [\n {\n \"Command\": \"bnB4IC15IGxpZ2h0aG91c2UtbWNwLXNlcnZlcg==\",\n \"Config\": \"{\\\"mcpServers\\\":{\\\"腾讯云 Lighthouse MCP Server\\\":{\\\"url\\\":\\\"http://1.14.57.202/lhms-p2dophob/sse\\\"}}}\",\n \"CreatedTime\": \"2025-08-27T07:33:14Z\",\n \"Description\": \"基于MCP协议的腾讯云Lighthouse MCP Server,借助大模型即可完成实例防火墙配置、实例检测、监控分析等常用功能。\",\n \"EnvSet\": [\n {\n \"Key\": \"TENCENTCLOUD_SECRET_KEY\",\n \"Value\": \"**********\"\n },\n {\n \"Key\": \"TENCENTCLOUD_SECRET_ID\",\n \"Value\": \"**********\"\n }\n ],\n \"IconUrl\": \"https://cloudcache.tencent-cloud.com/qcloud/ui/static/other_external_resource/6e6c2ea3-301f-4ce2-8fd9-3952c6eb04b5.png\",\n \"McpServerId\": \"lhms-p2dophob\",\n \"McpServerType\": \"PUBLIC_PACKAGE\",\n \"Name\": \"腾讯云 Lighthouse MCP Server\",\n \"ServerUrl\": \"http://1.14.57.202/lhms-p2dophob/sse\",\n \"State\": \"RUNNING\",\n \"UpdatedTime\": \"2025-08-27T07:37:43Z\"\n }\n ],\n \"RequestId\": \"fe83a82b-967c-4f58-89d2-9ee20f9dafc5\",\n \"TotalCount\": 1\n }\n}",
470
+ "title": "查询MCP Server列表"
471
+ }
472
+ ],
457
473
  "DescribeModifyInstanceBundles": [
458
474
  {
459
475
  "document": "查询实例可修改套餐列表",
@@ -708,6 +724,14 @@
708
724
  "title": "修改实例的续费标识"
709
725
  }
710
726
  ],
727
+ "ModifyMcpServer": [
728
+ {
729
+ "document": "修改指定MCP Server的信息。",
730
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyMcpServer\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-5h3s0lht\",\n \"McpServerId\": \"lhms-p2dophob\",\n \"Name\": \"腾讯云 Lighthouse MCP Server\",\n \"Command\": \"bnB4IC15IGxpZ2h0aG91c2UtbWNwLXNlcnZlcg==\",\n \"Description\": \"基于MCP协议的腾讯云Lighthouse MCP Server,借助大模型即可完成实例防火墙配置、实例检测、监控分析等常用功能。\",\n \"Envs\": [\n {\n \"Key\": \"TENCENTCLOUD_SECRET_KEY\",\n \"Value\": \"MODIFIED_TENCENT_SECRET_KEY\"\n },\n {\n \"Key\": \"TENCENTCLOUD_SECRET_ID\",\n \"Value\": \"MODIFIED_TENCENT_SECRET_ID\"\n }\n ]\n}",
731
+ "output": "{\n \"Response\": {\n \"RequestId\": \"54b97dbc-e8d3-45f0-b648-2934d76c1cf9\"\n }\n}",
732
+ "title": "修改MCP Server信息"
733
+ }
734
+ ],
711
735
  "ModifySnapshotAttribute": [
712
736
  {
713
737
  "document": "",
@@ -732,6 +756,14 @@
732
756
  "title": "删除Docker容器"
733
757
  }
734
758
  ],
759
+ "RemoveMcpServers": [
760
+ {
761
+ "document": "删除指定实例下的MCP Server。",
762
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RemoveMcpServers\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-5h3s0lht\",\n \"McpServerIds\": [\n \"lhms-p2dophob\"\n ]\n}",
763
+ "output": "{\n \"Response\": {\n \"RequestId\": \"a50de509-5ecb-40db-9ad2-a01cffc8c3f3\"\n }\n}",
764
+ "title": "删除MCP Server"
765
+ }
766
+ ],
735
767
  "RenameDockerContainer": [
736
768
  {
737
769
  "document": "",
@@ -820,6 +852,14 @@
820
852
  "title": "重启Docker容器"
821
853
  }
822
854
  ],
855
+ "RestartMcpServers": [
856
+ {
857
+ "document": "重启指定实例下的MCP Server。",
858
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestartMcpServers\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-5h3s0lht\",\n \"McpServerIds\": [\n \"lhms-p2dophob\"\n ]\n}",
859
+ "output": "{\n \"Response\": {\n \"RequestId\": \"dfca933c-ba03-4c91-a03b-db81f79e0419\"\n }\n}",
860
+ "title": "重启MCP Server"
861
+ }
862
+ ],
823
863
  "RunDockerContainers": [
824
864
  {
825
865
  "document": "",
@@ -852,6 +892,14 @@
852
892
  "title": "启动指定ID的实例"
853
893
  }
854
894
  ],
895
+ "StartMcpServers": [
896
+ {
897
+ "document": "开启指定实例下的MCP Server。",
898
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StartMcpServers\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-5h3s0lht\",\n \"McpServerIds\": [\n \"lhms-p2dophob\"\n ]\n}",
899
+ "output": "{\n \"Response\": {\n \"RequestId\": \"5cee0dea-b7d4-41d2-ad79-4d2a852e6013\"\n }\n}",
900
+ "title": "开启MCP Server"
901
+ }
902
+ ],
855
903
  "StopDockerContainers": [
856
904
  {
857
905
  "document": "",
@@ -868,6 +916,14 @@
868
916
  "title": "关闭实例"
869
917
  }
870
918
  ],
919
+ "StopMcpServers": [
920
+ {
921
+ "document": "关闭指定实例下的MCP Server。",
922
+ "input": "POST / HTTP/1.1\nHost: lighthouse.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: StopMcpServers\n<公共请求参数>\n\n{\n \"InstanceId\": \"lhins-5h3s0lht\",\n \"McpServerIds\": [\n \"lhms-p2dophob\"\n ]\n}",
923
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6cab721b-7a7f-4438-82f9-d19f1bb5a45a\"\n }\n}",
924
+ "title": "关闭MCP Server"
925
+ }
926
+ ],
871
927
  "SyncBlueprint": [
872
928
  {
873
929
  "document": "向两个地域同步自定义镜像。",
@@ -3661,7 +3661,7 @@
3661
3661
  "members": [
3662
3662
  {
3663
3663
  "disabled": false,
3664
- "document": "父帐号uin",
3664
+ "document": "父账号uin",
3665
3665
  "example": "700001394326",
3666
3666
  "member": "string",
3667
3667
  "name": "Uin",
@@ -1090,7 +1090,7 @@
1090
1090
  },
1091
1091
  {
1092
1092
  "disabled": false,
1093
- "document": "次要签名key,不传则油系统自动生成,需要base64编码。",
1093
+ "document": "次要签名key,不传则由系统自动生成,需要base64编码。",
1094
1094
  "example": "sk",
1095
1095
  "member": "string",
1096
1096
  "name": "SecondaryKey",
@@ -1791,7 +1791,7 @@
1791
1791
  {
1792
1792
  "disabled": false,
1793
1793
  "document": "统一社会信用代码(三合一之前为注册号)",
1794
- "example": "110000012345678",
1794
+ "example": "159613",
1795
1795
  "member": "string",
1796
1796
  "name": "RegNum",
1797
1797
  "output_required": true,
@@ -1871,7 +1871,7 @@
1871
1871
  {
1872
1872
  "disabled": false,
1873
1873
  "document": "组成形式",
1874
- "example": "",
1874
+ "example": "示例",
1875
1875
  "member": "string",
1876
1876
  "name": "ComposingForm",
1877
1877
  "output_required": true,
@@ -1981,7 +1981,7 @@
1981
1981
  {
1982
1982
  "disabled": false,
1983
1983
  "document": "编号",
1984
- "example": "",
1984
+ "example": "示例",
1985
1985
  "member": "string",
1986
1986
  "name": "SerialNumber",
1987
1987
  "output_required": true,
@@ -2018,6 +2018,16 @@
2018
2018
  "type": "list",
2019
2019
  "value_allowed_null": false
2020
2020
  },
2021
+ {
2022
+ "disabled": false,
2023
+ "document": "重要提示字段",
2024
+ "example": "五",
2025
+ "member": "string",
2026
+ "name": "Important",
2027
+ "output_required": false,
2028
+ "type": "string",
2029
+ "value_allowed_null": false
2030
+ },
2021
2031
  {
2022
2032
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2023
2033
  "member": "string",
@@ -12877,6 +12887,15 @@
12877
12887
  "name": "EnableOnlyDetectBorder",
12878
12888
  "required": false,
12879
12889
  "type": "bool"
12890
+ },
12891
+ {
12892
+ "disabled": false,
12893
+ "document": "false: 使用当前默认模型 true: 使用新的多模态推理模型,速度更快推理效果更强,仅 `EnableOnlyDetectBorder` 为 `true` 时生效,公测中",
12894
+ "example": "false",
12895
+ "member": "bool",
12896
+ "name": "UseNewModel",
12897
+ "required": false,
12898
+ "type": "bool"
12880
12899
  }
12881
12900
  ],
12882
12901
  "type": "object"
@@ -143,7 +143,7 @@
143
143
  },
144
144
  "metadata": {
145
145
  "apiVersion": "2022-11-28",
146
- "api_brief": "# API简介\n\n## 概述\n腾讯健康组学平台(Tencent HealthCare Omics Platform)为生命科学行业用户提供具备行业特征的一键上云整体解决方案。具备弹性云计算、任务调度及管理能力,助力大数据分析用户快速、便捷、高效的利用腾讯云资源进行组学相关数据分析。平台支持用户自定义工作流 WDL(Workflow Description Language)语言,通过工作流管理引擎 Cromwell、Nextflow 和自研任务调度引擎精细化管理和编排任务作业,有效而广泛连接不同数据分析应用场景。\n\n本章节介绍的腾讯健康组学平台API 接口均为 [API 3.0/API 2.0等] 接口。 \n您可以调用 API 对腾讯健康组学平台进行操作,例如运行工作流。 \n腾讯健康组学平台支持的所有接口信息,请参见 [API概览](https://cloud.tencent.com/document/product/1643/89110) 。\n\n## 术语表\n腾讯健康组学平台 API 接口的常见术语请参见下表:\n\n| 术语 | 描述 |\n|------|------|\n| 环境 (Environment) | 指应用运行所需云资源的集合,包含了若干台云服务器、对象存储、文件存储等资源。为工作流和应用提供隔离的、可复现的运行条件。 |\n| 缓存卷 (Volume) | 用于在任务运行期间缓存中间数据或持久化存储结果文件。缓存卷可以独立于计算环境存在,实现数据的复用与共享。提供了可扩展的共享文件存储服务。提供了标准的 NFS 文件系统访问协议,为多个实例提供共享的数据源,支持弹性容量和性能的扩展。 |\n| 任务批次 (Run Group) | 一次应用/工作流执行的逻辑集合。通常,一次提交运行会创建一个任务批次,其中包含一个或多个任务(Run)。 |\n| 任务 (Run) | 工作流或应用的单次执行实例。每个任务都有独立的生命周期状态(如运行中、成功、失败),并产生相应的日志和结果数据。 |\n| 工作流 (Workflow) | 一系列预定义的、按特定顺序执行的计算步骤或工具的组合,用于完成一个完整的组学分析流程(如基因测序数据比对、变异检测等)。在组学平台场景下, 特指由 WDL、Nextflow 等语言编写的生信分析工作流。 |\n| 应用 (Application) | 通常指一个封装好的、用于执行特定分析功能的单个工具或脚本。 |\n| 表格 (Table) | 用于结构化存储和管理输入数据的实体。例如样本数据表等。 |\n\n## 使用限制\nAPI 调用频率限制为 20次/秒。\n\n## API 快速入门\n您可以使用 API Explorer 工具在线调用 API。\n本文以运行工作流 [RunWorkflow]( https://cloud.tencent.com/document/api/1643/100857) 为例,通过 API Explorer 工具调用 API 接口的步骤如下:\n1.进入 [使用 API Explorer]( https://console.cloud.tencent.com/api/explorer) 工具页面。更多 API Explorer 工具使用信息,请参见 [使用 API Explorer]( https://cloud.tencent.com/document/product/1278/46697) 。\n2.调用 [RunWorkflow]( https://cloud.tencent.com/document/api/1643/100857) 接口,运行指定工作流。\n3.运行工作流后即可在组学平台网站对应工作项目页面查看到正在运行的工作流批次。",
146
+ "api_brief": "# API简介",
147
147
  "serviceNameCN": "腾讯健康组学平台",
148
148
  "serviceShortName": "omics"
149
149
  },
@@ -4667,7 +4667,7 @@
4667
4667
  {
4668
4668
  "disabled": false,
4669
4669
  "document": "认证选项 ID。",
4670
- "example": "\"challenge-21801232\"",
4670
+ "example": "\"challenge-21820202\"",
4671
4671
  "member": "string",
4672
4672
  "name": "Id",
4673
4673
  "output_required": false,
@@ -4699,7 +4699,7 @@
4699
4699
  },
4700
4700
  {
4701
4701
  "disabled": false,
4702
- "document": "认证方法。取值有:\n<li>TC-RCE: 使用全栈式风控引擎进行认证;</li>\n<li>TC-CAPTCHA: 使用天御验证码进行认证。</li>",
4702
+ "document": "认证方法。取值有:\n<li>TC-RCE: 使用风险识别 RCE 进行认证;</li>\n<li>TC-CAPTCHA: 使用天御验证码进行认证。</li>",
4703
4703
  "example": "\"turing-rce\"",
4704
4704
  "member": "string",
4705
4705
  "name": "AttesterSource",
@@ -24370,7 +24370,7 @@
24370
24370
  {
24371
24371
  "disabled": false,
24372
24372
  "document": "创建时间。",
24373
- "example": "",
24373
+ "example": "2024-08-03T12:00:00+08:00",
24374
24374
  "member": "datetime_iso",
24375
24375
  "name": "CreateTime",
24376
24376
  "output_required": true,
@@ -24380,7 +24380,7 @@
24380
24380
  {
24381
24381
  "disabled": false,
24382
24382
  "document": "生效时间。",
24383
- "example": "",
24383
+ "example": "2024-08-03T12:00:00+08:00",
24384
24384
  "member": "datetime_iso",
24385
24385
  "name": "EnableTime",
24386
24386
  "output_required": true,
@@ -24390,7 +24390,7 @@
24390
24390
  {
24391
24391
  "disabled": false,
24392
24392
  "document": "失效时间。",
24393
- "example": "",
24393
+ "example": "2024-08-03T12:00:00+08:00",
24394
24394
  "member": "datetime_iso",
24395
24395
  "name": "ExpireTime",
24396
24396
  "output_required": true,
@@ -24439,7 +24439,7 @@
24439
24439
  },
24440
24440
  {
24441
24441
  "disabled": false,
24442
- "document": "地域,取值有:\n<li>mainland:国内;</li>\n<li>overseas:海外。</li>\n<li>global:全球。</li>",
24442
+ "document": "地域,取值有:\n<li>mainland:中国大陆境内;</li>\n<li>overseas:中国大陆境外。</li>\n<li>global:全球。</li>",
24443
24443
  "example": "mainland",
24444
24444
  "member": "string",
24445
24445
  "name": "Area",
@@ -642,8 +642,7 @@
642
642
  "member": "string",
643
643
  "name": "LocalPath",
644
644
  "required": true,
645
- "type": "string",
646
- "value_allowed_null": false
645
+ "type": "string"
647
646
  },
648
647
  {
649
648
  "disabled": false,
@@ -651,19 +650,17 @@
651
650
  "example": "172.0.0.1:/",
652
651
  "member": "string",
653
652
  "name": "RemotePath",
654
- "required": true,
655
- "type": "string",
656
- "value_allowed_null": false
653
+ "required": false,
654
+ "type": "string"
657
655
  },
658
656
  {
659
657
  "disabled": false,
660
- "document": "文件系统协议类型,默认值NFS 3.0。\n<li>NFS 3.0。\n<li>NFS 4.0。\n<li>TURBO",
661
- "example": "NFS 3.0",
658
+ "document": "文件系统协议类型。\n<li>NFS 3.0</li>\n<li>NFS 4.0</li>\n<li>TURBO</li>",
659
+ "example": "NFS 4.0",
662
660
  "member": "string",
663
661
  "name": "Protocol",
664
662
  "required": false,
665
- "type": "string",
666
- "value_allowed_null": false
663
+ "type": "string"
667
664
  },
668
665
  {
669
666
  "disabled": false,
@@ -672,18 +669,25 @@
672
669
  "member": "string",
673
670
  "name": "StorageType",
674
671
  "required": false,
675
- "type": "string",
676
- "value_allowed_null": false
672
+ "type": "string"
677
673
  },
678
674
  {
679
675
  "disabled": false,
680
- "document": "文件系统挂载挂载命令参数选项。\n\n- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport\n- NFS 4.0默认值:vers=4.0,noresvport\n- TURBO默认值:user_xattr",
676
+ "document": "文件系统挂载挂载命令参数选项。\n- NFS 3.0默认值:vers=3,nolock,proto=tcp,noresvport\n- NFS 4.0默认值:vers=4.0,noresvport\n- TURBO默认值:user_xattr",
681
677
  "example": "vers=4.0,noresvport",
682
678
  "member": "string",
683
679
  "name": "MountOption",
684
680
  "required": false,
685
- "type": "string",
686
- "value_allowed_null": true
681
+ "type": "string"
682
+ },
683
+ {
684
+ "disabled": false,
685
+ "document": "文件系统ID 文件系统ID通过调用接口[DescribeCfsFileSystems](https://cloud.tencent.com/document/product/582/38170)获取。",
686
+ "example": "cfs-7641x0zh",
687
+ "member": "string",
688
+ "name": "FileSystemId",
689
+ "required": false,
690
+ "type": "string"
687
691
  }
688
692
  ],
689
693
  "usage": "in"
@@ -8022,7 +8022,7 @@
8022
8022
  {
8023
8023
  "disabled": false,
8024
8024
  "document": "输入在线媒体流机器人的UserId,用于进房发起拉流转推任务。",
8025
- "example": "recorder_1234",
8025
+ "example": "recorder_1357",
8026
8026
  "member": "string",
8027
8027
  "name": "UserId",
8028
8028
  "required": true,
@@ -8031,7 +8031,7 @@
8031
8031
  {
8032
8032
  "disabled": false,
8033
8033
  "document": "输入在线媒体流机器人UserId对应的校验签名,即UserId和UserSig相当于机器人进房的登录密码,具体计算方法请参考TRTC计算[UserSig](https://cloud.tencent.com/document/product/647/45910#UserSig)的方案。",
8034
- "example": "recorder_1234_sig",
8034
+ "example": "recorder_1357_sig",
8035
8035
  "member": "string",
8036
8036
  "name": "UserSig",
8037
8037
  "required": true,
@@ -8076,7 +8076,7 @@
8076
8076
  {
8077
8077
  "disabled": true,
8078
8078
  "document": "【本字段已废弃,请使用 StreamUrl 字段】源流URL,支持一个地址。",
8079
- "example": "https://a.b/test.mp4",
8079
+ "example": "[\"https://a.b/test.mp4\"]",
8080
8080
  "member": "string",
8081
8081
  "name": "SourceUrl",
8082
8082
  "required": false,
@@ -9359,7 +9359,7 @@
9359
9359
  },
9360
9360
  {
9361
9361
  "disabled": false,
9362
- "document": "是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,如果要销毁任务请调用停止接口。",
9362
+ "document": "是否暂停,默认false表示不暂停。暂停期间任务仍在进行中仍会计费,暂停超过12小时会自动销毁任务, 建议主动调用停止任务接口。",
9363
9363
  "example": "false",
9364
9364
  "member": "bool",
9365
9365
  "name": "IsPause",