tccli 3.0.1381.1__py2.py3-none-any.whl → 3.0.1382.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": "向两个地域同步自定义镜像。",
@@ -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",
@@ -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",
@@ -4450,7 +4450,7 @@
4450
4450
  {
4451
4451
  "disabled": false,
4452
4452
  "document": "集群总CPU,单位: 核\n注意:此字段可能返回 null,表示取不到有效值。",
4453
- "example": "128",
4453
+ "example": "128.0",
4454
4454
  "member": "float",
4455
4455
  "name": "ClusterTotalCpu",
4456
4456
  "output_required": true,
@@ -4460,7 +4460,7 @@
4460
4460
  {
4461
4461
  "disabled": false,
4462
4462
  "document": "集群总内存,单位: G\n注意:此字段可能返回 null,表示取不到有效值。",
4463
- "example": "999",
4463
+ "example": "999.0",
4464
4464
  "member": "float",
4465
4465
  "name": "ClusterTotalMem",
4466
4466
  "output_required": true,
@@ -4470,7 +4470,7 @@
4470
4470
  {
4471
4471
  "disabled": false,
4472
4472
  "document": "集群已使用CPU,单位: 核\n注意:此字段可能返回 null,表示取不到有效值。",
4473
- "example": "64",
4473
+ "example": "64.0",
4474
4474
  "member": "float",
4475
4475
  "name": "ClusterUsedCpu",
4476
4476
  "output_required": true,
@@ -4480,7 +4480,7 @@
4480
4480
  {
4481
4481
  "disabled": false,
4482
4482
  "document": "集群已使用内存,单位: G\n注意:此字段可能返回 null,表示取不到有效值。",
4483
- "example": "600",
4483
+ "example": "600.0",
4484
4484
  "member": "float",
4485
4485
  "name": "ClusterUsedMem",
4486
4486
  "output_required": true,
@@ -4729,8 +4729,8 @@
4729
4729
  },
4730
4730
  {
4731
4731
  "disabled": false,
4732
- "document": "native secret\n注意:此字段可能返回 null,表示取不到有效值。",
4733
- "example": "secret-mock-xxxxxxxxxxxx",
4732
+ "document": "Kubernetes 密钥\n注意:此字段可能返回 null,表示取不到有效值。",
4733
+ "example": "secret-mock-U2FsdGVkX1+dOP",
4734
4734
  "member": "string",
4735
4735
  "name": "KuberneteNativeSecret",
4736
4736
  "output_required": true,
@@ -5706,7 +5706,7 @@
5706
5706
  },
5707
5707
  {
5708
5708
  "disabled": false,
5709
- "document": "资源类型",
5709
+ "document": "Kubernetes 资源类型,典型取值有 Deployment、Pod、Service 等",
5710
5710
  "example": "Pod",
5711
5711
  "member": "string",
5712
5712
  "name": "Kind",
@@ -10454,7 +10454,7 @@
10454
10454
  "members": [
10455
10455
  {
10456
10456
  "disabled": false,
10457
- "document": "集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。仅在集群下无部署组、命名空间、云主机时可以删除。",
10457
+ "document": "集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。",
10458
10458
  "example": "cls-6a79x94v",
10459
10459
  "member": "string",
10460
10460
  "name": "ClusterId",
@@ -13523,7 +13523,7 @@
13523
13523
  },
13524
13524
  {
13525
13525
  "disabled": false,
13526
- "document": "排序字段,例如创建时间",
13526
+ "document": "排序字段,目前仅支持使用“创建时间”",
13527
13527
  "example": "create_time",
13528
13528
  "member": "string",
13529
13529
  "name": "OrderBy",
@@ -14097,7 +14097,7 @@
14097
14097
  },
14098
14098
  {
14099
14099
  "disabled": false,
14100
- "document": "部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。",
14100
+ "document": "部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。",
14101
14101
  "example": "group-df3fsd23",
14102
14102
  "member": "string",
14103
14103
  "name": "GroupId",
@@ -14170,7 +14170,7 @@
14170
14170
  "members": [
14171
14171
  {
14172
14172
  "disabled": false,
14173
- "document": "部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y",
14173
+ "document": "部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。",
14174
14174
  "example": "group-ab958z6y",
14175
14175
  "member": "string",
14176
14176
  "name": "GroupId",
@@ -14186,7 +14186,7 @@
14186
14186
  {
14187
14187
  "disabled": false,
14188
14188
  "document": "部署组列表-其它字段",
14189
- "example": "true",
14189
+ "example": "",
14190
14190
  "member": "ContainerGroupOther",
14191
14191
  "name": "Result",
14192
14192
  "output_required": true,
@@ -14207,7 +14207,7 @@
14207
14207
  "members": [
14208
14208
  {
14209
14209
  "disabled": false,
14210
- "document": "部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y",
14210
+ "document": "部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。",
14211
14211
  "example": "group-gyqpkzda",
14212
14212
  "member": "string",
14213
14213
  "name": "GroupId",
@@ -15068,7 +15068,7 @@
15068
15068
  "members": [
15069
15069
  {
15070
15070
  "disabled": false,
15071
- "document": "部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y",
15071
+ "document": "部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。",
15072
15072
  "example": "group-6a79x94v",
15073
15073
  "member": "string",
15074
15074
  "name": "GroupId",
@@ -17403,7 +17403,7 @@
17403
17403
  "members": [
17404
17404
  {
17405
17405
  "disabled": false,
17406
- "document": "实例所属部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。部署组所在集群必须是活跃状态的。",
17406
+ "document": "部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。",
17407
17407
  "example": "group-df3fsd23",
17408
17408
  "member": "string",
17409
17409
  "name": "GroupId",
@@ -20191,7 +20191,7 @@
20191
20191
  },
20192
20192
  {
20193
20193
  "disabled": false,
20194
- "document": "实例id,通过北极星控制台获取",
20194
+ "document": "实例id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取",
20195
20195
  "example": "ins-6a79x94v",
20196
20196
  "member": "string",
20197
20197
  "name": "InstanceId",
@@ -20224,7 +20224,7 @@
20224
20224
  },
20225
20225
  {
20226
20226
  "disabled": false,
20227
- "document": "实例地域id,通过北极星控制台获取",
20227
+ "document": "实例地域id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取",
20228
20228
  "example": "7",
20229
20229
  "member": "string",
20230
20230
  "name": "RegionId",
@@ -20235,7 +20235,7 @@
20235
20235
  },
20236
20236
  {
20237
20237
  "disabled": false,
20238
- "document": "实例命名空间ID,通过北极星控制台获取",
20238
+ "document": "实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取",
20239
20239
  "example": "namespace-6a79x94v",
20240
20240
  "member": "string",
20241
20241
  "name": "InstanceNamespaceId",
@@ -21627,7 +21627,7 @@
21627
21627
  },
21628
21628
  {
21629
21629
  "disabled": false,
21630
- "document": "实例启动时的时间戳",
21630
+ "document": "实例启动时的时间戳,单位秒",
21631
21631
  "example": "158702289",
21632
21632
  "member": "string",
21633
21633
  "name": "CreatedAt",
@@ -21637,7 +21637,7 @@
21637
21637
  },
21638
21638
  {
21639
21639
  "disabled": false,
21640
- "document": "服务实例状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown",
21640
+ "document": "服务实例状态,枚举值为:\n- `Starting`:启动中\n- `Running`:运行中\n- `Stopping`:停止中\n- `Stopped`: 已停止\n- `StopFailed`: 停止失败\n- `Abnormal`: 异常\n- `Unknown`: 未知",
21641
21641
  "example": "RUNNING",
21642
21642
  "member": "string",
21643
21643
  "name": "ServiceInstanceStatus",
@@ -21647,7 +21647,7 @@
21647
21647
  },
21648
21648
  {
21649
21649
  "disabled": false,
21650
- "document": "机器实例可使用状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown",
21650
+ "document": "机器实例可使用状态,枚举值为:\n- `Starting`:启动中\n- `Running`:运行中\n- `Stopping`:停止中\n- `Stopped`: 已停止\n- `StopFailed`: 停止失败\n- `Abnormal`: 异常\n- `Unknown`: 未知",
21651
21651
  "example": "Running",
21652
21652
  "member": "string",
21653
21653
  "name": "InstanceAvailableStatus",
@@ -23194,7 +23194,7 @@
23194
23194
  },
23195
23195
  {
23196
23196
  "disabled": false,
23197
- "document": "机器运行状态 Pending Running Stopped Rebooting Starting Stopping Abnormal Unknown",
23197
+ "document": "机器运行状态,枚举值为:\n- `Pending`: 准备中\n- `Running`: 运行中\n- `Stopped`: 已停止\n- `Rebooting`: 重启中\n- `Starting`: 启动中\n- `Stopping`: 停止中\n- `Abnormal`: 异常\n- `Unknown`: 未知\n- `Offline`: 离线 ",
23198
23198
  "example": "running",
23199
23199
  "member": "string",
23200
23200
  "name": "InstanceStatus",
@@ -24712,8 +24712,8 @@
24712
24712
  "members": [
24713
24713
  {
24714
24714
  "disabled": false,
24715
- "document": "应用ID",
24716
- "example": "应用ID,按照【应用ID】进行过滤,可通过调用DescribeApplications查询已创建的项目列表或登录控制台进行查看;也可以调用CreateApplication创建新的项目。部署组ID例如:application-6a79x94v",
24715
+ "document": "应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。",
24716
+ "example": "application-6a79x94v",
24717
24717
  "member": "string",
24718
24718
  "name": "ApplicationId",
24719
24719
  "required": true,
@@ -24812,7 +24812,7 @@
24812
24812
  "members": [
24813
24813
  {
24814
24814
  "disabled": false,
24815
- "document": "集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。",
24815
+ "document": "集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。",
24816
24816
  "example": "cls-6a79x94v",
24817
24817
  "member": "string",
24818
24818
  "name": "ClusterId",
@@ -24873,7 +24873,7 @@
24873
24873
  {
24874
24874
  "disabled": false,
24875
24875
  "document": "更新集群详情操作是否成功。\ntrue: 操作成功。\nfalse:操作失败。",
24876
- "example": "1",
24876
+ "example": "true",
24877
24877
  "member": "bool",
24878
24878
  "name": "Result",
24879
24879
  "output_required": true,
@@ -25031,7 +25031,7 @@
25031
25031
  "members": [
25032
25032
  {
25033
25033
  "disabled": false,
25034
- "document": "部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。",
25034
+ "document": "部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。",
25035
25035
  "example": "group-9yn2q8yd",
25036
25036
  "member": "string",
25037
25037
  "name": "GroupId",
@@ -25287,7 +25287,7 @@
25287
25287
  "members": [
25288
25288
  {
25289
25289
  "disabled": false,
25290
- "document": "命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces查询已创建的项目列表或登录控制台进行查看;也可以调用CreateNamespace创建新的项目。命名空间ID例如:namespace-6a79x94v。",
25290
+ "document": "命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。",
25291
25291
  "example": "namespace-6a79x94v",
25292
25292
  "member": "string",
25293
25293
  "name": "NamespaceId",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: tccli
3
- Version: 3.0.1381.1
3
+ Version: 3.0.1382.1
4
4
  Summary: Universal Command Line Environment for Tencent Cloud
5
5
  Project-URL: Bug Tracker, https://github.com/TencentCloud/tencentcloud-cli/issues
6
6
  Project-URL: Homepage, https://github.com/TencentCloud/tencentcloud-cli
@@ -13,7 +13,7 @@ Classifier: Programming Language :: Python :: 2.7
13
13
  Classifier: Programming Language :: Python :: 3
14
14
  Requires-Dist: jmespath==0.10.0
15
15
  Requires-Dist: six==1.16.0
16
- Requires-Dist: tencentcloud-sdk-python>=3.0.1381
16
+ Requires-Dist: tencentcloud-sdk-python>=3.0.1382
17
17
  Description-Content-Type: text/markdown
18
18
 
19
19
  # 命令行工具简介