tccli 3.0.1306.1__py2.py3-none-any.whl → 3.0.1308.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/aiart/v20221229/api.json +34 -22
- tccli/services/apm/v20210622/api.json +38 -0
- tccli/services/asr/v20190614/api.json +64 -64
- tccli/services/asr/v20190614/examples.json +4 -4
- tccli/services/bh/v20230418/api.json +2 -2
- tccli/services/cbs/v20170312/api.json +26 -16
- tccli/services/cdwch/v20200915/api.json +3 -3
- tccli/services/chc/v20230418/api.json +46 -1
- tccli/services/ckafka/v20190819/api.json +24 -24
- tccli/services/ckafka/v20190819/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +232 -181
- tccli/services/clb/v20180317/examples.json +38 -38
- tccli/services/cloudaudit/v20190319/api.json +67 -67
- tccli/services/cloudaudit/v20190319/examples.json +2 -2
- tccli/services/config/v20220802/api.json +184 -165
- tccli/services/cvm/v20170312/api.json +5 -5
- tccli/services/cynosdb/cynosdb_client.py +53 -0
- tccli/services/cynosdb/v20190107/api.json +72 -9
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/dlc/v20210125/api.json +19 -0
- tccli/services/domain/v20180808/api.json +72 -72
- tccli/services/domain/v20180808/examples.json +4 -4
- tccli/services/dsgc/dsgc_client.py +53 -0
- tccli/services/dsgc/v20190723/api.json +221 -7
- tccli/services/dsgc/v20190723/examples.json +8 -0
- tccli/services/es/v20250101/api.json +45 -45
- tccli/services/essbasic/v20210526/examples.json +7 -1
- tccli/services/iss/v20230517/api.json +40 -40
- tccli/services/lowcode/v20210108/api.json +10 -1
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/organization/v20210331/api.json +12 -12
- tccli/services/tdmq/v20200217/api.json +118 -14
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tke/v20180525/api.json +37 -37
- tccli/services/trocket/v20230308/api.json +123 -19
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/tsf/v20180326/api.json +2 -2
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vpc/v20170312/api.json +173 -166
- tccli/services/vpc/v20170312/examples.json +5 -5
- tccli/services/waf/v20180125/api.json +24 -0
- tccli/services/waf/v20180125/examples.json +8 -0
- tccli/services/waf/waf_client.py +57 -4
- tccli/services/wedata/v20210820/api.json +972 -18
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +297 -32
- {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/RECORD +52 -52
- {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1306.1.dist-info → tccli-3.0.1308.1.dist-info}/license_files/LICENSE +0 -0
@@ -8299,23 +8299,23 @@
|
|
8299
8299
|
"members": [
|
8300
8300
|
{
|
8301
8301
|
"disabled": false,
|
8302
|
-
"document": "
|
8302
|
+
"document": "任务列表",
|
8303
8303
|
"example": "无",
|
8304
8304
|
"member": "VideoDownloadTask",
|
8305
8305
|
"name": "List",
|
8306
8306
|
"output_required": false,
|
8307
8307
|
"type": "list",
|
8308
|
-
"value_allowed_null":
|
8308
|
+
"value_allowed_null": false
|
8309
8309
|
},
|
8310
8310
|
{
|
8311
8311
|
"disabled": false,
|
8312
|
-
"document": "
|
8312
|
+
"document": "任务总数",
|
8313
8313
|
"example": "100",
|
8314
8314
|
"member": "int64",
|
8315
8315
|
"name": "TotalCount",
|
8316
8316
|
"output_required": false,
|
8317
8317
|
"type": "int",
|
8318
|
-
"value_allowed_null":
|
8318
|
+
"value_allowed_null": false
|
8319
8319
|
}
|
8320
8320
|
],
|
8321
8321
|
"usage": "out"
|
@@ -11372,173 +11372,173 @@
|
|
11372
11372
|
"members": [
|
11373
11373
|
{
|
11374
11374
|
"disabled": false,
|
11375
|
-
"document": "下载任务 ID
|
11375
|
+
"document": "下载任务 ID",
|
11376
11376
|
"example": "uuid",
|
11377
11377
|
"member": "string",
|
11378
11378
|
"name": "DownloadTaskId",
|
11379
11379
|
"output_required": false,
|
11380
11380
|
"type": "string",
|
11381
|
-
"value_allowed_null":
|
11381
|
+
"value_allowed_null": false
|
11382
11382
|
},
|
11383
11383
|
{
|
11384
11384
|
"disabled": false,
|
11385
|
-
"document": "通道 ID
|
11385
|
+
"document": "通道 ID",
|
11386
11386
|
"example": "uuid",
|
11387
11387
|
"member": "string",
|
11388
11388
|
"name": "ChannelId",
|
11389
11389
|
"output_required": false,
|
11390
11390
|
"type": "string",
|
11391
|
-
"value_allowed_null":
|
11391
|
+
"value_allowed_null": false
|
11392
11392
|
},
|
11393
11393
|
{
|
11394
11394
|
"disabled": false,
|
11395
|
-
"document": "
|
11395
|
+
"document": "通道名称",
|
11396
11396
|
"example": "通道1",
|
11397
11397
|
"member": "string",
|
11398
11398
|
"name": "ChannelName",
|
11399
11399
|
"output_required": false,
|
11400
11400
|
"type": "string",
|
11401
|
-
"value_allowed_null":
|
11401
|
+
"value_allowed_null": false
|
11402
11402
|
},
|
11403
11403
|
{
|
11404
11404
|
"disabled": false,
|
11405
|
-
"document": "
|
11405
|
+
"document": "通道编码",
|
11406
11406
|
"example": "通道编码1",
|
11407
11407
|
"member": "string",
|
11408
11408
|
"name": "ChannelCode",
|
11409
11409
|
"output_required": false,
|
11410
11410
|
"type": "string",
|
11411
|
-
"value_allowed_null":
|
11411
|
+
"value_allowed_null": false
|
11412
11412
|
},
|
11413
11413
|
{
|
11414
11414
|
"disabled": false,
|
11415
|
-
"document": "
|
11415
|
+
"document": "设备名称",
|
11416
11416
|
"example": "设备名称1",
|
11417
11417
|
"member": "string",
|
11418
11418
|
"name": "DeviceName",
|
11419
11419
|
"output_required": false,
|
11420
11420
|
"type": "string",
|
11421
|
-
"value_allowed_null":
|
11421
|
+
"value_allowed_null": false
|
11422
11422
|
},
|
11423
11423
|
{
|
11424
11424
|
"disabled": false,
|
11425
|
-
"document": "
|
11425
|
+
"document": "设备编码",
|
11426
11426
|
"example": "设备编码1",
|
11427
11427
|
"member": "string",
|
11428
11428
|
"name": "DeviceCode",
|
11429
11429
|
"output_required": false,
|
11430
11430
|
"type": "string",
|
11431
|
-
"value_allowed_null":
|
11431
|
+
"value_allowed_null": false
|
11432
11432
|
},
|
11433
11433
|
{
|
11434
11434
|
"disabled": false,
|
11435
|
-
"document": "任务状态(0:未执行;1:执行中;2 任务完成;\n3
|
11435
|
+
"document": "任务状态(0:未执行;1:执行中;2 任务完成;\n3:任务失败)",
|
11436
11436
|
"example": "1",
|
11437
11437
|
"member": "int64",
|
11438
11438
|
"name": "Status",
|
11439
11439
|
"output_required": false,
|
11440
11440
|
"type": "int",
|
11441
|
-
"value_allowed_null":
|
11441
|
+
"value_allowed_null": false
|
11442
11442
|
},
|
11443
11443
|
{
|
11444
11444
|
"disabled": false,
|
11445
|
-
"document": "
|
11445
|
+
"document": "下载录像时间段",
|
11446
11446
|
"example": "2024-09-08 14:30:00-2024-09-08 15:30:00",
|
11447
11447
|
"member": "string",
|
11448
11448
|
"name": "VideoTimeSection",
|
11449
11449
|
"output_required": false,
|
11450
11450
|
"type": "string",
|
11451
|
-
"value_allowed_null":
|
11451
|
+
"value_allowed_null": false
|
11452
11452
|
},
|
11453
11453
|
{
|
11454
11454
|
"disabled": false,
|
11455
|
-
"document": "
|
11455
|
+
"document": "倍速",
|
11456
11456
|
"example": "1",
|
11457
11457
|
"member": "int64",
|
11458
11458
|
"name": "Scale",
|
11459
11459
|
"output_required": false,
|
11460
11460
|
"type": "int",
|
11461
|
-
"value_allowed_null":
|
11461
|
+
"value_allowed_null": false
|
11462
11462
|
},
|
11463
11463
|
{
|
11464
11464
|
"disabled": false,
|
11465
|
-
"document": "
|
11465
|
+
"document": "下载时长",
|
11466
11466
|
"example": "7200",
|
11467
11467
|
"member": "int64",
|
11468
11468
|
"name": "DownloadTime",
|
11469
11469
|
"output_required": false,
|
11470
11470
|
"type": "int",
|
11471
|
-
"value_allowed_null":
|
11471
|
+
"value_allowed_null": false
|
11472
11472
|
},
|
11473
11473
|
{
|
11474
11474
|
"disabled": false,
|
11475
|
-
"document": "
|
11475
|
+
"document": "录像大小",
|
11476
11476
|
"example": "182918912",
|
11477
11477
|
"member": "int64",
|
11478
11478
|
"name": "VideoSize",
|
11479
11479
|
"output_required": false,
|
11480
11480
|
"type": "int",
|
11481
|
-
"value_allowed_null":
|
11481
|
+
"value_allowed_null": false
|
11482
11482
|
},
|
11483
11483
|
{
|
11484
11484
|
"disabled": false,
|
11485
|
-
"document": "
|
11485
|
+
"document": "任务开始时间",
|
11486
11486
|
"example": "2024-09-08 14:30:00",
|
11487
11487
|
"member": "string",
|
11488
11488
|
"name": "StartTime",
|
11489
11489
|
"output_required": false,
|
11490
11490
|
"type": "string",
|
11491
|
-
"value_allowed_null":
|
11491
|
+
"value_allowed_null": false
|
11492
11492
|
},
|
11493
11493
|
{
|
11494
11494
|
"disabled": false,
|
11495
|
-
"document": "
|
11495
|
+
"document": "任务结束时间",
|
11496
11496
|
"example": "2024-09-08 15:30:00",
|
11497
11497
|
"member": "string",
|
11498
11498
|
"name": "EndTime",
|
11499
11499
|
"output_required": false,
|
11500
11500
|
"type": "string",
|
11501
|
-
"value_allowed_null":
|
11501
|
+
"value_allowed_null": false
|
11502
11502
|
},
|
11503
11503
|
{
|
11504
11504
|
"disabled": false,
|
11505
|
-
"document": "
|
11505
|
+
"document": "文件下载地址",
|
11506
11506
|
"example": "https://domain/vds/******.mp4",
|
11507
11507
|
"member": "string",
|
11508
11508
|
"name": "FileDownloadUrl",
|
11509
11509
|
"output_required": false,
|
11510
11510
|
"type": "string",
|
11511
|
-
"value_allowed_null":
|
11511
|
+
"value_allowed_null": false
|
11512
11512
|
},
|
11513
11513
|
{
|
11514
11514
|
"disabled": false,
|
11515
|
-
"document": "
|
11515
|
+
"document": "失败原因",
|
11516
11516
|
"example": "下载失败",
|
11517
11517
|
"member": "string",
|
11518
11518
|
"name": "FailedReason",
|
11519
11519
|
"output_required": false,
|
11520
11520
|
"type": "string",
|
11521
|
-
"value_allowed_null":
|
11521
|
+
"value_allowed_null": false
|
11522
11522
|
},
|
11523
11523
|
{
|
11524
11524
|
"disabled": false,
|
11525
|
-
"document": "
|
11525
|
+
"document": "生命周期规则,热存天数",
|
11526
11526
|
"example": "7",
|
11527
11527
|
"member": "int64",
|
11528
11528
|
"name": "Expire",
|
11529
11529
|
"output_required": false,
|
11530
11530
|
"type": "int",
|
11531
|
-
"value_allowed_null":
|
11531
|
+
"value_allowed_null": false
|
11532
11532
|
},
|
11533
11533
|
{
|
11534
11534
|
"disabled": false,
|
11535
|
-
"document": "mp4
|
11535
|
+
"document": "mp4预览地址",
|
11536
11536
|
"example": "https://{userdomain}/ddd",
|
11537
11537
|
"member": "string",
|
11538
11538
|
"name": "PreviewUrl",
|
11539
11539
|
"output_required": false,
|
11540
11540
|
"type": "string",
|
11541
|
-
"value_allowed_null":
|
11541
|
+
"value_allowed_null": false
|
11542
11542
|
}
|
11543
11543
|
],
|
11544
11544
|
"usage": "out"
|
@@ -11548,13 +11548,13 @@
|
|
11548
11548
|
"members": [
|
11549
11549
|
{
|
11550
11550
|
"disabled": false,
|
11551
|
-
"document": "下载任务ID
|
11551
|
+
"document": "下载任务ID",
|
11552
11552
|
"example": "uuid",
|
11553
11553
|
"member": "string",
|
11554
11554
|
"name": "DownloadTaskId",
|
11555
11555
|
"output_required": false,
|
11556
11556
|
"type": "string",
|
11557
|
-
"value_allowed_null":
|
11557
|
+
"value_allowed_null": false
|
11558
11558
|
}
|
11559
11559
|
],
|
11560
11560
|
"usage": "out"
|
@@ -2172,7 +2172,7 @@
|
|
2172
2172
|
},
|
2173
2173
|
{
|
2174
2174
|
"disabled": false,
|
2175
|
-
"document": "
|
2175
|
+
"document": "文件元信息,为jsonstring",
|
2176
2176
|
"example": "{\"url\":\"\",\"title\":\"标题\"}",
|
2177
2177
|
"member": "string",
|
2178
2178
|
"name": "FileMetaData",
|
@@ -2187,6 +2187,15 @@
|
|
2187
2187
|
"name": "DocumentSetId",
|
2188
2188
|
"required": false,
|
2189
2189
|
"type": "string"
|
2190
|
+
},
|
2191
|
+
{
|
2192
|
+
"disabled": false,
|
2193
|
+
"document": "使用 regex 分割文档",
|
2194
|
+
"example": "\\n{2,}",
|
2195
|
+
"member": "string",
|
2196
|
+
"name": "Delimiter",
|
2197
|
+
"required": false,
|
2198
|
+
"type": "string"
|
2190
2199
|
}
|
2191
2200
|
],
|
2192
2201
|
"type": "object"
|
@@ -493,14 +493,14 @@
|
|
493
493
|
"SmartStructuralOCRV2": {
|
494
494
|
"document": "本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
|
495
495
|
"input": "SmartStructuralOCRV2Request",
|
496
|
-
"name": "
|
496
|
+
"name": "文档抽取(基础版)",
|
497
497
|
"output": "SmartStructuralOCRV2Response",
|
498
498
|
"status": "online"
|
499
499
|
},
|
500
500
|
"SmartStructuralPro": {
|
501
501
|
"document": "本接口支持智能提取各类证照、票据、表单、合同等结构化场景的key:value字段信息,并支持提取表格信息的key:value组的结构化,灵活高效,适用于各类非标准材料的信息录入场景,点击[立即体验](https://ocrdemo.cloud.tencent.com/)。\n\n默认接口请求频率限制:5次/秒。",
|
502
502
|
"input": "SmartStructuralProRequest",
|
503
|
-
"name": "
|
503
|
+
"name": "文档抽取(多模态版)",
|
504
504
|
"output": "SmartStructuralProResponse",
|
505
505
|
"status": "online"
|
506
506
|
},
|
@@ -7445,7 +7445,7 @@
|
|
7445
7445
|
},
|
7446
7446
|
{
|
7447
7447
|
"disabled": false,
|
7448
|
-
"document": "扩展信息,不请求则不返回,具体输入参考示例3和示例4。\nIdCard,裁剪后身份证照片的base64编码,请求 Config.CropIdCard 时返回;\nPortrait,身份证头像照片的base64编码,请求 Config.CropPortrait 时返回;\n\nQuality,图片质量分数,请求 Config.Quality 时返回(取值范围:0 ~ 100,分数越低越模糊,建议阈值≥50);\nBorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50);\n\nWarnInfos,告警信息,Code 告警码列表和释义:\n-
|
7448
|
+
"document": "扩展信息,不请求则不返回,具体输入参考示例3和示例4。\nIdCard,裁剪后身份证照片的base64编码,请求 Config.CropIdCard 时返回;\nPortrait,身份证头像照片的base64编码,请求 Config.CropPortrait 时返回;\n\nQuality,图片质量分数,请求 Config.Quality 时返回(取值范围:0 ~ 100,分数越低越模糊,建议阈值≥50);\nBorderCodeValue,身份证边框不完整告警阈值分数,请求 Config.BorderCheckWarn时返回(取值范围:0 ~ 100,分数越低边框遮挡可能性越低,建议阈值≤50);\n\nWarnInfos,告警信息,Code 告警码列表和释义:\n-9101 身份证边框不完整告警,\n\n-9102 身份证复印件告警(黑白及彩色复印件),\n-9108 身份证复印件告警(仅黑白复印件),\n\n-9103 身份证翻拍告警,\n-9105 身份证框内遮挡告警,\n-9104 临时身份证告警,\n-9106 身份证疑似存在PS痕迹告警,\n-9107 身份证反光告警。",
|
7449
7449
|
"example": "{\"Quality\":100,\"WarnInfos\":[],\"BorderCodeValue\":26}",
|
7450
7450
|
"member": "string",
|
7451
7451
|
"name": "AdvancedInfo",
|
@@ -15136,6 +15136,16 @@
|
|
15136
15136
|
"type": "list",
|
15137
15137
|
"value_allowed_null": true
|
15138
15138
|
},
|
15139
|
+
{
|
15140
|
+
"disabled": false,
|
15141
|
+
"document": "解析",
|
15142
|
+
"example": "无",
|
15143
|
+
"member": "Element",
|
15144
|
+
"name": "Parse",
|
15145
|
+
"output_required": false,
|
15146
|
+
"type": "list",
|
15147
|
+
"value_allowed_null": false
|
15148
|
+
},
|
15139
15149
|
{
|
15140
15150
|
"disabled": false,
|
15141
15151
|
"document": "整题的坐标\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -9633,14 +9633,14 @@
|
|
9633
9633
|
},
|
9634
9634
|
{
|
9635
9635
|
"disabled": false,
|
9636
|
-
"document": "
|
9636
|
+
"document": "策略名称。",
|
9637
9637
|
"example": "QcloudAccessForOceanusRole",
|
9638
9638
|
"member": "string",
|
9639
9639
|
"name": "PolicyName",
|
9640
9640
|
"output_required": false,
|
9641
9641
|
"required": false,
|
9642
9642
|
"type": "string",
|
9643
|
-
"value_allowed_null":
|
9643
|
+
"value_allowed_null": false
|
9644
9644
|
}
|
9645
9645
|
],
|
9646
9646
|
"usage": "both"
|
@@ -10337,14 +10337,14 @@
|
|
10337
10337
|
"members": [
|
10338
10338
|
{
|
10339
10339
|
"disabled": false,
|
10340
|
-
"document": "策略ID
|
10340
|
+
"document": "策略ID。",
|
10341
10341
|
"example": "426322",
|
10342
10342
|
"member": "int64",
|
10343
10343
|
"name": "RolePolicyId",
|
10344
10344
|
"output_required": false,
|
10345
10345
|
"required": false,
|
10346
10346
|
"type": "int",
|
10347
|
-
"value_allowed_null":
|
10347
|
+
"value_allowed_null": false
|
10348
10348
|
},
|
10349
10349
|
{
|
10350
10350
|
"disabled": false,
|
@@ -10442,36 +10442,36 @@
|
|
10442
10442
|
},
|
10443
10443
|
{
|
10444
10444
|
"disabled": false,
|
10445
|
-
"document": "同步的集团账号目标账号的类型,ManagerUin管理账号;MemberUin
|
10445
|
+
"document": "同步的集团账号目标账号的类型,ManagerUin管理账号;MemberUin成员账号",
|
10446
10446
|
"example": "MemberUin",
|
10447
10447
|
"member": "string",
|
10448
10448
|
"name": "TargetType",
|
10449
10449
|
"output_required": false,
|
10450
10450
|
"required": false,
|
10451
10451
|
"type": "string",
|
10452
|
-
"value_allowed_null":
|
10452
|
+
"value_allowed_null": false
|
10453
10453
|
},
|
10454
10454
|
{
|
10455
10455
|
"disabled": false,
|
10456
|
-
"document": "
|
10456
|
+
"document": "任务类型。",
|
10457
10457
|
"example": "CreateRoleAssignment",
|
10458
10458
|
"member": "string",
|
10459
10459
|
"name": "TaskType",
|
10460
10460
|
"output_required": false,
|
10461
10461
|
"required": false,
|
10462
10462
|
"type": "string",
|
10463
|
-
"value_allowed_null":
|
10463
|
+
"value_allowed_null": false
|
10464
10464
|
},
|
10465
10465
|
{
|
10466
10466
|
"disabled": false,
|
10467
|
-
"document": "任务状态:InProgress: 进行中,Failed: 失败 3:Success:
|
10467
|
+
"document": "任务状态:InProgress: 进行中,Failed: 失败 3:Success: 成功",
|
10468
10468
|
"example": "InProgress",
|
10469
10469
|
"member": "string",
|
10470
10470
|
"name": "TaskStatus",
|
10471
10471
|
"output_required": false,
|
10472
10472
|
"required": false,
|
10473
10473
|
"type": "string",
|
10474
|
-
"value_allowed_null":
|
10474
|
+
"value_allowed_null": false
|
10475
10475
|
}
|
10476
10476
|
],
|
10477
10477
|
"usage": "both"
|
@@ -11274,14 +11274,14 @@
|
|
11274
11274
|
},
|
11275
11275
|
{
|
11276
11276
|
"disabled": false,
|
11277
|
-
"document": "
|
11277
|
+
"document": "失败原因",
|
11278
11278
|
"example": "失败",
|
11279
11279
|
"member": "string",
|
11280
11280
|
"name": "FailureReason",
|
11281
11281
|
"output_required": false,
|
11282
11282
|
"required": false,
|
11283
11283
|
"type": "string",
|
11284
|
-
"value_allowed_null":
|
11284
|
+
"value_allowed_null": false
|
11285
11285
|
}
|
11286
11286
|
],
|
11287
11287
|
"usage": "both"
|
@@ -4020,6 +4020,15 @@
|
|
4020
4020
|
"name": "Remark",
|
4021
4021
|
"required": false,
|
4022
4022
|
"type": "string"
|
4023
|
+
},
|
4024
|
+
{
|
4025
|
+
"disabled": false,
|
4026
|
+
"document": "标签列表",
|
4027
|
+
"example": "无",
|
4028
|
+
"member": "Tag",
|
4029
|
+
"name": "TagList",
|
4030
|
+
"required": false,
|
4031
|
+
"type": "list"
|
4023
4032
|
}
|
4024
4033
|
],
|
4025
4034
|
"type": "object"
|
@@ -4822,6 +4831,24 @@
|
|
4822
4831
|
"name": "UnackPolicy",
|
4823
4832
|
"required": false,
|
4824
4833
|
"type": "string"
|
4834
|
+
},
|
4835
|
+
{
|
4836
|
+
"disabled": false,
|
4837
|
+
"document": "是否开启异常消费者隔离",
|
4838
|
+
"example": "true",
|
4839
|
+
"member": "bool",
|
4840
|
+
"name": "IsolateConsumerEnable",
|
4841
|
+
"required": false,
|
4842
|
+
"type": "bool"
|
4843
|
+
},
|
4844
|
+
{
|
4845
|
+
"disabled": false,
|
4846
|
+
"document": "消费者 Ack 超时时间,单位:秒,范围60-(3600*24)",
|
4847
|
+
"example": "60",
|
4848
|
+
"member": "int64",
|
4849
|
+
"name": "AckTimeOut",
|
4850
|
+
"required": false,
|
4851
|
+
"type": "int"
|
4825
4852
|
}
|
4826
4853
|
],
|
4827
4854
|
"type": "object"
|
@@ -6984,6 +7011,15 @@
|
|
6984
7011
|
"name": "QueryDlqMsg",
|
6985
7012
|
"required": false,
|
6986
7013
|
"type": "bool"
|
7014
|
+
},
|
7015
|
+
{
|
7016
|
+
"disabled": false,
|
7017
|
+
"document": "生产时间",
|
7018
|
+
"example": "2024-04-11T23:03:47.328+08:00",
|
7019
|
+
"member": "string",
|
7020
|
+
"name": "ProduceTime",
|
7021
|
+
"required": false,
|
7022
|
+
"type": "string"
|
6987
7023
|
}
|
6988
7024
|
],
|
6989
7025
|
"type": "object"
|
@@ -9423,7 +9459,7 @@
|
|
9423
9459
|
{
|
9424
9460
|
"disabled": false,
|
9425
9461
|
"document": "记录数。",
|
9426
|
-
"example": "
|
9462
|
+
"example": "10",
|
9427
9463
|
"member": "int64",
|
9428
9464
|
"name": "TotalCount",
|
9429
9465
|
"output_required": true,
|
@@ -9433,7 +9469,7 @@
|
|
9433
9469
|
{
|
9434
9470
|
"disabled": false,
|
9435
9471
|
"document": "命名空间角色集合。",
|
9436
|
-
"example": "
|
9472
|
+
"example": "无",
|
9437
9473
|
"member": "EnvironmentRole",
|
9438
9474
|
"name": "EnvironmentRoleSets",
|
9439
9475
|
"output_required": true,
|
@@ -9561,7 +9597,7 @@
|
|
9561
9597
|
{
|
9562
9598
|
"disabled": false,
|
9563
9599
|
"document": "订阅组列表",
|
9564
|
-
"example": "
|
9600
|
+
"example": "无",
|
9565
9601
|
"member": "RocketMQGroup",
|
9566
9602
|
"name": "Groups",
|
9567
9603
|
"output_required": true,
|
@@ -9914,7 +9950,7 @@
|
|
9914
9950
|
{
|
9915
9951
|
"disabled": false,
|
9916
9952
|
"document": "轨迹详情列表",
|
9917
|
-
"example": "[ { \"Stage\": \"produce\", \"Data\": { \"
|
9953
|
+
"example": "[ { \"Stage\": \"produce\", \"Data\": { \"Status\": 1 } }, { \"Stage\": \"persist\", \"Data\": { \"Status\": 1 } } ]",
|
9918
9954
|
"member": "TraceResult",
|
9919
9955
|
"name": "Result",
|
9920
9956
|
"output_required": true,
|
@@ -11068,7 +11104,7 @@
|
|
11068
11104
|
{
|
11069
11105
|
"disabled": false,
|
11070
11106
|
"document": "生产详情列表",
|
11071
|
-
"example": "
|
11107
|
+
"example": "无",
|
11072
11108
|
"member": "TopicStats",
|
11073
11109
|
"name": "TopicStatsList",
|
11074
11110
|
"output_required": false,
|
@@ -14361,6 +14397,24 @@
|
|
14361
14397
|
"name": "UnackPolicy",
|
14362
14398
|
"required": false,
|
14363
14399
|
"type": "string"
|
14400
|
+
},
|
14401
|
+
{
|
14402
|
+
"disabled": false,
|
14403
|
+
"document": "是否开启异常消费者隔离",
|
14404
|
+
"example": "true",
|
14405
|
+
"member": "bool",
|
14406
|
+
"name": "IsolateConsumerEnable",
|
14407
|
+
"required": false,
|
14408
|
+
"type": "bool"
|
14409
|
+
},
|
14410
|
+
{
|
14411
|
+
"disabled": false,
|
14412
|
+
"document": "消费者 Ack 超时时间,单位:秒,范围60-(3600*24",
|
14413
|
+
"example": "60",
|
14414
|
+
"member": "int64",
|
14415
|
+
"name": "AckTimeOut",
|
14416
|
+
"required": false,
|
14417
|
+
"type": "int"
|
14364
14418
|
}
|
14365
14419
|
],
|
14366
14420
|
"type": "object"
|
@@ -17379,15 +17433,6 @@
|
|
17379
17433
|
"required": true,
|
17380
17434
|
"type": "string"
|
17381
17435
|
},
|
17382
|
-
{
|
17383
|
-
"disabled": false,
|
17384
|
-
"document": "主题名称",
|
17385
|
-
"example": "test_topic",
|
17386
|
-
"member": "string",
|
17387
|
-
"name": "Topic",
|
17388
|
-
"required": true,
|
17389
|
-
"type": "string"
|
17390
|
-
},
|
17391
17436
|
{
|
17392
17437
|
"disabled": false,
|
17393
17438
|
"document": "重置方式,0表示从最新位点开始,1表示从指定时间点开始",
|
@@ -17397,6 +17442,15 @@
|
|
17397
17442
|
"required": true,
|
17398
17443
|
"type": "int"
|
17399
17444
|
},
|
17445
|
+
{
|
17446
|
+
"disabled": false,
|
17447
|
+
"document": "主题名称",
|
17448
|
+
"example": "test_topic",
|
17449
|
+
"member": "string",
|
17450
|
+
"name": "Topic",
|
17451
|
+
"required": true,
|
17452
|
+
"type": "string"
|
17453
|
+
},
|
17400
17454
|
{
|
17401
17455
|
"disabled": false,
|
17402
17456
|
"document": "重置指定的时间戳,仅在 Type 为1是生效,以毫秒为单位",
|
@@ -17649,6 +17703,26 @@
|
|
17649
17703
|
"output_required": true,
|
17650
17704
|
"type": "list",
|
17651
17705
|
"value_allowed_null": true
|
17706
|
+
},
|
17707
|
+
{
|
17708
|
+
"disabled": false,
|
17709
|
+
"document": "最大角色数量",
|
17710
|
+
"example": "100",
|
17711
|
+
"member": "int64",
|
17712
|
+
"name": "MaxRoleNum",
|
17713
|
+
"output_required": false,
|
17714
|
+
"type": "int",
|
17715
|
+
"value_allowed_null": false
|
17716
|
+
},
|
17717
|
+
{
|
17718
|
+
"disabled": false,
|
17719
|
+
"document": "TPS限额",
|
17720
|
+
"example": "4000",
|
17721
|
+
"member": "int64",
|
17722
|
+
"name": "MaxTpsLimit",
|
17723
|
+
"output_required": false,
|
17724
|
+
"type": "int",
|
17725
|
+
"value_allowed_null": false
|
17652
17726
|
}
|
17653
17727
|
],
|
17654
17728
|
"usage": "out"
|
@@ -17941,6 +18015,16 @@
|
|
17941
18015
|
"output_required": false,
|
17942
18016
|
"type": "list",
|
17943
18017
|
"value_allowed_null": true
|
18018
|
+
},
|
18019
|
+
{
|
18020
|
+
"disabled": false,
|
18021
|
+
"document": "是否已冻结",
|
18022
|
+
"example": "false",
|
18023
|
+
"member": "bool",
|
18024
|
+
"name": "IsFrozen",
|
18025
|
+
"output_required": false,
|
18026
|
+
"type": "bool",
|
18027
|
+
"value_allowed_null": false
|
17944
18028
|
}
|
17945
18029
|
],
|
17946
18030
|
"usage": "out"
|
@@ -20712,6 +20796,26 @@
|
|
20712
20796
|
"output_required": false,
|
20713
20797
|
"type": "string",
|
20714
20798
|
"value_allowed_null": false
|
20799
|
+
},
|
20800
|
+
{
|
20801
|
+
"disabled": false,
|
20802
|
+
"document": "是否开启异常消费者隔离",
|
20803
|
+
"example": "true",
|
20804
|
+
"member": "bool",
|
20805
|
+
"name": "IsolateConsumerEnable",
|
20806
|
+
"output_required": false,
|
20807
|
+
"type": "bool",
|
20808
|
+
"value_allowed_null": false
|
20809
|
+
},
|
20810
|
+
{
|
20811
|
+
"disabled": false,
|
20812
|
+
"document": "消费者 Ack 超时时间,单位:秒",
|
20813
|
+
"example": "60",
|
20814
|
+
"member": "int64",
|
20815
|
+
"name": "AckTimeOut",
|
20816
|
+
"output_required": false,
|
20817
|
+
"type": "int",
|
20818
|
+
"value_allowed_null": false
|
20715
20819
|
}
|
20716
20820
|
],
|
20717
20821
|
"usage": "out"
|
@@ -674,7 +674,7 @@
|
|
674
674
|
{
|
675
675
|
"document": "",
|
676
676
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQConsumerConnections\n<公共请求参数>\n\n{\n \"Limit\": \"20\",\n \"Offset\": \"0\",\n \"ClusterId\": \"rocketmq-2p9vx3ax9jxg\",\n \"NamespaceId\": \"test_namespace\",\n \"GroupId\": \"test_group\"\n}",
|
677
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Connections\": [\n {\n \"ClientId\": \"9.43.174.90@18834#7187709773375173\",\n \"ClientAddr\": \"9.43.174.90\",\n \"Language\": \"JAVA\",\n \"Accumulative\": 300,\n \"Version\": \"V4.9.7\"\n }\n ],\n \"GroupDetail\": {\n \"Name\": \"test_group\",\n \"ConsumerNum\": 1,\n \"TotalAccumulative\": 300,\n \"ConsumptionMode\": -1,\n \"BroadcastEnabled\": false,\n \"ReadEnabled\": true,\n \"RetryPartitionNum\": 1,\n \"CreateTime\": 1727075298000,\n \"UpdateTime\": 1727075298000,\n \"ClientProtocol\": \"TCP\",\n \"Remark\": \"测试消费组\",\n \"ConsumerType\": \"PUSH\",\n \"GroupType\": \"TCP\",\n \"RetryMaxTimes\": 16,\n \"InstanceId\": \"rocketmq-2p9vx3ax9jxg\",\n \"Namespace\": \"test_namespace\",\n \"TPS\": 10\n },\n \"RequestId\": \"
|
677
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Connections\": [\n {\n \"ClientId\": \"9.43.174.90@18834#7187709773375173\",\n \"ClientAddr\": \"9.43.174.90\",\n \"Language\": \"JAVA\",\n \"Accumulative\": 300,\n \"Version\": \"V4.9.7\"\n }\n ],\n \"GroupDetail\": {\n \"Name\": \"test_group\",\n \"ConsumerNum\": 1,\n \"TotalAccumulative\": 300,\n \"ConsumptionMode\": -1,\n \"BroadcastEnabled\": false,\n \"ReadEnabled\": true,\n \"RetryPartitionNum\": 1,\n \"CreateTime\": 1727075298000,\n \"UpdateTime\": 1727075298000,\n \"ClientProtocol\": \"TCP\",\n \"Remark\": \"测试消费组\",\n \"ConsumerType\": \"PUSH\",\n \"GroupType\": \"TCP\",\n \"RetryMaxTimes\": 16,\n \"InstanceId\": \"rocketmq-2p9vx3ax9jxg\",\n \"Namespace\": \"test_namespace\",\n \"TPS\": 10\n },\n \"RequestId\": \"2823b88c-bc6c-412b-a6dd-18eb9682d233\"\n }\n}",
|
678
678
|
"title": "获取指定消费组下当前客户端的连接情况"
|
679
679
|
}
|
680
680
|
],
|