tccli 3.0.1367.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/cdn/v20180606/api.json +6 -1
- tccli/services/cls/v20201016/api.json +20 -18
- tccli/services/cls/v20201016/examples.json +7 -7
- tccli/services/es/v20180416/api.json +132 -3
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +1 -1
- 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/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/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 +12 -12
- {tccli-3.0.1367.1.dist-info → tccli-3.0.1368.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1367.1.dist-info → tccli-3.0.1368.1.dist-info}/RECORD +24 -24
- {tccli-3.0.1367.1.dist-info → tccli-3.0.1368.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1367.1.dist-info → tccli-3.0.1368.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1367.1.dist-info → tccli-3.0.1368.1.dist-info}/license_files/LICENSE +0 -0
tccli/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = '3.0.
|
1
|
+
__version__ = '3.0.1368.1'
|
@@ -13810,9 +13810,10 @@
|
|
13810
13810
|
{
|
13811
13811
|
"disabled": false,
|
13812
13812
|
"document": "重定向状态码,301 | 302",
|
13813
|
-
"example": "
|
13813
|
+
"example": "302",
|
13814
13814
|
"member": "int64",
|
13815
13815
|
"name": "RedirectStatusCode",
|
13816
|
+
"output_required": true,
|
13816
13817
|
"required": true,
|
13817
13818
|
"type": "int",
|
13818
13819
|
"value_allowed_null": false
|
@@ -13823,6 +13824,7 @@
|
|
13823
13824
|
"example": "no",
|
13824
13825
|
"member": "string",
|
13825
13826
|
"name": "Pattern",
|
13827
|
+
"output_required": true,
|
13826
13828
|
"required": true,
|
13827
13829
|
"type": "string",
|
13828
13830
|
"value_allowed_null": false
|
@@ -13833,6 +13835,7 @@
|
|
13833
13835
|
"example": "no",
|
13834
13836
|
"member": "string",
|
13835
13837
|
"name": "RedirectUrl",
|
13838
|
+
"output_required": true,
|
13836
13839
|
"required": true,
|
13837
13840
|
"type": "string",
|
13838
13841
|
"value_allowed_null": false
|
@@ -13843,6 +13846,7 @@
|
|
13843
13846
|
"example": "no",
|
13844
13847
|
"member": "string",
|
13845
13848
|
"name": "RedirectHost",
|
13849
|
+
"output_required": true,
|
13846
13850
|
"required": false,
|
13847
13851
|
"type": "string",
|
13848
13852
|
"value_allowed_null": true
|
@@ -13853,6 +13857,7 @@
|
|
13853
13857
|
"example": "false",
|
13854
13858
|
"member": "bool",
|
13855
13859
|
"name": "FullMatch",
|
13860
|
+
"output_required": true,
|
13856
13861
|
"required": false,
|
13857
13862
|
"type": "bool",
|
13858
13863
|
"value_allowed_null": true
|
@@ -4917,8 +4917,8 @@
|
|
4917
4917
|
"members": [
|
4918
4918
|
{
|
4919
4919
|
"disabled": false,
|
4920
|
-
"document": "日志主题
|
4921
|
-
"example": "
|
4920
|
+
"document": "日志主题Id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
|
4921
|
+
"example": "75f531f6-3644-45e5-8717-af1dc294cc93",
|
4922
4922
|
"member": "string",
|
4923
4923
|
"name": "TopicId",
|
4924
4924
|
"required": true,
|
@@ -5107,8 +5107,8 @@
|
|
5107
5107
|
"members": [
|
5108
5108
|
{
|
5109
5109
|
"disabled": false,
|
5110
|
-
"document": "
|
5111
|
-
"example": "
|
5110
|
+
"document": "日志集名字。\n\n- 最大支持255个字符。不支持`|`字符。",
|
5111
|
+
"example": "业务流日志集",
|
5112
5112
|
"member": "string",
|
5113
5113
|
"name": "LogsetName",
|
5114
5114
|
"required": true,
|
@@ -5126,7 +5126,7 @@
|
|
5126
5126
|
{
|
5127
5127
|
"disabled": false,
|
5128
5128
|
"document": "日志集ID,格式为:用户自定义部分-用户appid,用户自定义部分仅支持小写字母、数字和-,且不能以-开头和结尾,长度为3至40字符,尾部需要使用-拼接用户appid",
|
5129
|
-
"example": "user-
|
5129
|
+
"example": "user-diy-1254139626",
|
5130
5130
|
"member": "string",
|
5131
5131
|
"name": "LogsetId",
|
5132
5132
|
"required": false,
|
@@ -6825,8 +6825,8 @@
|
|
6825
6825
|
"members": [
|
6826
6826
|
{
|
6827
6827
|
"disabled": false,
|
6828
|
-
"document": "日志主题
|
6829
|
-
"example": "
|
6828
|
+
"document": "日志主题Id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
|
6829
|
+
"example": "75f531f6-3644-45e5-8717-af1dc294cc93",
|
6830
6830
|
"member": "string",
|
6831
6831
|
"name": "TopicId",
|
6832
6832
|
"required": true,
|
@@ -6888,7 +6888,7 @@
|
|
6888
6888
|
"members": [
|
6889
6889
|
{
|
6890
6890
|
"disabled": false,
|
6891
|
-
"document": "日志集
|
6891
|
+
"document": "日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。",
|
6892
6892
|
"example": "eb6eafd9-1656-4d60-b3c2-0a5bf91c9b0d",
|
6893
6893
|
"member": "string",
|
6894
6894
|
"name": "LogsetId",
|
@@ -8104,8 +8104,8 @@
|
|
8104
8104
|
"members": [
|
8105
8105
|
{
|
8106
8106
|
"disabled": false,
|
8107
|
-
"document": "日志主题
|
8108
|
-
"example": "
|
8107
|
+
"document": "日志主题Id。\n- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。",
|
8108
|
+
"example": "75f531f6-3644-45e5-8717-af1dc294cc93",
|
8109
8109
|
"member": "string",
|
8110
8110
|
"name": "TopicId",
|
8111
8111
|
"required": true,
|
@@ -8119,7 +8119,7 @@
|
|
8119
8119
|
"members": [
|
8120
8120
|
{
|
8121
8121
|
"disabled": false,
|
8122
|
-
"document": "日志主题
|
8122
|
+
"document": "日志主题Id",
|
8123
8123
|
"example": "826f8b26-b054-4a0d-8c8e-f3d609f5e0ea",
|
8124
8124
|
"member": "string",
|
8125
8125
|
"name": "TopicId",
|
@@ -8129,7 +8129,7 @@
|
|
8129
8129
|
},
|
8130
8130
|
{
|
8131
8131
|
"disabled": false,
|
8132
|
-
"document": "
|
8132
|
+
"document": "索引状态。true:开启状态,false:关闭状态\n开启后可对日志进行检索分析,将产生索引流量、索引存储及相应费用。[费用详情](https://cloud.tencent.com/document/product/614/45802#.E8.AE.A1.E8.B4.B9.E9.A1.B9)",
|
8133
8133
|
"example": "true",
|
8134
8134
|
"member": "bool",
|
8135
8135
|
"name": "Status",
|
@@ -8149,7 +8149,7 @@
|
|
8149
8149
|
},
|
8150
8150
|
{
|
8151
8151
|
"disabled": false,
|
8152
|
-
"document": "
|
8152
|
+
"document": "索引修改时间,初始值为索引创建时间。格式 `YYYY-MM-DD HH:MM:SS`",
|
8153
8153
|
"example": "2021-01-13 21:00:08 ",
|
8154
8154
|
"member": "string",
|
8155
8155
|
"name": "ModifyTime",
|
@@ -8554,7 +8554,7 @@
|
|
8554
8554
|
"members": [
|
8555
8555
|
{
|
8556
8556
|
"disabled": false,
|
8557
|
-
"document": "logsetName\n- 按照【日志集名称】进行过滤。\n- 类型:String\n- 必选:否\n
|
8557
|
+
"document": "logsetName\n- 按照【日志集名称】进行过滤。\n- 类型:String\n- 必选:否\n- 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集名称。\nlogsetId\n- 按照【日志集ID】进行过滤。\n- 类型:String\n- 必选:否\n- 通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。\n\ntagKey\n- 按照【标签键】进行过滤。\n- 类型:String\n- 必选:否\n\ntag:tagKey\n- 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换。\n- 类型:String\n- 必选:否\n\n每次请求的Filters的上限为10,Filter.Values的上限为5。",
|
8558
8558
|
"example": "无",
|
8559
8559
|
"member": "Filter",
|
8560
8560
|
"name": "Filters",
|
@@ -8591,6 +8591,7 @@
|
|
8591
8591
|
"example": "1",
|
8592
8592
|
"member": "int64",
|
8593
8593
|
"name": "TotalCount",
|
8594
|
+
"output_required": true,
|
8594
8595
|
"type": "int",
|
8595
8596
|
"value_allowed_null": false
|
8596
8597
|
},
|
@@ -8600,6 +8601,7 @@
|
|
8600
8601
|
"example": "无",
|
8601
8602
|
"member": "LogsetInfo",
|
8602
8603
|
"name": "Logsets",
|
8604
|
+
"output_required": true,
|
8603
8605
|
"type": "list",
|
8604
8606
|
"value_allowed_null": false
|
8605
8607
|
},
|
@@ -11086,7 +11088,7 @@
|
|
11086
11088
|
},
|
11087
11089
|
{
|
11088
11090
|
"disabled": false,
|
11089
|
-
"document": "
|
11091
|
+
"document": "创建时间。格式 `YYYY-MM-DD HH:MM:SS`",
|
11090
11092
|
"example": "2021-04-01 08:00:00",
|
11091
11093
|
"member": "string",
|
11092
11094
|
"name": "CreateTime",
|
@@ -12844,7 +12846,7 @@
|
|
12844
12846
|
"members": [
|
12845
12847
|
{
|
12846
12848
|
"disabled": false,
|
12847
|
-
"document": "日志集
|
12849
|
+
"document": "日志集Id。通过 [获取日志集列表](https://cloud.tencent.com/document/product/614/58624)获取日志集Id。",
|
12848
12850
|
"example": "dc01b74a-49e4-11eb-b378-0242ac130002",
|
12849
12851
|
"member": "string",
|
12850
12852
|
"name": "LogsetId",
|
@@ -12853,8 +12855,8 @@
|
|
12853
12855
|
},
|
12854
12856
|
{
|
12855
12857
|
"disabled": false,
|
12856
|
-
"document": "
|
12857
|
-
"example": "
|
12858
|
+
"document": "日志集名字。- 最大支持255个字符。不支持`|`字符。",
|
12859
|
+
"example": "业务流日志集",
|
12858
12860
|
"member": "string",
|
12859
12861
|
"name": "LogsetName",
|
12860
12862
|
"required": false,
|
@@ -171,8 +171,8 @@
|
|
171
171
|
"CreateIndex": [
|
172
172
|
{
|
173
173
|
"document": "",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"
|
175
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
174
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"75f531f6-3644-45e5-8717-af1dc294cc93\",\n \"Status\": true,\n \"Rule\": {\n \"FullText\": {\n \"CaseSensitive\": true,\n \"Tokenizer\": \"@&?|#()='\\\",;:<>[]{}/ \\n\\t\\r\\\\\"\n },\n \"KeyValue\": {\n \"CaseSensitive\": true,\n \"KeyValues\": [\n {\n \"Key\": \"age\",\n \"Value\": {\n \"Type\": \"long\",\n \"Tokenizer\": \"\",\n \"SqlFlag\": false\n }\n }\n ]\n },\n \"Tag\": {\n \"CaseSensitive\": true,\n \"KeyValues\": [\n {\n \"Key\": \"tag\",\n \"Value\": {\n \"Type\": \"text\",\n \"Tokenizer\": \"@&?|#()='\\\",;:<>[]{}/ \\n\\t\\r\\\\\",\n \"SqlFlag\": false\n }\n }\n ]\n }\n }\n}",
|
175
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"8d3c9e9e-0c2f-4d9a-bb17-71e4f42f89fd\"\n }\n}",
|
176
176
|
"title": "创建索引"
|
177
177
|
}
|
178
178
|
],
|
@@ -187,7 +187,7 @@
|
|
187
187
|
"CreateLogset": [
|
188
188
|
{
|
189
189
|
"document": "创建日志集",
|
190
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogset\n<公共请求参数>\n\n{\n \"LogsetName\": \"
|
190
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateLogset\n<公共请求参数>\n\n{\n \"LogsetName\": \"业务流日志集\",\n \"Tags\": [\n {\n \"Key\": \"test-tag\",\n \"Value\": \"test-value\"\n }\n ]\n}",
|
191
191
|
"output": "{\n \"Response\": {\n \"LogsetId\": \"dc01b74a-49e4-11eb-b378-0242ac130002\",\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
192
192
|
"title": "创建日志集"
|
193
193
|
}
|
@@ -347,7 +347,7 @@
|
|
347
347
|
"DeleteIndex": [
|
348
348
|
{
|
349
349
|
"document": "",
|
350
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"
|
350
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"75f531f6-3644-45e5-8717-af1dc294cc93\"\n}",
|
351
351
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
352
352
|
"title": "删除索引配置"
|
353
353
|
}
|
@@ -553,8 +553,8 @@
|
|
553
553
|
"DescribeIndex": [
|
554
554
|
{
|
555
555
|
"document": "",
|
556
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"
|
557
|
-
"output": "{\n \"Response\": {\n \"TopicId\": \"
|
556
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeIndex\n<公共请求参数>\n\n{\n \"TopicId\": \"75f531f6-3644-45e5-8717-af1dc294cc93\"\n}",
|
557
|
+
"output": "{\n \"Response\": {\n \"TopicId\": \"75f531f6-3644-45e5-8717-af1dc294cc93\",\n \"Status\": false,\n \"Rule\": {\n \"FullText\": {\n \"CaseSensitive\": true,\n \"Tokenizer\": \"@&?|#()='\\\",;:<>[]{}/ \\n\\t\\r\\\\\",\n \"ContainZH\": false\n },\n \"KeyValue\": {\n \"CaseSensitive\": true,\n \"KeyValues\": [\n {\n \"Key\": \"age\",\n \"Value\": {\n \"Type\": \"long\",\n \"Tokenizer\": \"\",\n \"SqlFlag\": false,\n \"ContainZH\": false,\n \"Alias\": \"\"\n }\n }\n ]\n },\n \"Tag\": {\n \"CaseSensitive\": true,\n \"KeyValues\": [\n {\n \"Key\": \"tag\",\n \"Value\": {\n \"Type\": \"text\",\n \"Tokenizer\": \"@&?|#()='\\\",;:<>[]{}/ \\n\\t\\r\\\\\",\n \"SqlFlag\": false,\n \"ContainZH\": false,\n \"Alias\": \"\"\n }\n }\n ]\n },\n \"DynamicIndex\": {\n \"Status\": false\n }\n },\n \"ModifyTime\": \"2025-08-04 15:09:10\",\n \"RequestId\": \"9cdcca5e-9d2b-41c1-8b69-6de7034e70ee\",\n \"IncludeInternalFields\": true,\n \"MetadataFlag\": 0\n }\n}",
|
558
558
|
"title": "获取索引信息"
|
559
559
|
}
|
560
560
|
],
|
@@ -821,7 +821,7 @@
|
|
821
821
|
"ModifyLogset": [
|
822
822
|
{
|
823
823
|
"document": "",
|
824
|
-
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogset\n<公共请求参数>\n\n{\n \"LogsetId\": \"dc01b74a-49e4-11eb-b378-0242ac130002\",\n \"LogsetName\": \"
|
824
|
+
"input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyLogset\n<公共请求参数>\n\n{\n \"LogsetId\": \"dc01b74a-49e4-11eb-b378-0242ac130002\",\n \"LogsetName\": \"业务流日志集\"\n}",
|
825
825
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
|
826
826
|
"title": "修改日志集名称"
|
827
827
|
}
|
@@ -435,6 +435,89 @@
|
|
435
435
|
"serviceShortName": "es"
|
436
436
|
},
|
437
437
|
"objects": {
|
438
|
+
"AutoScaleDiskInfo": {
|
439
|
+
"document": "cvm 自动扩盘参数",
|
440
|
+
"members": [
|
441
|
+
{
|
442
|
+
"disabled": false,
|
443
|
+
"document": "节点类型 hotData,warmData\n注意:此字段可能返回 null,表示取不到有效值。",
|
444
|
+
"example": "hotData",
|
445
|
+
"member": "string",
|
446
|
+
"name": "NodeType",
|
447
|
+
"output_required": false,
|
448
|
+
"required": false,
|
449
|
+
"type": "string",
|
450
|
+
"value_allowed_null": true
|
451
|
+
},
|
452
|
+
{
|
453
|
+
"disabled": false,
|
454
|
+
"document": "0:百分比扩容;1:绝对值扩容\n注意:此字段可能返回 null,表示取不到有效值。",
|
455
|
+
"example": "0",
|
456
|
+
"member": "uint64",
|
457
|
+
"name": "ScaleType",
|
458
|
+
"output_required": false,
|
459
|
+
"required": false,
|
460
|
+
"type": "int",
|
461
|
+
"value_allowed_null": true
|
462
|
+
},
|
463
|
+
{
|
464
|
+
"disabled": false,
|
465
|
+
"document": "触发阈值,单位%,例如80%\n注意:此字段可能返回 null,表示取不到有效值。",
|
466
|
+
"example": "80",
|
467
|
+
"member": "uint64",
|
468
|
+
"name": "Threshold",
|
469
|
+
"output_required": false,
|
470
|
+
"required": false,
|
471
|
+
"type": "int",
|
472
|
+
"value_allowed_null": true
|
473
|
+
},
|
474
|
+
{
|
475
|
+
"disabled": false,
|
476
|
+
"document": "触发持续时间,单位分钟,例如60\n注意:此字段可能返回 null,表示取不到有效值。",
|
477
|
+
"example": "60",
|
478
|
+
"member": "uint64",
|
479
|
+
"name": "Duration",
|
480
|
+
"output_required": false,
|
481
|
+
"required": false,
|
482
|
+
"type": "int",
|
483
|
+
"value_allowed_null": true
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"disabled": false,
|
487
|
+
"document": "每次扩容比例,单位%,例如20%\n注意:此字段可能返回 null,表示取不到有效值。",
|
488
|
+
"example": "20",
|
489
|
+
"member": "uint64",
|
490
|
+
"name": "PercentSize",
|
491
|
+
"output_required": false,
|
492
|
+
"required": false,
|
493
|
+
"type": "int",
|
494
|
+
"value_allowed_null": true
|
495
|
+
},
|
496
|
+
{
|
497
|
+
"disabled": false,
|
498
|
+
"document": "绝对值扩容,单位GB,例如100GB\n注意:此字段可能返回 null,表示取不到有效值。",
|
499
|
+
"example": "100",
|
500
|
+
"member": "uint64",
|
501
|
+
"name": "FixSize",
|
502
|
+
"output_required": false,
|
503
|
+
"required": false,
|
504
|
+
"type": "int",
|
505
|
+
"value_allowed_null": true
|
506
|
+
},
|
507
|
+
{
|
508
|
+
"disabled": false,
|
509
|
+
"document": "扩容上限,单位GB,例如500GB\n注意:此字段可能返回 null,表示取不到有效值。",
|
510
|
+
"example": "500",
|
511
|
+
"member": "uint64",
|
512
|
+
"name": "MaxSize",
|
513
|
+
"output_required": false,
|
514
|
+
"required": false,
|
515
|
+
"type": "int",
|
516
|
+
"value_allowed_null": true
|
517
|
+
}
|
518
|
+
],
|
519
|
+
"usage": "both"
|
520
|
+
},
|
438
521
|
"BackingIndexMetaField": {
|
439
522
|
"document": "后备索引元数据字段",
|
440
523
|
"members": [
|
@@ -1363,7 +1446,7 @@
|
|
1363
1446
|
{
|
1364
1447
|
"disabled": false,
|
1365
1448
|
"document": "代金券ID列表(目前仅支持指定一张代金券)",
|
1366
|
-
"example": "[\"
|
1449
|
+
"example": "[\"1asdfa\"]",
|
1367
1450
|
"member": "string",
|
1368
1451
|
"name": "VoucherIds",
|
1369
1452
|
"required": false,
|
@@ -1584,6 +1667,24 @@
|
|
1584
1667
|
"name": "EnableScheduleOperationDuration",
|
1585
1668
|
"required": false,
|
1586
1669
|
"type": "object"
|
1670
|
+
},
|
1671
|
+
{
|
1672
|
+
"disabled": false,
|
1673
|
+
"document": "自动扩盘参数列表",
|
1674
|
+
"example": "无",
|
1675
|
+
"member": "AutoScaleDiskInfo",
|
1676
|
+
"name": "AutoScaleDiskInfoList",
|
1677
|
+
"required": false,
|
1678
|
+
"type": "list"
|
1679
|
+
},
|
1680
|
+
{
|
1681
|
+
"disabled": false,
|
1682
|
+
"document": "是否开启kibana公网访问,不传默认开启",
|
1683
|
+
"example": "\"false\"",
|
1684
|
+
"member": "string",
|
1685
|
+
"name": "EnableKibanaPublicAccess",
|
1686
|
+
"required": false,
|
1687
|
+
"type": "string"
|
1587
1688
|
}
|
1588
1689
|
],
|
1589
1690
|
"type": "object"
|
@@ -1716,7 +1817,7 @@
|
|
1716
1817
|
{
|
1717
1818
|
"disabled": false,
|
1718
1819
|
"document": "代金券ID列表(目前仅支持指定一张代金券)",
|
1719
|
-
"example": "[\"\"]",
|
1820
|
+
"example": "[\"sdffsd\"]",
|
1720
1821
|
"member": "string",
|
1721
1822
|
"name": "VoucherIds",
|
1722
1823
|
"required": false,
|
@@ -1725,7 +1826,7 @@
|
|
1725
1826
|
{
|
1726
1827
|
"disabled": false,
|
1727
1828
|
"document": "自动续费标识<li>RENEW_FLAG_AUTO:自动续费</li><li>RENEW_FLAG_MANUAL:不自动续费,用户手动续费</li>ChargeType为PREPAID时需要设置,如不传递该参数,普通用户默认不自动续费,SVIP用户自动续费",
|
1728
|
-
"example": "
|
1829
|
+
"example": "BIZ_RENEW_FLAG_AUTO",
|
1729
1830
|
"member": "string",
|
1730
1831
|
"name": "RenewFlag",
|
1731
1832
|
"required": false,
|
@@ -8576,6 +8677,16 @@
|
|
8576
8677
|
"output_required": false,
|
8577
8678
|
"type": "string",
|
8578
8679
|
"value_allowed_null": true
|
8680
|
+
},
|
8681
|
+
{
|
8682
|
+
"disabled": false,
|
8683
|
+
"document": "自动扩容标识:0-非自动,1-自动",
|
8684
|
+
"example": "0",
|
8685
|
+
"member": "uint64",
|
8686
|
+
"name": "AutoScaleTag",
|
8687
|
+
"output_required": false,
|
8688
|
+
"type": "int",
|
8689
|
+
"value_allowed_null": false
|
8579
8690
|
}
|
8580
8691
|
],
|
8581
8692
|
"usage": "out"
|
@@ -10983,6 +11094,24 @@
|
|
10983
11094
|
"name": "EnableDestroyProtection",
|
10984
11095
|
"required": false,
|
10985
11096
|
"type": "string"
|
11097
|
+
},
|
11098
|
+
{
|
11099
|
+
"disabled": false,
|
11100
|
+
"document": "自动扩盘参数",
|
11101
|
+
"example": "无",
|
11102
|
+
"member": "AutoScaleDiskInfo",
|
11103
|
+
"name": "AutoScaleDiskInfoList",
|
11104
|
+
"required": false,
|
11105
|
+
"type": "list"
|
11106
|
+
},
|
11107
|
+
{
|
11108
|
+
"disabled": false,
|
11109
|
+
"document": "自动扩盘删除参数",
|
11110
|
+
"example": "[\"hotData\",\"warmData\"]",
|
11111
|
+
"member": "string",
|
11112
|
+
"name": "AutoScaleDiskDeleteNodeTypeList",
|
11113
|
+
"required": false,
|
11114
|
+
"type": "list"
|
10986
11115
|
}
|
10987
11116
|
],
|
10988
11117
|
"type": "object"
|
@@ -150,7 +150,7 @@
|
|
150
150
|
},
|
151
151
|
"metadata": {
|
152
152
|
"apiVersion": "2023-09-01",
|
153
|
-
"api_brief": "
|
153
|
+
"api_brief": "腾讯混元大模型(Tencent Hunyuan)由腾讯公司全链路自研,在高质量内容创作、数理逻辑、代码生成和多轮对话上性能表现卓越,处于业界领先水平。混元 API 支持 AI 搜索联网插件,通过整合腾讯优质的内容生态,提供强大的时新、深度内容获取和 AI 问答能力。\n腾讯混元大模型支持的所有接口信息,请参见 [API 概览](https://cloud.tencent.com/document/product/1729/101848)。\n\n**术语表**\n\n| 术语 | 说明 | \n|---------|---------|\n| 并发任务数 | 并发任务数(并发)指能同时处理的任务数量,如果并发任务数为1,代表最多能同时处理1个已提交的任务,上一个任务处理完毕后才能开始处理下一个任务。 | \n| API 密钥 | API 密钥是用户访问腾讯云 API 进行身份验证时需要用到的安全凭证,由 SecretId 和 SecretKey 一起组成。 | \n\n**使用限制**\n对于 API 接口的参数限制,请参考各接口文档中的参数说明。\n\n**API 快速入门**\n您可以使用 API Explorer 工具在线调用 API。\n本文以创建应用为例,通过 API Explorer 工具调用 API 接口的步骤如下:\n1.进入 [API Explorer](https://console.cloud.tencent.com/api/explorer?Product=hunyuan&Version=2023-09-01&Action=ChatCompletions) 页面。更多 API Explorer 工具使用信息,请参见[文档](https://cloud.tencent.com/document/product/1278/46697) 。\n2.调用 [ChatCompletions](https://cloud.tencent.com/document/product/1729/105701) 接口,调用腾讯混元大模型。",
|
154
154
|
"serviceNameCN": "腾讯混元大模型",
|
155
155
|
"serviceShortName": "hunyuan"
|
156
156
|
},
|
@@ -7880,6 +7880,46 @@
|
|
7880
7880
|
"type": "list",
|
7881
7881
|
"value_allowed_null": false
|
7882
7882
|
},
|
7883
|
+
{
|
7884
|
+
"disabled": false,
|
7885
|
+
"document": "管理员证件类型,SFZ代表身份证,HZ代表护照",
|
7886
|
+
"example": "SFZ",
|
7887
|
+
"member": "string",
|
7888
|
+
"name": "ManagerIdType",
|
7889
|
+
"output_required": false,
|
7890
|
+
"type": "string",
|
7891
|
+
"value_allowed_null": false
|
7892
|
+
},
|
7893
|
+
{
|
7894
|
+
"disabled": false,
|
7895
|
+
"document": "管理员证件号码",
|
7896
|
+
"example": "无",
|
7897
|
+
"member": "string",
|
7898
|
+
"name": "ManagerIdNumber",
|
7899
|
+
"output_required": false,
|
7900
|
+
"type": "string",
|
7901
|
+
"value_allowed_null": false
|
7902
|
+
},
|
7903
|
+
{
|
7904
|
+
"disabled": false,
|
7905
|
+
"document": "联系人证件类型,SFZ代表身份证,HZ代表护照",
|
7906
|
+
"example": "SFZ",
|
7907
|
+
"member": "string",
|
7908
|
+
"name": "ContactIdType",
|
7909
|
+
"output_required": false,
|
7910
|
+
"type": "string",
|
7911
|
+
"value_allowed_null": false
|
7912
|
+
},
|
7913
|
+
{
|
7914
|
+
"disabled": false,
|
7915
|
+
"document": "联系人证件号码",
|
7916
|
+
"example": "无",
|
7917
|
+
"member": "string",
|
7918
|
+
"name": "ContactIdNumber",
|
7919
|
+
"output_required": false,
|
7920
|
+
"type": "string",
|
7921
|
+
"value_allowed_null": false
|
7922
|
+
},
|
7883
7923
|
{
|
7884
7924
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7885
7925
|
"member": "string",
|
@@ -558,7 +558,7 @@
|
|
558
558
|
{
|
559
559
|
"document": "",
|
560
560
|
"input": "POST / HTTP/1.1\nHost: ssl.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeManagerDetail\n<公共请求参数>\n\n{\n \"ManagerId\": 23\n}",
|
561
|
-
"output": "{\n \"Response\": {\n \"Status\": \"ok\",\n \"ManagerFirstName\": \"luke\",\n \"ManagerMail\": \"luke@qq.com\",\n \"ContactFirstName\": \"luke\",\n \"ManagerLastName\": \"zhang\",\n \"ContactPosition\": \"sre\",\n \"ManagerPosition\": \"sre\",\n \"VerifyTime\": \"2023-09-11 12:00:00\",\n \"CreateTime\": \"2023-09-11 12:00:00\",\n \"ExpireTime\": \"2024-09-11 12:00:00\",\n \"ContactLastName\": \"zhang\",\n \"ManagerPhone\": \"188*******\",\n \"ContactPhone\": \"188********\",\n \"ContactMail\": \"luke@qq.com\",\n \"ManagerDepartment\": \"It\",\n \"CompanyInfo\": {\n \"CompanyName\": \"Tencent\",\n \"CompanyId\": 974321,\n \"CompanyCountry\": \"China\",\n \"CompanyProvince\": \"Guangdong\",\n \"CompanyCity\": \"Shenzhen\",\n \"CompanyAddress\": \"Street*******\",\n \"CompanyPhone\": \"021-******\",\n \"IdType\": \"IT\",\n \"IdNumber\": \"89773\"\n },\n \"CompanyId\": 636448,\n \"ManagerId\": 36383,\n \"StatusInfo\": [\n {\n \"Type\": \"ov\",\n \"Status\": \"active\",\n \"CreateTime\": \"2023-09-11 12:00:00\",\n \"ExpireTime\": \"2024-09-11 12:00:00\"\n }\n ],\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
561
|
+
"output": "{\n \"Response\": {\n \"Status\": \"ok\",\n \"ManagerFirstName\": \"luke\",\n \"ManagerMail\": \"luke@qq.com\",\n \"ContactFirstName\": \"luke\",\n \"ManagerLastName\": \"zhang\",\n \"ContactPosition\": \"sre\",\n \"ManagerPosition\": \"sre\",\n \"VerifyTime\": \"2023-09-11 12:00:00\",\n \"CreateTime\": \"2023-09-11 12:00:00\",\n \"ExpireTime\": \"2024-09-11 12:00:00\",\n \"ContactLastName\": \"zhang\",\n \"ManagerPhone\": \"188*******\",\n \"ContactPhone\": \"188********\",\n \"ContactMail\": \"luke@qq.com\",\n \"ManagerDepartment\": \"It\",\n \"CompanyInfo\": {\n \"CompanyName\": \"Tencent\",\n \"CompanyId\": 974321,\n \"CompanyCountry\": \"China\",\n \"CompanyProvince\": \"Guangdong\",\n \"CompanyCity\": \"Shenzhen\",\n \"CompanyAddress\": \"Street*******\",\n \"CompanyPhone\": \"021-******\",\n \"IdType\": \"IT\",\n \"IdNumber\": \"89773\"\n },\n \"CompanyId\": 636448,\n \"ManagerId\": 36383,\n \"StatusInfo\": [\n {\n \"Type\": \"ov\",\n \"Status\": \"active\",\n \"CreateTime\": \"2023-09-11 12:00:00\",\n \"ExpireTime\": \"2024-09-11 12:00:00\",\n \"ManagerPreAuditDomains\": [\n {\n \"Domain\": \"tencent.com\",\n \"CreateTime\": \"2025-01-01 08:00:00\",\n \"ExpireTime\": \"2026-01-01 08:00:00\"\n }\n ]\n }\n ],\n \"RequestId\": \"14727a68-3b90-4408-99c9-dea6d7de9456\"\n }\n}",
|
562
562
|
"title": "查询管理人详情"
|
563
563
|
}
|
564
564
|
],
|
@@ -29,7 +29,7 @@
|
|
29
29
|
"status": "online"
|
30
30
|
},
|
31
31
|
"GetFederationToken": {
|
32
|
-
"document": "**使用说明**\n\n
|
32
|
+
"document": "**使用说明**\n\n1. 返回一组临时身份访问凭证,包含token和获取该身份的临时密钥;\n\n2. 当您需要将当前账号下的部分权限和资源临时委托给第三方(如合作伙伴、外包团队),且希望避免下发永久密钥时,调用此接口;\n3. 临时身份的权限为:当前调用账号的权限和输入参数 Policy 权限的交集;\n4. 此接口仅支持永久密钥调用。\n\n\n**典型场景**\n\n1. 代理应用程序集中申请临时访问凭证,下发给企业网络内的其他分布式终端应用。例如:终端应用上传文件到COS。\n\n2. 将指定资源临时委托给第三方代理。例如:申请临时访问凭证,分发给企业外部团队,仅允许查看某个存储桶,有效期结束后权限自动回收。\n\n\n**最佳实践**\n1. 临时访问凭证在有效期内(Expiration)都可以使用,建议在有效期内重复使用,避免业务请求该接口频率达到上限被限频;\n\n2. 授予临时访问凭证权限的CAM策略,建议严格遵循最小权限原则;\n3. 建议不要使用主账号永久密钥,对该接口进行调用。",
|
33
33
|
"input": "GetFederationTokenRequest",
|
34
34
|
"name": "获取联合身份临时访问凭证",
|
35
35
|
"output": "GetFederationTokenResponse",
|
@@ -18410,6 +18410,56 @@
|
|
18410
18410
|
"output_required": false,
|
18411
18411
|
"type": "bool",
|
18412
18412
|
"value_allowed_null": false
|
18413
|
+
},
|
18414
|
+
{
|
18415
|
+
"disabled": false,
|
18416
|
+
"document": "是否开启自动创建主题",
|
18417
|
+
"example": "false",
|
18418
|
+
"member": "bool",
|
18419
|
+
"name": "AutoCreateTopicEnabled",
|
18420
|
+
"output_required": false,
|
18421
|
+
"type": "bool",
|
18422
|
+
"value_allowed_null": false
|
18423
|
+
},
|
18424
|
+
{
|
18425
|
+
"disabled": false,
|
18426
|
+
"document": "是否开启集群Admin能力",
|
18427
|
+
"example": "false",
|
18428
|
+
"member": "bool",
|
18429
|
+
"name": "AdminFeatureEnabled",
|
18430
|
+
"output_required": false,
|
18431
|
+
"type": "bool",
|
18432
|
+
"value_allowed_null": false
|
18433
|
+
},
|
18434
|
+
{
|
18435
|
+
"disabled": false,
|
18436
|
+
"document": "Admin AK\n注意:此字段可能返回 null,表示取不到有效值。",
|
18437
|
+
"example": "ak5pe5ae0cca",
|
18438
|
+
"member": "string",
|
18439
|
+
"name": "AdminAccessKey",
|
18440
|
+
"output_required": false,
|
18441
|
+
"type": "string",
|
18442
|
+
"value_allowed_null": true
|
18443
|
+
},
|
18444
|
+
{
|
18445
|
+
"disabled": false,
|
18446
|
+
"document": "Admin SK\n注意:此字段可能返回 null,表示取不到有效值。",
|
18447
|
+
"example": "sk4ea181d5da",
|
18448
|
+
"member": "string",
|
18449
|
+
"name": "AdminSecretKey",
|
18450
|
+
"output_required": false,
|
18451
|
+
"type": "string",
|
18452
|
+
"value_allowed_null": true
|
18453
|
+
},
|
18454
|
+
{
|
18455
|
+
"disabled": false,
|
18456
|
+
"document": "是否开启删除保护",
|
18457
|
+
"example": "false",
|
18458
|
+
"member": "bool",
|
18459
|
+
"name": "EnableDeletionProtection",
|
18460
|
+
"output_required": false,
|
18461
|
+
"type": "bool",
|
18462
|
+
"value_allowed_null": false
|
18413
18463
|
}
|
18414
18464
|
],
|
18415
18465
|
"usage": "out"
|
@@ -18632,7 +18682,7 @@
|
|
18632
18682
|
"value_allowed_null": false
|
18633
18683
|
},
|
18634
18684
|
{
|
18635
|
-
"disabled":
|
18685
|
+
"disabled": true,
|
18636
18686
|
"document": "消费TPS",
|
18637
18687
|
"example": "100",
|
18638
18688
|
"member": "uint64",
|
@@ -18642,7 +18692,7 @@
|
|
18642
18692
|
"value_allowed_null": false
|
18643
18693
|
},
|
18644
18694
|
{
|
18645
|
-
"disabled":
|
18695
|
+
"disabled": true,
|
18646
18696
|
"document": "总堆积数量",
|
18647
18697
|
"example": "380",
|
18648
18698
|
"member": "int64",
|
@@ -18780,6 +18830,16 @@
|
|
18780
18830
|
"output_required": true,
|
18781
18831
|
"type": "string",
|
18782
18832
|
"value_allowed_null": true
|
18833
|
+
},
|
18834
|
+
{
|
18835
|
+
"disabled": false,
|
18836
|
+
"document": "订阅的主题个数",
|
18837
|
+
"example": "10",
|
18838
|
+
"member": "int64",
|
18839
|
+
"name": "SubscribeTopicNum",
|
18840
|
+
"output_required": false,
|
18841
|
+
"type": "int",
|
18842
|
+
"value_allowed_null": false
|
18783
18843
|
}
|
18784
18844
|
],
|
18785
18845
|
"usage": "out"
|