tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.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/__init__.py +2 -1
- tccli/services/asr/v20190614/api.json +18 -18
- tccli/services/batch/v20170312/api.json +14 -14
- tccli/services/bh/bh_client.py +623 -93
- tccli/services/bh/v20230418/api.json +1054 -32
- tccli/services/bh/v20230418/examples.json +93 -1
- tccli/services/billing/billing_client.py +4 -57
- tccli/services/billing/v20180709/api.json +3 -305
- tccli/services/billing/v20180709/examples.json +2 -10
- tccli/services/bpaas/v20181217/api.json +56 -56
- tccli/services/cat/cat_client.py +61 -8
- tccli/services/cat/v20180409/api.json +115 -0
- tccli/services/cat/v20180409/examples.json +20 -0
- tccli/services/cbs/v20170312/api.json +9 -7
- tccli/services/cbs/v20170312/examples.json +2 -2
- tccli/services/ccc/ccc_client.py +216 -4
- tccli/services/ccc/v20200210/api.json +364 -6
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/v20170320/api.json +23 -14
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +365 -279
- tccli/services/cdwch/v20200915/api.json +21 -21
- tccli/services/cdwdoris/v20211228/api.json +21 -1
- tccli/services/cdwdoris/v20211228/examples.json +4 -4
- tccli/services/cdwpg/v20201230/api.json +375 -360
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +201 -5
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +57 -4
- tccli/services/chc/v20230418/api.json +108 -1
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +408 -302
- tccli/services/ckafka/v20190819/api.json +197 -2
- tccli/services/ckafka/v20190819/examples.json +16 -0
- tccli/services/clb/v20180317/api.json +439 -379
- tccli/services/clb/v20180317/examples.json +7 -7
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +86 -3
- tccli/services/cls/v20201016/examples.json +11 -3
- tccli/services/cvm/v20170312/api.json +165 -147
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +93 -14
- tccli/services/cwp/v20180228/examples.json +7 -7
- tccli/services/cynosdb/cynosdb_client.py +171 -12
- tccli/services/cynosdb/v20190107/api.json +252 -3
- tccli/services/cynosdb/v20190107/examples.json +24 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +816 -655
- tccli/services/dlc/v20210125/examples.json +73 -59
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/dts/v20211206/examples.json +6 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +127 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +686 -151
- tccli/services/es/v20180416/api.json +509 -436
- tccli/services/es/v20180416/examples.json +43 -49
- tccli/services/es/v20250101/api.json +1391 -0
- tccli/services/es/v20250101/examples.json +85 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +142 -21
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +112 -9
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/gaap/v20180529/api.json +321 -312
- tccli/services/gaap/v20180529/examples.json +2 -2
- tccli/services/gs/gs_client.py +538 -8
- tccli/services/gs/v20191118/api.json +947 -44
- tccli/services/gs/v20191118/examples.json +87 -1
- tccli/services/gwlb/v20240906/api.json +56 -37
- tccli/services/gwlb/v20240906/examples.json +11 -5
- tccli/services/hunyuan/hunyuan_client.py +175 -69
- tccli/services/hunyuan/v20230901/api.json +191 -1
- tccli/services/hunyuan/v20230901/examples.json +17 -1
- tccli/services/ioa/ioa_client.py +227 -15
- tccli/services/ioa/v20220601/api.json +479 -0
- tccli/services/ioa/v20220601/examples.json +44 -0
- tccli/services/iotexplorer/iotexplorer_client.py +322 -4
- tccli/services/iotexplorer/v20190423/api.json +865 -52
- tccli/services/iotexplorer/v20190423/examples.json +64 -16
- tccli/services/iotvideo/iotvideo_client.py +57 -4
- tccli/services/iotvideo/v20211125/api.json +146 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +1 -1
- tccli/services/kms/v20190118/api.json +38 -2
- tccli/services/lcic/v20220817/api.json +66 -1
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +0 -106
- tccli/services/lighthouse/v20200324/api.json +11 -98
- tccli/services/lighthouse/v20200324/examples.json +0 -16
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +208 -10
- tccli/services/lke/v20231130/examples.json +10 -10
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +48 -4
- tccli/services/lkeap/v20240522/examples.json +8 -0
- tccli/services/mna/mna_client.py +4 -163
- tccli/services/mna/v20210119/api.json +0 -524
- tccli/services/mna/v20210119/examples.json +0 -24
- tccli/services/monitor/monitor_client.py +114 -8
- tccli/services/monitor/v20180724/api.json +129 -18
- tccli/services/monitor/v20180724/examples.json +17 -1
- tccli/services/mps/v20190612/api.json +1223 -1031
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/nlp/v20190408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +12 -12
- tccli/services/oceanus/v20190422/examples.json +15 -3
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/privatedns/v20201028/api.json +30 -11
- tccli/services/privatedns/v20201028/examples.json +10 -10
- tccli/services/rce/v20201103/api.json +3 -3
- tccli/services/ses/v20201002/api.json +10 -1
- tccli/services/smop/v20201203/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/sts/sts_client.py +53 -0
- tccli/services/sts/v20180813/api.json +101 -1
- tccli/services/sts/v20180813/examples.json +8 -0
- tccli/services/taf/taf_client.py +0 -53
- tccli/services/taf/v20200210/api.json +0 -138
- tccli/services/taf/v20200210/examples.json +0 -8
- tccli/services/tan/v20220420/api.json +2 -2
- tccli/services/tat/v20201028/api.json +2 -2
- tccli/services/tcb/v20180608/api.json +29 -1
- tccli/services/tcbr/v20220217/api.json +32 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +84 -34
- tccli/services/tcss/v20201101/examples.json +2809 -0
- tccli/services/tdmq/v20200217/api.json +40 -0
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +236 -208
- tccli/services/teo/v20220901/examples.json +13 -13
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +256 -0
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +489 -12
- tccli/services/trocket/v20230308/api.json +925 -146
- tccli/services/trocket/v20230308/examples.json +72 -0
- tccli/services/trtc/v20190722/api.json +13 -19
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +1016 -995
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +510 -465
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/tts/v20190823/api.json +10 -10
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vcube/v20220410/api.json +10 -0
- tccli/services/vdb/v20230616/api.json +10 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +824 -254
- tccli/services/vpc/v20170312/examples.json +66 -10
- tccli/services/vpc/vpc_client.py +383 -12
- tccli/services/vrs/v20200824/api.json +9 -0
- tccli/services/waf/v20180125/api.json +8113 -5814
- tccli/services/waf/v20180125/examples.json +90 -0
- tccli/services/waf/waf_client.py +559 -82
- tccli/services/wedata/v20210820/api.json +1379 -24
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +171 -12
- tccli/services/weilingwith/v20230427/api.json +1 -1
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"ChangeMigratingTopicToNextStage": {
|
4
|
+
"document": "修改迁移中的Topic状态进入下一步",
|
5
|
+
"input": "ChangeMigratingTopicToNextStageRequest",
|
6
|
+
"name": "平滑迁移:修改迁移中的Topic状态进入下一步",
|
7
|
+
"output": "ChangeMigratingTopicToNextStageResponse",
|
8
|
+
"status": "online"
|
9
|
+
},
|
3
10
|
"CreateConsumerGroup": {
|
4
11
|
"document": "创建消费组",
|
5
12
|
"input": "CreateConsumerGroupRequest",
|
@@ -105,6 +112,13 @@
|
|
105
112
|
"output": "DeleteRoleResponse",
|
106
113
|
"status": "online"
|
107
114
|
},
|
115
|
+
"DeleteSmoothMigrationTask": {
|
116
|
+
"document": "删除平滑迁移任务,只有被取消的任务才可删除",
|
117
|
+
"input": "DeleteSmoothMigrationTaskRequest",
|
118
|
+
"name": "删除平滑迁移任务",
|
119
|
+
"output": "DeleteSmoothMigrationTaskResponse",
|
120
|
+
"status": "online"
|
121
|
+
},
|
108
122
|
"DeleteTopic": {
|
109
123
|
"document": "删除主题",
|
110
124
|
"input": "DeleteTopicRequest",
|
@@ -266,6 +280,27 @@
|
|
266
280
|
"output": "DescribeMessageTraceResponse",
|
267
281
|
"status": "online"
|
268
282
|
},
|
283
|
+
"DescribeMigratingGroupStats": {
|
284
|
+
"document": "查看迁移消费组的实时信息",
|
285
|
+
"input": "DescribeMigratingGroupStatsRequest",
|
286
|
+
"name": "查看迁移消费组的实时数据",
|
287
|
+
"output": "DescribeMigratingGroupStatsResponse",
|
288
|
+
"status": "online"
|
289
|
+
},
|
290
|
+
"DescribeMigratingTopicList": {
|
291
|
+
"document": "查询Topic迁移状态列表\n\n查询过滤器,支持TopicName、MigrationStatus、Namespace查询",
|
292
|
+
"input": "DescribeMigratingTopicListRequest",
|
293
|
+
"name": "平滑迁移:查询Topic迁移状态列表",
|
294
|
+
"output": "DescribeMigratingTopicListResponse",
|
295
|
+
"status": "online"
|
296
|
+
},
|
297
|
+
"DescribeMigratingTopicStats": {
|
298
|
+
"document": "用于查询迁移主题的实时数据",
|
299
|
+
"input": "DescribeMigratingTopicStatsRequest",
|
300
|
+
"name": "查询迁移主题的实时数据",
|
301
|
+
"output": "DescribeMigratingTopicStatsResponse",
|
302
|
+
"status": "online"
|
303
|
+
},
|
269
304
|
"DescribeProductSKUs": {
|
270
305
|
"document": "查询产品售卖规格,针对 RocketMQ 5.x 集群。",
|
271
306
|
"input": "DescribeProductSKUsRequest",
|
@@ -280,6 +315,13 @@
|
|
280
315
|
"output": "DescribeRoleListResponse",
|
281
316
|
"status": "online"
|
282
317
|
},
|
318
|
+
"DescribeSourceClusterGroupList": {
|
319
|
+
"document": "平滑迁移过程获取源集群group列表接口\n\n查询过滤器,支持字段\nGroupName,消费组名称模糊搜索\nImported,是否已导入\nImportStatus,导入状态\nNamespace,命名空间",
|
320
|
+
"input": "DescribeSourceClusterGroupListRequest",
|
321
|
+
"name": "平滑迁移:获取源集群的group列表",
|
322
|
+
"output": "DescribeSourceClusterGroupListResponse",
|
323
|
+
"status": "online"
|
324
|
+
},
|
283
325
|
"DescribeTopic": {
|
284
326
|
"document": "查询主题详情,Offset和Limit参数是指订阅该主题的消费组查询分页参数,Filter参数使用说明如下:\n\nConsumerGroup,消费组名称过滤",
|
285
327
|
"input": "DescribeTopicRequest",
|
@@ -301,6 +343,13 @@
|
|
301
343
|
"output": "DescribeTopicListByGroupResponse",
|
302
344
|
"status": "online"
|
303
345
|
},
|
346
|
+
"DoHealthCheckOnMigratingTopic": {
|
347
|
+
"document": "检查迁移中的主题是否处于正常状态,只有处于正常状态的主题,才可以进入下一个迁移阶段",
|
348
|
+
"input": "DoHealthCheckOnMigratingTopicRequest",
|
349
|
+
"name": "迁移主题健康检查",
|
350
|
+
"output": "DoHealthCheckOnMigratingTopicResponse",
|
351
|
+
"status": "online"
|
352
|
+
},
|
304
353
|
"ImportSourceClusterConsumerGroups": {
|
305
354
|
"document": "导入消费者组列表",
|
306
355
|
"input": "ImportSourceClusterConsumerGroupsRequest",
|
@@ -385,6 +434,13 @@
|
|
385
434
|
"output": "ModifyTopicResponse",
|
386
435
|
"status": "online"
|
387
436
|
},
|
437
|
+
"RemoveMigratingTopic": {
|
438
|
+
"document": "从迁移列表中移除主题,仅当主题处于初始状态时有效",
|
439
|
+
"input": "RemoveMigratingTopicRequest",
|
440
|
+
"name": "移除正在平滑迁移的主题",
|
441
|
+
"output": "RemoveMigratingTopicResponse",
|
442
|
+
"status": "online"
|
443
|
+
},
|
388
444
|
"ResendDeadLetterMessage": {
|
389
445
|
"document": "重新发送死信消息",
|
390
446
|
"input": "ResendDeadLetterMessageRequest",
|
@@ -398,6 +454,13 @@
|
|
398
454
|
"name": "重置消费位点",
|
399
455
|
"output": "ResetConsumerGroupOffsetResponse",
|
400
456
|
"status": "online"
|
457
|
+
},
|
458
|
+
"RollbackMigratingTopicStage": {
|
459
|
+
"document": "回滚正在迁移的主题至前一个阶段",
|
460
|
+
"input": "RollbackMigratingTopicStageRequest",
|
461
|
+
"name": "回滚主题迁移进度至上一阶段",
|
462
|
+
"output": "RollbackMigratingTopicStageResponse",
|
463
|
+
"status": "online"
|
401
464
|
}
|
402
465
|
},
|
403
466
|
"metadata": {
|
@@ -407,6 +470,61 @@
|
|
407
470
|
"serviceShortName": "trocket"
|
408
471
|
},
|
409
472
|
"objects": {
|
473
|
+
"ChangeMigratingTopicToNextStageRequest": {
|
474
|
+
"document": "ChangeMigratingTopicToNextStage请求参数结构体",
|
475
|
+
"members": [
|
476
|
+
{
|
477
|
+
"disabled": false,
|
478
|
+
"document": "任务ID",
|
479
|
+
"example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
|
480
|
+
"member": "string",
|
481
|
+
"name": "TaskId",
|
482
|
+
"required": true,
|
483
|
+
"type": "string"
|
484
|
+
},
|
485
|
+
{
|
486
|
+
"disabled": false,
|
487
|
+
"document": "主题名称列表",
|
488
|
+
"example": "[\"Topic-A\"]",
|
489
|
+
"member": "string",
|
490
|
+
"name": "TopicNameList",
|
491
|
+
"required": true,
|
492
|
+
"type": "list"
|
493
|
+
},
|
494
|
+
{
|
495
|
+
"disabled": false,
|
496
|
+
"document": "命名空间列表,仅4.x集群有效,与TopicNameList一一对应",
|
497
|
+
"example": "[\"tdmq-default\"]",
|
498
|
+
"member": "string",
|
499
|
+
"name": "NamespaceList",
|
500
|
+
"required": false,
|
501
|
+
"type": "list"
|
502
|
+
}
|
503
|
+
],
|
504
|
+
"type": "object"
|
505
|
+
},
|
506
|
+
"ChangeMigratingTopicToNextStageResponse": {
|
507
|
+
"document": "ChangeMigratingTopicToNextStage返回参数结构体",
|
508
|
+
"members": [
|
509
|
+
{
|
510
|
+
"disabled": false,
|
511
|
+
"document": "迁移主题状态修改的结果列表",
|
512
|
+
"example": "无",
|
513
|
+
"member": "TopicStageChangeResult",
|
514
|
+
"name": "Results",
|
515
|
+
"output_required": false,
|
516
|
+
"type": "list",
|
517
|
+
"value_allowed_null": false
|
518
|
+
},
|
519
|
+
{
|
520
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
521
|
+
"member": "string",
|
522
|
+
"name": "RequestId",
|
523
|
+
"type": "string"
|
524
|
+
}
|
525
|
+
],
|
526
|
+
"type": "object"
|
527
|
+
},
|
410
528
|
"ConsumeGroupItem": {
|
411
529
|
"document": "消费组信息",
|
412
530
|
"members": [
|
@@ -575,6 +693,16 @@
|
|
575
693
|
"output_required": true,
|
576
694
|
"type": "int",
|
577
695
|
"value_allowed_null": true
|
696
|
+
},
|
697
|
+
{
|
698
|
+
"disabled": false,
|
699
|
+
"document": "消费者客户端类型(grpc;remoting;http)",
|
700
|
+
"example": "remoting",
|
701
|
+
"member": "string",
|
702
|
+
"name": "ChannelProtocol",
|
703
|
+
"output_required": false,
|
704
|
+
"type": "string",
|
705
|
+
"value_allowed_null": false
|
578
706
|
}
|
579
707
|
],
|
580
708
|
"usage": "out"
|
@@ -1588,6 +1716,33 @@
|
|
1588
1716
|
],
|
1589
1717
|
"type": "object"
|
1590
1718
|
},
|
1719
|
+
"DeleteSmoothMigrationTaskRequest": {
|
1720
|
+
"document": "DeleteSmoothMigrationTask请求参数结构体",
|
1721
|
+
"members": [
|
1722
|
+
{
|
1723
|
+
"disabled": false,
|
1724
|
+
"document": "任务ID",
|
1725
|
+
"example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
|
1726
|
+
"member": "string",
|
1727
|
+
"name": "TaskId",
|
1728
|
+
"required": true,
|
1729
|
+
"type": "string"
|
1730
|
+
}
|
1731
|
+
],
|
1732
|
+
"type": "object"
|
1733
|
+
},
|
1734
|
+
"DeleteSmoothMigrationTaskResponse": {
|
1735
|
+
"document": "DeleteSmoothMigrationTask返回参数结构体",
|
1736
|
+
"members": [
|
1737
|
+
{
|
1738
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1739
|
+
"member": "string",
|
1740
|
+
"name": "RequestId",
|
1741
|
+
"type": "string"
|
1742
|
+
}
|
1743
|
+
],
|
1744
|
+
"type": "object"
|
1745
|
+
},
|
1591
1746
|
"DeleteTopicRequest": {
|
1592
1747
|
"document": "DeleteTopic请求参数结构体",
|
1593
1748
|
"members": [
|
@@ -3918,178 +4073,79 @@
|
|
3918
4073
|
],
|
3919
4074
|
"type": "object"
|
3920
4075
|
},
|
3921
|
-
"
|
3922
|
-
"document": "
|
3923
|
-
"members": [],
|
3924
|
-
"type": "object"
|
3925
|
-
},
|
3926
|
-
"DescribeProductSKUsResponse": {
|
3927
|
-
"document": "DescribeProductSKUs返回参数结构体",
|
4076
|
+
"DescribeMigratingGroupStatsRequest": {
|
4077
|
+
"document": "DescribeMigratingGroupStats请求参数结构体",
|
3928
4078
|
"members": [
|
3929
4079
|
{
|
3930
4080
|
"disabled": false,
|
3931
|
-
"document": "
|
3932
|
-
"example": "
|
3933
|
-
"member": "ProductSKU",
|
3934
|
-
"name": "Data",
|
3935
|
-
"output_required": true,
|
3936
|
-
"type": "list",
|
3937
|
-
"value_allowed_null": true
|
3938
|
-
},
|
3939
|
-
{
|
3940
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4081
|
+
"document": "迁移任务ID",
|
4082
|
+
"example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
|
3941
4083
|
"member": "string",
|
3942
|
-
"name": "
|
4084
|
+
"name": "TaskId",
|
4085
|
+
"required": true,
|
3943
4086
|
"type": "string"
|
3944
|
-
}
|
3945
|
-
],
|
3946
|
-
"type": "object"
|
3947
|
-
},
|
3948
|
-
"DescribeRoleListRequest": {
|
3949
|
-
"document": "DescribeRoleList请求参数结构体",
|
3950
|
-
"members": [
|
4087
|
+
},
|
3951
4088
|
{
|
3952
4089
|
"disabled": false,
|
3953
|
-
"document": "
|
3954
|
-
"example": "
|
4090
|
+
"document": "消费组名称",
|
4091
|
+
"example": "group-a",
|
3955
4092
|
"member": "string",
|
3956
|
-
"name": "
|
4093
|
+
"name": "GroupName",
|
3957
4094
|
"required": true,
|
3958
4095
|
"type": "string"
|
3959
4096
|
},
|
3960
4097
|
{
|
3961
4098
|
"disabled": false,
|
3962
|
-
"document": "
|
3963
|
-
"example": "
|
3964
|
-
"member": "
|
3965
|
-
"name": "
|
3966
|
-
"required": false,
|
3967
|
-
"type": "int"
|
3968
|
-
},
|
3969
|
-
{
|
3970
|
-
"disabled": false,
|
3971
|
-
"document": "查询结果限制数量",
|
3972
|
-
"example": "20",
|
3973
|
-
"member": "int64",
|
3974
|
-
"name": "Limit",
|
3975
|
-
"required": false,
|
3976
|
-
"type": "int"
|
3977
|
-
},
|
3978
|
-
{
|
3979
|
-
"disabled": false,
|
3980
|
-
"document": "查询条件列表",
|
3981
|
-
"example": "无",
|
3982
|
-
"member": "Filter",
|
3983
|
-
"name": "Filters",
|
4099
|
+
"document": "命名空间",
|
4100
|
+
"example": "tdmq-default",
|
4101
|
+
"member": "string",
|
4102
|
+
"name": "Namespace",
|
3984
4103
|
"required": false,
|
3985
|
-
"type": "
|
4104
|
+
"type": "string"
|
3986
4105
|
}
|
3987
4106
|
],
|
3988
4107
|
"type": "object"
|
3989
4108
|
},
|
3990
|
-
"
|
3991
|
-
"document": "
|
4109
|
+
"DescribeMigratingGroupStatsResponse": {
|
4110
|
+
"document": "DescribeMigratingGroupStats返回参数结构体",
|
3992
4111
|
"members": [
|
3993
4112
|
{
|
3994
4113
|
"disabled": false,
|
3995
|
-
"document": "
|
3996
|
-
"example": "
|
4114
|
+
"document": "源集群消费组堆积",
|
4115
|
+
"example": "1",
|
3997
4116
|
"member": "int64",
|
3998
|
-
"name": "
|
3999
|
-
"output_required": false,
|
4000
|
-
"type": "int",
|
4001
|
-
"value_allowed_null": true
|
4002
|
-
},
|
4003
|
-
{
|
4004
|
-
"disabled": false,
|
4005
|
-
"document": "角色信息列表",
|
4006
|
-
"example": "无",
|
4007
|
-
"member": "RoleItem",
|
4008
|
-
"name": "Data",
|
4117
|
+
"name": "SourceConsumeLag",
|
4009
4118
|
"output_required": true,
|
4010
|
-
"type": "
|
4119
|
+
"type": "int",
|
4011
4120
|
"value_allowed_null": false
|
4012
4121
|
},
|
4013
|
-
{
|
4014
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4015
|
-
"member": "string",
|
4016
|
-
"name": "RequestId",
|
4017
|
-
"type": "string"
|
4018
|
-
}
|
4019
|
-
],
|
4020
|
-
"type": "object"
|
4021
|
-
},
|
4022
|
-
"DescribeTopicListByGroupRequest": {
|
4023
|
-
"document": "DescribeTopicListByGroup请求参数结构体",
|
4024
|
-
"members": [
|
4025
|
-
{
|
4026
|
-
"disabled": false,
|
4027
|
-
"document": "集群ID",
|
4028
|
-
"example": "rmq-72mo3a9o",
|
4029
|
-
"member": "string",
|
4030
|
-
"name": "InstanceId",
|
4031
|
-
"required": true,
|
4032
|
-
"type": "string"
|
4033
|
-
},
|
4034
|
-
{
|
4035
|
-
"disabled": false,
|
4036
|
-
"document": "查询起始位置",
|
4037
|
-
"example": "0",
|
4038
|
-
"member": "int64",
|
4039
|
-
"name": "Offset",
|
4040
|
-
"required": false,
|
4041
|
-
"type": "int"
|
4042
|
-
},
|
4043
4122
|
{
|
4044
4123
|
"disabled": false,
|
4045
|
-
"document": "
|
4046
|
-
"example": "
|
4124
|
+
"document": "目标集群消费组堆积",
|
4125
|
+
"example": "1",
|
4047
4126
|
"member": "int64",
|
4048
|
-
"name": "
|
4049
|
-
"
|
4050
|
-
"type": "int"
|
4051
|
-
|
4052
|
-
{
|
4053
|
-
"disabled": false,
|
4054
|
-
"document": "消费组名称",
|
4055
|
-
"example": "test_group",
|
4056
|
-
"member": "string",
|
4057
|
-
"name": "ConsumerGroup",
|
4058
|
-
"required": false,
|
4059
|
-
"type": "string"
|
4127
|
+
"name": "TargetConsumeLag",
|
4128
|
+
"output_required": true,
|
4129
|
+
"type": "int",
|
4130
|
+
"value_allowed_null": false
|
4060
4131
|
},
|
4061
4132
|
{
|
4062
4133
|
"disabled": false,
|
4063
|
-
"document": "
|
4134
|
+
"document": "源集群连接客户端列表",
|
4064
4135
|
"example": "无",
|
4065
|
-
"member": "
|
4066
|
-
"name": "
|
4067
|
-
"required": false,
|
4068
|
-
"type": "list"
|
4069
|
-
}
|
4070
|
-
],
|
4071
|
-
"type": "object"
|
4072
|
-
},
|
4073
|
-
"DescribeTopicListByGroupResponse": {
|
4074
|
-
"document": "DescribeTopicListByGroup返回参数结构体",
|
4075
|
-
"members": [
|
4076
|
-
{
|
4077
|
-
"disabled": false,
|
4078
|
-
"document": "查询总数\n注意:此字段可能返回 null,表示取不到有效值。",
|
4079
|
-
"example": "10",
|
4080
|
-
"member": "int64",
|
4081
|
-
"name": "TotalCount",
|
4136
|
+
"member": "ConsumerClient",
|
4137
|
+
"name": "SourceConsumerClients",
|
4082
4138
|
"output_required": false,
|
4083
|
-
"type": "
|
4084
|
-
"value_allowed_null":
|
4139
|
+
"type": "list",
|
4140
|
+
"value_allowed_null": false
|
4085
4141
|
},
|
4086
4142
|
{
|
4087
4143
|
"disabled": false,
|
4088
|
-
"document": "
|
4144
|
+
"document": "目标集群连接客户端列表",
|
4089
4145
|
"example": "无",
|
4090
|
-
"member": "
|
4091
|
-
"name": "
|
4092
|
-
"output_required":
|
4146
|
+
"member": "ConsumerClient",
|
4147
|
+
"name": "TargetConsumerClients",
|
4148
|
+
"output_required": false,
|
4093
4149
|
"type": "list",
|
4094
4150
|
"value_allowed_null": false
|
4095
4151
|
},
|
@@ -4102,15 +4158,15 @@
|
|
4102
4158
|
],
|
4103
4159
|
"type": "object"
|
4104
4160
|
},
|
4105
|
-
"
|
4106
|
-
"document": "
|
4161
|
+
"DescribeMigratingTopicListRequest": {
|
4162
|
+
"document": "DescribeMigratingTopicList请求参数结构体",
|
4107
4163
|
"members": [
|
4108
4164
|
{
|
4109
4165
|
"disabled": false,
|
4110
|
-
"document": "
|
4111
|
-
"example": "
|
4166
|
+
"document": "任务ID",
|
4167
|
+
"example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
|
4112
4168
|
"member": "string",
|
4113
|
-
"name": "
|
4169
|
+
"name": "TaskId",
|
4114
4170
|
"required": true,
|
4115
4171
|
"type": "string"
|
4116
4172
|
},
|
@@ -4144,8 +4200,8 @@
|
|
4144
4200
|
],
|
4145
4201
|
"type": "object"
|
4146
4202
|
},
|
4147
|
-
"
|
4148
|
-
"document": "
|
4203
|
+
"DescribeMigratingTopicListResponse": {
|
4204
|
+
"document": "DescribeMigratingTopicList返回参数结构体",
|
4149
4205
|
"members": [
|
4150
4206
|
{
|
4151
4207
|
"disabled": false,
|
@@ -4161,9 +4217,9 @@
|
|
4161
4217
|
"disabled": false,
|
4162
4218
|
"document": "主题列表",
|
4163
4219
|
"example": "无",
|
4164
|
-
"member": "
|
4165
|
-
"name": "
|
4166
|
-
"output_required":
|
4220
|
+
"member": "MigratingTopic",
|
4221
|
+
"name": "MigrateTopics",
|
4222
|
+
"output_required": false,
|
4167
4223
|
"type": "list",
|
4168
4224
|
"value_allowed_null": false
|
4169
4225
|
},
|
@@ -4176,7 +4232,424 @@
|
|
4176
4232
|
],
|
4177
4233
|
"type": "object"
|
4178
4234
|
},
|
4179
|
-
"
|
4235
|
+
"DescribeMigratingTopicStatsRequest": {
|
4236
|
+
"document": "DescribeMigratingTopicStats请求参数结构体",
|
4237
|
+
"members": [
|
4238
|
+
{
|
4239
|
+
"disabled": false,
|
4240
|
+
"document": "任务ID",
|
4241
|
+
"example": "700000-r5923c",
|
4242
|
+
"member": "string",
|
4243
|
+
"name": "TaskId",
|
4244
|
+
"required": true,
|
4245
|
+
"type": "string"
|
4246
|
+
},
|
4247
|
+
{
|
4248
|
+
"disabled": false,
|
4249
|
+
"document": "主题名称",
|
4250
|
+
"example": "topic-a",
|
4251
|
+
"member": "string",
|
4252
|
+
"name": "TopicName",
|
4253
|
+
"required": true,
|
4254
|
+
"type": "string"
|
4255
|
+
},
|
4256
|
+
{
|
4257
|
+
"disabled": false,
|
4258
|
+
"document": "命名空间,仅4.x集群有效",
|
4259
|
+
"example": "tdmq-default",
|
4260
|
+
"member": "string",
|
4261
|
+
"name": "Namespace",
|
4262
|
+
"required": false,
|
4263
|
+
"type": "string"
|
4264
|
+
}
|
4265
|
+
],
|
4266
|
+
"type": "object"
|
4267
|
+
},
|
4268
|
+
"DescribeMigratingTopicStatsResponse": {
|
4269
|
+
"document": "DescribeMigratingTopicStats返回参数结构体",
|
4270
|
+
"members": [
|
4271
|
+
{
|
4272
|
+
"disabled": false,
|
4273
|
+
"document": "源集群的消费者数量",
|
4274
|
+
"example": "1",
|
4275
|
+
"member": "int64",
|
4276
|
+
"name": "SourceClusterConsumerCount",
|
4277
|
+
"output_required": false,
|
4278
|
+
"type": "int",
|
4279
|
+
"value_allowed_null": false
|
4280
|
+
},
|
4281
|
+
{
|
4282
|
+
"disabled": false,
|
4283
|
+
"document": "目标集群的消费者数量",
|
4284
|
+
"example": "1",
|
4285
|
+
"member": "int64",
|
4286
|
+
"name": "TargetClusterConsumerCount",
|
4287
|
+
"output_required": false,
|
4288
|
+
"type": "int",
|
4289
|
+
"value_allowed_null": false
|
4290
|
+
},
|
4291
|
+
{
|
4292
|
+
"disabled": false,
|
4293
|
+
"document": "源集群消费组列表",
|
4294
|
+
"example": "[\"Group-A\"]",
|
4295
|
+
"member": "string",
|
4296
|
+
"name": "SourceClusterConsumerGroups",
|
4297
|
+
"output_required": false,
|
4298
|
+
"type": "list",
|
4299
|
+
"value_allowed_null": false
|
4300
|
+
},
|
4301
|
+
{
|
4302
|
+
"disabled": false,
|
4303
|
+
"document": "目标集群消费组列表",
|
4304
|
+
"example": "[\"GROUP_B\"]",
|
4305
|
+
"member": "string",
|
4306
|
+
"name": "TargetClusterConsumerGroups",
|
4307
|
+
"output_required": false,
|
4308
|
+
"type": "list",
|
4309
|
+
"value_allowed_null": false
|
4310
|
+
},
|
4311
|
+
{
|
4312
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4313
|
+
"member": "string",
|
4314
|
+
"name": "RequestId",
|
4315
|
+
"type": "string"
|
4316
|
+
}
|
4317
|
+
],
|
4318
|
+
"type": "object"
|
4319
|
+
},
|
4320
|
+
"DescribeProductSKUsRequest": {
|
4321
|
+
"document": "DescribeProductSKUs请求参数结构体",
|
4322
|
+
"members": [],
|
4323
|
+
"type": "object"
|
4324
|
+
},
|
4325
|
+
"DescribeProductSKUsResponse": {
|
4326
|
+
"document": "DescribeProductSKUs返回参数结构体",
|
4327
|
+
"members": [
|
4328
|
+
{
|
4329
|
+
"disabled": false,
|
4330
|
+
"document": "商品配置信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
4331
|
+
"example": "无",
|
4332
|
+
"member": "ProductSKU",
|
4333
|
+
"name": "Data",
|
4334
|
+
"output_required": true,
|
4335
|
+
"type": "list",
|
4336
|
+
"value_allowed_null": true
|
4337
|
+
},
|
4338
|
+
{
|
4339
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4340
|
+
"member": "string",
|
4341
|
+
"name": "RequestId",
|
4342
|
+
"type": "string"
|
4343
|
+
}
|
4344
|
+
],
|
4345
|
+
"type": "object"
|
4346
|
+
},
|
4347
|
+
"DescribeRoleListRequest": {
|
4348
|
+
"document": "DescribeRoleList请求参数结构体",
|
4349
|
+
"members": [
|
4350
|
+
{
|
4351
|
+
"disabled": false,
|
4352
|
+
"document": "集群ID",
|
4353
|
+
"example": "rmq-72mo3a9o",
|
4354
|
+
"member": "string",
|
4355
|
+
"name": "InstanceId",
|
4356
|
+
"required": true,
|
4357
|
+
"type": "string"
|
4358
|
+
},
|
4359
|
+
{
|
4360
|
+
"disabled": false,
|
4361
|
+
"document": "查询起始位置",
|
4362
|
+
"example": "0",
|
4363
|
+
"member": "int64",
|
4364
|
+
"name": "Offset",
|
4365
|
+
"required": false,
|
4366
|
+
"type": "int"
|
4367
|
+
},
|
4368
|
+
{
|
4369
|
+
"disabled": false,
|
4370
|
+
"document": "查询结果限制数量",
|
4371
|
+
"example": "20",
|
4372
|
+
"member": "int64",
|
4373
|
+
"name": "Limit",
|
4374
|
+
"required": false,
|
4375
|
+
"type": "int"
|
4376
|
+
},
|
4377
|
+
{
|
4378
|
+
"disabled": false,
|
4379
|
+
"document": "查询条件列表",
|
4380
|
+
"example": "无",
|
4381
|
+
"member": "Filter",
|
4382
|
+
"name": "Filters",
|
4383
|
+
"required": false,
|
4384
|
+
"type": "list"
|
4385
|
+
}
|
4386
|
+
],
|
4387
|
+
"type": "object"
|
4388
|
+
},
|
4389
|
+
"DescribeRoleListResponse": {
|
4390
|
+
"document": "DescribeRoleList返回参数结构体",
|
4391
|
+
"members": [
|
4392
|
+
{
|
4393
|
+
"disabled": false,
|
4394
|
+
"document": "查询总数\n注意:此字段可能返回 null,表示取不到有效值。",
|
4395
|
+
"example": "10",
|
4396
|
+
"member": "int64",
|
4397
|
+
"name": "TotalCount",
|
4398
|
+
"output_required": false,
|
4399
|
+
"type": "int",
|
4400
|
+
"value_allowed_null": true
|
4401
|
+
},
|
4402
|
+
{
|
4403
|
+
"disabled": false,
|
4404
|
+
"document": "角色信息列表",
|
4405
|
+
"example": "无",
|
4406
|
+
"member": "RoleItem",
|
4407
|
+
"name": "Data",
|
4408
|
+
"output_required": true,
|
4409
|
+
"type": "list",
|
4410
|
+
"value_allowed_null": false
|
4411
|
+
},
|
4412
|
+
{
|
4413
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4414
|
+
"member": "string",
|
4415
|
+
"name": "RequestId",
|
4416
|
+
"type": "string"
|
4417
|
+
}
|
4418
|
+
],
|
4419
|
+
"type": "object"
|
4420
|
+
},
|
4421
|
+
"DescribeSourceClusterGroupListRequest": {
|
4422
|
+
"document": "DescribeSourceClusterGroupList请求参数结构体",
|
4423
|
+
"members": [
|
4424
|
+
{
|
4425
|
+
"disabled": false,
|
4426
|
+
"document": "任务ID",
|
4427
|
+
"example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
|
4428
|
+
"member": "string",
|
4429
|
+
"name": "TaskId",
|
4430
|
+
"required": true,
|
4431
|
+
"type": "string"
|
4432
|
+
},
|
4433
|
+
{
|
4434
|
+
"disabled": false,
|
4435
|
+
"document": "查询条件列表",
|
4436
|
+
"example": "无",
|
4437
|
+
"member": "Filter",
|
4438
|
+
"name": "Filters",
|
4439
|
+
"required": false,
|
4440
|
+
"type": "list"
|
4441
|
+
},
|
4442
|
+
{
|
4443
|
+
"disabled": false,
|
4444
|
+
"document": "查询起始位置",
|
4445
|
+
"example": "0",
|
4446
|
+
"member": "int64",
|
4447
|
+
"name": "Offset",
|
4448
|
+
"required": false,
|
4449
|
+
"type": "int"
|
4450
|
+
},
|
4451
|
+
{
|
4452
|
+
"disabled": false,
|
4453
|
+
"document": "查询结果限制数量",
|
4454
|
+
"example": "20",
|
4455
|
+
"member": "int64",
|
4456
|
+
"name": "Limit",
|
4457
|
+
"required": false,
|
4458
|
+
"type": "int"
|
4459
|
+
}
|
4460
|
+
],
|
4461
|
+
"type": "object"
|
4462
|
+
},
|
4463
|
+
"DescribeSourceClusterGroupListResponse": {
|
4464
|
+
"document": "DescribeSourceClusterGroupList返回参数结构体",
|
4465
|
+
"members": [
|
4466
|
+
{
|
4467
|
+
"disabled": false,
|
4468
|
+
"document": "查询总数",
|
4469
|
+
"example": "10",
|
4470
|
+
"member": "int64",
|
4471
|
+
"name": "TotalCount",
|
4472
|
+
"output_required": false,
|
4473
|
+
"type": "int",
|
4474
|
+
"value_allowed_null": false
|
4475
|
+
},
|
4476
|
+
{
|
4477
|
+
"disabled": false,
|
4478
|
+
"document": "消费组配置列表",
|
4479
|
+
"example": "无",
|
4480
|
+
"member": "SourceClusterGroupConfig",
|
4481
|
+
"name": "Groups",
|
4482
|
+
"output_required": false,
|
4483
|
+
"type": "list",
|
4484
|
+
"value_allowed_null": false
|
4485
|
+
},
|
4486
|
+
{
|
4487
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4488
|
+
"member": "string",
|
4489
|
+
"name": "RequestId",
|
4490
|
+
"type": "string"
|
4491
|
+
}
|
4492
|
+
],
|
4493
|
+
"type": "object"
|
4494
|
+
},
|
4495
|
+
"DescribeTopicListByGroupRequest": {
|
4496
|
+
"document": "DescribeTopicListByGroup请求参数结构体",
|
4497
|
+
"members": [
|
4498
|
+
{
|
4499
|
+
"disabled": false,
|
4500
|
+
"document": "集群ID",
|
4501
|
+
"example": "rmq-72mo3a9o",
|
4502
|
+
"member": "string",
|
4503
|
+
"name": "InstanceId",
|
4504
|
+
"required": true,
|
4505
|
+
"type": "string"
|
4506
|
+
},
|
4507
|
+
{
|
4508
|
+
"disabled": false,
|
4509
|
+
"document": "查询起始位置",
|
4510
|
+
"example": "0",
|
4511
|
+
"member": "int64",
|
4512
|
+
"name": "Offset",
|
4513
|
+
"required": false,
|
4514
|
+
"type": "int"
|
4515
|
+
},
|
4516
|
+
{
|
4517
|
+
"disabled": false,
|
4518
|
+
"document": "查询结果限制数量",
|
4519
|
+
"example": "20",
|
4520
|
+
"member": "int64",
|
4521
|
+
"name": "Limit",
|
4522
|
+
"required": false,
|
4523
|
+
"type": "int"
|
4524
|
+
},
|
4525
|
+
{
|
4526
|
+
"disabled": false,
|
4527
|
+
"document": "消费组名称",
|
4528
|
+
"example": "test_group",
|
4529
|
+
"member": "string",
|
4530
|
+
"name": "ConsumerGroup",
|
4531
|
+
"required": false,
|
4532
|
+
"type": "string"
|
4533
|
+
},
|
4534
|
+
{
|
4535
|
+
"disabled": false,
|
4536
|
+
"document": "查询条件列表",
|
4537
|
+
"example": "无",
|
4538
|
+
"member": "Filter",
|
4539
|
+
"name": "Filters",
|
4540
|
+
"required": false,
|
4541
|
+
"type": "list"
|
4542
|
+
}
|
4543
|
+
],
|
4544
|
+
"type": "object"
|
4545
|
+
},
|
4546
|
+
"DescribeTopicListByGroupResponse": {
|
4547
|
+
"document": "DescribeTopicListByGroup返回参数结构体",
|
4548
|
+
"members": [
|
4549
|
+
{
|
4550
|
+
"disabled": false,
|
4551
|
+
"document": "查询总数\n注意:此字段可能返回 null,表示取不到有效值。",
|
4552
|
+
"example": "10",
|
4553
|
+
"member": "int64",
|
4554
|
+
"name": "TotalCount",
|
4555
|
+
"output_required": false,
|
4556
|
+
"type": "int",
|
4557
|
+
"value_allowed_null": true
|
4558
|
+
},
|
4559
|
+
{
|
4560
|
+
"disabled": false,
|
4561
|
+
"document": "主题列表",
|
4562
|
+
"example": "无",
|
4563
|
+
"member": "SubscriptionData",
|
4564
|
+
"name": "Data",
|
4565
|
+
"output_required": true,
|
4566
|
+
"type": "list",
|
4567
|
+
"value_allowed_null": false
|
4568
|
+
},
|
4569
|
+
{
|
4570
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4571
|
+
"member": "string",
|
4572
|
+
"name": "RequestId",
|
4573
|
+
"type": "string"
|
4574
|
+
}
|
4575
|
+
],
|
4576
|
+
"type": "object"
|
4577
|
+
},
|
4578
|
+
"DescribeTopicListRequest": {
|
4579
|
+
"document": "DescribeTopicList请求参数结构体",
|
4580
|
+
"members": [
|
4581
|
+
{
|
4582
|
+
"disabled": false,
|
4583
|
+
"document": "集群ID",
|
4584
|
+
"example": "rmq-72mo3a9o",
|
4585
|
+
"member": "string",
|
4586
|
+
"name": "InstanceId",
|
4587
|
+
"required": true,
|
4588
|
+
"type": "string"
|
4589
|
+
},
|
4590
|
+
{
|
4591
|
+
"disabled": false,
|
4592
|
+
"document": "查询条件列表",
|
4593
|
+
"example": "无",
|
4594
|
+
"member": "Filter",
|
4595
|
+
"name": "Filters",
|
4596
|
+
"required": false,
|
4597
|
+
"type": "list"
|
4598
|
+
},
|
4599
|
+
{
|
4600
|
+
"disabled": false,
|
4601
|
+
"document": "查询起始位置",
|
4602
|
+
"example": "0",
|
4603
|
+
"member": "int64",
|
4604
|
+
"name": "Offset",
|
4605
|
+
"required": false,
|
4606
|
+
"type": "int"
|
4607
|
+
},
|
4608
|
+
{
|
4609
|
+
"disabled": false,
|
4610
|
+
"document": "查询结果限制数量",
|
4611
|
+
"example": "20",
|
4612
|
+
"member": "int64",
|
4613
|
+
"name": "Limit",
|
4614
|
+
"required": false,
|
4615
|
+
"type": "int"
|
4616
|
+
}
|
4617
|
+
],
|
4618
|
+
"type": "object"
|
4619
|
+
},
|
4620
|
+
"DescribeTopicListResponse": {
|
4621
|
+
"document": "DescribeTopicList返回参数结构体",
|
4622
|
+
"members": [
|
4623
|
+
{
|
4624
|
+
"disabled": false,
|
4625
|
+
"document": "查询总数",
|
4626
|
+
"example": "10",
|
4627
|
+
"member": "int64",
|
4628
|
+
"name": "TotalCount",
|
4629
|
+
"output_required": false,
|
4630
|
+
"type": "int",
|
4631
|
+
"value_allowed_null": false
|
4632
|
+
},
|
4633
|
+
{
|
4634
|
+
"disabled": false,
|
4635
|
+
"document": "主题列表",
|
4636
|
+
"example": "无",
|
4637
|
+
"member": "TopicItem",
|
4638
|
+
"name": "Data",
|
4639
|
+
"output_required": true,
|
4640
|
+
"type": "list",
|
4641
|
+
"value_allowed_null": false
|
4642
|
+
},
|
4643
|
+
{
|
4644
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4645
|
+
"member": "string",
|
4646
|
+
"name": "RequestId",
|
4647
|
+
"type": "string"
|
4648
|
+
}
|
4649
|
+
],
|
4650
|
+
"type": "object"
|
4651
|
+
},
|
4652
|
+
"DescribeTopicRequest": {
|
4180
4653
|
"document": "DescribeTopic请求参数结构体",
|
4181
4654
|
"members": [
|
4182
4655
|
{
|
@@ -4390,6 +4863,90 @@
|
|
4390
4863
|
],
|
4391
4864
|
"usage": "both"
|
4392
4865
|
},
|
4866
|
+
"DoHealthCheckOnMigratingTopicRequest": {
|
4867
|
+
"document": "DoHealthCheckOnMigratingTopic请求参数结构体",
|
4868
|
+
"members": [
|
4869
|
+
{
|
4870
|
+
"disabled": false,
|
4871
|
+
"document": "任务ID",
|
4872
|
+
"example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
|
4873
|
+
"member": "string",
|
4874
|
+
"name": "TaskId",
|
4875
|
+
"required": true,
|
4876
|
+
"type": "string"
|
4877
|
+
},
|
4878
|
+
{
|
4879
|
+
"disabled": false,
|
4880
|
+
"document": "主题名称",
|
4881
|
+
"example": "topic-a",
|
4882
|
+
"member": "string",
|
4883
|
+
"name": "TopicName",
|
4884
|
+
"required": true,
|
4885
|
+
"type": "string"
|
4886
|
+
},
|
4887
|
+
{
|
4888
|
+
"disabled": false,
|
4889
|
+
"document": "是否忽略当前检查",
|
4890
|
+
"example": "true",
|
4891
|
+
"member": "bool",
|
4892
|
+
"name": "IgnoreCheck",
|
4893
|
+
"required": false,
|
4894
|
+
"type": "bool"
|
4895
|
+
},
|
4896
|
+
{
|
4897
|
+
"disabled": false,
|
4898
|
+
"document": "命名空间,仅4.x集群有效",
|
4899
|
+
"example": "tdmq-default",
|
4900
|
+
"member": "string",
|
4901
|
+
"name": "Namespace",
|
4902
|
+
"required": false,
|
4903
|
+
"type": "string"
|
4904
|
+
}
|
4905
|
+
],
|
4906
|
+
"type": "object"
|
4907
|
+
},
|
4908
|
+
"DoHealthCheckOnMigratingTopicResponse": {
|
4909
|
+
"document": "DoHealthCheckOnMigratingTopic返回参数结构体",
|
4910
|
+
"members": [
|
4911
|
+
{
|
4912
|
+
"disabled": false,
|
4913
|
+
"document": "是否通过\t",
|
4914
|
+
"example": "true",
|
4915
|
+
"member": "bool",
|
4916
|
+
"name": "Passed",
|
4917
|
+
"output_required": false,
|
4918
|
+
"type": "bool",
|
4919
|
+
"value_allowed_null": false
|
4920
|
+
},
|
4921
|
+
{
|
4922
|
+
"disabled": false,
|
4923
|
+
"document": "健康检查返回的错误信息\nNotChecked 未执行检查, Unknown 未知错误, TopicNotImported 主题未导入, TopicNotExistsInSourceCluster 主题在源集群中不存在, TopicNotExistsInTargetCluster 主题在目标集群中不存在, ConsumerConnectedOnTarget 目标集群上存在消费者连接, SourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入, TargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入, SourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, ConsumerGroupCountNotMatch 订阅组数量不一致, SourceTopicHasUnconsumedMessages 源集群主题存在未消费消息,\n注意:此字段可能返回 null,表示取不到有效值。",
|
4924
|
+
"example": "TopicNotExistsInTargetCluster",
|
4925
|
+
"member": "string",
|
4926
|
+
"name": "Reason",
|
4927
|
+
"output_required": false,
|
4928
|
+
"type": "string",
|
4929
|
+
"value_allowed_null": true
|
4930
|
+
},
|
4931
|
+
{
|
4932
|
+
"disabled": false,
|
4933
|
+
"document": "健康检查返回的错误信息列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
4934
|
+
"example": "[\"Failed\"]",
|
4935
|
+
"member": "string",
|
4936
|
+
"name": "ReasonList",
|
4937
|
+
"output_required": false,
|
4938
|
+
"type": "list",
|
4939
|
+
"value_allowed_null": true
|
4940
|
+
},
|
4941
|
+
{
|
4942
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4943
|
+
"member": "string",
|
4944
|
+
"name": "RequestId",
|
4945
|
+
"type": "string"
|
4946
|
+
}
|
4947
|
+
],
|
4948
|
+
"type": "object"
|
4949
|
+
},
|
4393
4950
|
"Endpoint": {
|
4394
4951
|
"document": "接入点信息",
|
4395
4952
|
"members": [
|
@@ -5836,6 +6393,102 @@
|
|
5836
6393
|
],
|
5837
6394
|
"usage": "out"
|
5838
6395
|
},
|
6396
|
+
"MigratingTopic": {
|
6397
|
+
"document": "迁移中的主题",
|
6398
|
+
"members": [
|
6399
|
+
{
|
6400
|
+
"disabled": false,
|
6401
|
+
"document": "主题名称",
|
6402
|
+
"example": "topic-a",
|
6403
|
+
"member": "string",
|
6404
|
+
"name": "TopicName",
|
6405
|
+
"output_required": true,
|
6406
|
+
"type": "string",
|
6407
|
+
"value_allowed_null": false
|
6408
|
+
},
|
6409
|
+
{
|
6410
|
+
"disabled": false,
|
6411
|
+
"document": "迁移状态 S_RW_D_NA 源集群读写 S_RW_D_R 源集群读写目标集群读 S_RW_D_RW 源集群读写目标集群读写 S_R_D_RW 源集群读目标集群读写 S_NA_D_RW 目标集群读写",
|
6412
|
+
"example": "S_RW_D_NA",
|
6413
|
+
"member": "string",
|
6414
|
+
"name": "MigrationStatus",
|
6415
|
+
"output_required": true,
|
6416
|
+
"type": "string",
|
6417
|
+
"value_allowed_null": false
|
6418
|
+
},
|
6419
|
+
{
|
6420
|
+
"disabled": false,
|
6421
|
+
"document": "是否完成健康检查\t",
|
6422
|
+
"example": "true",
|
6423
|
+
"member": "bool",
|
6424
|
+
"name": "HealthCheckPassed",
|
6425
|
+
"output_required": true,
|
6426
|
+
"type": "bool",
|
6427
|
+
"value_allowed_null": false
|
6428
|
+
},
|
6429
|
+
{
|
6430
|
+
"disabled": false,
|
6431
|
+
"document": "上次健康检查返回的错误信息,仅在HealthCheckPassed为false时有效。 NotChecked 未执行检查, Unknown 未知错误, TopicNotImported 主题未导入, TopicNotExistsInSourceCluster 主题在源集群中不存在, TopicNotExistsInTargetCluster 主题在目标集群中不存在, ConsumerConnectedOnTarget 目标集群上存在消费者连接, SourceTopicHasNewMessagesIn5Minutes 源集群主题前5分钟内有新消息写入, TargetTopicHasNewMessagesIn5Minutes 目标集群主题前5分钟内有新消息写入, SourceTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, TargetTopicHasNoMessagesIn5Minutes 源集群前5分钟内没有新消息写入, ConsumerGroupCountNotMatch 订阅组数量不一致, SourceTopicHasUnconsumedMessages 源集群主题存在未消费消息,",
|
6432
|
+
"example": "TopicNotExistsInSourceCluster ",
|
6433
|
+
"member": "string",
|
6434
|
+
"name": "HealthCheckError",
|
6435
|
+
"output_required": false,
|
6436
|
+
"type": "string",
|
6437
|
+
"value_allowed_null": false
|
6438
|
+
},
|
6439
|
+
{
|
6440
|
+
"disabled": false,
|
6441
|
+
"document": "命名空间,仅4.x集群有效",
|
6442
|
+
"example": "tdmq-default",
|
6443
|
+
"member": "string",
|
6444
|
+
"name": "Namespace",
|
6445
|
+
"output_required": false,
|
6446
|
+
"type": "string",
|
6447
|
+
"value_allowed_null": false
|
6448
|
+
},
|
6449
|
+
{
|
6450
|
+
"disabled": false,
|
6451
|
+
"document": "4.x的命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
|
6452
|
+
"example": "tdmq-default",
|
6453
|
+
"member": "string",
|
6454
|
+
"name": "NamespaceV4",
|
6455
|
+
"output_required": false,
|
6456
|
+
"type": "string",
|
6457
|
+
"value_allowed_null": true
|
6458
|
+
},
|
6459
|
+
{
|
6460
|
+
"disabled": false,
|
6461
|
+
"document": "4.x的主题名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
6462
|
+
"example": "topic-a",
|
6463
|
+
"member": "string",
|
6464
|
+
"name": "TopicNameV4",
|
6465
|
+
"output_required": false,
|
6466
|
+
"type": "string",
|
6467
|
+
"value_allowed_null": true
|
6468
|
+
},
|
6469
|
+
{
|
6470
|
+
"disabled": false,
|
6471
|
+
"document": "4.x的完整命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
|
6472
|
+
"example": "tdmq-default",
|
6473
|
+
"member": "string",
|
6474
|
+
"name": "FullNamespaceV4",
|
6475
|
+
"output_required": false,
|
6476
|
+
"type": "string",
|
6477
|
+
"value_allowed_null": true
|
6478
|
+
},
|
6479
|
+
{
|
6480
|
+
"disabled": false,
|
6481
|
+
"document": "上次健康检查返回的错误列表",
|
6482
|
+
"example": "[\"TopicNotExistsInSourceCluster\"]",
|
6483
|
+
"member": "string",
|
6484
|
+
"name": "HealthCheckErrorList",
|
6485
|
+
"output_required": false,
|
6486
|
+
"type": "list",
|
6487
|
+
"value_allowed_null": false
|
6488
|
+
}
|
6489
|
+
],
|
6490
|
+
"usage": "out"
|
6491
|
+
},
|
5839
6492
|
"ModifyConsumerGroupRequest": {
|
5840
6493
|
"document": "ModifyConsumerGroup请求参数结构体",
|
5841
6494
|
"members": [
|
@@ -6703,6 +7356,51 @@
|
|
6703
7356
|
],
|
6704
7357
|
"usage": "both"
|
6705
7358
|
},
|
7359
|
+
"RemoveMigratingTopicRequest": {
|
7360
|
+
"document": "RemoveMigratingTopic请求参数结构体",
|
7361
|
+
"members": [
|
7362
|
+
{
|
7363
|
+
"disabled": false,
|
7364
|
+
"document": "任务ID",
|
7365
|
+
"example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
|
7366
|
+
"member": "string",
|
7367
|
+
"name": "TaskId",
|
7368
|
+
"required": true,
|
7369
|
+
"type": "string"
|
7370
|
+
},
|
7371
|
+
{
|
7372
|
+
"disabled": false,
|
7373
|
+
"document": "主题名称",
|
7374
|
+
"example": "topic-a",
|
7375
|
+
"member": "string",
|
7376
|
+
"name": "TopicName",
|
7377
|
+
"required": true,
|
7378
|
+
"type": "string"
|
7379
|
+
},
|
7380
|
+
{
|
7381
|
+
"disabled": false,
|
7382
|
+
"document": "命名空间,仅迁移至4.x集群有效",
|
7383
|
+
"example": "tdmq-default",
|
7384
|
+
"member": "string",
|
7385
|
+
"name": "Namespace",
|
7386
|
+
"required": false,
|
7387
|
+
"type": "string"
|
7388
|
+
}
|
7389
|
+
],
|
7390
|
+
"type": "object"
|
7391
|
+
},
|
7392
|
+
"RemoveMigratingTopicResponse": {
|
7393
|
+
"document": "RemoveMigratingTopic返回参数结构体",
|
7394
|
+
"members": [
|
7395
|
+
{
|
7396
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7397
|
+
"member": "string",
|
7398
|
+
"name": "RequestId",
|
7399
|
+
"type": "string"
|
7400
|
+
}
|
7401
|
+
],
|
7402
|
+
"type": "object"
|
7403
|
+
},
|
6706
7404
|
"ResendDeadLetterMessageRequest": {
|
6707
7405
|
"document": "ResendDeadLetterMessage请求参数结构体",
|
6708
7406
|
"members": [
|
@@ -6928,6 +7626,51 @@
|
|
6928
7626
|
],
|
6929
7627
|
"usage": "both"
|
6930
7628
|
},
|
7629
|
+
"RollbackMigratingTopicStageRequest": {
|
7630
|
+
"document": "RollbackMigratingTopicStage请求参数结构体",
|
7631
|
+
"members": [
|
7632
|
+
{
|
7633
|
+
"disabled": false,
|
7634
|
+
"document": "任务ID",
|
7635
|
+
"example": "02f6c31a-9707-4244-8dd3-35ad868ef92a",
|
7636
|
+
"member": "string",
|
7637
|
+
"name": "TaskId",
|
7638
|
+
"required": true,
|
7639
|
+
"type": "string"
|
7640
|
+
},
|
7641
|
+
{
|
7642
|
+
"disabled": false,
|
7643
|
+
"document": "主题名称",
|
7644
|
+
"example": "topic-a",
|
7645
|
+
"member": "string",
|
7646
|
+
"name": "TopicName",
|
7647
|
+
"required": true,
|
7648
|
+
"type": "string"
|
7649
|
+
},
|
7650
|
+
{
|
7651
|
+
"disabled": false,
|
7652
|
+
"document": "命名空间,仅4.x集群有效",
|
7653
|
+
"example": "tdmq-default",
|
7654
|
+
"member": "string",
|
7655
|
+
"name": "Namespace",
|
7656
|
+
"required": false,
|
7657
|
+
"type": "string"
|
7658
|
+
}
|
7659
|
+
],
|
7660
|
+
"type": "object"
|
7661
|
+
},
|
7662
|
+
"RollbackMigratingTopicStageResponse": {
|
7663
|
+
"document": "RollbackMigratingTopicStage返回参数结构体",
|
7664
|
+
"members": [
|
7665
|
+
{
|
7666
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7667
|
+
"member": "string",
|
7668
|
+
"name": "RequestId",
|
7669
|
+
"type": "string"
|
7670
|
+
}
|
7671
|
+
],
|
7672
|
+
"type": "object"
|
7673
|
+
},
|
6931
7674
|
"SourceClusterGroupConfig": {
|
6932
7675
|
"document": "消费组配置信息",
|
6933
7676
|
"members": [
|
@@ -7565,6 +8308,42 @@
|
|
7565
8308
|
],
|
7566
8309
|
"usage": "both"
|
7567
8310
|
},
|
8311
|
+
"TopicStageChangeResult": {
|
8312
|
+
"document": "迁移主题修改状态后的结果",
|
8313
|
+
"members": [
|
8314
|
+
{
|
8315
|
+
"disabled": false,
|
8316
|
+
"document": "主题名称",
|
8317
|
+
"example": "topic-a",
|
8318
|
+
"member": "string",
|
8319
|
+
"name": "TopicName",
|
8320
|
+
"output_required": true,
|
8321
|
+
"type": "string",
|
8322
|
+
"value_allowed_null": false
|
8323
|
+
},
|
8324
|
+
{
|
8325
|
+
"disabled": false,
|
8326
|
+
"document": "是否成功",
|
8327
|
+
"example": "true",
|
8328
|
+
"member": "bool",
|
8329
|
+
"name": "Success",
|
8330
|
+
"output_required": true,
|
8331
|
+
"type": "bool",
|
8332
|
+
"value_allowed_null": false
|
8333
|
+
},
|
8334
|
+
{
|
8335
|
+
"disabled": false,
|
8336
|
+
"document": "命名空间,仅4.x有效",
|
8337
|
+
"example": "tdmq-default",
|
8338
|
+
"member": "string",
|
8339
|
+
"name": "Namespace",
|
8340
|
+
"output_required": false,
|
8341
|
+
"type": "string",
|
8342
|
+
"value_allowed_null": false
|
8343
|
+
}
|
8344
|
+
],
|
8345
|
+
"usage": "out"
|
8346
|
+
},
|
7568
8347
|
"VpcInfo": {
|
7569
8348
|
"document": "VPC信息",
|
7570
8349
|
"members": [
|