tccli 3.0.1238.1__py2.py3-none-any.whl → 3.0.1240.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/cdb/v20170320/api.json +730 -649
- tccli/services/cdb/v20170320/examples.json +37 -37
- tccli/services/cdwdoris/v20211228/api.json +16 -7
- tccli/services/chdfs/v20201112/api.json +95 -78
- tccli/services/chdfs/v20201112/examples.json +14 -14
- tccli/services/clb/v20180317/api.json +2 -2
- tccli/services/csip/csip_client.py +281 -16
- tccli/services/csip/v20221121/api.json +1631 -101
- tccli/services/csip/v20221121/examples.json +40 -0
- tccli/services/cynosdb/v20190107/api.json +370 -365
- tccli/services/cynosdb/v20190107/examples.json +39 -39
- tccli/services/dbbrain/v20191016/api.json +206 -188
- tccli/services/dbbrain/v20191016/examples.json +10 -10
- tccli/services/dbbrain/v20210527/api.json +274 -267
- tccli/services/dbbrain/v20210527/examples.json +25 -25
- tccli/services/dc/v20180410/api.json +101 -41
- tccli/services/dc/v20180410/examples.json +5 -5
- tccli/services/dts/v20180330/api.json +9 -9
- tccli/services/dts/v20180330/examples.json +4 -4
- tccli/services/dts/v20211206/api.json +28 -28
- tccli/services/dts/v20211206/examples.json +4 -4
- tccli/services/eb/v20210416/api.json +2 -2
- tccli/services/eb/v20210416/examples.json +2 -2
- tccli/services/ecm/v20190719/api.json +267 -224
- tccli/services/ecm/v20190719/examples.json +21 -21
- tccli/services/ess/v20201111/api.json +21 -3
- tccli/services/ess/v20201111/examples.json +12 -0
- tccli/services/essbasic/v20210526/api.json +18 -0
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/gaap/v20180529/api.json +22 -22
- tccli/services/hunyuan/v20230901/api.json +21 -2
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lighthouse/v20200324/api.json +4 -4
- tccli/services/live/v20180801/api.json +60 -60
- tccli/services/live/v20180801/examples.json +37 -37
- tccli/services/mongodb/v20180408/api.json +104 -104
- tccli/services/mongodb/v20190725/api.json +116 -103
- tccli/services/ocr/v20181119/api.json +2 -2
- tccli/services/ocr/v20181119/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +1 -1
- tccli/services/sms/v20190711/api.json +81 -81
- tccli/services/sms/v20190711/examples.json +8 -8
- tccli/services/sms/v20210111/api.json +39 -39
- tccli/services/sqlserver/v20180328/api.json +611 -450
- tccli/services/sqlserver/v20180328/examples.json +16 -16
- tccli/services/tbaas/v20180416/api.json +47 -49
- tccli/services/tbaas/v20180416/examples.json +4 -4
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +61 -0
- tccli/services/tdmq/v20200217/examples.json +8 -0
- tccli/services/trocket/trocket_client.py +171 -12
- tccli/services/trocket/v20230308/api.json +524 -0
- tccli/services/trocket/v20230308/examples.json +24 -0
- tccli/services/tsf/v20180326/api.json +39 -37
- tccli/services/tsf/v20180326/examples.json +16 -16
- tccli/services/vod/v20180717/api.json +21 -3
- tccli/services/vod/v20180717/examples.json +2 -2
- tccli/services/vpc/v20170312/api.json +3 -3
- tccli/services/vpc/v20170312/examples.json +4 -4
- {tccli-3.0.1238.1.dist-info → tccli-3.0.1240.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1238.1.dist-info → tccli-3.0.1240.1.dist-info}/RECORD +65 -65
- {tccli-3.0.1238.1.dist-info → tccli-3.0.1240.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1238.1.dist-info → tccli-3.0.1240.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1238.1.dist-info → tccli-3.0.1240.1.dist-info}/license_files/LICENSE +0 -0
@@ -238,6 +238,20 @@
|
|
238
238
|
"output": "DescribeMQTTUserListResponse",
|
239
239
|
"status": "online"
|
240
240
|
},
|
241
|
+
"DescribeMessage": {
|
242
|
+
"document": "查询消息详情",
|
243
|
+
"input": "DescribeMessageRequest",
|
244
|
+
"name": "查询消息详情",
|
245
|
+
"output": "DescribeMessageResponse",
|
246
|
+
"status": "online"
|
247
|
+
},
|
248
|
+
"DescribeMessageList": {
|
249
|
+
"document": "查询消息列表。如果查询死信消息,请设置ConsumerGroup参数。",
|
250
|
+
"input": "DescribeMessageListRequest",
|
251
|
+
"name": "查询消息列表",
|
252
|
+
"output": "DescribeMessageListResponse",
|
253
|
+
"status": "online"
|
254
|
+
},
|
241
255
|
"DescribeMessageTrace": {
|
242
256
|
"document": "根据消息 ID 查询消息轨迹。",
|
243
257
|
"input": "DescribeMessageTraceRequest",
|
@@ -349,6 +363,13 @@
|
|
349
363
|
"name": "修改主题属性",
|
350
364
|
"output": "ModifyTopicResponse",
|
351
365
|
"status": "online"
|
366
|
+
},
|
367
|
+
"ResendDeadLetterMessage": {
|
368
|
+
"document": "重新发送死信消息",
|
369
|
+
"input": "ResendDeadLetterMessageRequest",
|
370
|
+
"name": "重新发送死信消息",
|
371
|
+
"output": "ResendDeadLetterMessageResponse",
|
372
|
+
"status": "online"
|
352
373
|
}
|
353
374
|
},
|
354
375
|
"metadata": {
|
@@ -3294,6 +3315,332 @@
|
|
3294
3315
|
],
|
3295
3316
|
"type": "object"
|
3296
3317
|
},
|
3318
|
+
"DescribeMessageListRequest": {
|
3319
|
+
"document": "DescribeMessageList请求参数结构体",
|
3320
|
+
"members": [
|
3321
|
+
{
|
3322
|
+
"disabled": false,
|
3323
|
+
"document": "集群ID",
|
3324
|
+
"example": "rmq-72mo3a9o",
|
3325
|
+
"member": "string",
|
3326
|
+
"name": "InstanceId",
|
3327
|
+
"required": true,
|
3328
|
+
"type": "string"
|
3329
|
+
},
|
3330
|
+
{
|
3331
|
+
"disabled": false,
|
3332
|
+
"document": "主题名称",
|
3333
|
+
"example": "test_topic",
|
3334
|
+
"member": "string",
|
3335
|
+
"name": "Topic",
|
3336
|
+
"required": true,
|
3337
|
+
"type": "string"
|
3338
|
+
},
|
3339
|
+
{
|
3340
|
+
"disabled": false,
|
3341
|
+
"document": "开始时间",
|
3342
|
+
"example": "1672502400000",
|
3343
|
+
"member": "int64",
|
3344
|
+
"name": "StartTime",
|
3345
|
+
"required": true,
|
3346
|
+
"type": "int"
|
3347
|
+
},
|
3348
|
+
{
|
3349
|
+
"disabled": false,
|
3350
|
+
"document": "结束时间",
|
3351
|
+
"example": "1672504200000",
|
3352
|
+
"member": "int64",
|
3353
|
+
"name": "EndTime",
|
3354
|
+
"required": true,
|
3355
|
+
"type": "int"
|
3356
|
+
},
|
3357
|
+
{
|
3358
|
+
"disabled": false,
|
3359
|
+
"document": "一次查询标识",
|
3360
|
+
"example": "901a6956-1ab9-7fb7-3bf5-9f02b7aa2a7d",
|
3361
|
+
"member": "string",
|
3362
|
+
"name": "TaskRequestId",
|
3363
|
+
"required": true,
|
3364
|
+
"type": "string"
|
3365
|
+
},
|
3366
|
+
{
|
3367
|
+
"disabled": false,
|
3368
|
+
"document": "查询起始位置",
|
3369
|
+
"example": "0",
|
3370
|
+
"member": "int64",
|
3371
|
+
"name": "Offset",
|
3372
|
+
"required": false,
|
3373
|
+
"type": "int"
|
3374
|
+
},
|
3375
|
+
{
|
3376
|
+
"disabled": false,
|
3377
|
+
"document": "查询结果限制数量",
|
3378
|
+
"example": "20",
|
3379
|
+
"member": "int64",
|
3380
|
+
"name": "Limit",
|
3381
|
+
"required": false,
|
3382
|
+
"type": "int"
|
3383
|
+
},
|
3384
|
+
{
|
3385
|
+
"disabled": false,
|
3386
|
+
"document": "消费组名称",
|
3387
|
+
"example": "test_group",
|
3388
|
+
"member": "string",
|
3389
|
+
"name": "ConsumerGroup",
|
3390
|
+
"required": false,
|
3391
|
+
"type": "string"
|
3392
|
+
},
|
3393
|
+
{
|
3394
|
+
"disabled": false,
|
3395
|
+
"document": "消息 ID",
|
3396
|
+
"example": "01963F0B14BAF09F27077D244F00000000",
|
3397
|
+
"member": "string",
|
3398
|
+
"name": "MsgId",
|
3399
|
+
"required": false,
|
3400
|
+
"type": "string"
|
3401
|
+
},
|
3402
|
+
{
|
3403
|
+
"disabled": false,
|
3404
|
+
"document": "消息 Key",
|
3405
|
+
"example": "test_key",
|
3406
|
+
"member": "string",
|
3407
|
+
"name": "MsgKey",
|
3408
|
+
"required": false,
|
3409
|
+
"type": "string"
|
3410
|
+
},
|
3411
|
+
{
|
3412
|
+
"disabled": false,
|
3413
|
+
"document": "查询最近N条消息 最大不超过1024,默认-1为其他查询条件",
|
3414
|
+
"example": "100",
|
3415
|
+
"member": "int64",
|
3416
|
+
"name": "RecentMessageNum",
|
3417
|
+
"required": false,
|
3418
|
+
"type": "int"
|
3419
|
+
},
|
3420
|
+
{
|
3421
|
+
"disabled": false,
|
3422
|
+
"document": "是否查询死信消息",
|
3423
|
+
"example": "false",
|
3424
|
+
"member": "bool",
|
3425
|
+
"name": "QueryDeadLetterMessage",
|
3426
|
+
"required": false,
|
3427
|
+
"type": "bool"
|
3428
|
+
},
|
3429
|
+
{
|
3430
|
+
"disabled": false,
|
3431
|
+
"document": "消息 Tag",
|
3432
|
+
"example": "test_tag",
|
3433
|
+
"member": "string",
|
3434
|
+
"name": "Tag",
|
3435
|
+
"required": false,
|
3436
|
+
"type": "string"
|
3437
|
+
}
|
3438
|
+
],
|
3439
|
+
"type": "object"
|
3440
|
+
},
|
3441
|
+
"DescribeMessageListResponse": {
|
3442
|
+
"document": "DescribeMessageList返回参数结构体",
|
3443
|
+
"members": [
|
3444
|
+
{
|
3445
|
+
"disabled": false,
|
3446
|
+
"document": "查询总数\n注意:此字段可能返回 null,表示取不到有效值。",
|
3447
|
+
"example": "10",
|
3448
|
+
"member": "int64",
|
3449
|
+
"name": "TotalCount",
|
3450
|
+
"output_required": false,
|
3451
|
+
"type": "int",
|
3452
|
+
"value_allowed_null": true
|
3453
|
+
},
|
3454
|
+
{
|
3455
|
+
"disabled": false,
|
3456
|
+
"document": "消息记录列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
3457
|
+
"example": "[ { \"MsgId\": \"01963F0B14BAF09F27077D244F00000000\", } ]",
|
3458
|
+
"member": "MessageItem",
|
3459
|
+
"name": "Data",
|
3460
|
+
"output_required": true,
|
3461
|
+
"type": "list",
|
3462
|
+
"value_allowed_null": true
|
3463
|
+
},
|
3464
|
+
{
|
3465
|
+
"disabled": false,
|
3466
|
+
"document": "一次查询ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3467
|
+
"example": "901a6956-1ab9-7fb7-3bf5-9f02b7aa2a7d",
|
3468
|
+
"member": "string",
|
3469
|
+
"name": "TaskRequestId",
|
3470
|
+
"output_required": true,
|
3471
|
+
"type": "string",
|
3472
|
+
"value_allowed_null": true
|
3473
|
+
},
|
3474
|
+
{
|
3475
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3476
|
+
"member": "string",
|
3477
|
+
"name": "RequestId",
|
3478
|
+
"type": "string"
|
3479
|
+
}
|
3480
|
+
],
|
3481
|
+
"type": "object"
|
3482
|
+
},
|
3483
|
+
"DescribeMessageRequest": {
|
3484
|
+
"document": "DescribeMessage请求参数结构体",
|
3485
|
+
"members": [
|
3486
|
+
{
|
3487
|
+
"disabled": false,
|
3488
|
+
"document": "集群ID",
|
3489
|
+
"example": "rmq-72mo3a9o",
|
3490
|
+
"member": "string",
|
3491
|
+
"name": "InstanceId",
|
3492
|
+
"required": true,
|
3493
|
+
"type": "string"
|
3494
|
+
},
|
3495
|
+
{
|
3496
|
+
"disabled": false,
|
3497
|
+
"document": "主题名称",
|
3498
|
+
"example": "test_topic",
|
3499
|
+
"member": "string",
|
3500
|
+
"name": "Topic",
|
3501
|
+
"required": true,
|
3502
|
+
"type": "string"
|
3503
|
+
},
|
3504
|
+
{
|
3505
|
+
"disabled": false,
|
3506
|
+
"document": "消息ID",
|
3507
|
+
"example": "01963F0B14BAF09F27077D244F00000000",
|
3508
|
+
"member": "string",
|
3509
|
+
"name": "MsgId",
|
3510
|
+
"required": true,
|
3511
|
+
"type": "string"
|
3512
|
+
},
|
3513
|
+
{
|
3514
|
+
"disabled": false,
|
3515
|
+
"document": "查询起始位置",
|
3516
|
+
"example": "0",
|
3517
|
+
"member": "int64",
|
3518
|
+
"name": "Offset",
|
3519
|
+
"required": false,
|
3520
|
+
"type": "int"
|
3521
|
+
},
|
3522
|
+
{
|
3523
|
+
"disabled": false,
|
3524
|
+
"document": "查询结果限制数量",
|
3525
|
+
"example": "20",
|
3526
|
+
"member": "int64",
|
3527
|
+
"name": "Limit",
|
3528
|
+
"required": false,
|
3529
|
+
"type": "int"
|
3530
|
+
},
|
3531
|
+
{
|
3532
|
+
"disabled": false,
|
3533
|
+
"document": "是否是死信消息",
|
3534
|
+
"example": "false",
|
3535
|
+
"member": "bool",
|
3536
|
+
"name": "QueryDeadLetterMessage",
|
3537
|
+
"required": false,
|
3538
|
+
"type": "bool"
|
3539
|
+
},
|
3540
|
+
{
|
3541
|
+
"disabled": false,
|
3542
|
+
"document": "是否是延时消息",
|
3543
|
+
"example": "false",
|
3544
|
+
"member": "bool",
|
3545
|
+
"name": "QueryDelayMessage",
|
3546
|
+
"required": false,
|
3547
|
+
"type": "bool"
|
3548
|
+
}
|
3549
|
+
],
|
3550
|
+
"type": "object"
|
3551
|
+
},
|
3552
|
+
"DescribeMessageResponse": {
|
3553
|
+
"document": "DescribeMessage返回参数结构体",
|
3554
|
+
"members": [
|
3555
|
+
{
|
3556
|
+
"disabled": false,
|
3557
|
+
"document": "消息体",
|
3558
|
+
"example": "This is a normal message for Apache RocketMQ",
|
3559
|
+
"member": "string",
|
3560
|
+
"name": "Body",
|
3561
|
+
"output_required": true,
|
3562
|
+
"type": "string",
|
3563
|
+
"value_allowed_null": false
|
3564
|
+
},
|
3565
|
+
{
|
3566
|
+
"disabled": false,
|
3567
|
+
"document": "详情参数",
|
3568
|
+
"example": "{ \"UNIQ_KEY\": \"01963F0B14BAF09F27077D244F00000000\", \"__CLIENT_HOST\": \"113.142.183.133:46728\" }",
|
3569
|
+
"member": "string",
|
3570
|
+
"name": "Properties",
|
3571
|
+
"output_required": true,
|
3572
|
+
"type": "string",
|
3573
|
+
"value_allowed_null": false
|
3574
|
+
},
|
3575
|
+
{
|
3576
|
+
"disabled": false,
|
3577
|
+
"document": "生产时间",
|
3578
|
+
"example": "2023-01-01 00:00:01",
|
3579
|
+
"member": "string",
|
3580
|
+
"name": "ProduceTime",
|
3581
|
+
"output_required": true,
|
3582
|
+
"type": "string",
|
3583
|
+
"value_allowed_null": false
|
3584
|
+
},
|
3585
|
+
{
|
3586
|
+
"disabled": false,
|
3587
|
+
"document": "消息ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3588
|
+
"example": "01963F0B14BAF09F27077D244F00000000",
|
3589
|
+
"member": "string",
|
3590
|
+
"name": "MessageId",
|
3591
|
+
"output_required": true,
|
3592
|
+
"type": "string",
|
3593
|
+
"value_allowed_null": true
|
3594
|
+
},
|
3595
|
+
{
|
3596
|
+
"disabled": false,
|
3597
|
+
"document": "生产者地址",
|
3598
|
+
"example": "113.142.183.133:46728",
|
3599
|
+
"member": "string",
|
3600
|
+
"name": "ProducerAddr",
|
3601
|
+
"output_required": true,
|
3602
|
+
"type": "string",
|
3603
|
+
"value_allowed_null": false
|
3604
|
+
},
|
3605
|
+
{
|
3606
|
+
"disabled": false,
|
3607
|
+
"document": "消息消费情况列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
3608
|
+
"example": "[ { \"ConsumerGroup\": \"test_group\", \"TrackType\": \"NOT_ONLINE\", } ]",
|
3609
|
+
"member": "MessageTrackItem",
|
3610
|
+
"name": "MessageTracks",
|
3611
|
+
"output_required": true,
|
3612
|
+
"type": "list",
|
3613
|
+
"value_allowed_null": true
|
3614
|
+
},
|
3615
|
+
{
|
3616
|
+
"disabled": false,
|
3617
|
+
"document": "Topic",
|
3618
|
+
"example": "test_topic",
|
3619
|
+
"member": "string",
|
3620
|
+
"name": "ShowTopicName",
|
3621
|
+
"output_required": true,
|
3622
|
+
"type": "string",
|
3623
|
+
"value_allowed_null": false
|
3624
|
+
},
|
3625
|
+
{
|
3626
|
+
"disabled": false,
|
3627
|
+
"document": "消息消费情况列表总条数\n注意:此字段可能返回 null,表示取不到有效值。",
|
3628
|
+
"example": "1",
|
3629
|
+
"member": "int64",
|
3630
|
+
"name": "MessageTracksCount",
|
3631
|
+
"output_required": false,
|
3632
|
+
"type": "int",
|
3633
|
+
"value_allowed_null": true
|
3634
|
+
},
|
3635
|
+
{
|
3636
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
3637
|
+
"member": "string",
|
3638
|
+
"name": "RequestId",
|
3639
|
+
"type": "string"
|
3640
|
+
}
|
3641
|
+
],
|
3642
|
+
"type": "object"
|
3643
|
+
},
|
3297
3644
|
"DescribeMessageTraceRequest": {
|
3298
3645
|
"document": "DescribeMessageTrace请求参数结构体",
|
3299
3646
|
"members": [
|
@@ -5003,6 +5350,82 @@
|
|
5003
5350
|
],
|
5004
5351
|
"usage": "out"
|
5005
5352
|
},
|
5353
|
+
"MessageItem": {
|
5354
|
+
"document": "消息记录",
|
5355
|
+
"members": [
|
5356
|
+
{
|
5357
|
+
"disabled": false,
|
5358
|
+
"document": "消息ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
5359
|
+
"example": "test",
|
5360
|
+
"member": "string",
|
5361
|
+
"name": "MsgId",
|
5362
|
+
"required": false,
|
5363
|
+
"type": "string",
|
5364
|
+
"value_allowed_null": true
|
5365
|
+
},
|
5366
|
+
{
|
5367
|
+
"disabled": false,
|
5368
|
+
"document": "消息tag\n注意:此字段可能返回 null,表示取不到有效值。",
|
5369
|
+
"example": "无",
|
5370
|
+
"member": "string",
|
5371
|
+
"name": "Tags",
|
5372
|
+
"required": false,
|
5373
|
+
"type": "string",
|
5374
|
+
"value_allowed_null": true
|
5375
|
+
},
|
5376
|
+
{
|
5377
|
+
"disabled": false,
|
5378
|
+
"document": "消息key\n注意:此字段可能返回 null,表示取不到有效值。",
|
5379
|
+
"example": "无",
|
5380
|
+
"member": "string",
|
5381
|
+
"name": "Keys",
|
5382
|
+
"required": false,
|
5383
|
+
"type": "string",
|
5384
|
+
"value_allowed_null": true
|
5385
|
+
},
|
5386
|
+
{
|
5387
|
+
"disabled": false,
|
5388
|
+
"document": "客户端地址\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
5389
|
+
"example": "无",
|
5390
|
+
"member": "string",
|
5391
|
+
"name": "ProducerAddr",
|
5392
|
+
"required": false,
|
5393
|
+
"type": "string",
|
5394
|
+
"value_allowed_null": true
|
5395
|
+
},
|
5396
|
+
{
|
5397
|
+
"disabled": false,
|
5398
|
+
"document": "消息发送时间\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
5399
|
+
"example": "无",
|
5400
|
+
"member": "string",
|
5401
|
+
"name": "ProduceTime",
|
5402
|
+
"required": false,
|
5403
|
+
"type": "string",
|
5404
|
+
"value_allowed_null": true
|
5405
|
+
},
|
5406
|
+
{
|
5407
|
+
"disabled": false,
|
5408
|
+
"document": "死信重发次数\t\n注意:此字段可能返回 null,表示取不到有效值。",
|
5409
|
+
"example": "无",
|
5410
|
+
"member": "int64",
|
5411
|
+
"name": "DeadLetterResendTimes",
|
5412
|
+
"required": false,
|
5413
|
+
"type": "int",
|
5414
|
+
"value_allowed_null": true
|
5415
|
+
},
|
5416
|
+
{
|
5417
|
+
"disabled": false,
|
5418
|
+
"document": "死信重发成功次数\n注意:此字段可能返回 null,表示取不到有效值。",
|
5419
|
+
"example": "无",
|
5420
|
+
"member": "int64",
|
5421
|
+
"name": "DeadLetterResendSuccessTimes",
|
5422
|
+
"required": false,
|
5423
|
+
"type": "int",
|
5424
|
+
"value_allowed_null": true
|
5425
|
+
}
|
5426
|
+
],
|
5427
|
+
"usage": "out"
|
5428
|
+
},
|
5006
5429
|
"MessageTraceItem": {
|
5007
5430
|
"document": "消息轨迹",
|
5008
5431
|
"members": [
|
@@ -5029,6 +5452,52 @@
|
|
5029
5452
|
],
|
5030
5453
|
"usage": "out"
|
5031
5454
|
},
|
5455
|
+
"MessageTrackItem": {
|
5456
|
+
"document": "MessageTrack",
|
5457
|
+
"members": [
|
5458
|
+
{
|
5459
|
+
"disabled": false,
|
5460
|
+
"document": "消费组名称",
|
5461
|
+
"example": "test",
|
5462
|
+
"member": "string",
|
5463
|
+
"name": "ConsumerGroup",
|
5464
|
+
"required": false,
|
5465
|
+
"type": "string",
|
5466
|
+
"value_allowed_null": false
|
5467
|
+
},
|
5468
|
+
{
|
5469
|
+
"disabled": false,
|
5470
|
+
"document": "消费状态, CONSUMED: 已消费 CONSUMED_BUT_FILTERED: 已过滤 NOT_CONSUME: 未消费 ENTER_RETRY: 进入重试队列 ENTER_DLQ: 进入死信队列 UNKNOWN: 查询不到消费状态",
|
5471
|
+
"example": "无",
|
5472
|
+
"member": "string",
|
5473
|
+
"name": "ConsumeStatus",
|
5474
|
+
"required": false,
|
5475
|
+
"type": "string",
|
5476
|
+
"value_allowed_null": false
|
5477
|
+
},
|
5478
|
+
{
|
5479
|
+
"disabled": false,
|
5480
|
+
"document": "track类型",
|
5481
|
+
"example": "无",
|
5482
|
+
"member": "string",
|
5483
|
+
"name": "TrackType",
|
5484
|
+
"required": false,
|
5485
|
+
"type": "string",
|
5486
|
+
"value_allowed_null": false
|
5487
|
+
},
|
5488
|
+
{
|
5489
|
+
"disabled": false,
|
5490
|
+
"document": "异常信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
5491
|
+
"example": "无",
|
5492
|
+
"member": "string",
|
5493
|
+
"name": "ExceptionDesc",
|
5494
|
+
"required": false,
|
5495
|
+
"type": "string",
|
5496
|
+
"value_allowed_null": true
|
5497
|
+
}
|
5498
|
+
],
|
5499
|
+
"usage": "out"
|
5500
|
+
},
|
5032
5501
|
"ModifyConsumerGroupRequest": {
|
5033
5502
|
"document": "ModifyConsumerGroup请求参数结构体",
|
5034
5503
|
"members": [
|
@@ -5815,6 +6284,61 @@
|
|
5815
6284
|
],
|
5816
6285
|
"usage": "both"
|
5817
6286
|
},
|
6287
|
+
"ResendDeadLetterMessageRequest": {
|
6288
|
+
"document": "ResendDeadLetterMessage请求参数结构体",
|
6289
|
+
"members": [
|
6290
|
+
{
|
6291
|
+
"disabled": false,
|
6292
|
+
"document": "集群ID",
|
6293
|
+
"example": "rmq-72mo3a9o",
|
6294
|
+
"member": "string",
|
6295
|
+
"name": "InstanceId",
|
6296
|
+
"required": true,
|
6297
|
+
"type": "string"
|
6298
|
+
},
|
6299
|
+
{
|
6300
|
+
"disabled": false,
|
6301
|
+
"document": "死信消息ID列表",
|
6302
|
+
"example": "[\"01963F0B14BAF09F27077D244F00000000\"]",
|
6303
|
+
"member": "string",
|
6304
|
+
"name": "MessageIds",
|
6305
|
+
"required": true,
|
6306
|
+
"type": "list"
|
6307
|
+
},
|
6308
|
+
{
|
6309
|
+
"disabled": false,
|
6310
|
+
"document": "消费组名称",
|
6311
|
+
"example": "test_group",
|
6312
|
+
"member": "string",
|
6313
|
+
"name": "ConsumerGroup",
|
6314
|
+
"required": false,
|
6315
|
+
"type": "string"
|
6316
|
+
}
|
6317
|
+
],
|
6318
|
+
"type": "object"
|
6319
|
+
},
|
6320
|
+
"ResendDeadLetterMessageResponse": {
|
6321
|
+
"document": "ResendDeadLetterMessage返回参数结构体",
|
6322
|
+
"members": [
|
6323
|
+
{
|
6324
|
+
"disabled": false,
|
6325
|
+
"document": "重发消息结果\n注意:此字段可能返回 null,表示取不到有效值。",
|
6326
|
+
"example": "无",
|
6327
|
+
"member": "bool",
|
6328
|
+
"name": "ResendResult",
|
6329
|
+
"output_required": false,
|
6330
|
+
"type": "bool",
|
6331
|
+
"value_allowed_null": true
|
6332
|
+
},
|
6333
|
+
{
|
6334
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
6335
|
+
"member": "string",
|
6336
|
+
"name": "RequestId",
|
6337
|
+
"type": "string"
|
6338
|
+
}
|
6339
|
+
],
|
6340
|
+
"type": "object"
|
6341
|
+
},
|
5818
6342
|
"RoleItem": {
|
5819
6343
|
"document": "角色信息",
|
5820
6344
|
"members": [
|
@@ -272,6 +272,22 @@
|
|
272
272
|
"title": "示例"
|
273
273
|
}
|
274
274
|
],
|
275
|
+
"DescribeMessage": [
|
276
|
+
{
|
277
|
+
"document": "",
|
278
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMessage\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 \"Body\": \"testBody\",\n \"MessageId\": \"1EAE3915000721B8D17C2C5BB31638D1\",\n \"MessageTracks\": [\n {\n \"ConsumeStatus\": \"CONSUMED\",\n \"ConsumerGroup\": \"group\",\n \"ExceptionDesc\": null,\n \"TrackType\": \"CONSUMED\"\n }\n ],\n \"ProduceTime\": \"2023-05-09 14:43:27\",\n \"ProducerAddr\": \"30.174.57.21\",\n \"Properties\": \"{\\\"TRACE_ON\\\":\\\"true\\\",\\\"MSG_REGION\\\":\\\"cd\\\",\\\"KEYS\\\":\\\"testKey\\\",\\\"UNIQ_KEY\\\":\\\"1EAE3915000721B8D17C2C5BB31638D1\\\",\\\"CLUSTER\\\":\\\"rmqbroker-cd-1\\\",\\\"WAIT\\\":\\\"true\\\",\\\"TAGS\\\":\\\"testTag\\\"}\",\n \"RequestId\": \"8e97b978-376b-4d94-96cc-db0ead5f2f99\",\n \"ShowTopicName\": \"topic\"\n }\n}",
|
280
|
+
"title": "查询普通消息"
|
281
|
+
}
|
282
|
+
],
|
283
|
+
"DescribeMessageList": [
|
284
|
+
{
|
285
|
+
"document": "",
|
286
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeMessageList\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"Topic\": \"topic\",\n \"Offset\": 0,\n \"Limit\": 1,\n \"MsgId\": \"1EAE3915000721B8D17C2C5BB31638D1\",\n \"StartTime\": 1683613796174,\n \"EndTime\": 1683613796174,\n \"TaskRequestId\": \"901a6956-1ab9-7fb7-3bf5-9f02b7aa2a7d\"\n}",
|
287
|
+
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"Data\": [\n {\n \"DeadLetterResendSuccessTimes\": null,\n \"DeadLetterResendTimes\": null,\n \"Keys\": \"test_key\",\n \"MsgId\": \"1EAE3915000721B8D17C2C5BB31638D1\",\n \"ProduceTime\": \"2023-05-09 14:43:27\",\n \"ProducerAddr\": \"30.174.57.21\",\n \"Tags\": \"test_tag\"\n }\n ],\n \"RequestId\": \"7426c613-085b-48c4-9257-87a208a8adcc\",\n \"TaskRequestId\": \"901a6956-1ab9-7fb7-3bf5-9f02b7aa2a7d\",\n \"TotalCount\": 1\n }\n}",
|
288
|
+
"title": "查询消息列表"
|
289
|
+
}
|
290
|
+
],
|
275
291
|
"DescribeMessageTrace": [
|
276
292
|
{
|
277
293
|
"document": "",
|
@@ -405,6 +421,14 @@
|
|
405
421
|
"output": "{\n \"Error\": null,\n \"RequestId\": null,\n \"Response\": {\n \"RequestId\": \"945afc69-1c24-4891-a2ce-c5fa6032ba75\"\n }\n}",
|
406
422
|
"title": "修改主题属性"
|
407
423
|
}
|
424
|
+
],
|
425
|
+
"ResendDeadLetterMessage": [
|
426
|
+
{
|
427
|
+
"document": "",
|
428
|
+
"input": "POST / HTTP/1.1\nHost: trocket.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResendDeadLetterMessage\n<公共请求参数>\n\n{\n \"InstanceId\": \"rmq-72mo3a9o\",\n \"ConsumerGroup\": \"test_group\",\n \"MessageIds\": [\n \"01963F0B14BAF09F27077D244F00000000\"\n ]\n}",
|
429
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f4f1d3ba-3ed2-4e03-b741-9f6f696b9689\"\n }\n}",
|
430
|
+
"title": "重发死信消息"
|
431
|
+
}
|
408
432
|
]
|
409
433
|
},
|
410
434
|
"version": "1.0"
|