tccli 3.0.1292.2__py2.py3-none-any.whl → 3.0.1293.2__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/__init__.py +3 -0
- tccli/services/advisor/v20200721/api.json +36 -36
- tccli/services/advisor/v20200721/examples.json +2 -2
- tccli/services/batch/v20170312/api.json +4 -4
- tccli/services/cam/v20190116/api.json +18 -18
- tccli/services/cdwpg/v20201230/api.json +114 -107
- tccli/services/cdwpg/v20201230/examples.json +3 -3
- tccli/services/chc/__init__.py +4 -0
- tccli/services/chc/chc_client.py +2062 -0
- tccli/services/chc/v20230418/api.json +5728 -0
- tccli/services/chc/v20230418/examples.json +293 -0
- tccli/services/ckafka/v20190819/api.json +34 -34
- tccli/services/ckafka/v20190819/examples.json +1 -1
- tccli/services/cls/v20201016/api.json +198 -198
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/dbbrain/dbbrain_client.py +240 -28
- tccli/services/dbbrain/v20191016/api.json +5 -5
- tccli/services/dbbrain/v20210527/api.json +473 -10
- tccli/services/dbbrain/v20210527/examples.json +32 -0
- tccli/services/domain/v20180808/api.json +2 -2
- tccli/services/ecdn/ecdn_client.py +7 -431
- tccli/services/ecdn/v20191012/api.json +0 -574
- tccli/services/ecdn/v20191012/examples.json +0 -64
- tccli/services/ess/v20201111/api.json +12 -3
- tccli/services/essbasic/v20210526/api.json +9 -0
- tccli/services/gs/gs_client.py +1778 -29
- tccli/services/gs/v20191118/api.json +2618 -163
- tccli/services/gs/v20191118/examples.json +264 -0
- tccli/services/hai/v20230812/api.json +22 -22
- tccli/services/lke/v20231130/api.json +14 -14
- tccli/services/lke/v20231130/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +12 -12
- tccli/services/mqtt/v20240516/api.json +13 -13
- tccli/services/mqtt/v20240516/examples.json +1 -1
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tcr/v20190924/api.json +22 -22
- tccli/services/tdmq/v20200217/api.json +1 -1
- tccli/services/thpc/v20220401/api.json +3 -3
- tccli/services/thpc/v20230321/api.json +45 -33
- tccli/services/tione/v20211111/api.json +40 -1
- tccli/services/tke/v20180525/api.json +29 -29
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/wedata/v20210820/api.json +61 -1
- tccli/services/wedata/v20210820/examples.json +2 -8
- {tccli-3.0.1292.2.dist-info → tccli-3.0.1293.2.dist-info}/METADATA +2 -2
- {tccli-3.0.1292.2.dist-info → tccli-3.0.1293.2.dist-info}/RECORD +50 -46
- {tccli-3.0.1292.2.dist-info → tccli-3.0.1293.2.dist-info}/WHEEL +0 -0
- {tccli-3.0.1292.2.dist-info → tccli-3.0.1293.2.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1292.2.dist-info → tccli-3.0.1293.2.dist-info}/license_files/LICENSE +0 -0
@@ -1208,7 +1208,7 @@
|
|
1208
1208
|
"example": "0",
|
1209
1209
|
"member": "int64",
|
1210
1210
|
"name": "Ret",
|
1211
|
-
"
|
1211
|
+
"output_required": true,
|
1212
1212
|
"type": "int",
|
1213
1213
|
"value_allowed_null": false
|
1214
1214
|
},
|
@@ -1218,7 +1218,7 @@
|
|
1218
1218
|
"example": "wx66e50f1e*******6f",
|
1219
1219
|
"member": "string",
|
1220
1220
|
"name": "MiniAppID",
|
1221
|
-
"
|
1221
|
+
"output_required": true,
|
1222
1222
|
"type": "string",
|
1223
1223
|
"value_allowed_null": false
|
1224
1224
|
},
|
@@ -1228,39 +1228,39 @@
|
|
1228
1228
|
"example": "1",
|
1229
1229
|
"member": "int64",
|
1230
1230
|
"name": "Mode",
|
1231
|
-
"
|
1231
|
+
"output_required": true,
|
1232
1232
|
"type": "int",
|
1233
1233
|
"value_allowed_null": false
|
1234
1234
|
},
|
1235
1235
|
{
|
1236
1236
|
"disabled": false,
|
1237
|
-
"document": "小程序测试账号(自有账号体系需提供,其他情况不需要)
|
1237
|
+
"document": "小程序测试账号(自有账号体系需提供,其他情况不需要)",
|
1238
1238
|
"example": "Test",
|
1239
1239
|
"member": "string",
|
1240
1240
|
"name": "MiniAppTestAccount",
|
1241
|
-
"
|
1241
|
+
"output_required": true,
|
1242
1242
|
"type": "string",
|
1243
|
-
"value_allowed_null":
|
1243
|
+
"value_allowed_null": false
|
1244
1244
|
},
|
1245
1245
|
{
|
1246
1246
|
"disabled": false,
|
1247
|
-
"document": "小程序测试密码(自有账号体系需提供,其他情况不需要)
|
1247
|
+
"document": "小程序测试密码(自有账号体系需提供,其他情况不需要)",
|
1248
1248
|
"example": "TestPwd",
|
1249
1249
|
"member": "string",
|
1250
1250
|
"name": "MiniAppTestPwd",
|
1251
|
-
"
|
1251
|
+
"output_required": true,
|
1252
1252
|
"type": "string",
|
1253
|
-
"value_allowed_null":
|
1253
|
+
"value_allowed_null": false
|
1254
1254
|
},
|
1255
1255
|
{
|
1256
1256
|
"disabled": false,
|
1257
|
-
"document": "诊断扫描版本 0:正式版 1
|
1257
|
+
"document": "诊断扫描版本 0:正式版 1:体验版",
|
1258
1258
|
"example": "0",
|
1259
1259
|
"member": "int64",
|
1260
1260
|
"name": "ScanVersion",
|
1261
|
-
"
|
1261
|
+
"output_required": true,
|
1262
1262
|
"type": "int",
|
1263
|
-
"value_allowed_null":
|
1263
|
+
"value_allowed_null": false
|
1264
1264
|
},
|
1265
1265
|
{
|
1266
1266
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
@@ -2611,7 +2611,7 @@
|
|
2611
2611
|
"members": [
|
2612
2612
|
{
|
2613
2613
|
"disabled": false,
|
2614
|
-
"document": "
|
2614
|
+
"document": "查询条件列表,支持以下字段\nInstanceName:集群名模糊搜索\nInstanceId:集群id精确搜索\nInstanceStatus:集群状态搜索(RUNNING-运行中,CREATING-创建中,MODIFYING-变配中,DELETING-删除中)",
|
2615
2615
|
"example": "[{\"Name\":\"InstanceName\",\"Values\":[\"instance1\"]}]",
|
2616
2616
|
"member": "Filter",
|
2617
2617
|
"name": "Filters",
|
@@ -2620,7 +2620,7 @@
|
|
2620
2620
|
},
|
2621
2621
|
{
|
2622
2622
|
"disabled": false,
|
2623
|
-
"document": "
|
2623
|
+
"document": "查询起始位置,默认0",
|
2624
2624
|
"example": "0",
|
2625
2625
|
"member": "int64",
|
2626
2626
|
"name": "Offset",
|
@@ -2629,7 +2629,7 @@
|
|
2629
2629
|
},
|
2630
2630
|
{
|
2631
2631
|
"disabled": false,
|
2632
|
-
"document": "
|
2632
|
+
"document": "查询结果限制数量,默认20,最大100",
|
2633
2633
|
"example": "10",
|
2634
2634
|
"member": "int64",
|
2635
2635
|
"name": "Limit",
|
@@ -3136,8 +3136,8 @@
|
|
3136
3136
|
"members": [
|
3137
3137
|
{
|
3138
3138
|
"disabled": false,
|
3139
|
-
"document": "实例ID",
|
3140
|
-
"example": "
|
3139
|
+
"document": "实例ID,从 [DescribeInstanceList](https://cloud.tencent.com/document/api/1778/111029)接口或控制台获得。",
|
3140
|
+
"example": "mqtt-xxxx",
|
3141
3141
|
"member": "string",
|
3142
3142
|
"name": "InstanceId",
|
3143
3143
|
"required": true,
|
@@ -3914,8 +3914,8 @@
|
|
3914
3914
|
},
|
3915
3915
|
{
|
3916
3916
|
"disabled": false,
|
3917
|
-
"document": "
|
3918
|
-
"example": "
|
3917
|
+
"document": "实例类型\nBASIC,基础版\nPRO,专业版\nPLATINUM,铂金版",
|
3918
|
+
"example": "PRO",
|
3919
3919
|
"member": "string",
|
3920
3920
|
"name": "InstanceType",
|
3921
3921
|
"output_required": true,
|
@@ -3965,7 +3965,7 @@
|
|
3965
3965
|
{
|
3966
3966
|
"disabled": false,
|
3967
3967
|
"document": "商品规格",
|
3968
|
-
"example": "
|
3968
|
+
"example": "pro_10k_1",
|
3969
3969
|
"member": "string",
|
3970
3970
|
"name": "SkuCode",
|
3971
3971
|
"output_required": true,
|
@@ -3984,7 +3984,7 @@
|
|
3984
3984
|
},
|
3985
3985
|
{
|
3986
3986
|
"disabled": false,
|
3987
|
-
"document": "
|
3987
|
+
"document": "创建时间,毫秒级时间戳",
|
3988
3988
|
"example": "1713164969433",
|
3989
3989
|
"member": "int64",
|
3990
3990
|
"name": "CreateTime",
|
@@ -4014,7 +4014,7 @@
|
|
4014
4014
|
},
|
4015
4015
|
{
|
4016
4016
|
"disabled": false,
|
4017
|
-
"document": "
|
4017
|
+
"document": "是否自动续费。仅包年包月就去那生效。\n1:自动续费\n0:非自动续费",
|
4018
4018
|
"example": "1",
|
4019
4019
|
"member": "int64",
|
4020
4020
|
"name": "RenewFlag",
|
@@ -4034,8 +4034,8 @@
|
|
4034
4034
|
},
|
4035
4035
|
{
|
4036
4036
|
"disabled": false,
|
4037
|
-
"document": "
|
4038
|
-
"example": "
|
4037
|
+
"document": "到期时间,毫秒级时间戳",
|
4038
|
+
"example": "1742455643000",
|
4039
4039
|
"member": "int64",
|
4040
4040
|
"name": "ExpiryTime",
|
4041
4041
|
"output_required": false,
|
@@ -4044,7 +4044,7 @@
|
|
4044
4044
|
},
|
4045
4045
|
{
|
4046
4046
|
"disabled": false,
|
4047
|
-
"document": "
|
4047
|
+
"document": "预销毁时间,毫秒级时间戳",
|
4048
4048
|
"example": "1713164969433",
|
4049
4049
|
"member": "int64",
|
4050
4050
|
"name": "DestroyTime",
|
@@ -258,7 +258,7 @@
|
|
258
258
|
{
|
259
259
|
"document": "示例",
|
260
260
|
"input": "POST / HTTP/1.1\nHost: mqtt.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMQTTInstanceList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
261
|
-
"output": "{\n \"
|
261
|
+
"output": "{\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"33a9cba9-f885-47aa-8235-8bdcbd9c90bf\",\n \"TotalCount\": 2,\n \"Data\": [\n {\n \"InstanceId\": \"mqtt-zxjwkr98\",\n \"InstanceName\": \"mqtt-instance\",\n \"Version\": \"1\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"POSTPAID\",\n \"ExpiryTime\": 0,\n \"Remark\": \"\",\n \"TopicNum\": 1,\n \"SkuCode\": \"pro_6k_1\",\n \"TpsLimit\": 6000,\n \"CreateTime\": 1741832627,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxSubscription\": 180000,\n \"AuthorizationPolicyLimit\": 20,\n \"ClientNumLimit\": 6000,\n \"MaxCaNum\": 20,\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"TopicNumLimit\": 300\n },\n {\n \"InstanceId\": \"mqtt-w45zn79z\",\n \"InstanceName\": \"mqtt-1226\",\n \"Version\": \"1\",\n \"InstanceType\": \"PRO\",\n \"InstanceStatus\": \"RUNNING\",\n \"PayMode\": \"PREPAID\",\n \"ExpiryTime\": 1742972038844,\n \"Remark\": \"\",\n \"TopicNum\": 2,\n \"SkuCode\": \"pro_10k_1\",\n \"TpsLimit\": 10000,\n \"CreateTime\": 1735196039,\n \"MaxSubscriptionPerClient\": 30,\n \"MaxSubscription\": 300000,\n \"AuthorizationPolicyLimit\": 20,\n \"ClientNumLimit\": 10000,\n \"MaxCaNum\": 20,\n \"RenewFlag\": 1,\n \"DestroyTime\": 0,\n \"TopicNumLimit\": 300\n }\n ]\n },\n \"Error\": null\n}",
|
262
262
|
"title": "示例"
|
263
263
|
}
|
264
264
|
],
|
@@ -224,7 +224,7 @@
|
|
224
224
|
"example": "1",
|
225
225
|
"member": "int64",
|
226
226
|
"name": "NormalCount",
|
227
|
-
"
|
227
|
+
"output_required": true,
|
228
228
|
"type": "int",
|
229
229
|
"value_allowed_null": false
|
230
230
|
},
|
@@ -234,19 +234,19 @@
|
|
234
234
|
"example": "1",
|
235
235
|
"member": "int64",
|
236
236
|
"name": "NotifyCount",
|
237
|
-
"
|
237
|
+
"output_required": true,
|
238
238
|
"type": "int",
|
239
239
|
"value_allowed_null": false
|
240
240
|
},
|
241
241
|
{
|
242
242
|
"disabled": false,
|
243
|
-
"document": "
|
243
|
+
"document": "异常状态的数目",
|
244
244
|
"example": "1",
|
245
245
|
"member": "int64",
|
246
246
|
"name": "AbnormalCount",
|
247
|
-
"
|
247
|
+
"output_required": true,
|
248
248
|
"type": "int",
|
249
|
-
"value_allowed_null":
|
249
|
+
"value_allowed_null": false
|
250
250
|
}
|
251
251
|
],
|
252
252
|
"usage": "out"
|
@@ -5105,7 +5105,7 @@
|
|
5105
5105
|
},
|
5106
5106
|
{
|
5107
5107
|
"disabled": false,
|
5108
|
-
"document": "
|
5108
|
+
"document": "页数,第几页,用于分页",
|
5109
5109
|
"example": "1",
|
5110
5110
|
"member": "int64",
|
5111
5111
|
"name": "Offset",
|
@@ -5114,7 +5114,7 @@
|
|
5114
5114
|
},
|
5115
5115
|
{
|
5116
5116
|
"disabled": false,
|
5117
|
-
"document": "
|
5117
|
+
"document": "每页个数,用于分页,最大值为100",
|
5118
5118
|
"example": "10",
|
5119
5119
|
"member": "int64",
|
5120
5120
|
"name": "Limit",
|
@@ -5139,7 +5139,7 @@
|
|
5139
5139
|
{
|
5140
5140
|
"disabled": false,
|
5141
5141
|
"document": "仓库信息列表",
|
5142
|
-
"example": "[
|
5142
|
+
"example": "[{\"BriefDescription\": \"\",\"CreationTime\": \"2022-08-02 03:52:06.915755 +0000 UTC\",\"Description\": \"\", \"Name\": \"library/busybox\", \"Namespace\": \"library\",\"Public\": false,\"UpdateTime\": \"2022-08-02 03:52:06.915755 +0000 UTC\"}],",
|
5143
5143
|
"member": "TcrRepositoryInfo",
|
5144
5144
|
"name": "RepositoryList",
|
5145
5145
|
"output_required": true,
|
@@ -5851,7 +5851,7 @@
|
|
5851
5851
|
"example": "130",
|
5852
5852
|
"member": "int64",
|
5853
5853
|
"name": "TotalCount",
|
5854
|
-
"
|
5854
|
+
"output_required": true,
|
5855
5855
|
"type": "int",
|
5856
5856
|
"value_allowed_null": false
|
5857
5857
|
},
|
@@ -5861,7 +5861,7 @@
|
|
5861
5861
|
"example": "无",
|
5862
5862
|
"member": "WebhookTrigger",
|
5863
5863
|
"name": "Triggers",
|
5864
|
-
"
|
5864
|
+
"output_required": true,
|
5865
5865
|
"type": "list",
|
5866
5866
|
"value_allowed_null": false
|
5867
5867
|
},
|
@@ -8807,25 +8807,25 @@
|
|
8807
8807
|
"members": [
|
8808
8808
|
{
|
8809
8809
|
"disabled": false,
|
8810
|
-
"document": "支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush
|
8810
|
+
"document": "支持的策略,可选值为latestPushedK(保留最新推送多少个版本)nDaysSinceLastPush(保留近天内推送)",
|
8811
8811
|
"example": "latestPushedK",
|
8812
8812
|
"member": "string",
|
8813
8813
|
"name": "Key",
|
8814
8814
|
"output_required": false,
|
8815
8815
|
"required": true,
|
8816
8816
|
"type": "string",
|
8817
|
-
"value_allowed_null":
|
8817
|
+
"value_allowed_null": false
|
8818
8818
|
},
|
8819
8819
|
{
|
8820
8820
|
"disabled": false,
|
8821
|
-
"document": "
|
8821
|
+
"document": "规则设置下的对应值",
|
8822
8822
|
"example": "0",
|
8823
8823
|
"member": "int64",
|
8824
8824
|
"name": "Value",
|
8825
8825
|
"output_required": false,
|
8826
8826
|
"required": true,
|
8827
8827
|
"type": "int",
|
8828
|
-
"value_allowed_null":
|
8828
|
+
"value_allowed_null": false
|
8829
8829
|
}
|
8830
8830
|
],
|
8831
8831
|
"usage": "both"
|
@@ -9692,7 +9692,7 @@
|
|
9692
9692
|
"example": "ns/repoName",
|
9693
9693
|
"member": "string",
|
9694
9694
|
"name": "Name",
|
9695
|
-
"
|
9695
|
+
"output_required": true,
|
9696
9696
|
"type": "string",
|
9697
9697
|
"value_allowed_null": false
|
9698
9698
|
},
|
@@ -9702,7 +9702,7 @@
|
|
9702
9702
|
"example": "ns",
|
9703
9703
|
"member": "string",
|
9704
9704
|
"name": "Namespace",
|
9705
|
-
"
|
9705
|
+
"output_required": true,
|
9706
9706
|
"type": "string",
|
9707
9707
|
"value_allowed_null": false
|
9708
9708
|
},
|
@@ -9712,7 +9712,7 @@
|
|
9712
9712
|
"example": "2022-07-16 10:34:42.697947 +0000 UTC",
|
9713
9713
|
"member": "string",
|
9714
9714
|
"name": "CreationTime",
|
9715
|
-
"
|
9715
|
+
"output_required": true,
|
9716
9716
|
"type": "string",
|
9717
9717
|
"value_allowed_null": false
|
9718
9718
|
},
|
@@ -9722,29 +9722,29 @@
|
|
9722
9722
|
"example": "false",
|
9723
9723
|
"member": "bool",
|
9724
9724
|
"name": "Public",
|
9725
|
-
"
|
9725
|
+
"output_required": true,
|
9726
9726
|
"type": "bool",
|
9727
9727
|
"value_allowed_null": false
|
9728
9728
|
},
|
9729
9729
|
{
|
9730
9730
|
"disabled": false,
|
9731
|
-
"document": "
|
9731
|
+
"document": "仓库详细描述",
|
9732
9732
|
"example": "this is a description",
|
9733
9733
|
"member": "string",
|
9734
9734
|
"name": "Description",
|
9735
|
-
"
|
9735
|
+
"output_required": true,
|
9736
9736
|
"type": "string",
|
9737
|
-
"value_allowed_null":
|
9737
|
+
"value_allowed_null": false
|
9738
9738
|
},
|
9739
9739
|
{
|
9740
9740
|
"disabled": false,
|
9741
|
-
"document": "
|
9741
|
+
"document": "简单描述",
|
9742
9742
|
"example": "this is a brief description",
|
9743
9743
|
"member": "string",
|
9744
9744
|
"name": "BriefDescription",
|
9745
|
-
"
|
9745
|
+
"output_required": true,
|
9746
9746
|
"type": "string",
|
9747
|
-
"value_allowed_null":
|
9747
|
+
"value_allowed_null": false
|
9748
9748
|
},
|
9749
9749
|
{
|
9750
9750
|
"disabled": false,
|
@@ -9752,7 +9752,7 @@
|
|
9752
9752
|
"example": "2022-07-16 10:34:42.697947 +0000 UTC",
|
9753
9753
|
"member": "string",
|
9754
9754
|
"name": "UpdateTime",
|
9755
|
-
"
|
9755
|
+
"output_required": true,
|
9756
9756
|
"type": "string",
|
9757
9757
|
"value_allowed_null": false
|
9758
9758
|
}
|
@@ -10334,14 +10334,14 @@
|
|
10334
10334
|
},
|
10335
10335
|
{
|
10336
10336
|
"disabled": false,
|
10337
|
-
"document": "
|
10337
|
+
"document": "触发器所属命名空间名称",
|
10338
10338
|
"example": "ns1",
|
10339
10339
|
"member": "string",
|
10340
10340
|
"name": "NamespaceName",
|
10341
10341
|
"output_required": false,
|
10342
10342
|
"required": false,
|
10343
10343
|
"type": "string",
|
10344
|
-
"value_allowed_null":
|
10344
|
+
"value_allowed_null": false
|
10345
10345
|
}
|
10346
10346
|
],
|
10347
10347
|
"usage": "both"
|
@@ -7001,7 +7001,7 @@
|
|
7001
7001
|
{
|
7002
7002
|
"disabled": false,
|
7003
7003
|
"document": "消息内容",
|
7004
|
-
"example": "
|
7004
|
+
"example": "无",
|
7005
7005
|
"member": "TraceResult",
|
7006
7006
|
"name": "Result",
|
7007
7007
|
"output_required": true,
|
@@ -2421,13 +2421,13 @@
|
|
2421
2421
|
"members": [
|
2422
2422
|
{
|
2423
2423
|
"disabled": false,
|
2424
|
-
"document": "
|
2424
|
+
"document": "队列名称。",
|
2425
2425
|
"example": "compute",
|
2426
2426
|
"member": "string",
|
2427
2427
|
"name": "QueueName",
|
2428
|
-
"
|
2428
|
+
"output_required": true,
|
2429
2429
|
"type": "string",
|
2430
|
-
"value_allowed_null":
|
2430
|
+
"value_allowed_null": false
|
2431
2431
|
}
|
2432
2432
|
],
|
2433
2433
|
"usage": "out"
|