tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/aca/__init__.py +4 -0
- tccli/services/aca/aca_client.py +578 -0
- tccli/services/aca/v20210323/api.json +3715 -0
- tccli/services/aca/v20210323/examples.json +69 -0
- tccli/services/aiart/v20221229/api.json +18 -9
- tccli/services/aiart/v20221229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +10 -7
- tccli/services/batch/v20170312/api.json +641 -566
- tccli/services/batch/v20170312/examples.json +7 -7
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +32 -30
- tccli/services/cam/v20190116/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +31 -1
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +214 -207
- tccli/services/cdb/v20170320/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +16 -5
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +8 -13
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +84 -84
- tccli/services/cfs/v20190719/examples.json +6 -6
- tccli/services/chdfs/v20201112/api.json +18 -17
- tccli/services/chdfs/v20201112/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +184 -162
- tccli/services/cloudapp/v20220530/api.json +1 -1
- tccli/services/cloudapp/v20220530/examples.json +3 -3
- tccli/services/cloudaudit/v20190319/api.json +21 -17
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +21 -21
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/config/v20220802/api.json +2 -0
- tccli/services/config/v20220802/examples.json +2 -2
- tccli/services/dcdb/v20180411/api.json +390 -387
- tccli/services/dcdb/v20180411/examples.json +14 -14
- tccli/services/dlc/v20210125/api.json +162 -7
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +37 -37
- tccli/services/domain/v20180808/examples.json +16 -10
- tccli/services/dsgc/v20190723/api.json +1796 -1623
- tccli/services/dsgc/v20190723/examples.json +217 -211
- tccli/services/dts/v20180330/api.json +143 -106
- tccli/services/dts/v20211206/api.json +57 -46
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +6 -6
- tccli/services/emr/v20190103/api.json +80 -20
- tccli/services/ess/ess_client.py +61 -8
- tccli/services/ess/v20201111/api.json +267 -37
- tccli/services/ess/v20201111/examples.json +11 -3
- tccli/services/essbasic/essbasic_client.py +167 -8
- tccli/services/essbasic/v20210526/api.json +527 -54
- tccli/services/essbasic/v20210526/examples.json +46 -16
- tccli/services/facefusion/v20220927/api.json +12 -1
- tccli/services/fmu/v20191213/api.json +8 -8
- tccli/services/gaap/v20180529/api.json +200 -209
- tccli/services/hai/v20230812/api.json +1 -1
- tccli/services/iss/v20230517/api.json +11 -11
- tccli/services/iss/v20230517/examples.json +31 -31
- tccli/services/keewidb/v20220308/api.json +92 -82
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lighthouse/v20200324/api.json +18 -18
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/v20180801/api.json +27 -9
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +285 -263
- tccli/services/mariadb/v20170312/examples.json +12 -12
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +222 -0
- tccli/services/monitor/v20180724/examples.json +16 -0
- tccli/services/mps/mps_client.py +228 -16
- tccli/services/mps/v20190612/api.json +385 -23
- tccli/services/mps/v20190612/examples.json +32 -0
- tccli/services/msp/v20180319/api.json +2 -2
- tccli/services/ocr/v20181119/api.json +11 -1
- tccli/services/omics/v20221128/api.json +14 -2
- tccli/services/organization/v20210331/api.json +45 -18
- tccli/services/privatedns/v20201028/api.json +90 -81
- tccli/services/privatedns/v20201028/examples.json +18 -18
- tccli/services/redis/redis_client.py +106 -0
- tccli/services/redis/v20180412/api.json +178 -16
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/region/v20220627/api.json +5 -3
- tccli/services/region/v20220627/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +6 -4
- tccli/services/tag/v20180813/api.json +4 -5
- tccli/services/tcb/v20180608/api.json +36 -16
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +64 -1
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/teo/teo_client.py +485 -8
- tccli/services/teo/v20220901/api.json +837 -39
- tccli/services/teo/v20220901/examples.json +108 -0
- tccli/services/thpc/v20211109/api.json +32 -34
- tccli/services/thpc/v20220401/api.json +31 -33
- tccli/services/thpc/v20230321/api.json +55 -57
- tccli/services/thpc/v20230321/examples.json +1 -1
- tccli/services/tiia/v20190529/api.json +307 -293
- tccli/services/tiia/v20190529/examples.json +41 -41
- tccli/services/tione/v20211111/api.json +4 -4
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +116 -0
- tccli/services/trocket/v20230308/examples.json +14 -0
- tccli/services/tse/v20201207/api.json +188 -120
- tccli/services/tse/v20201207/examples.json +30 -30
- tccli/services/tsf/v20180326/api.json +826 -745
- tccli/services/tsf/v20180326/examples.json +99 -111
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +80 -80
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +42 -41
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -238,6 +238,13 @@
|
|
238
238
|
"output": "DescribeMQTTUserListResponse",
|
239
239
|
"status": "online"
|
240
240
|
},
|
241
|
+
"DescribeMessageTrace": {
|
242
|
+
"document": "根据消息 ID 查询消息轨迹。",
|
243
|
+
"input": "DescribeMessageTraceRequest",
|
244
|
+
"name": "查询消息轨迹",
|
245
|
+
"output": "DescribeMessageTraceResponse",
|
246
|
+
"status": "online"
|
247
|
+
},
|
241
248
|
"DescribeProductSKUs": {
|
242
249
|
"document": "查询产品售卖规格,针对 RocketMQ 5.x 集群。",
|
243
250
|
"input": "DescribeProductSKUsRequest",
|
@@ -3287,6 +3294,89 @@
|
|
3287
3294
|
],
|
3288
3295
|
"type": "object"
|
3289
3296
|
},
|
3297
|
+
"DescribeMessageTraceRequest": {
|
3298
|
+
"document": "DescribeMessageTrace请求参数结构体",
|
3299
|
+
"members": [
|
3300
|
+
{
|
3301
|
+
"disabled": false,
|
3302
|
+
"document": "集群ID",
|
3303
|
+
"example": "rmq-72mo3a9o",
|
3304
|
+
"member": "string",
|
3305
|
+
"name": "InstanceId",
|
3306
|
+
"required": true,
|
3307
|
+
"type": "string"
|
3308
|
+
},
|
3309
|
+
{
|
3310
|
+
"disabled": false,
|
3311
|
+
"document": "主题名称",
|
3312
|
+
"example": "test_topic",
|
3313
|
+
"member": "string",
|
3314
|
+
"name": "Topic",
|
3315
|
+
"required": true,
|
3316
|
+
"type": "string"
|
3317
|
+
},
|
3318
|
+
{
|
3319
|
+
"disabled": false,
|
3320
|
+
"document": "消息ID",
|
3321
|
+
"example": "1EAE3915000721B8D17C2C5BB31638D1",
|
3322
|
+
"member": "string",
|
3323
|
+
"name": "MsgId",
|
3324
|
+
"required": true,
|
3325
|
+
"type": "string"
|
3326
|
+
},
|
3327
|
+
{
|
3328
|
+
"disabled": false,
|
3329
|
+
"document": "是否是死信消息",
|
3330
|
+
"example": "false",
|
3331
|
+
"member": "bool",
|
3332
|
+
"name": "QueryDeadLetterMessage",
|
3333
|
+
"required": false,
|
3334
|
+
"type": "bool"
|
3335
|
+
},
|
3336
|
+
{
|
3337
|
+
"disabled": false,
|
3338
|
+
"document": "是否是延时消息",
|
3339
|
+
"example": "false",
|
3340
|
+
"member": "bool",
|
3341
|
+
"name": "QueryDelayMessage",
|
3342
|
+
"required": false,
|
3343
|
+
"type": "bool"
|
3344
|
+
}
|
3345
|
+
],
|
3346
|
+
"type": "object"
|
3347
|
+
},
|
3348
|
+
"DescribeMessageTraceResponse": {
|
3349
|
+
"document": "DescribeMessageTrace返回参数结构体",
|
3350
|
+
"members": [
|
3351
|
+
{
|
3352
|
+
"disabled": false,
|
3353
|
+
"document": "展示Topic名",
|
3354
|
+
"example": "无",
|
3355
|
+
"member": "string",
|
3356
|
+
"name": "ShowTopicName",
|
3357
|
+
"output_required": true,
|
3358
|
+
"type": "string",
|
3359
|
+
"value_allowed_null": false
|
3360
|
+
},
|
3361
|
+
{
|
3362
|
+
"disabled": false,
|
3363
|
+
"document": "轨迹详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
3364
|
+
"example": "无",
|
3365
|
+
"member": "MessageTraceItem",
|
3366
|
+
"name": "Data",
|
3367
|
+
"output_required": true,
|
3368
|
+
"type": "list",
|
3369
|
+
"value_allowed_null": true
|
3370
|
+
},
|
3371
|
+
{
|
3372
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3373
|
+
"member": "string",
|
3374
|
+
"name": "RequestId",
|
3375
|
+
"type": "string"
|
3376
|
+
}
|
3377
|
+
],
|
3378
|
+
"type": "object"
|
3379
|
+
},
|
3290
3380
|
"DescribeProductSKUsRequest": {
|
3291
3381
|
"document": "DescribeProductSKUs请求参数结构体",
|
3292
3382
|
"members": [],
|
@@ -4913,6 +5003,32 @@
|
|
4913
5003
|
],
|
4914
5004
|
"usage": "out"
|
4915
5005
|
},
|
5006
|
+
"MessageTraceItem": {
|
5007
|
+
"document": "消息轨迹",
|
5008
|
+
"members": [
|
5009
|
+
{
|
5010
|
+
"disabled": false,
|
5011
|
+
"document": "步骤\n注意:此字段可能返回 null,表示取不到有效值。",
|
5012
|
+
"example": "无",
|
5013
|
+
"member": "string",
|
5014
|
+
"name": "Stage",
|
5015
|
+
"required": false,
|
5016
|
+
"type": "string",
|
5017
|
+
"value_allowed_null": true
|
5018
|
+
},
|
5019
|
+
{
|
5020
|
+
"disabled": false,
|
5021
|
+
"document": "轨迹详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
5022
|
+
"example": "无",
|
5023
|
+
"member": "string",
|
5024
|
+
"name": "Data",
|
5025
|
+
"required": false,
|
5026
|
+
"type": "string",
|
5027
|
+
"value_allowed_null": true
|
5028
|
+
}
|
5029
|
+
],
|
5030
|
+
"usage": "out"
|
5031
|
+
},
|
4916
5032
|
"ModifyConsumerGroupRequest": {
|
4917
5033
|
"document": "ModifyConsumerGroup请求参数结构体",
|
4918
5034
|
"members": [
|
@@ -272,6 +272,20 @@
|
|
272
272
|
"title": "示例"
|
273
273
|
}
|
274
274
|
],
|
275
|
+
"DescribeMessageTrace": [
|
276
|
+
{
|
277
|
+
"document": "",
|
278
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMessageTrace\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"Topic\": \"topic\",\n \"MsgId\": \"1EAE3915000721B8D17C2C5BB31638D1\"\n}",
|
279
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"Data\": \"{\\\"MsgId\\\":\\\"1EAE3915000721B8D17C2C5BB31638D1\\\",\\\"Status\\\":0,\\\"ProduceTime\\\":\\\"2023-05-09 14:43:27,127\\\",\\\"ProducerAddr\\\":\\\"30.174.57.21\\\",\\\"MsgKey\\\":\\\"testKey\\\",\\\"MsgTags\\\":\\\"testTag\\\",\\\"Duration\\\":76}\",\n \"Stage\": \"produce\"\n },\n {\n \"Data\": \"{\\\"MsgId\\\":\\\"1EAE3915000721B8D17C2C5BB31638D1\\\",\\\"Status\\\":0,\\\"PersistTime\\\":\\\"2023-05-09 14:43:27,184\\\"}\",\n \"Stage\": \"persist\"\n },\n {\n \"Data\": \"{\\\"TotalCount\\\":1,\\\"RocketMqConsumeLogs\\\":[{\\\"MsgId\\\":\\\"1EAE3915000721B8D17C2C5BB31638D1\\\",\\\"Status\\\":2,\\\"PushTime\\\":\\\"2023-05-09 14:43:27,205\\\",\\\"ConsumerAddr\\\":\\\"11.139.244.247\\\",\\\"ConsumerGroup\\\":\\\"group\\\",\\\"RetryTimes\\\":1}]}\",\n \"Stage\": \"consume\"\n }\n ],\n \"RequestId\": \"0112153a-8cba-44f1-b7a5-5e412d493940\",\n \"ShowTopicName\": \"topic\"\n }\n}",
|
280
|
+
"title": "查询普通消息的轨迹"
|
281
|
+
},
|
282
|
+
{
|
283
|
+
"document": "",
|
284
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMessageTrace\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-cdqzmmgz8o\",\n \"Topic\": \"\",\n \"MsgId\": \"010242ECB90067325E06F41EFF00000000\",\n \"QueryDelayMessage\": true\n}",
|
285
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"Data\": \"{\\\"MsgId\\\":\\\"010242ECB90067325E06F41EFF00000000\\\",\\\"Status\\\":0,\\\"ProduceTime\\\":\\\"2024-09-12 14:06:55,591\\\",\\\"ProducerAddr\\\":\\\"9.218.232.160:32038\\\",\\\"MsgKey\\\":\\\"topic1\\\",\\\"MsgTags\\\":\\\"tag0\\\",\\\"Duration\\\":2}\",\n \"Stage\": \"produce\"\n },\n {\n \"Data\": \"{\\\"MsgId\\\":\\\"010242ECB90067325E06F41EFF00000000\\\",\\\"Status\\\":0,\\\"PersistTime\\\":\\\"2024-09-12 14:06:55,590\\\"}\",\n \"Stage\": \"persist\"\n },\n {\n \"Data\": \"{\\\"TotalCount\\\":0,\\\"RocketMqConsumeLogs\\\":[]}\",\n \"Stage\": \"consume\"\n }\n ],\n \"RequestId\": \"2e4374f9-0c98-4d77-af20-2bc414ccaefd\",\n \"ShowTopicName\": \"\"\n }\n}",
|
286
|
+
"title": "查询延迟消息的轨迹"
|
287
|
+
}
|
288
|
+
],
|
275
289
|
"DescribeProductSKUs": [
|
276
290
|
{
|
277
291
|
"document": "获取产品规格信息",
|