tccli 3.0.1265.1__py2.py3-none-any.whl → 3.0.1267.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/antiddos/v20200309/api.json +12 -6
- tccli/services/antiddos/v20200309/examples.json +2 -2
- tccli/services/billing/v20180709/api.json +4 -2
- tccli/services/ccc/v20200210/api.json +2 -2
- tccli/services/cdn/v20180606/api.json +33 -11
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/cvm/v20170312/api.json +12 -2
- tccli/services/emr/v20190103/api.json +11 -1
- tccli/services/ess/ess_client.py +159 -0
- tccli/services/ess/v20201111/api.json +369 -21
- tccli/services/ess/v20201111/examples.json +36 -0
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/gme/v20180711/api.json +77 -39
- tccli/services/gme/v20180711/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +5 -5
- tccli/services/hunyuan/v20230901/examples.json +6 -6
- tccli/services/lcic/v20220817/api.json +48 -53
- tccli/services/lighthouse/v20200324/api.json +10 -10
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lkeap/v20240522/api.json +415 -12
- tccli/services/lkeap/v20240522/examples.json +19 -19
- tccli/services/mongodb/mongodb_client.py +53 -0
- tccli/services/mongodb/v20190725/api.json +70 -0
- tccli/services/mongodb/v20190725/examples.json +8 -0
- tccli/services/mps/v20190612/api.json +40 -0
- tccli/services/ocr/v20181119/api.json +22 -2
- tccli/services/redis/v20180412/api.json +40 -40
- tccli/services/rum/v20210622/api.json +12 -12
- tccli/services/rum/v20210622/examples.json +6 -6
- tccli/services/smop/v20201203/api.json +34 -34
- tccli/services/ssl/v20191205/api.json +20 -20
- tccli/services/sts/v20180813/api.json +1 -1
- tccli/services/teo/v20220901/api.json +1 -1
- tccli/services/tke/v20180525/api.json +18 -0
- tccli/services/trro/v20220325/api.json +1 -1
- tccli/services/trtc/v20190722/api.json +8 -7
- tccli/services/trtc/v20190722/examples.json +5 -5
- tccli/services/vms/v20200902/api.json +11 -11
- tccli/services/vms/v20200902/examples.json +5 -5
- tccli/services/vpc/v20170312/api.json +1003 -15
- tccli/services/vpc/v20170312/examples.json +104 -8
- tccli/services/vpc/vpc_client.py +690 -54
- tccli/services/waf/v20180125/api.json +24 -2
- tccli/services/wedata/v20210820/api.json +186 -3
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1265.1.dist-info → tccli-3.0.1267.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1265.1.dist-info → tccli-3.0.1267.1.dist-info}/RECORD +52 -52
- {tccli-3.0.1265.1.dist-info → tccli-3.0.1267.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1265.1.dist-info → tccli-3.0.1267.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1265.1.dist-info → tccli-3.0.1267.1.dist-info}/license_files/LICENSE +0 -0
@@ -89,43 +89,43 @@
|
|
89
89
|
"members": [
|
90
90
|
{
|
91
91
|
"disabled": false,
|
92
|
-
"document": "
|
92
|
+
"document": "任务的唯一订单号",
|
93
93
|
"example": "xFUDBDgn4lv403u5",
|
94
94
|
"member": "string",
|
95
95
|
"name": "OrderId",
|
96
96
|
"output_required": true,
|
97
97
|
"type": "string",
|
98
|
-
"value_allowed_null":
|
98
|
+
"value_allowed_null": false
|
99
99
|
},
|
100
100
|
{
|
101
101
|
"disabled": false,
|
102
|
-
"document": "信息码。0表示成功,-1
|
102
|
+
"document": "信息码。0表示成功,-1标识失败",
|
103
103
|
"example": "0",
|
104
104
|
"member": "int64",
|
105
105
|
"name": "Code",
|
106
106
|
"output_required": true,
|
107
107
|
"type": "int",
|
108
|
-
"value_allowed_null":
|
108
|
+
"value_allowed_null": false
|
109
109
|
},
|
110
110
|
{
|
111
111
|
"disabled": false,
|
112
|
-
"document": "
|
112
|
+
"document": "提示信息",
|
113
113
|
"example": "success",
|
114
114
|
"member": "string",
|
115
115
|
"name": "Message",
|
116
116
|
"output_required": true,
|
117
117
|
"type": "string",
|
118
|
-
"value_allowed_null":
|
118
|
+
"value_allowed_null": false
|
119
119
|
},
|
120
120
|
{
|
121
121
|
"disabled": false,
|
122
|
-
"document": "
|
122
|
+
"document": "任务处理结果列表",
|
123
123
|
"example": "无",
|
124
124
|
"member": "TaskEventData",
|
125
125
|
"name": "Data",
|
126
126
|
"output_required": true,
|
127
127
|
"type": "list",
|
128
|
-
"value_allowed_null":
|
128
|
+
"value_allowed_null": false
|
129
129
|
},
|
130
130
|
{
|
131
131
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -141,133 +141,133 @@
|
|
141
141
|
"members": [
|
142
142
|
{
|
143
143
|
"disabled": false,
|
144
|
-
"document": "状态码,0为成功,-1
|
144
|
+
"document": "状态码,0为成功,-1为失败",
|
145
145
|
"example": "0",
|
146
146
|
"member": "int64",
|
147
147
|
"name": "Code",
|
148
148
|
"output_required": true,
|
149
149
|
"type": "int",
|
150
|
-
"value_allowed_null":
|
150
|
+
"value_allowed_null": false
|
151
151
|
},
|
152
152
|
{
|
153
153
|
"disabled": false,
|
154
|
-
"document": "
|
154
|
+
"document": "提示信息",
|
155
155
|
"example": "success",
|
156
156
|
"member": "string",
|
157
157
|
"name": "Message",
|
158
158
|
"output_required": true,
|
159
159
|
"type": "string",
|
160
|
-
"value_allowed_null":
|
160
|
+
"value_allowed_null": false
|
161
161
|
},
|
162
162
|
{
|
163
163
|
"disabled": false,
|
164
|
-
"document": "任务ID
|
164
|
+
"document": "任务ID",
|
165
165
|
"example": "11100",
|
166
166
|
"member": "int64",
|
167
167
|
"name": "TaskId",
|
168
168
|
"output_required": true,
|
169
169
|
"type": "int",
|
170
|
-
"value_allowed_null":
|
170
|
+
"value_allowed_null": false
|
171
171
|
},
|
172
172
|
{
|
173
173
|
"disabled": false,
|
174
|
-
"document": "当前完成或正在完成的安心用户运营平台的任务订单ID
|
174
|
+
"document": "当前完成或正在完成的安心用户运营平台的任务订单ID",
|
175
175
|
"example": "3772179646188093549",
|
176
176
|
"member": "string",
|
177
177
|
"name": "TaskOrderId",
|
178
178
|
"output_required": true,
|
179
179
|
"type": "string",
|
180
|
-
"value_allowed_null":
|
180
|
+
"value_allowed_null": false
|
181
181
|
},
|
182
182
|
{
|
183
183
|
"disabled": false,
|
184
|
-
"document": "当前任务订单状态码。1代表未完成;2代表已完成但未提交任务;3表示已完成,且已提交获得积分任务;4
|
184
|
+
"document": "当前任务订单状态码。1代表未完成;2代表已完成但未提交任务;3表示已完成,且已提交获得积分任务;4表示过期任务,提交后不获得积分。",
|
185
185
|
"example": "1",
|
186
186
|
"member": "int64",
|
187
187
|
"name": "TaskCode",
|
188
188
|
"output_required": true,
|
189
189
|
"type": "int",
|
190
|
-
"value_allowed_null":
|
190
|
+
"value_allowed_null": false
|
191
191
|
},
|
192
192
|
{
|
193
193
|
"disabled": false,
|
194
|
-
"document": "
|
194
|
+
"document": "获得积分数",
|
195
195
|
"example": "10",
|
196
196
|
"member": "int64",
|
197
197
|
"name": "TaskCoinNumber",
|
198
198
|
"output_required": true,
|
199
199
|
"type": "int",
|
200
|
-
"value_allowed_null":
|
200
|
+
"value_allowed_null": false
|
201
201
|
},
|
202
202
|
{
|
203
203
|
"disabled": false,
|
204
|
-
"document": "
|
204
|
+
"document": "任务类型后台代码",
|
205
205
|
"example": "1151",
|
206
206
|
"member": "int64",
|
207
207
|
"name": "TaskType",
|
208
208
|
"output_required": true,
|
209
209
|
"type": "int",
|
210
|
-
"value_allowed_null":
|
210
|
+
"value_allowed_null": false
|
211
211
|
},
|
212
212
|
{
|
213
213
|
"disabled": false,
|
214
|
-
"document": "
|
214
|
+
"document": "用户的当前积分",
|
215
215
|
"example": "100",
|
216
216
|
"member": "int64",
|
217
217
|
"name": "TotalCoin",
|
218
218
|
"output_required": true,
|
219
219
|
"type": "int",
|
220
|
-
"value_allowed_null":
|
220
|
+
"value_allowed_null": false
|
221
221
|
},
|
222
222
|
{
|
223
223
|
"disabled": false,
|
224
|
-
"document": "
|
224
|
+
"document": "用户透传的附加数据",
|
225
225
|
"example": "自定义数据说明",
|
226
226
|
"member": "string",
|
227
227
|
"name": "Attach",
|
228
228
|
"output_required": true,
|
229
229
|
"type": "string",
|
230
|
-
"value_allowed_null":
|
230
|
+
"value_allowed_null": false
|
231
231
|
},
|
232
232
|
{
|
233
233
|
"disabled": false,
|
234
|
-
"document": "
|
234
|
+
"document": "计次任务当前完成次数",
|
235
235
|
"example": "1",
|
236
236
|
"member": "int64",
|
237
237
|
"name": "DoneTimes",
|
238
238
|
"output_required": true,
|
239
239
|
"type": "int",
|
240
|
-
"value_allowed_null":
|
240
|
+
"value_allowed_null": false
|
241
241
|
},
|
242
242
|
{
|
243
243
|
"disabled": false,
|
244
|
-
"document": "
|
244
|
+
"document": "计次任务当前所需完成次数",
|
245
245
|
"example": "3",
|
246
246
|
"member": "int64",
|
247
247
|
"name": "TotalTimes",
|
248
248
|
"output_required": true,
|
249
249
|
"type": "int",
|
250
|
-
"value_allowed_null":
|
250
|
+
"value_allowed_null": false
|
251
251
|
},
|
252
252
|
{
|
253
253
|
"disabled": false,
|
254
|
-
"document": "
|
254
|
+
"document": "任务名称",
|
255
255
|
"example": "自定义任务",
|
256
256
|
"member": "string",
|
257
257
|
"name": "TaskName",
|
258
258
|
"output_required": true,
|
259
259
|
"type": "string",
|
260
|
-
"value_allowed_null":
|
260
|
+
"value_allowed_null": false
|
261
261
|
},
|
262
262
|
{
|
263
263
|
"disabled": false,
|
264
|
-
"document": "
|
264
|
+
"document": "用户当前成长值",
|
265
265
|
"example": "100",
|
266
266
|
"member": "int64",
|
267
267
|
"name": "GrowScore",
|
268
268
|
"output_required": true,
|
269
269
|
"type": "int",
|
270
|
-
"value_allowed_null":
|
270
|
+
"value_allowed_null": false
|
271
271
|
}
|
272
272
|
],
|
273
273
|
"usage": "out"
|
@@ -947,8 +947,8 @@
|
|
947
947
|
},
|
948
948
|
{
|
949
949
|
"disabled": false,
|
950
|
-
"document": "域名状态",
|
951
|
-
"example": "
|
950
|
+
"document": "域名状态 rejected:域名审核未通过,域名备案过期/被注销导致,processing:部署中,online:已启动,offline:已关闭",
|
951
|
+
"example": "online",
|
952
952
|
"member": "string",
|
953
953
|
"name": "Status",
|
954
954
|
"output_required": true,
|
@@ -5569,7 +5569,7 @@
|
|
5569
5569
|
{
|
5570
5570
|
"disabled": false,
|
5571
5571
|
"document": "部署资源类型apigateway",
|
5572
|
-
"example": "
|
5572
|
+
"example": "apigateway",
|
5573
5573
|
"member": "string",
|
5574
5574
|
"name": "ResourceType",
|
5575
5575
|
"required": false,
|
@@ -6341,7 +6341,7 @@
|
|
6341
6341
|
},
|
6342
6342
|
{
|
6343
6343
|
"disabled": false,
|
6344
|
-
"document": "
|
6344
|
+
"document": "过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配",
|
6345
6345
|
"example": "无",
|
6346
6346
|
"member": "Filter",
|
6347
6347
|
"name": "Filters",
|
@@ -6898,7 +6898,7 @@
|
|
6898
6898
|
},
|
6899
6899
|
{
|
6900
6900
|
"disabled": false,
|
6901
|
-
"document": "
|
6901
|
+
"document": "过滤参数列表; FilterKey:domainMatch(查询域名是否匹配的实例列表) FilterValue:1,表示查询匹配; 0,表示查询不匹配; 默认查询匹配",
|
6902
6902
|
"example": "无",
|
6903
6903
|
"member": "Filter",
|
6904
6904
|
"name": "Filters",
|
@@ -7479,12 +7479,12 @@
|
|
7479
7479
|
"type": "object"
|
7480
7480
|
},
|
7481
7481
|
"DomainValidationResult": {
|
7482
|
-
"document": "
|
7482
|
+
"document": "证书域名验证结果",
|
7483
7483
|
"members": [
|
7484
7484
|
{
|
7485
7485
|
"disabled": false,
|
7486
|
-
"document": "
|
7487
|
-
"example": "
|
7486
|
+
"document": "证书绑定的域名。",
|
7487
|
+
"example": "tencent.com",
|
7488
7488
|
"member": "string",
|
7489
7489
|
"name": "Domain",
|
7490
7490
|
"output_required": true,
|
@@ -7493,7 +7493,7 @@
|
|
7493
7493
|
},
|
7494
7494
|
{
|
7495
7495
|
"disabled": false,
|
7496
|
-
"document": "
|
7496
|
+
"document": "域名验证类型。 取值为:DNS、FILE、DNS_AUTO、DNS_PROXY、FILE_PROXY\n注意:此字段可能返回 null,表示取不到有效值。",
|
7497
7497
|
"example": "DNS",
|
7498
7498
|
"member": "string",
|
7499
7499
|
"name": "VerifyType",
|
@@ -7503,8 +7503,8 @@
|
|
7503
7503
|
},
|
7504
7504
|
{
|
7505
7505
|
"disabled": false,
|
7506
|
-
"document": "
|
7507
|
-
"example": "1",
|
7506
|
+
"document": "腾讯云检测结果,取值:1(验证通过); -1(被限频或者 txt record not found);-2(txt record not match);-3(ns record not found);-4(file not found);-5(file not match);-6(cname record not found);-7(cname record not match);-8(ns record not found)-9(file not found);-10(file not match)\n",
|
7507
|
+
"example": "-1",
|
7508
7508
|
"member": "int64",
|
7509
7509
|
"name": "LocalCheck",
|
7510
7510
|
"output_required": true,
|
@@ -7513,8 +7513,8 @@
|
|
7513
7513
|
},
|
7514
7514
|
{
|
7515
7515
|
"disabled": false,
|
7516
|
-
"document": "CA
|
7517
|
-
"example": "1",
|
7516
|
+
"document": "CA检查结果。取值: -1(未检测通过);2(检测通过)",
|
7517
|
+
"example": "-1",
|
7518
7518
|
"member": "int64",
|
7519
7519
|
"name": "CaCheck",
|
7520
7520
|
"output_required": true,
|
@@ -7523,8 +7523,8 @@
|
|
7523
7523
|
},
|
7524
7524
|
{
|
7525
7525
|
"disabled": false,
|
7526
|
-
"document": "
|
7527
|
-
"example": "
|
7526
|
+
"document": "检查失败原因。状态LocalCheck的具体描述\n注意:此字段可能返回 null,表示取不到有效值。",
|
7527
|
+
"example": "txt record not found",
|
7528
7528
|
"member": "string",
|
7529
7529
|
"name": "LocalCheckFailReason",
|
7530
7530
|
"output_required": true,
|
@@ -7534,7 +7534,7 @@
|
|
7534
7534
|
{
|
7535
7535
|
"disabled": false,
|
7536
7536
|
"document": "检查到的值。\n注意:此字段可能返回 null,表示取不到有效值。",
|
7537
|
-
"example": "[\"
|
7537
|
+
"example": "[\"2025020702351560msettk82zj7nc30anr3n0lon5l6zm5shot5qznawf8mgun1r\"]",
|
7538
7538
|
"member": "string",
|
7539
7539
|
"name": "CheckValue",
|
7540
7540
|
"output_required": true,
|
@@ -7543,7 +7543,7 @@
|
|
7543
7543
|
},
|
7544
7544
|
{
|
7545
7545
|
"disabled": false,
|
7546
|
-
"document": "
|
7546
|
+
"document": "是否被限频拦截, 取值:false(未被限频);true(被限频)",
|
7547
7547
|
"example": "false",
|
7548
7548
|
"member": "bool",
|
7549
7549
|
"name": "Frequently",
|
@@ -7553,7 +7553,7 @@
|
|
7553
7553
|
},
|
7554
7554
|
{
|
7555
7555
|
"disabled": false,
|
7556
|
-
"document": "
|
7556
|
+
"document": "证书是否已经签发。取值: false(未签发);true(已签发)",
|
7557
7557
|
"example": "false",
|
7558
7558
|
"member": "bool",
|
7559
7559
|
"name": "Issued",
|
@@ -10206,8 +10206,8 @@
|
|
10206
10206
|
},
|
10207
10207
|
{
|
10208
10208
|
"disabled": false,
|
10209
|
-
"document": "
|
10210
|
-
"example": "
|
10209
|
+
"document": "域名状态\ndeployed:已部署;\nprocessing:部署中;\napplying:申请中;\nfailed:申请失败;\nissued:绑定失败。",
|
10210
|
+
"example": "deployed",
|
10211
10211
|
"member": "string",
|
10212
10212
|
"name": "Status",
|
10213
10213
|
"output_required": true,
|
@@ -119,7 +119,7 @@
|
|
119
119
|
{
|
120
120
|
"disabled": false,
|
121
121
|
"document": "策略描述\n注意:\n1、该参数需要做urlencode,服务端会对该字段做urldecode, 并按处理后Policy授予临时访问凭证权限,请按规范传入参数。(如果通过 GET 方法请求云 API,发送请求前,所有参数都需要按照[云 API 规范](https://cloud.tencent.com/document/api/598/33159#1.-.E6.8B.BC.E6.8E.A5.E8.A7.84.E8.8C.83.E8.AF.B7.E6.B1.82.E4.B8.B2)再 urlencode 一次)。\n2、策略语法参照[ CAM 策略语法](https://cloud.tencent.com/document/product/598/10603)。\n3、策略中不能包含 principal 元素。",
|
122
|
-
"example": "%7B%22version%22%3A%222.0%22%2C%22statement%22%3A%5B%7B%22effect%22%3A%22allow%22%2C%22action%22%3A%5B%
|
122
|
+
"example": "%7B%22version%22%3A%222.0%22%2C%22statement%22%3A%5B%7B%22effect%22%3A%22allow%22%2C%22action%22%3A%5B%22cam%3AGetUser%22%5D%2C%22resource%22%3A%5B%22*%22%5D%7D%5D%7D%22%7D%7D%7D",
|
123
123
|
"member": "string",
|
124
124
|
"name": "Policy",
|
125
125
|
"required": false,
|
@@ -18987,7 +18987,7 @@
|
|
18987
18987
|
"members": [
|
18988
18988
|
{
|
18989
18989
|
"disabled": false,
|
18990
|
-
"document": "[
|
18990
|
+
"document": "[匹配条件](https://cloud.tencent.com/document/product/1552/90438#33f65828-c6c6-4b66-a011-25a20b548d5d)。",
|
18991
18991
|
"example": "\"${http.request.host} in ['test.test.com']\"",
|
18992
18992
|
"member": "string",
|
18993
18993
|
"name": "Condition",
|
@@ -17342,6 +17342,15 @@
|
|
17342
17342
|
"name": "RawValues",
|
17343
17343
|
"required": false,
|
17344
17344
|
"type": "string"
|
17345
|
+
},
|
17346
|
+
{
|
17347
|
+
"disabled": false,
|
17348
|
+
"document": "是否仅做安装检查,设置为true时仅做检查,不会安装组件",
|
17349
|
+
"example": "false",
|
17350
|
+
"member": "bool",
|
17351
|
+
"name": "DryRun",
|
17352
|
+
"required": false,
|
17353
|
+
"type": "bool"
|
17345
17354
|
}
|
17346
17355
|
],
|
17347
17356
|
"type": "object"
|
@@ -25592,6 +25601,15 @@
|
|
25592
25601
|
"name": "UpdateStrategy",
|
25593
25602
|
"required": false,
|
25594
25603
|
"type": "string"
|
25604
|
+
},
|
25605
|
+
{
|
25606
|
+
"disabled": false,
|
25607
|
+
"document": "是否仅做更新检查,设置为true时仅做检查,不会更新组件",
|
25608
|
+
"example": "false",
|
25609
|
+
"member": "bool",
|
25610
|
+
"name": "DryRun",
|
25611
|
+
"required": false,
|
25612
|
+
"type": "bool"
|
25595
25613
|
}
|
25596
25614
|
],
|
25597
25615
|
"type": "object"
|
@@ -1164,7 +1164,7 @@
|
|
1164
1164
|
{
|
1165
1165
|
"disabled": false,
|
1166
1166
|
"document": "应用id",
|
1167
|
-
"example": "
|
1167
|
+
"example": "1400000001",
|
1168
1168
|
"member": "uint64",
|
1169
1169
|
"name": "SdkAppId",
|
1170
1170
|
"required": true,
|
@@ -1173,7 +1173,7 @@
|
|
1173
1173
|
{
|
1174
1174
|
"disabled": false,
|
1175
1175
|
"document": "图片内容经base64编码后的string格式,最大长度为2M",
|
1176
|
-
"example": "
|
1176
|
+
"example": "MTg4MTM=",
|
1177
1177
|
"member": "string",
|
1178
1178
|
"name": "Content",
|
1179
1179
|
"required": true,
|
@@ -1233,9 +1233,10 @@
|
|
1233
1233
|
{
|
1234
1234
|
"disabled": false,
|
1235
1235
|
"document": "图片id",
|
1236
|
-
"example": "
|
1236
|
+
"example": "18813",
|
1237
1237
|
"member": "uint64",
|
1238
1238
|
"name": "PictureId",
|
1239
|
+
"output_required": true,
|
1239
1240
|
"type": "int",
|
1240
1241
|
"value_allowed_null": false
|
1241
1242
|
},
|
@@ -1771,7 +1772,7 @@
|
|
1771
1772
|
{
|
1772
1773
|
"disabled": false,
|
1773
1774
|
"document": "用量类型,与UsageValue中各个位置的值对应。",
|
1774
|
-
"example": "
|
1775
|
+
"example": "[\"Audio\",\"SDH264\",\"HDH264\",\"FullHDH264\",\"2KH264\",\"4KH264\",\"SDH265\",\"HDH265\",\"FullHDH265\",\"2KH265\",\"4KH265\"]",
|
1775
1776
|
"member": "string",
|
1776
1777
|
"name": "UsageKey",
|
1777
1778
|
"output_required": true,
|
@@ -1974,7 +1975,7 @@
|
|
1974
1975
|
{
|
1975
1976
|
"disabled": false,
|
1976
1977
|
"document": "用量类型,与UsageValue中各个位置的值对应。",
|
1977
|
-
"example": "
|
1978
|
+
"example": "[\"Audio\",\"SD\",\"HD\",\"FullHD\",\"2K\",\"4K\"]",
|
1978
1979
|
"member": "string",
|
1979
1980
|
"name": "UsageKey",
|
1980
1981
|
"output_required": true,
|
@@ -2039,7 +2040,7 @@
|
|
2039
2040
|
{
|
2040
2041
|
"disabled": false,
|
2041
2042
|
"document": "用量类型,与UsageValue中各个位置的值对应。",
|
2042
|
-
"example": "
|
2043
|
+
"example": "[\"Bandwidth\"]",
|
2043
2044
|
"member": "string",
|
2044
2045
|
"name": "UsageKey",
|
2045
2046
|
"output_required": true,
|
@@ -2928,7 +2929,7 @@
|
|
2928
2929
|
{
|
2929
2930
|
"disabled": false,
|
2930
2931
|
"document": "用量类型,与UsageValue中各个位置的值对应。",
|
2931
|
-
"example": "
|
2932
|
+
"example": "[\"Audio\",\"SD\",\"HD\",\"FullHD\",\"2K\",\"4K\"]",
|
2932
2933
|
"member": "string",
|
2933
2934
|
"name": "UsageKey",
|
2934
2935
|
"output_required": true,
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"CreatePicture": [
|
28
28
|
{
|
29
29
|
"document": "上传图片",
|
30
|
-
"input": "https://trtc.tencentcloudapi.com/?Action=CreatePicture\n&Content=
|
30
|
+
"input": "https://trtc.tencentcloudapi.com/?Action=CreatePicture\n&Content=MTg4MTM=\n&Suffix=jpg\n&SdkAppId=140000001\n&Height=12\n&Width=15\n&XPosition=15\n&YPosition=36\n&<公共请求参数>",
|
31
31
|
"output": "{\n \"Response\": {\n \"PictureId\": 1400297109,\n \"RequestId\": \"049461e6-f2f5-4168-887e-aca4fbfa5fae\"\n }\n}",
|
32
32
|
"title": "上传图片"
|
33
33
|
}
|
@@ -92,7 +92,7 @@
|
|
92
92
|
{
|
93
93
|
"document": "",
|
94
94
|
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMixTranscodingUsage\n<公共请求参数>\n\n{\n \"EndTime\": \"2022-01-01\",\n \"StartTime\": \"2022-01-02\",\n \"SdkAppId\": 1400123456\n}",
|
95
|
-
"output": "{\n \"Response\": {\n \"UsageKey\": [\n \"Audio\",\n \"SDH264\",\n \"HDH264\",\n \"FullHDH264\",\n \"2KH264\",\n \"4KH264\",\n \"SDH265\",\n \"HDH265\",\n \"FullHDH265\",\n \"2KH265\",\n \"4KH265\"\n ],\n \"UsageList\": [\n {\n \"TimeKey\": \"2022-01-01 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60,\n 70,\n 80,\n 90,\n 100,\n 110\n ]\n },\n {\n \"TimeKey\": \"2022-01-02 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60,\n 70,\n 80,\n 90,\n 100,\n 110\n ]\n }\n ],\n \"RequestId\": \"
|
95
|
+
"output": "{\n \"Response\": {\n \"UsageKey\": [\n \"Audio\",\n \"SDH264\",\n \"HDH264\",\n \"FullHDH264\",\n \"2KH264\",\n \"4KH264\",\n \"SDH265\",\n \"HDH265\",\n \"FullHDH265\",\n \"2KH265\",\n \"4KH265\"\n ],\n \"UsageList\": [\n {\n \"TimeKey\": \"2022-01-01 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60,\n 70,\n 80,\n 90,\n 100,\n 110\n ]\n },\n {\n \"TimeKey\": \"2022-01-02 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60,\n 70,\n 80,\n 90,\n 100,\n 110\n ]\n }\n ],\n \"RequestId\": \"6def28d59b9384b4de4e1d818da57ae0\"\n }\n}",
|
96
96
|
"title": "获取用户在2022年1月1日-2022年1月2日范围内,SdkAppId为1400123456的应用的用量明细。"
|
97
97
|
}
|
98
98
|
],
|
@@ -116,7 +116,7 @@
|
|
116
116
|
{
|
117
117
|
"document": "",
|
118
118
|
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRecordingUsage\n<公共请求参数>\n\n{\n \"EndTime\": \"2022-01-01\",\n \"StartTime\": \"2022-01-02\",\n \"SdkAppId\": 1400123456,\n \"MixType\": \"single\"\n}",
|
119
|
-
"output": "{\n \"Response\": {\n \"UsageKey\": [\n \"Audio\",\n \"SD\",\n \"HD\",\n \"FullHD\",\n \"2K\",\n \"4K\"\n ],\n \"UsageList\": [\n {\n \"TimeKey\": \"2022-01-01 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60\n ]\n },\n {\n \"TimeKey\": \"2022-01-02 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60\n ]\n }\n ],\n \"RequestId\": \"
|
119
|
+
"output": "{\n \"Response\": {\n \"UsageKey\": [\n \"Audio\",\n \"SD\",\n \"HD\",\n \"FullHD\",\n \"2K\",\n \"4K\"\n ],\n \"UsageList\": [\n {\n \"TimeKey\": \"2022-01-01 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60\n ]\n },\n {\n \"TimeKey\": \"2022-01-02 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60\n ]\n }\n ],\n \"RequestId\": \"02a7c0fa-39a5-46cd-922e-12bb26b77d9d\"\n }\n}",
|
120
120
|
"title": "获取用户在2022年1月1日-2022年1月2日范围内,SdkAppId为1400123456的应用的单流录制用量明细。"
|
121
121
|
}
|
122
122
|
],
|
@@ -124,7 +124,7 @@
|
|
124
124
|
{
|
125
125
|
"document": "",
|
126
126
|
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRelayUsage\n<公共请求参数>\n\n{\n \"EndTime\": \"2022-01-01\",\n \"StartTime\": \"2022-01-02\",\n \"SdkAppId\": 1400123456\n}",
|
127
|
-
"output": "{\n \"Response\": {\n \"UsageKey\": [\n \"Bandwidth\"\n ],\n \"UsageList\": [\n {\n \"TimeKey\": \"2022-01-01 00:00:00\",\n \"UsageValue\": [\n 10.11\n ]\n },\n {\n \"TimeKey\": \"2022-01-02 00:00:00\",\n \"UsageValue\": [\n 10.11\n ]\n }\n ],\n \"RequestId\": \"
|
127
|
+
"output": "{\n \"Response\": {\n \"UsageKey\": [\n \"Bandwidth\"\n ],\n \"UsageList\": [\n {\n \"TimeKey\": \"2022-01-01 00:00:00\",\n \"UsageValue\": [\n 10.11\n ]\n },\n {\n \"TimeKey\": \"2022-01-02 00:00:00\",\n \"UsageValue\": [\n 10.11\n ]\n }\n ],\n \"RequestId\": \"02a7c0fa-39a5-46cd-922e-12bb26b77d9d\"\n }\n}",
|
128
128
|
"title": "获取用户在2022年1月1日-2022年1月2日范围内,SdkAppId为1400123456的应用的用量明细。"
|
129
129
|
}
|
130
130
|
],
|
@@ -236,7 +236,7 @@
|
|
236
236
|
{
|
237
237
|
"document": "",
|
238
238
|
"input": "POST / HTTP/1.1\nHost: trtc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrtcUsage\n<公共请求参数>\n\n{\n \"EndTime\": \"2022-01-01\",\n \"StartTime\": \"2022-01-02\",\n \"SdkAppId\": 1400123456\n}",
|
239
|
-
"output": "{\n \"Response\": {\n \"UsageKey\": [\n \"Audio\",\n \"SD\",\n \"HD\",\n \"FullHD\",\n \"2K\",\n \"4K\"\n ],\n \"UsageList\": [\n {\n \"TimeKey\": \"2022-01-01 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60\n ]\n },\n {\n \"TimeKey\": \"2022-01-02 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60\n ]\n }\n ],\n \"RequestId\": \"
|
239
|
+
"output": "{\n \"Response\": {\n \"UsageKey\": [\n \"Audio\",\n \"SD\",\n \"HD\",\n \"FullHD\",\n \"2K\",\n \"4K\"\n ],\n \"UsageList\": [\n {\n \"TimeKey\": \"2022-01-01 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60\n ]\n },\n {\n \"TimeKey\": \"2022-01-02 00:00:00\",\n \"UsageValue\": [\n 10,\n 20,\n 30,\n 40,\n 50,\n 60\n ]\n }\n ],\n \"RequestId\": \"635e1617-0613-4bf8-8f1f-e017754713e8\"\n }\n}",
|
240
240
|
"title": "获取用户在2022年1月1日-2022年1月2日范围内,SdkAppId为1400123456的应用的用量明细。"
|
241
241
|
}
|
242
242
|
],
|
@@ -28,7 +28,7 @@
|
|
28
28
|
{
|
29
29
|
"disabled": false,
|
30
30
|
"document": "验证码,仅支持填写数字,实际播报语音时,会自动在数字前补充语音文本\"您的验证码是\"。",
|
31
|
-
"example": "
|
31
|
+
"example": "8253",
|
32
32
|
"member": "string",
|
33
33
|
"name": "CodeMessage",
|
34
34
|
"required": true,
|
@@ -64,7 +64,7 @@
|
|
64
64
|
{
|
65
65
|
"disabled": false,
|
66
66
|
"document": "用户的 session 内容,腾讯 server 回包中会原样返回。",
|
67
|
-
"example": "
|
67
|
+
"example": "sc-t",
|
68
68
|
"member": "string",
|
69
69
|
"name": "SessionContext",
|
70
70
|
"required": false,
|
@@ -82,7 +82,7 @@
|
|
82
82
|
"example": "无",
|
83
83
|
"member": "SendStatus",
|
84
84
|
"name": "SendStatus",
|
85
|
-
"
|
85
|
+
"output_required": true,
|
86
86
|
"type": "object",
|
87
87
|
"value_allowed_null": false
|
88
88
|
},
|
@@ -101,22 +101,22 @@
|
|
101
101
|
{
|
102
102
|
"disabled": false,
|
103
103
|
"document": "标识本次发送 ID,标识一次下发记录。",
|
104
|
-
"example": "",
|
104
|
+
"example": "12582bce-403c-11eb-96b8-525400476c37",
|
105
105
|
"member": "string",
|
106
106
|
"name": "CallId",
|
107
|
-
"
|
107
|
+
"output_required": true,
|
108
108
|
"type": "string",
|
109
109
|
"value_allowed_null": false
|
110
110
|
},
|
111
111
|
{
|
112
112
|
"disabled": false,
|
113
|
-
"document": "用户的 session 内容,腾讯 server
|
114
|
-
"example": "",
|
113
|
+
"document": "用户的 session 内容,腾讯 server 回包中会原样返回。",
|
114
|
+
"example": "sc-t",
|
115
115
|
"member": "string",
|
116
116
|
"name": "SessionContext",
|
117
|
-
"
|
117
|
+
"output_required": true,
|
118
118
|
"type": "string",
|
119
|
-
"value_allowed_null":
|
119
|
+
"value_allowed_null": false
|
120
120
|
}
|
121
121
|
],
|
122
122
|
"usage": "out"
|
@@ -172,7 +172,7 @@
|
|
172
172
|
{
|
173
173
|
"disabled": false,
|
174
174
|
"document": "用户的 session 内容,腾讯 server 回包中会原样返回。",
|
175
|
-
"example": "
|
175
|
+
"example": "sc-t",
|
176
176
|
"member": "string",
|
177
177
|
"name": "SessionContext",
|
178
178
|
"required": false,
|
@@ -190,7 +190,7 @@
|
|
190
190
|
"example": "无",
|
191
191
|
"member": "SendStatus",
|
192
192
|
"name": "SendStatus",
|
193
|
-
"
|
193
|
+
"output_required": true,
|
194
194
|
"type": "object",
|
195
195
|
"value_allowed_null": false
|
196
196
|
},
|
@@ -2,17 +2,17 @@
|
|
2
2
|
"actions": {
|
3
3
|
"SendCodeVoice": [
|
4
4
|
{
|
5
|
-
"document": "",
|
6
|
-
"input": "POST / HTTP/1.1\nHost: vms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendCodeVoice\n<公共请求参数>\n\n{\n \"CodeMessage\": \"
|
7
|
-
"output": "{\n \"Response\": {\n \"SendStatus\": {\n \"CallId\": \"12582bce-403c-11eb-96b8-525400476c37\",\n \"SessionContext\": \"
|
5
|
+
"document": "发送语音验证码",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: vms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendCodeVoice\n<公共请求参数>\n\n{\n \"CodeMessage\": \"8253\",\n \"PlayTimes\": 2,\n \"CalledNumber\": \"+8613788888888\",\n \"SessionContext\": \"sc-t\",\n \"VoiceSdkAppid\": \"1400006666\"\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"SendStatus\": {\n \"CallId\": \"12582bce-403c-11eb-96b8-525400476c37\",\n \"SessionContext\": \"sc-t\"\n },\n \"RequestId\": \"91260bb8-cf91-4f3e-a81f-9198114a2279\"\n }\n}",
|
8
8
|
"title": "发送语音验证码"
|
9
9
|
}
|
10
10
|
],
|
11
11
|
"SendTtsVoice": [
|
12
12
|
{
|
13
13
|
"document": "",
|
14
|
-
"input": "POST / HTTP/1.1\nHost: vms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendTtsVoice\n<公共请求参数>\n\n{\n \"TemplateId\": \"4356\",\n \"TemplateParamSet\": [\n \"7652\"\n ],\n \"PlayTimes\": 2,\n \"CalledNumber\": \"+8613788888888\",\n \"SessionContext\": \"
|
15
|
-
"output": "{\n \"Response\": {\n \"SendStatus\": {\n \"CallId\": \"12582bce-403c-11eb-96b8-525400476c37\",\n \"SessionContext\": \"
|
14
|
+
"input": "POST / HTTP/1.1\nHost: vms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendTtsVoice\n<公共请求参数>\n\n{\n \"TemplateId\": \"4356\",\n \"TemplateParamSet\": [\n \"7652\"\n ],\n \"PlayTimes\": 2,\n \"CalledNumber\": \"+8613788888888\",\n \"SessionContext\": \"sc-t\",\n \"VoiceSdkAppid\": \"1400006666\"\n}",
|
15
|
+
"output": "{\n \"Response\": {\n \"SendStatus\": {\n \"CallId\": \"12582bce-403c-11eb-96b8-525400476c37\",\n \"SessionContext\": \"sc-t\"\n },\n \"RequestId\": \"91260bb8-cf91-4f3e-a81f-9198114a2279\"\n }\n}",
|
16
16
|
"title": "指定模板发送语音通知"
|
17
17
|
}
|
18
18
|
]
|