tccli 3.0.1366.1__py2.py3-none-any.whl → 3.0.1368.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.
- tccli/__init__.py +1 -1
- tccli/services/apm/v20210622/api.json +16 -4
- tccli/services/cdb/v20170320/api.json +1 -1
- tccli/services/cdn/v20180606/api.json +17 -4
- tccli/services/cfw/cfw_client.py +34 -193
- tccli/services/cfw/v20190904/api.json +21 -341
- tccli/services/cfw/v20190904/examples.json +2 -26
- tccli/services/cls/v20201016/api.json +20 -18
- tccli/services/cls/v20201016/examples.json +7 -7
- tccli/services/ctem/v20231128/api.json +5 -5
- tccli/services/cwp/v20180228/api.json +12 -12
- tccli/services/cwp/v20180228/examples.json +4 -4
- tccli/services/dlc/v20210125/api.json +77 -9
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/es/v20180416/api.json +132 -3
- tccli/services/es/v20250101/api.json +6 -6
- tccli/services/es/v20250101/examples.json +8 -8
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/iotexplorer/v20190423/api.json +72 -2
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/ocr/v20181119/api.json +123 -123
- tccli/services/sqlserver/v20180328/api.json +14 -14
- tccli/services/sqlserver/v20180328/examples.json +3 -3
- tccli/services/ssl/v20191205/api.json +40 -0
- tccli/services/ssl/v20191205/examples.json +1 -1
- tccli/services/sts/v20180813/api.json +1 -1
- tccli/services/tdmq/v20200217/api.json +62 -2
- tccli/services/teo/v20220901/api.json +11 -11
- tccli/services/thpc/thpc_client.py +330 -12
- tccli/services/thpc/v20230321/api.json +718 -0
- tccli/services/thpc/v20230321/examples.json +48 -0
- tccli/services/trocket/v20230308/api.json +40 -0
- tccli/services/tsf/tsf_client.py +159 -0
- tccli/services/tsf/v20180326/api.json +583 -0
- tccli/services/tsf/v20180326/examples.json +24 -0
- tccli/services/tts/v20190823/api.json +1 -1
- tccli/services/vod/v20180717/api.json +5 -5
- tccli/services/vrs/v20200824/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +173 -21
- tccli/services/wedata/v20210820/examples.json +3 -9
- {tccli-3.0.1366.1.dist-info → tccli-3.0.1368.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1366.1.dist-info → tccli-3.0.1368.1.dist-info}/RECORD +47 -47
- {tccli-3.0.1366.1.dist-info → tccli-3.0.1368.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1366.1.dist-info → tccli-3.0.1368.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1366.1.dist-info → tccli-3.0.1368.1.dist-info}/license_files/LICENSE +0 -0
@@ -984,6 +984,22 @@
|
|
984
984
|
"title": "查询泳道列表"
|
985
985
|
}
|
986
986
|
],
|
987
|
+
"DescribeLicenses": [
|
988
|
+
{
|
989
|
+
"document": "",
|
990
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeLicenses\n&Offset=0\n&Limit=50\n&<公共请求参数>",
|
991
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6d7e580e-4b1c-49a7-8ffd-21551f865643\",\n \"Result\": {\n \"TotalCount\": 1,\n \"Content\": [\n {\n \"LicenseId\": \"tsf-jhdas5d3\",\n \"Tags\": [\n {\n \"TagKey\": \"\",\n \"TagValue\": \"AAA\"\n },\n {\n \"TagKey\": \"\",\n \"TagValue\": \"BBB\"\n }\n ]\n }\n ]\n }\n }\n}",
|
992
|
+
"title": "查询许可列表"
|
993
|
+
}
|
994
|
+
],
|
995
|
+
"DescribeLogCapacity": [
|
996
|
+
{
|
997
|
+
"document": "",
|
998
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeLogCapacity\n&<公共请求参数>",
|
999
|
+
"output": "{\n \"Response\": {\n \"Capacity\": 5.0,\n \"RequestId\": \"\",\n \"UsedSpace\": 1.2\n }\n}",
|
1000
|
+
"title": "获取日志容量"
|
1001
|
+
}
|
1002
|
+
],
|
987
1003
|
"DescribeMicroservice": [
|
988
1004
|
{
|
989
1005
|
"document": "",
|
@@ -1136,6 +1152,14 @@
|
|
1136
1152
|
"title": "获取仓库信息"
|
1137
1153
|
}
|
1138
1154
|
],
|
1155
|
+
"DescribeResourceConfig": [
|
1156
|
+
{
|
1157
|
+
"document": "",
|
1158
|
+
"input": "https://tsf.tencentcloudapi.com/?Action=DescribeResourceConfig\r\n&<公共请求参数>",
|
1159
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"5b8af5a9-bd6c-4e7b-91d4-813a41c71163\",\n \"Result\": {\n \"License\": {\n \"Function\": [\n {\n \"Name\": \"vm\",\n \"Enable\": true\n },\n {\n \"Name\": \"container\",\n \"Enable\": true\n },\n {\n \"Name\": \"mesh\",\n \"Enable\": true\n },\n {\n \"Name\": \"scalable\",\n \"Enable\": true\n },\n {\n \"Name\": \"api-governance\",\n \"Enable\": true\n },\n {\n \"Name\": \"gateway\",\n \"Enable\": true\n },\n {\n \"Name\": \"transaction\",\n \"Enable\": true\n },\n {\n \"Name\": \"endpoint\",\n \"Enable\": true\n },\n {\n \"Name\": \"template\",\n \"Enable\": true\n }\n ],\n \"Resource\": [\n {\n \"Name\": \"instance\",\n \"Quota\": 20\n }\n ],\n \"ExpireTime\": 1583942400,\n \"Countdown\": 24819257\n },\n \"Sts\": {\n \"Uin\": \"91000000039\"\n },\n \"Instance\": {\n \"Container\": {\n \"MasterNumLimit\": 0,\n \"NodeNumLimitPerSetup\": 0,\n \"ImportMode\": [\n \"R\"\n ]\n },\n \"Vm\": {\n \"ImportMode\": [\n \"M\",\n \"R\"\n ]\n }\n },\n \"Group\": {\n \"Container\": {\n \"AdditionalResourceRequirement\": {\n \"N\": {\n \"Cpu\": \"0.100\",\n \"Mem\": \"125\"\n },\n \"M\": {\n \"Cpu\": \"0.350\",\n \"Mem\": \"375\"\n }\n }\n }\n }\n }\n }\n}",
|
1160
|
+
"title": "获取资源配置信息"
|
1161
|
+
}
|
1162
|
+
],
|
1139
1163
|
"DescribeResourceTaskStatus": [
|
1140
1164
|
{
|
1141
1165
|
"document": "",
|
@@ -24,7 +24,7 @@
|
|
24
24
|
},
|
25
25
|
"metadata": {
|
26
26
|
"apiVersion": "2019-08-23",
|
27
|
-
"api_brief": "
|
27
|
+
"api_brief": "## 概述\n\n语音合成(Text To Speech,TTS)可以满足将文本转化成拟人化语音的需求,打通人机交互闭环。提供多种音色选择,支持自定义音量、语速,让发音更自然、更专业、更符合场景需求。语音合成广泛应用于智能体对话、语音助手、有声读物、新闻资讯播报等场景,提升人机交互体验,提高语音类应用构建效率。\n\n您可以调用 API 进行语音合成操作,例如超自然大模型语音合成、大模型语音合成等。\n语音合成支持的所有接口信息,请参见 [语音合成API概览](https://cloud.tencent.com/document/product/1073/37986) 。\n\n## 术语表\n\n语音合成 API 接口的常见术语请参见下表:\n\n| 术语 | 描述 | \n|---------|---------|\n| 采样率 | 采样率(Sampling Rate)是指在数字信号处理中,每秒钟对连续信号进行采样的次数,通常以赫兹(Hz)为单位表示。采样率越高,数字信号对原始模拟信号的还原度越高,声音或图像的质量也越好。但同时,采样率越高,数据量也越大。 |\n\n\t\n## 使用限制\n\n对于 API 接口的参数限制,请参考各接口文档中的参数说明。\n\n\n## API 快速入门\n\n您可以使用 API Explorer 工具在线调用 API。\n\n本文以基础语音合成为例,通过 API Explorer 工具调用 API 接口的步骤如下:\n1、注册腾讯云账号并通过实名认证后,登录 [语音合成控制台](https://console.cloud.tencent.com/tts) ,阅读和同意服务条款,单击立即开通,即可获得语音合成的 API 接口调用权限。\n2、进入[API Explorer](https://console.cloud.tencent.com/api/explorer?Product=tts&Version=2019-08-23&Action=TextToVoice) 页面。更多 API Explorer 工具使用信息,请参见 [使用 API Explorer](https://cloud.tencent.com/document/product/1278/46697) 。\n3、调用 [API Explorer-语音合成](https://console.cloud.tencent.com/api/explorer?Product=tts&Version=2019-08-23&Action=TextToVoice) 接口。\n4、输入相应参数后在线调用查看响应结果。具体输入参数说明可见 [基础语音合成-API文档](https://cloud.tencent.com/document/product/1073/37995) \n\n更多操作指引请参考:[一分钟接入服务端 API](https://cloud.tencent.com/document/product/1073/56640)",
|
28
28
|
"serviceNameCN": "语音合成",
|
29
29
|
"serviceShortName": "tts"
|
30
30
|
},
|
@@ -15561,8 +15561,8 @@
|
|
15561
15561
|
},
|
15562
15562
|
{
|
15563
15563
|
"disabled": false,
|
15564
|
-
"document": "License 类型,默认为
|
15565
|
-
"example": "
|
15564
|
+
"document": "License 类型,默认为 CommercialDRMLicense 。目前支持的 License 类型包括:\n<li> CommercialDRMLicense: 商业级 DRM License</li>\n<li> JITEncryptionDRMLicense: 即时加密 DRM License</li>",
|
15565
|
+
"example": "CommercialDRMLicense",
|
15566
15566
|
"member": "string",
|
15567
15567
|
"name": "LicenseType",
|
15568
15568
|
"required": false,
|
@@ -15772,7 +15772,7 @@
|
|
15772
15772
|
},
|
15773
15773
|
{
|
15774
15774
|
"disabled": false,
|
15775
|
-
"document": "查询视频处理任务类型,目前支持的任务类型包括:\n<li> Transcoding: 普通转码</li>\n<li> Transcoding-TESHD: 极速高清转码</li>\n<li> Editing: 视频编辑</li>\n<li> Editing-TESHD: 极速高清视频编辑</li>\n<li> AdaptiveBitrateStreaming: 自适应码流</li>\n<li> ContentAudit: 内容审核</li>\n<li> ContentRecognition: 内容识别</li>\n<li> RemoveWatermark: 去除水印</li>\n<li> ExtractTraceWatermark: 提取水印</li>\n<li> AddTraceWatermark: 添加水印</li>\n<li> RebuildMedia: 音画质重生</li>\n<li> QualityInspect: 音画质检测</li>\n<li> VideoHighlight: 视频智能集锦</li>\n<li> VideoTag: 视频智能标签</li>\n<li> VideoClassification: 视频智能分类</li>\n<li> VideoCover: 视频智能封面</li>\n<li> VideoSegment: 视频智能拆条</li>\n<li> VideoProduce: 视频制作</li>\n<li> MediaCast: 媒体转推</li>\n<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>\n<li>VoiceTranslation: 语音翻译</li>\n<li>JITTranscoding: 即时转码</li>\n<li>VideoSnapshot: 视频截图</li>",
|
15775
|
+
"document": "查询视频处理任务类型,目前支持的任务类型包括:\n<li> Transcoding: 普通转码</li>\n<li> Transcoding-TESHD: 极速高清转码</li>\n<li> Editing: 视频编辑</li>\n<li> Editing-TESHD: 极速高清视频编辑</li>\n<li> AdaptiveBitrateStreaming: 自适应码流</li>\n<li> ContentAudit: 内容审核</li>\n<li> ContentRecognition: 内容识别</li>\n<li> RemoveWatermark: 去除水印</li>\n<li> ExtractTraceWatermark: 提取水印</li>\n<li> AddTraceWatermark: 添加水印</li>\n<li> RebuildMedia: 音画质重生</li>\n<li> QualityInspect: 音画质检测</li>\n<li> VideoHighlight: 视频智能集锦</li>\n<li> VideoTag: 视频智能标签</li>\n<li> VideoClassification: 视频智能分类</li>\n<li> VideoCover: 视频智能封面</li>\n<li> VideoSegment: 视频智能拆条</li>\n<li> VideoProduce: 视频制作</li>\n<li> MediaCast: 媒体转推</li>\n<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>\n<li>VoiceTranslation: 语音翻译</li>\n<li>JITTranscoding: 即时转码</li>\n<li>VideoSnapshot: 视频截图</li>\n<li>JITEncryption: 即时加密</li>\n",
|
15776
15776
|
"example": "Transcoding-TESHD",
|
15777
15777
|
"member": "string",
|
15778
15778
|
"name": "Type",
|
@@ -15788,7 +15788,7 @@
|
|
15788
15788
|
{
|
15789
15789
|
"disabled": false,
|
15790
15790
|
"document": "视频处理统计数据概览,展示所查询任务的概览以及详细数据。",
|
15791
|
-
"example": "
|
15791
|
+
"example": "[{\"TaskType\":\"JITEncryption\",\"Summary\":[{\"Time\":\"2025-07-20T00:00:00+08:00\",\"Count\":20,\"Usage\":50}],\"Details\":[{\"TaskType\":\"JITEncryption\",\"Specification\":\"JITEncryption\",\"Data\":[{\"Time\":\"2025-07-20T00:00:00+08:00\",\"Count\":20,\"Usage\":50}]}]}]",
|
15792
15792
|
"member": "TaskStatData",
|
15793
15793
|
"name": "MediaProcessDataSet",
|
15794
15794
|
"output_required": true,
|
@@ -37107,7 +37107,7 @@
|
|
37107
37107
|
"members": [
|
37108
37108
|
{
|
37109
37109
|
"disabled": false,
|
37110
|
-
"document": "任务类型。\n<li> Transcoding: 普通转码</li>\n<li> Transcoding-TESHD: 极速高清转码</li>\n<li> Editing: 视频编辑</li>\n<li> Editing-TESHD: 极速高清视频编辑</li>\n<li> AdaptiveBitrateStreaming: 自适应码流</li>\n<li> ContentAudit: 内容审核</li>\n<li> ContentRecognition: 内容识别</li>\n<li> RemoveWatermark: 去水印</li>\n<li> ExtractTraceWatermark: 提取水印</li>\n<li> AddTraceWatermark: 添加水印</li>\n<li> RebuildMedia: 音画质重生</li>\n<li> QualityInspect: 音画质检测</li>\n<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>\n<li>VoiceTranslation: 语音翻译</li>\n<li>JITTranscoding: 即时转码</li>\n<li>VideoSnapshot: 视频截图</li>",
|
37110
|
+
"document": "任务类型。\n<li> Transcoding: 普通转码</li>\n<li> Transcoding-TESHD: 极速高清转码</li>\n<li> Editing: 视频编辑</li>\n<li> Editing-TESHD: 极速高清视频编辑</li>\n<li> AdaptiveBitrateStreaming: 自适应码流</li>\n<li> ContentAudit: 内容审核</li>\n<li> ContentRecognition: 内容识别</li>\n<li> RemoveWatermark: 去水印</li>\n<li> ExtractTraceWatermark: 提取水印</li>\n<li> AddTraceWatermark: 添加水印</li>\n<li> RebuildMedia: 音画质重生</li>\n<li> QualityInspect: 音画质检测</li>\n<li>Transcode: 转码,包含普通转码、极速高清和视频编辑(不推荐使用)</li>\n<li>VoiceTranslation: 语音翻译</li>\n<li>JITTranscoding: 即时转码</li>\n<li>VideoSnapshot: 视频截图</li>\n<li>JITEncryption: 即时加密</li>",
|
37111
37111
|
"example": "Transcoding",
|
37112
37112
|
"member": "string",
|
37113
37113
|
"name": "TaskType",
|
@@ -59,7 +59,7 @@
|
|
59
59
|
},
|
60
60
|
"metadata": {
|
61
61
|
"apiVersion": "2020-08-24",
|
62
|
-
"api_brief": "
|
62
|
+
"api_brief": "## 概述\n\n声音复刻(Voice Cloning)为企业提供快速、批量、自动化的定制音色服务。声音复刻基于客户上传的少量录音数据进行模型训练,实现对发音人音色的定制。完成音色训练后,可通过调用[语音合成](https://cloud.tencent.com/product/tts)输出对应的音色音频。声音复刻广泛适用于数字人、语音社交、资讯播报、短视频制作等场景。 \n\n本章节介绍的声音复刻 API 接口均为 API 3.0接口。\n您可以调用 API 进行声音复刻操作,声音复刻支持的所有接口信息请参见 [API概览](https://cloud.tencent.com/document/product/1283/90075) 。\n\n## 术语表\n\n声音复刻 API 接口的常见术语请参见下表:\n\n| 术语 | 描述 | \n|---------|---------|\n| 音质检测 | 用于检测原始音频的清晰度、是否存在背景噪声及语义一致性。<br>注:为确保复刻音色的合成效果,需要提供音质良好,发音清晰,切无环境噪音的注册音频 |\n\n\t\n## 使用限制\n\n对于 API 接口的参数限制,请参考各接口文档中的参数说明。\n\n## API 快速入门\n\n您可以使用 API Explorer 工具在线调用 API。\n\n本文以声音复刻任务创建为例,通过 API Explorer 工具调用 API 接口的步骤如下:\n1、注册腾讯云账号并通过实名认证后,登录 [声音复刻控制台](https://console.cloud.tencent.com/vrs) ,阅读和同意服务条款,单击立即开通,即可获得声音复刻的 API 接口调用权限。\n2、进入[API Explorer](https://console.cloud.tencent.com/api/explorer?Product=vrs&Version=2020-08-24&Action=CreateVRSTask) 页面。更多 API Explorer 工具使用信息,请参见 [使用 API Explorer](https://cloud.tencent.com/document/product/1278/46697 ) 。\n3、调用 [API Explorer-声音复刻](https://console.cloud.tencent.com/api/explorer?Product=vrs&Version=2020-08-24&Action=CreateVRSTask) 接口。\n4、输入相应参数后在线调用查看响应结果。具体输入参数说明可见[声音复刻任务创建接口](https://cloud.tencent.com/document/product/1283/90064)",
|
63
63
|
"serviceNameCN": "声音复刻",
|
64
64
|
"serviceShortName": "vrs"
|
65
65
|
},
|
@@ -4125,6 +4125,111 @@
|
|
4125
4125
|
],
|
4126
4126
|
"usage": "out"
|
4127
4127
|
},
|
4128
|
+
"BaseProject": {
|
4129
|
+
"document": "项目信息",
|
4130
|
+
"members": [
|
4131
|
+
{
|
4132
|
+
"disabled": false,
|
4133
|
+
"document": "项目标识,英文名\n注意:此字段可能返回 null,表示取不到有效值。",
|
4134
|
+
"example": "testpj",
|
4135
|
+
"member": "string",
|
4136
|
+
"name": "ProjectName",
|
4137
|
+
"output_required": true,
|
4138
|
+
"required": true,
|
4139
|
+
"type": "string",
|
4140
|
+
"value_allowed_null": true
|
4141
|
+
},
|
4142
|
+
{
|
4143
|
+
"disabled": false,
|
4144
|
+
"document": "项目显示名称,可以为中文名\n注意:此字段可能返回 null,表示取不到有效值。",
|
4145
|
+
"example": "项目a",
|
4146
|
+
"member": "string",
|
4147
|
+
"name": "DisplayName",
|
4148
|
+
"output_required": true,
|
4149
|
+
"required": true,
|
4150
|
+
"type": "string",
|
4151
|
+
"value_allowed_null": true
|
4152
|
+
},
|
4153
|
+
{
|
4154
|
+
"disabled": false,
|
4155
|
+
"document": "地域\n注意:此字段可能返回 null,表示取不到有效值。",
|
4156
|
+
"example": "beijing",
|
4157
|
+
"member": "string",
|
4158
|
+
"name": "Region",
|
4159
|
+
"output_required": true,
|
4160
|
+
"required": true,
|
4161
|
+
"type": "string",
|
4162
|
+
"value_allowed_null": true
|
4163
|
+
},
|
4164
|
+
{
|
4165
|
+
"disabled": false,
|
4166
|
+
"document": "项目的所在租户ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
4167
|
+
"example": "1",
|
4168
|
+
"member": "string",
|
4169
|
+
"name": "TenantId",
|
4170
|
+
"output_required": true,
|
4171
|
+
"required": false,
|
4172
|
+
"type": "string",
|
4173
|
+
"value_allowed_null": true
|
4174
|
+
},
|
4175
|
+
{
|
4176
|
+
"disabled": false,
|
4177
|
+
"document": "项目id\n注意:此字段可能返回 null,表示取不到有效值。",
|
4178
|
+
"example": "1",
|
4179
|
+
"member": "string",
|
4180
|
+
"name": "ProjectId",
|
4181
|
+
"output_required": true,
|
4182
|
+
"required": false,
|
4183
|
+
"type": "string",
|
4184
|
+
"value_allowed_null": true
|
4185
|
+
},
|
4186
|
+
{
|
4187
|
+
"disabled": false,
|
4188
|
+
"document": "备注\n注意:此字段可能返回 null,表示取不到有效值。",
|
4189
|
+
"example": "备注",
|
4190
|
+
"member": "string",
|
4191
|
+
"name": "Description",
|
4192
|
+
"output_required": true,
|
4193
|
+
"required": false,
|
4194
|
+
"type": "string",
|
4195
|
+
"value_allowed_null": true
|
4196
|
+
},
|
4197
|
+
{
|
4198
|
+
"disabled": false,
|
4199
|
+
"document": "创建时间\n注意:此字段可能返回 null,表示取不到有效值。",
|
4200
|
+
"example": "2014-08-03T12:00:00+08:00",
|
4201
|
+
"member": "datetime_iso",
|
4202
|
+
"name": "CreateTime",
|
4203
|
+
"output_required": true,
|
4204
|
+
"required": false,
|
4205
|
+
"type": "string",
|
4206
|
+
"value_allowed_null": true
|
4207
|
+
},
|
4208
|
+
{
|
4209
|
+
"disabled": false,
|
4210
|
+
"document": "项目状态:0:禁用,1:启用,-3:禁用中,2:启用中\n注意:此字段可能返回 null,表示取不到有效值。",
|
4211
|
+
"example": "无",
|
4212
|
+
"member": "uint64",
|
4213
|
+
"name": "Status",
|
4214
|
+
"output_required": true,
|
4215
|
+
"required": false,
|
4216
|
+
"type": "int",
|
4217
|
+
"value_allowed_null": true
|
4218
|
+
},
|
4219
|
+
{
|
4220
|
+
"disabled": false,
|
4221
|
+
"document": "项目类型,SIMPLE:简单模式 STANDARD:标准模式\n注意:此字段可能返回 null,表示取不到有效值。",
|
4222
|
+
"example": "STANDARD",
|
4223
|
+
"member": "string",
|
4224
|
+
"name": "Model",
|
4225
|
+
"output_required": false,
|
4226
|
+
"required": false,
|
4227
|
+
"type": "string",
|
4228
|
+
"value_allowed_null": true
|
4229
|
+
}
|
4230
|
+
],
|
4231
|
+
"usage": "both"
|
4232
|
+
},
|
4128
4233
|
"BaseRole": {
|
4129
4234
|
"document": "基础角色对象",
|
4130
4235
|
"members": [
|
@@ -8588,7 +8693,17 @@
|
|
8588
8693
|
},
|
8589
8694
|
"CreateBaseProjectRequest": {
|
8590
8695
|
"document": "CreateBaseProject请求参数结构体",
|
8591
|
-
"members": [
|
8696
|
+
"members": [
|
8697
|
+
{
|
8698
|
+
"disabled": false,
|
8699
|
+
"document": "项目信息",
|
8700
|
+
"example": "无",
|
8701
|
+
"member": "BaseProject",
|
8702
|
+
"name": "Project",
|
8703
|
+
"required": true,
|
8704
|
+
"type": "object"
|
8705
|
+
}
|
8706
|
+
],
|
8592
8707
|
"type": "object"
|
8593
8708
|
},
|
8594
8709
|
"CreateBaseProjectResponse": {
|
@@ -10621,10 +10736,19 @@
|
|
10621
10736
|
"required": true,
|
10622
10737
|
"type": "int"
|
10623
10738
|
},
|
10739
|
+
{
|
10740
|
+
"disabled": false,
|
10741
|
+
"document": "(必填参数)指定脚本内容,base64编码",
|
10742
|
+
"example": "c2VsZWN0IDE7",
|
10743
|
+
"member": "string",
|
10744
|
+
"name": "Content",
|
10745
|
+
"required": true,
|
10746
|
+
"type": "string"
|
10747
|
+
},
|
10624
10748
|
{
|
10625
10749
|
"disabled": false,
|
10626
10750
|
"document": "扩展属性",
|
10627
|
-
"example": "
|
10751
|
+
"example": "无",
|
10628
10752
|
"member": "TaskExtInfo",
|
10629
10753
|
"name": "TaskExt",
|
10630
10754
|
"required": false,
|
@@ -10669,21 +10793,12 @@
|
|
10669
10793
|
{
|
10670
10794
|
"disabled": false,
|
10671
10795
|
"document": "工作流目录ID",
|
10672
|
-
"example": "bf8c8d93-da0b-4665
|
10796
|
+
"example": "bf8c8d93-da0b-4665",
|
10673
10797
|
"member": "string",
|
10674
10798
|
"name": "TaskFolderId",
|
10675
10799
|
"required": false,
|
10676
10800
|
"type": "string"
|
10677
10801
|
},
|
10678
|
-
{
|
10679
|
-
"disabled": false,
|
10680
|
-
"document": "(必填参数)指定脚本内容,base64编码",
|
10681
|
-
"example": "c2VsZWN0IDE7",
|
10682
|
-
"member": "string",
|
10683
|
-
"name": "Content",
|
10684
|
-
"required": false,
|
10685
|
-
"type": "string"
|
10686
|
-
},
|
10687
10802
|
{
|
10688
10803
|
"disabled": false,
|
10689
10804
|
"document": "代码模板ID",
|
@@ -10702,7 +10817,7 @@
|
|
10702
10817
|
{
|
10703
10818
|
"disabled": false,
|
10704
10819
|
"document": "无\n注意:此字段可能返回 null,表示取不到有效值。",
|
10705
|
-
"example": "
|
10820
|
+
"example": "202508120923967",
|
10706
10821
|
"member": "string",
|
10707
10822
|
"name": "Data",
|
10708
10823
|
"output_required": true,
|
@@ -12049,6 +12164,16 @@
|
|
12049
12164
|
"output_required": false,
|
12050
12165
|
"type": "list",
|
12051
12166
|
"value_allowed_null": true
|
12167
|
+
},
|
12168
|
+
{
|
12169
|
+
"disabled": false,
|
12170
|
+
"document": "禁止数据探查",
|
12171
|
+
"example": "1",
|
12172
|
+
"member": "bool",
|
12173
|
+
"name": "ForbidProbe",
|
12174
|
+
"output_required": false,
|
12175
|
+
"type": "bool",
|
12176
|
+
"value_allowed_null": false
|
12052
12177
|
}
|
12053
12178
|
],
|
12054
12179
|
"usage": "out"
|
@@ -15992,7 +16117,7 @@
|
|
15992
16117
|
},
|
15993
16118
|
{
|
15994
16119
|
"disabled": false,
|
15995
|
-
"document": "
|
16120
|
+
"document": "数据源类型,MYSQL,TENCENT_MYSQL,TDSQL_MYSQL,HIVE,KAFKA,POSTGRE,CDW,ORACLE,SQLSERVER,FTP,HDFS,ICEBERG,HBASE,TDSQL,TDSQLC,SPARK,VIRTUAL,TBASE,DB2,DM,TDENGINE,GAUSSDB,GBASE,IMPALA,ES,TENCENT_ES,S3_DATAINSIGHT,GREENPLUM,PHOENIX,SAP_HANA,SFTP,OCEANBASE,CLICKHOUSE,TCHOUSE_C,KUDU,VERTICA,REDIS,COS,S3,DLC,DORIS,CKAFKA,TDMQ_PULSAR,MONGODB,TENCENT_MONGODB,FTP_FILE,HDFS_FILE,DTS_KAFKA,REST_API,FILE,TIDB,SYBASE,TCHOUSE_X,TDSQL_POSTGRE,TCHOUSE_P,TCHOUSE_D,STARROCKS,EMR_STARROCKS,TBDS_STARROCKS,TRINO,KYUUBI,GDB,INFLUXDB,BIG_QUERY,BLOB,FILESYSTEM,SHAREPOINT,KINGBASEES,HUDI等",
|
15996
16121
|
"example": "MYSQL",
|
15997
16122
|
"member": "string",
|
15998
16123
|
"name": "Type",
|
@@ -38917,16 +39042,34 @@
|
|
38917
39042
|
{
|
38918
39043
|
"disabled": false,
|
38919
39044
|
"document": "目标修改的项目ID",
|
38920
|
-
"example": "\"
|
39045
|
+
"example": "\"1426\"",
|
38921
39046
|
"member": "string",
|
38922
39047
|
"name": "ProjectId",
|
38923
39048
|
"required": true,
|
38924
39049
|
"type": "string"
|
38925
39050
|
},
|
39051
|
+
{
|
39052
|
+
"disabled": false,
|
39053
|
+
"document": "项目显示名称,可以为中文名,需要租户范围内唯一",
|
39054
|
+
"example": "testpj",
|
39055
|
+
"member": "string",
|
39056
|
+
"name": "DisplayName",
|
39057
|
+
"required": false,
|
39058
|
+
"type": "string"
|
39059
|
+
},
|
39060
|
+
{
|
39061
|
+
"disabled": false,
|
39062
|
+
"document": "备注",
|
39063
|
+
"example": "备注test",
|
39064
|
+
"member": "string",
|
39065
|
+
"name": "Description",
|
39066
|
+
"required": false,
|
39067
|
+
"type": "string"
|
39068
|
+
},
|
38926
39069
|
{
|
38927
39070
|
"disabled": false,
|
38928
39071
|
"document": "true/false则修改,不带该参数不修改。",
|
38929
|
-
"example": "true
|
39072
|
+
"example": "true",
|
38930
39073
|
"member": "bool",
|
38931
39074
|
"name": "TaskSubmitApproval",
|
38932
39075
|
"required": false,
|
@@ -38944,7 +39087,7 @@
|
|
38944
39087
|
{
|
38945
39088
|
"disabled": false,
|
38946
39089
|
"document": "项目管理员",
|
38947
|
-
"example": "
|
39090
|
+
"example": "[\"1001\"]",
|
38948
39091
|
"member": "string",
|
38949
39092
|
"name": "ProjectManagers",
|
38950
39093
|
"required": false,
|
@@ -38962,7 +39105,7 @@
|
|
38962
39105
|
{
|
38963
39106
|
"disabled": false,
|
38964
39107
|
"document": "以后新增选项可以直接通过前端的json格式写入去实现",
|
38965
|
-
"example": "
|
39108
|
+
"example": "\"无\"",
|
38966
39109
|
"member": "string",
|
38967
39110
|
"name": "ExtraOptions",
|
38968
39111
|
"required": false,
|
@@ -38971,7 +39114,7 @@
|
|
38971
39114
|
{
|
38972
39115
|
"disabled": false,
|
38973
39116
|
"document": "项目类型,SIMPLE:简单模式 STANDARD:标准模式",
|
38974
|
-
"example": "
|
39117
|
+
"example": "\"SIMPLE\"",
|
38975
39118
|
"member": "string",
|
38976
39119
|
"name": "Model",
|
38977
39120
|
"required": false,
|
@@ -38980,11 +39123,20 @@
|
|
38980
39123
|
{
|
38981
39124
|
"disabled": false,
|
38982
39125
|
"document": "项目负责人",
|
38983
|
-
"example": "
|
39126
|
+
"example": "[\"1001\"]",
|
38984
39127
|
"member": "string",
|
38985
39128
|
"name": "ProjectOwner",
|
38986
39129
|
"required": false,
|
38987
39130
|
"type": "list"
|
39131
|
+
},
|
39132
|
+
{
|
39133
|
+
"disabled": false,
|
39134
|
+
"document": "更新类型",
|
39135
|
+
"example": "gitConfig",
|
39136
|
+
"member": "string",
|
39137
|
+
"name": "ModifyType",
|
39138
|
+
"required": false,
|
39139
|
+
"type": "string"
|
38988
39140
|
}
|
38989
39141
|
],
|
38990
39142
|
"type": "object"
|
@@ -40492,7 +40644,7 @@
|
|
40492
40644
|
},
|
40493
40645
|
{
|
40494
40646
|
"disabled": false,
|
40495
|
-
"document": "
|
40647
|
+
"document": "存在脚本的任务必填(shell任务、Hive任务、python任务等),脚本内容 base64编码",
|
40496
40648
|
"example": "\"base64编码\"",
|
40497
40649
|
"member": "string",
|
40498
40650
|
"name": "ScriptContent",
|
@@ -229,13 +229,7 @@
|
|
229
229
|
"CreateBaseProject": [
|
230
230
|
{
|
231
231
|
"document": "",
|
232
|
-
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBaseProject\n<公共请求参数>\n\n{}",
|
233
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
234
|
-
"title": "样例"
|
235
|
-
},
|
236
|
-
{
|
237
|
-
"document": "",
|
238
|
-
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBaseProject\n<公共请求参数>\n\n{}",
|
232
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBaseProject\n<公共请求参数>\n\n{\n \"Project\": {\n \"ProjectName\": \"singlepro\",\n \"Region\": \"chongqing\",\n \"DisplayName\": \"落项目\",\n \"Description\": \"字符串\"\n }\n}",
|
239
233
|
"output": "{\n \"Response\": {\n \"RequestId\": \"9d37065b-575c-457a-a96d-3d02f4a57d95\"\n }\n}",
|
240
234
|
"title": "项目返回为string类型"
|
241
235
|
}
|
@@ -2083,13 +2077,13 @@
|
|
2083
2077
|
"ModifyProject": [
|
2084
2078
|
{
|
2085
2079
|
"document": "modify project",
|
2086
|
-
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProject\n<公共请求参数>\n\n{\n \"TaskSubmitApproval\": true,\n \"ProjectId\": \"111111111111\",\n \"ResourcePoolInfo\": {\n \"ResourcePools\": [\n \"1234455555\"\n ],\n \"StorageSize\": 0,\n \"StorageFileNum\": 0,\n \"ClusterId\": \"123123123123\",\n \"StorageType\": \"123123123\"\n },\n \"ProjectManagers\": [\n \"12312312312\"\n ],\n \"TaskStrictMode\": true,\n \"ExtraOptions\": \"12312312\",\n \"Model\": \"123123123\"\n}",
|
2080
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProject\n<公共请求参数>\n\n{\n \"DisplayName\": \"bs_test\",\n \"Description\": \"bs_test\",\n \"TaskSubmitApproval\": true,\n \"ProjectId\": \"111111111111\",\n \"ResourcePoolInfo\": {\n \"ResourcePools\": [\n \"1234455555\"\n ],\n \"StorageSize\": 0,\n \"StorageFileNum\": 0,\n \"ClusterId\": \"123123123123\",\n \"StorageType\": \"123123123\"\n },\n \"ProjectManagers\": [\n \"12312312312\"\n ],\n \"TaskStrictMode\": true,\n \"ExtraOptions\": \"12312312\",\n \"Model\": \"123123123\"\n}",
|
2087
2081
|
"output": "{\n \"Response\": {\n \"RequestId\": \"eac6b301-a322-493a-8e36-83b295459397\"\n }\n}",
|
2088
2082
|
"title": "样例"
|
2089
2083
|
},
|
2090
2084
|
{
|
2091
2085
|
"document": "modify project",
|
2092
|
-
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProject\n<公共请求参数>\n\n{\n \"TaskSubmitApproval\": \"true\",\n \"ProjectId\": \"978203585769070592\"\n}",
|
2086
|
+
"input": "POST / HTTP/1.1\nHost: wedata.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProject\n<公共请求参数>\n\n{\n \"TaskSubmitApproval\": \"true\",\n \"ProjectId\": \"978203585769070592\",\n \"DisplayName\": \"bs_test\",\n \"Description\": \"bs_test\"\n}",
|
2093
2087
|
"output": "{\n \"Response\": {\n \"RequestId\": \"72fda28b-e1c8-4017-9fd0-a67c79178bde\"\n }\n}",
|
2094
2088
|
"title": "modify project"
|
2095
2089
|
},
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: tccli
|
3
|
-
Version: 3.0.
|
3
|
+
Version: 3.0.1368.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.
|
16
|
+
Requires-Dist: tencentcloud-sdk-python>=3.0.1368
|
17
17
|
Description-Content-Type: text/markdown
|
18
18
|
|
19
19
|
# 命令行工具简介
|