tccli 3.0.1343.1__py2.py3-none-any.whl → 3.0.1344.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 +6 -0
- tccli/services/ams/v20201229/api.json +46 -46
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/batch/batch_client.py +53 -0
- tccli/services/batch/v20170312/api.json +125 -0
- tccli/services/batch/v20170312/examples.json +8 -0
- tccli/services/bh/v20230418/api.json +282 -1
- tccli/services/bh/v20230418/examples.json +3 -3
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/ccc/v20200210/api.json +9 -0
- tccli/services/cdb/v20170320/api.json +38 -38
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdwch/cdwch_client.py +53 -0
- tccli/services/cdwch/v20200915/api.json +410 -0
- tccli/services/cdwch/v20200915/examples.json +8 -0
- tccli/services/cdwdoris/v20211228/api.json +22 -2
- tccli/services/cfg/v20210820/api.json +72 -0
- tccli/services/ckafka/v20190819/api.json +21 -1
- tccli/services/csip/csip_client.py +163 -4
- tccli/services/csip/v20221121/api.json +967 -164
- tccli/services/csip/v20221121/examples.json +29 -5
- tccli/services/cvm/v20170312/api.json +16 -5
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/dlc/v20210125/api.json +61 -0
- tccli/services/emr/emr_client.py +167 -8
- tccli/services/emr/v20190103/api.json +809 -14
- tccli/services/emr/v20190103/examples.json +24 -0
- tccli/services/es/v20250101/examples.json +2 -2
- tccli/services/ess/v20201111/api.json +15 -6
- tccli/services/essbasic/v20210526/api.json +2 -2
- tccli/services/gs/v20191118/api.json +40 -1
- tccli/services/gs/v20191118/examples.json +2 -2
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/igtm/__init__.py +4 -0
- tccli/services/igtm/igtm_client.py +1373 -0
- tccli/services/igtm/v20231024/api.json +3569 -0
- tccli/services/igtm/v20231024/examples.json +207 -0
- tccli/services/ims/v20201229/api.json +20 -28
- tccli/services/ioa/ioa_client.py +114 -8
- tccli/services/ioa/v20220601/api.json +218 -3
- tccli/services/ioa/v20220601/examples.json +16 -0
- tccli/services/iss/v20230517/api.json +11 -2
- tccli/services/kms/v20190118/api.json +4 -4
- tccli/services/lighthouse/v20200324/api.json +1 -1
- tccli/services/mps/v20190612/api.json +43 -5
- tccli/services/ocr/v20181119/api.json +127 -118
- tccli/services/partners/v20180321/api.json +1 -1
- tccli/services/securitylake/__init__.py +4 -0
- tccli/services/securitylake/securitylake_client.py +207 -0
- tccli/services/securitylake/v20240117/api.json +723 -0
- tccli/services/securitylake/v20240117/examples.json +13 -0
- tccli/services/tcbr/v20220217/api.json +70 -0
- tccli/services/tdmq/v20200217/api.json +263 -5
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/teo/v20220901/api.json +40 -30
- tccli/services/teo/v20220901/examples.json +19 -19
- tccli/services/tione/tione_client.py +57 -4
- tccli/services/tione/v20211111/api.json +283 -1
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +37 -28
- tccli/services/tms/v20201229/api.json +14 -21
- tccli/services/trocket/v20230308/api.json +80 -80
- tccli/services/trocket/v20230308/examples.json +1 -1
- tccli/services/tsf/tsf_client.py +61 -8
- tccli/services/tsf/v20180326/api.json +3161 -2106
- tccli/services/tsf/v20180326/examples.json +8 -0
- tccli/services/vdb/v20230616/api.json +49 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vm/v20210922/api.json +8 -8
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/wav/v20210129/api.json +10 -10
- tccli/services/wav/v20210129/examples.json +3 -3
- tccli/services/wedata/v20210820/api.json +11 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/RECORD +79 -71
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1343.1.dist-info → tccli-3.0.1344.1.dist-info}/license_files/LICENSE +0 -0
@@ -106,7 +106,7 @@
|
|
106
106
|
"status": "online"
|
107
107
|
},
|
108
108
|
"DeleteRole": {
|
109
|
-
"document": "
|
109
|
+
"document": "删除角色。请确保该角色相关信息不在当前代码中被使用。删除角色后,原先使用该角色进行生产或消费消息的密钥(AccessKey 和 SecretKey)将立即失效。",
|
110
110
|
"input": "DeleteRoleRequest",
|
111
111
|
"name": "删除角色",
|
112
112
|
"output": "DeleteRoleResponse",
|
@@ -148,7 +148,7 @@
|
|
148
148
|
"status": "online"
|
149
149
|
},
|
150
150
|
"DescribeConsumerGroupList": {
|
151
|
-
"document": "获取消费组列表,Filter参数使用说明如下:\n\
|
151
|
+
"document": "获取消费组列表,Filter参数使用说明如下:\n\n- ConsumerGroupName 消费组名称,支持模糊查询,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。\n- ConsumeMessageOrderly,投递顺序性,枚举值如下:\n - true 顺序投递\n - false 并发投递\n\nFilters示例: \n[{ \"Name\": \"ConsumeMessageOrderly\", \"Values\": [\"true\"] }]",
|
152
152
|
"input": "DescribeConsumerGroupListRequest",
|
153
153
|
"name": "查询消费组列表",
|
154
154
|
"output": "DescribeConsumerGroupListResponse",
|
@@ -162,7 +162,7 @@
|
|
162
162
|
"status": "online"
|
163
163
|
},
|
164
164
|
"DescribeFusionInstanceList": {
|
165
|
-
"document": "查询集群列表,支持 4.x 和 5.x 集群,其中 Filters 参数使用说明如下:\
|
165
|
+
"document": "查询集群列表,支持 4.x 和 5.x 集群,其中 Filters 参数使用说明如下:\n\n- InstanceName 集群名称,支持模糊查询,从本接口返回值或控制台获得\n- InstanceId 集群ID,精确查询,从当前接口或控制台获得\n- InstanceType 集群类型,可参考 [InstanceItem](https://cloud.tencent.com/document/api/1493/96031#InstanceItem) 数据结构,支持多选\n- Version 集群版本,枚举值如下:\n - 4 RocketMQ 4.x 集群\n - 5 RocketMQ 5.x 集群\n\nFilters示例:\n [{ \"Name\": \"InstanceId\", \"Values\": [\"rmq-72mo3a9o\"] }]",
|
166
166
|
"input": "DescribeFusionInstanceListRequest",
|
167
167
|
"name": "查询集群列表",
|
168
168
|
"output": "DescribeFusionInstanceListResponse",
|
@@ -176,7 +176,7 @@
|
|
176
176
|
"status": "online"
|
177
177
|
},
|
178
178
|
"DescribeInstanceList": {
|
179
|
-
"document": "查询集群列表,仅支持 5.x 集群。Filters参数使用说明如下:\
|
179
|
+
"document": "查询集群列表,仅支持 5.x 集群。Filters参数使用说明如下:\n\n- InstanceName 集群名称,支持模糊搜索\n- InstanceId 腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得\n- InstanceType 集群类型,可参考 [InstanceItem](https://cloud.tencent.com/document/api/1493/96031#InstanceItem) 数据结构,支持多选\n- InstanceStatus 集群状态,可参考 [InstanceItem](https://cloud.tencent.com/document/api/1493/96031#InstanceItem) 数据结构,支持多选\n\nFilters示例:\n[{\n \"Name\": \"InstanceId\",\n \"Values\": [\"rmq-72mo3a9o\"]\n}]",
|
180
180
|
"input": "DescribeInstanceListRequest",
|
181
181
|
"name": "查询 5.X 集群列表",
|
182
182
|
"output": "DescribeInstanceListResponse",
|
@@ -323,7 +323,7 @@
|
|
323
323
|
"status": "online"
|
324
324
|
},
|
325
325
|
"DescribeRoleList": {
|
326
|
-
"document": "查询角色列表,Filter参数使用说明如下:\n\
|
326
|
+
"document": "查询角色列表,Filter参数使用说明如下:\n\n- RoleName 角色名称,支持模糊搜索,从本接口返回值或控制台获得\n- AccessKey AccessKey,支持模糊搜索,从本接口返回值或控制台获得\n\nFilters示例: \n[{ \"Name\": \"RoleName\", \"Values\": [\"test_role\"] }]",
|
327
327
|
"input": "DescribeRoleListRequest",
|
328
328
|
"name": "查询角色列表",
|
329
329
|
"output": "DescribeRoleListResponse",
|
@@ -344,21 +344,21 @@
|
|
344
344
|
"status": "online"
|
345
345
|
},
|
346
346
|
"DescribeTopic": {
|
347
|
-
"document": "查询主题详情,Offset和Limit参数是指订阅该主题的消费组查询分页参数,Filter参数使用说明如下:\n\
|
347
|
+
"document": "查询主题详情,Offset和Limit参数是指订阅该主题的消费组查询分页参数,Filter参数使用说明如下:\n\n- ConsumerGroup 消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。\n\nFilters示例: \n[{ \"Name\": \"ConsumerGroup\", \"Values\": [\"test_group\"] }]",
|
348
348
|
"input": "DescribeTopicRequest",
|
349
349
|
"name": "查询主题详情",
|
350
350
|
"output": "DescribeTopicResponse",
|
351
351
|
"status": "online"
|
352
352
|
},
|
353
353
|
"DescribeTopicList": {
|
354
|
-
"document": "获取主题列表,Filter参数使用说明如下:\n\
|
354
|
+
"document": "获取主题列表,Filter参数使用说明如下:\n\n- TopicName 主题名称,支持模糊搜索,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得\n- TopicType 主题类型查询,支持多选,参考 [DescribeTopic](https://cloud.tencent.com/document/api/1493/97945) 接口 TopicType 字段\n\nFilters示例:\n [{ \"Name\": \"TopicName\", \"Values\": [\"test_topic\"] }]",
|
355
355
|
"input": "DescribeTopicListRequest",
|
356
356
|
"name": "查询主题列表",
|
357
357
|
"output": "DescribeTopicListResponse",
|
358
358
|
"status": "online"
|
359
359
|
},
|
360
360
|
"DescribeTopicListByGroup": {
|
361
|
-
"document": "根据消费组获取主题列表,Filter参数使用说明如下:\n\
|
361
|
+
"document": "根据消费组获取主题列表,Filter参数使用说明如下:\n\n- TopicName 主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。\n\nFilters示例: \n[{ \"Name\": \"TopicName\", \"Values\": [\"test_topic\"] }]",
|
362
362
|
"input": "DescribeTopicListByGroupRequest",
|
363
363
|
"name": "查询消费组订阅的主题列表",
|
364
364
|
"output": "DescribeTopicListByGroupResponse",
|
@@ -789,7 +789,7 @@
|
|
789
789
|
"members": [
|
790
790
|
{
|
791
791
|
"disabled": false,
|
792
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
792
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
793
793
|
"example": "rmq-72mo3a9o",
|
794
794
|
"member": "string",
|
795
795
|
"name": "InstanceId",
|
@@ -825,7 +825,7 @@
|
|
825
825
|
},
|
826
826
|
{
|
827
827
|
"disabled": false,
|
828
|
-
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
828
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
829
829
|
"example": "test_group",
|
830
830
|
"member": "string",
|
831
831
|
"name": "ConsumerGroup",
|
@@ -908,7 +908,7 @@
|
|
908
908
|
},
|
909
909
|
{
|
910
910
|
"disabled": false,
|
911
|
-
"document": "商品规格,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/
|
911
|
+
"document": "商品规格,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU) 出参获得。",
|
912
912
|
"example": "basic_1k",
|
913
913
|
"member": "string",
|
914
914
|
"name": "SkuCode",
|
@@ -980,7 +980,7 @@
|
|
980
980
|
},
|
981
981
|
{
|
982
982
|
"disabled": false,
|
983
|
-
"document": "消息保留时长(单位:小时),取值范围参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/
|
983
|
+
"document": "消息保留时长(单位:小时),取值范围参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU) 出参:\n\n- 默认值:DefaultRetention 参数\n- 最小值:RetentionLowerLimit 参数\n- 最大值:RetentionUpperLimit 参数",
|
984
984
|
"example": "72",
|
985
985
|
"member": "int64",
|
986
986
|
"name": "MessageRetention",
|
@@ -1016,7 +1016,7 @@
|
|
1016
1016
|
},
|
1017
1017
|
{
|
1018
1018
|
"disabled": false,
|
1019
|
-
"document": "最大可创建主题数,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/
|
1019
|
+
"document": "最大可创建主题数,从 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU) 出参:\n\n- 默认值和最小值:TopicNumLimit 参数\n- 最大值:TopicNumUpperLimit 参数",
|
1020
1020
|
"example": "50",
|
1021
1021
|
"member": "int64",
|
1022
1022
|
"name": "MaxTopicNum",
|
@@ -1025,7 +1025,7 @@
|
|
1025
1025
|
},
|
1026
1026
|
{
|
1027
1027
|
"disabled": false,
|
1028
|
-
"document": "部署可用区列表,从 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929)
|
1028
|
+
"document": "部署可用区列表,从 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929) 接口返回中的 [ZoneInfo](https://cloud.tencent.com/document/api/1596/77932#ZoneInfo) 数据结构中获得。",
|
1029
1029
|
"example": "[10001,10002]",
|
1030
1030
|
"member": "int64",
|
1031
1031
|
"name": "ZoneIds",
|
@@ -1371,7 +1371,7 @@
|
|
1371
1371
|
"members": [
|
1372
1372
|
{
|
1373
1373
|
"disabled": false,
|
1374
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
1374
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
1375
1375
|
"example": "rmq-72mo3a9o",
|
1376
1376
|
"member": "string",
|
1377
1377
|
"name": "InstanceId",
|
@@ -1380,7 +1380,7 @@
|
|
1380
1380
|
},
|
1381
1381
|
{
|
1382
1382
|
"disabled": false,
|
1383
|
-
"document": "
|
1383
|
+
"document": "角色名称,不能为空,只支持数字 大小写字母 分隔符(\"_\",\"-\"),不能超过 32 个字符",
|
1384
1384
|
"example": "test_role_name",
|
1385
1385
|
"member": "string",
|
1386
1386
|
"name": "Role",
|
@@ -1462,7 +1462,7 @@
|
|
1462
1462
|
"members": [
|
1463
1463
|
{
|
1464
1464
|
"disabled": false,
|
1465
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
1465
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
1466
1466
|
"example": "rmq-72mo3a9o",
|
1467
1467
|
"member": "string",
|
1468
1468
|
"name": "InstanceId",
|
@@ -1471,7 +1471,7 @@
|
|
1471
1471
|
},
|
1472
1472
|
{
|
1473
1473
|
"disabled": false,
|
1474
|
-
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
1474
|
+
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。",
|
1475
1475
|
"example": "test_topic",
|
1476
1476
|
"member": "string",
|
1477
1477
|
"name": "Topic",
|
@@ -1480,7 +1480,7 @@
|
|
1480
1480
|
},
|
1481
1481
|
{
|
1482
1482
|
"disabled": false,
|
1483
|
-
"document": "
|
1483
|
+
"document": "主题类型,枚举值如下:\n\n- NORMAL: 普通消息\n- FIFO: 顺序消息\n- DELAY: 延时消息\n- TRANSACTION: 事务消息",
|
1484
1484
|
"example": "NORMAL",
|
1485
1485
|
"member": "string",
|
1486
1486
|
"name": "TopicType",
|
@@ -1498,7 +1498,7 @@
|
|
1498
1498
|
},
|
1499
1499
|
{
|
1500
1500
|
"disabled": false,
|
1501
|
-
"document": "
|
1501
|
+
"document": "备注信息,最多 128 个字符",
|
1502
1502
|
"example": "测试主题",
|
1503
1503
|
"member": "string",
|
1504
1504
|
"name": "Remark",
|
@@ -1591,7 +1591,7 @@
|
|
1591
1591
|
"members": [
|
1592
1592
|
{
|
1593
1593
|
"disabled": false,
|
1594
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
1594
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
1595
1595
|
"example": "rmq-72mo3a9o",
|
1596
1596
|
"member": "string",
|
1597
1597
|
"name": "InstanceId",
|
@@ -1600,7 +1600,7 @@
|
|
1600
1600
|
},
|
1601
1601
|
{
|
1602
1602
|
"disabled": false,
|
1603
|
-
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
1603
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
1604
1604
|
"example": "test_group",
|
1605
1605
|
"member": "string",
|
1606
1606
|
"name": "ConsumerGroup",
|
@@ -1627,7 +1627,7 @@
|
|
1627
1627
|
"members": [
|
1628
1628
|
{
|
1629
1629
|
"disabled": false,
|
1630
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
1630
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
1631
1631
|
"example": "rmq-72mo3a9o",
|
1632
1632
|
"member": "string",
|
1633
1633
|
"name": "InstanceId",
|
@@ -1780,7 +1780,7 @@
|
|
1780
1780
|
"members": [
|
1781
1781
|
{
|
1782
1782
|
"disabled": false,
|
1783
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
1783
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
1784
1784
|
"example": "rmq-72mo3a9o",
|
1785
1785
|
"member": "string",
|
1786
1786
|
"name": "InstanceId",
|
@@ -1789,7 +1789,7 @@
|
|
1789
1789
|
},
|
1790
1790
|
{
|
1791
1791
|
"disabled": false,
|
1792
|
-
"document": "角色名称,从 [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862)
|
1792
|
+
"document": "角色名称,从 [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862) 接口响应中的 [RoleItem](https://cloud.tencent.com/document/api/1493/96031#RoleItem) 或控制台获得。",
|
1793
1793
|
"example": "test_role_name",
|
1794
1794
|
"member": "string",
|
1795
1795
|
"name": "Role",
|
@@ -1843,7 +1843,7 @@
|
|
1843
1843
|
"members": [
|
1844
1844
|
{
|
1845
1845
|
"disabled": false,
|
1846
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
1846
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
1847
1847
|
"example": "rmq-72mo3a9o",
|
1848
1848
|
"member": "string",
|
1849
1849
|
"name": "InstanceId",
|
@@ -1852,7 +1852,7 @@
|
|
1852
1852
|
},
|
1853
1853
|
{
|
1854
1854
|
"disabled": false,
|
1855
|
-
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
1855
|
+
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。",
|
1856
1856
|
"example": "test_topic",
|
1857
1857
|
"member": "string",
|
1858
1858
|
"name": "Topic",
|
@@ -1879,7 +1879,7 @@
|
|
1879
1879
|
"members": [
|
1880
1880
|
{
|
1881
1881
|
"disabled": false,
|
1882
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
1882
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
1883
1883
|
"example": "rmq-72mo3a9o",
|
1884
1884
|
"member": "string",
|
1885
1885
|
"name": "InstanceId",
|
@@ -1888,7 +1888,7 @@
|
|
1888
1888
|
},
|
1889
1889
|
{
|
1890
1890
|
"disabled": false,
|
1891
|
-
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
1891
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
1892
1892
|
"example": "test_group",
|
1893
1893
|
"member": "string",
|
1894
1894
|
"name": "ConsumerGroup",
|
@@ -1962,7 +1962,7 @@
|
|
1962
1962
|
"members": [
|
1963
1963
|
{
|
1964
1964
|
"disabled": false,
|
1965
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
1965
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
1966
1966
|
"example": "rmq-72mo3a9o",
|
1967
1967
|
"member": "string",
|
1968
1968
|
"name": "InstanceId",
|
@@ -2007,7 +2007,7 @@
|
|
2007
2007
|
},
|
2008
2008
|
{
|
2009
2009
|
"disabled": false,
|
2010
|
-
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
2010
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
2011
2011
|
"example": "test_group",
|
2012
2012
|
"member": "string",
|
2013
2013
|
"name": "ConsumerGroup",
|
@@ -2054,7 +2054,7 @@
|
|
2054
2054
|
"members": [
|
2055
2055
|
{
|
2056
2056
|
"disabled": false,
|
2057
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
2057
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
2058
2058
|
"example": "rmq-72mo3a9o",
|
2059
2059
|
"member": "string",
|
2060
2060
|
"name": "InstanceId",
|
@@ -2137,7 +2137,7 @@
|
|
2137
2137
|
"members": [
|
2138
2138
|
{
|
2139
2139
|
"disabled": false,
|
2140
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
2140
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
2141
2141
|
"example": "rmq-72mo3a9o",
|
2142
2142
|
"member": "string",
|
2143
2143
|
"name": "InstanceId",
|
@@ -2146,7 +2146,7 @@
|
|
2146
2146
|
},
|
2147
2147
|
{
|
2148
2148
|
"disabled": false,
|
2149
|
-
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
2149
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
2150
2150
|
"example": "test_group",
|
2151
2151
|
"member": "string",
|
2152
2152
|
"name": "ConsumerGroup",
|
@@ -2273,7 +2273,7 @@
|
|
2273
2273
|
"members": [
|
2274
2274
|
{
|
2275
2275
|
"disabled": false,
|
2276
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
2276
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
2277
2277
|
"example": "rmq-72mo3a9o",
|
2278
2278
|
"member": "string",
|
2279
2279
|
"name": "InstanceId",
|
@@ -2282,7 +2282,7 @@
|
|
2282
2282
|
},
|
2283
2283
|
{
|
2284
2284
|
"disabled": false,
|
2285
|
-
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
2285
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
2286
2286
|
"example": "test_group",
|
2287
2287
|
"member": "string",
|
2288
2288
|
"name": "ConsumerGroup",
|
@@ -2291,7 +2291,7 @@
|
|
2291
2291
|
},
|
2292
2292
|
{
|
2293
2293
|
"disabled": false,
|
2294
|
-
"document": "命名空间,4.x集群必填,从 [DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419)
|
2294
|
+
"document": "命名空间,4.x集群必填,从 [DescribeRocketMQNamespaces](https://cloud.tencent.com/document/api/1179/63419) 接口返回的 [RocketMQNamespace](https://cloud.tencent.com/document/api/1179/46089#RocketMQNamespace) 或控制台获得。",
|
2295
2295
|
"example": "namespace_test",
|
2296
2296
|
"member": "string",
|
2297
2297
|
"name": "Namespace",
|
@@ -2300,7 +2300,7 @@
|
|
2300
2300
|
},
|
2301
2301
|
{
|
2302
2302
|
"disabled": false,
|
2303
|
-
"document": "订阅主题,不为空则查询订阅了该主题的消费组的堆积,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
2303
|
+
"document": "订阅主题,不为空则查询订阅了该主题的消费组的堆积,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。",
|
2304
2304
|
"example": "topic_test",
|
2305
2305
|
"member": "string",
|
2306
2306
|
"name": "SubscribeTopic",
|
@@ -2485,7 +2485,7 @@
|
|
2485
2485
|
"members": [
|
2486
2486
|
{
|
2487
2487
|
"disabled": false,
|
2488
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
2488
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
2489
2489
|
"example": "rmq-72mo3a9o",
|
2490
2490
|
"member": "string",
|
2491
2491
|
"name": "InstanceId",
|
@@ -2800,7 +2800,7 @@
|
|
2800
2800
|
},
|
2801
2801
|
{
|
2802
2802
|
"disabled": false,
|
2803
|
-
"document": "所属可用区列表,参考 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929)
|
2803
|
+
"document": "所属可用区列表,参考 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929) 接口返回中的 [ZoneInfo](https://cloud.tencent.com/document/api/1596/77932#ZoneInfo) 数据结构。",
|
2804
2804
|
"example": "[100001,100002]",
|
2805
2805
|
"member": "int64",
|
2806
2806
|
"name": "ZoneIds",
|
@@ -3847,7 +3847,7 @@
|
|
3847
3847
|
"members": [
|
3848
3848
|
{
|
3849
3849
|
"disabled": false,
|
3850
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
3850
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
3851
3851
|
"example": "rmq-72mo3a9o",
|
3852
3852
|
"member": "string",
|
3853
3853
|
"name": "InstanceId",
|
@@ -3856,7 +3856,7 @@
|
|
3856
3856
|
},
|
3857
3857
|
{
|
3858
3858
|
"disabled": false,
|
3859
|
-
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
3859
|
+
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。",
|
3860
3860
|
"example": "test_topic",
|
3861
3861
|
"member": "string",
|
3862
3862
|
"name": "Topic",
|
@@ -3910,7 +3910,7 @@
|
|
3910
3910
|
},
|
3911
3911
|
{
|
3912
3912
|
"disabled": false,
|
3913
|
-
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
3913
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
3914
3914
|
"example": "test_group",
|
3915
3915
|
"member": "string",
|
3916
3916
|
"name": "ConsumerGroup",
|
@@ -3919,7 +3919,7 @@
|
|
3919
3919
|
},
|
3920
3920
|
{
|
3921
3921
|
"disabled": false,
|
3922
|
-
"document": "消息 ID,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593)
|
3922
|
+
"document": "消息 ID,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593) 接口返回的 [MessageItem](https://cloud.tencent.com/document/api/1493/96031#MessageItem) 或业务日志中获得。",
|
3923
3923
|
"example": "01963F0B14BAF09F27077D244F00000000",
|
3924
3924
|
"member": "string",
|
3925
3925
|
"name": "MsgId",
|
@@ -3928,7 +3928,7 @@
|
|
3928
3928
|
},
|
3929
3929
|
{
|
3930
3930
|
"disabled": false,
|
3931
|
-
"document": "消息 Key,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593)
|
3931
|
+
"document": "消息 Key,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593) 接口返回的 [MessageItem](https://cloud.tencent.com/document/api/1493/96031#MessageItem) 或业务日志中获得。",
|
3932
3932
|
"example": "test_key",
|
3933
3933
|
"member": "string",
|
3934
3934
|
"name": "MsgKey",
|
@@ -3955,7 +3955,7 @@
|
|
3955
3955
|
},
|
3956
3956
|
{
|
3957
3957
|
"disabled": false,
|
3958
|
-
"document": "消息 Tag,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593)
|
3958
|
+
"document": "消息 Tag,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593) 接口返回的 [MessageItem](https://cloud.tencent.com/document/api/1493/96031#MessageItem) 或业务日志中获得。",
|
3959
3959
|
"example": "test_tag",
|
3960
3960
|
"member": "string",
|
3961
3961
|
"name": "Tag",
|
@@ -4012,7 +4012,7 @@
|
|
4012
4012
|
"members": [
|
4013
4013
|
{
|
4014
4014
|
"disabled": false,
|
4015
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
4015
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
4016
4016
|
"example": "rmq-72mo3a9o",
|
4017
4017
|
"member": "string",
|
4018
4018
|
"name": "InstanceId",
|
@@ -4021,7 +4021,7 @@
|
|
4021
4021
|
},
|
4022
4022
|
{
|
4023
4023
|
"disabled": false,
|
4024
|
-
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
4024
|
+
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。",
|
4025
4025
|
"example": "test_topic",
|
4026
4026
|
"member": "string",
|
4027
4027
|
"name": "Topic",
|
@@ -4173,7 +4173,7 @@
|
|
4173
4173
|
"members": [
|
4174
4174
|
{
|
4175
4175
|
"disabled": false,
|
4176
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
4176
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
4177
4177
|
"example": "rmq-72mo3a9o",
|
4178
4178
|
"member": "string",
|
4179
4179
|
"name": "InstanceId",
|
@@ -4182,7 +4182,7 @@
|
|
4182
4182
|
},
|
4183
4183
|
{
|
4184
4184
|
"disabled": false,
|
4185
|
-
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
4185
|
+
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。",
|
4186
4186
|
"example": "test_topic",
|
4187
4187
|
"member": "string",
|
4188
4188
|
"name": "Topic",
|
@@ -4191,7 +4191,7 @@
|
|
4191
4191
|
},
|
4192
4192
|
{
|
4193
4193
|
"disabled": false,
|
4194
|
-
"document": "消息 ID,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593)
|
4194
|
+
"document": "消息 ID,从 [DescribeMessageList](https://cloud.tencent.com/document/api/1493/114593) 接口返回的 [MessageItem](https://cloud.tencent.com/document/api/1493/96031#MessageItem) 或业务日志中获得。",
|
4195
4195
|
"example": "1EAE3915000721B8D17C2C5BB31638D1",
|
4196
4196
|
"member": "string",
|
4197
4197
|
"name": "MsgId",
|
@@ -4592,7 +4592,7 @@
|
|
4592
4592
|
"members": [
|
4593
4593
|
{
|
4594
4594
|
"disabled": false,
|
4595
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
4595
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
4596
4596
|
"example": "rmq-72mo3a9o",
|
4597
4597
|
"member": "string",
|
4598
4598
|
"name": "InstanceId",
|
@@ -4805,7 +4805,7 @@
|
|
4805
4805
|
"members": [
|
4806
4806
|
{
|
4807
4807
|
"disabled": false,
|
4808
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
4808
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
4809
4809
|
"example": "rmq-72mo3a9o",
|
4810
4810
|
"member": "string",
|
4811
4811
|
"name": "InstanceId",
|
@@ -4832,7 +4832,7 @@
|
|
4832
4832
|
},
|
4833
4833
|
{
|
4834
4834
|
"disabled": false,
|
4835
|
-
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
4835
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
4836
4836
|
"example": "test_group",
|
4837
4837
|
"member": "string",
|
4838
4838
|
"name": "ConsumerGroup",
|
@@ -4888,7 +4888,7 @@
|
|
4888
4888
|
"members": [
|
4889
4889
|
{
|
4890
4890
|
"disabled": false,
|
4891
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
4891
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
4892
4892
|
"example": "rmq-72mo3a9o",
|
4893
4893
|
"member": "string",
|
4894
4894
|
"name": "InstanceId",
|
@@ -4962,7 +4962,7 @@
|
|
4962
4962
|
"members": [
|
4963
4963
|
{
|
4964
4964
|
"disabled": false,
|
4965
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
4965
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
4966
4966
|
"example": "rmq-72mo3a9o",
|
4967
4967
|
"member": "string",
|
4968
4968
|
"name": "InstanceId",
|
@@ -4971,7 +4971,7 @@
|
|
4971
4971
|
},
|
4972
4972
|
{
|
4973
4973
|
"disabled": false,
|
4974
|
-
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
4974
|
+
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。",
|
4975
4975
|
"example": "test_topic",
|
4976
4976
|
"member": "string",
|
4977
4977
|
"name": "Topic",
|
@@ -5053,7 +5053,7 @@
|
|
5053
5053
|
},
|
5054
5054
|
{
|
5055
5055
|
"disabled": false,
|
5056
|
-
"document": "
|
5056
|
+
"document": "创建时间,**Unix时间戳(毫秒)**",
|
5057
5057
|
"example": "1712729699",
|
5058
5058
|
"member": "int64",
|
5059
5059
|
"name": "CreatedTime",
|
@@ -5063,7 +5063,7 @@
|
|
5063
5063
|
},
|
5064
5064
|
{
|
5065
5065
|
"disabled": false,
|
5066
|
-
"document": "
|
5066
|
+
"document": "最后写入时间,**Unix时间戳(毫秒)**",
|
5067
5067
|
"example": "1712729699",
|
5068
5068
|
"member": "int64",
|
5069
5069
|
"name": "LastUpdateTime",
|
@@ -5093,7 +5093,7 @@
|
|
5093
5093
|
},
|
5094
5094
|
{
|
5095
5095
|
"disabled": false,
|
5096
|
-
"document": "
|
5096
|
+
"document": "消息保留时长,单位:小时",
|
5097
5097
|
"example": "72",
|
5098
5098
|
"member": "int64",
|
5099
5099
|
"name": "MsgTTL",
|
@@ -5115,7 +5115,7 @@
|
|
5115
5115
|
"members": [
|
5116
5116
|
{
|
5117
5117
|
"disabled": false,
|
5118
|
-
"document": "权限对应的资源\n可以是主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
5118
|
+
"document": "权限对应的资源\n可以是主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。\n可以是消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
5119
5119
|
"example": "test_topic",
|
5120
5120
|
"member": "string",
|
5121
5121
|
"name": "Resource",
|
@@ -5590,7 +5590,7 @@
|
|
5590
5590
|
},
|
5591
5591
|
{
|
5592
5592
|
"disabled": false,
|
5593
|
-
"document": "所属可用区列表,参考 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929)
|
5593
|
+
"document": "所属可用区列表,参考 [DescribeZones](https://cloud.tencent.com/document/product/1596/77929) 接口返回中的 [ZoneInfo](https://cloud.tencent.com/document/api/1596/77932#ZoneInfo) 数据结构。\n注意:此字段可能返回 null,表示取不到有效值。",
|
5594
5594
|
"example": "[10001,10002]",
|
5595
5595
|
"member": "int64",
|
5596
5596
|
"name": "ZoneIds",
|
@@ -6908,7 +6908,7 @@
|
|
6908
6908
|
"members": [
|
6909
6909
|
{
|
6910
6910
|
"disabled": false,
|
6911
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
6911
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
6912
6912
|
"example": "rmq-72mo3a9o",
|
6913
6913
|
"member": "string",
|
6914
6914
|
"name": "InstanceId",
|
@@ -6917,7 +6917,7 @@
|
|
6917
6917
|
},
|
6918
6918
|
{
|
6919
6919
|
"disabled": false,
|
6920
|
-
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
6920
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
6921
6921
|
"example": "test_group",
|
6922
6922
|
"member": "string",
|
6923
6923
|
"name": "ConsumerGroup",
|
@@ -6980,7 +6980,7 @@
|
|
6980
6980
|
"members": [
|
6981
6981
|
{
|
6982
6982
|
"disabled": false,
|
6983
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
6983
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
6984
6984
|
"example": "rmq-72mo3a9o",
|
6985
6985
|
"member": "string",
|
6986
6986
|
"name": "InstanceId",
|
@@ -7043,7 +7043,7 @@
|
|
7043
7043
|
"members": [
|
7044
7044
|
{
|
7045
7045
|
"disabled": false,
|
7046
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
7046
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
7047
7047
|
"example": "rmq-72mo3a9o",
|
7048
7048
|
"member": "string",
|
7049
7049
|
"name": "InstanceId",
|
@@ -7088,7 +7088,7 @@
|
|
7088
7088
|
},
|
7089
7089
|
{
|
7090
7090
|
"disabled": false,
|
7091
|
-
"document": "消息保留时长(单位:小时),取值范围参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/
|
7091
|
+
"document": "消息保留时长(单位:小时),取值范围参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU) 出参:\n\n- 默认值:DefaultRetention 参数\n- 最小值:RetentionLowerLimit 参数\n- 最大值:RetentionUpperLimit 参数",
|
7092
7092
|
"example": "72",
|
7093
7093
|
"member": "int64",
|
7094
7094
|
"name": "MessageRetention",
|
@@ -7115,7 +7115,7 @@
|
|
7115
7115
|
},
|
7116
7116
|
{
|
7117
7117
|
"disabled": false,
|
7118
|
-
"document": "最大可创建主题数,取值范围参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/
|
7118
|
+
"document": "最大可创建主题数,取值范围参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU) 出参:\n\n- 最小值和默认值:TopicNumLimit 参数\n- 最大值:TopicNumUpperLimit 参数",
|
7119
7119
|
"example": "100",
|
7120
7120
|
"member": "int64",
|
7121
7121
|
"name": "MaxTopicNum",
|
@@ -7124,7 +7124,7 @@
|
|
7124
7124
|
},
|
7125
7125
|
{
|
7126
7126
|
"disabled": false,
|
7127
|
-
"document": "免费额度之外的主题个数,免费额度参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/
|
7127
|
+
"document": "免费额度之外的主题个数,免费额度参考 [DescribeProductSKUs](https://cloud.tencent.com/document/api/1493/107676) 接口中的 [ProductSKU](https://cloud.tencent.com/document/api/1493/96031#ProductSKU) 出参中的 TopicNumLimit 参数。",
|
7128
7128
|
"example": "50",
|
7129
7129
|
"member": "string",
|
7130
7130
|
"name": "ExtraTopicNum",
|
@@ -7403,7 +7403,7 @@
|
|
7403
7403
|
"members": [
|
7404
7404
|
{
|
7405
7405
|
"disabled": false,
|
7406
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
7406
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
7407
7407
|
"example": "rmq-72mo3a9o",
|
7408
7408
|
"member": "string",
|
7409
7409
|
"name": "InstanceId",
|
@@ -7412,7 +7412,7 @@
|
|
7412
7412
|
},
|
7413
7413
|
{
|
7414
7414
|
"disabled": false,
|
7415
|
-
"document": "角色名称,从 [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862)
|
7415
|
+
"document": "角色名称,从 [DescribeRoleList](https://cloud.tencent.com/document/api/1493/98862) 接口中返回的 [RoleItem](https://cloud.tencent.com/document/api/1493/96031#RoleItem) 或控制台获得。",
|
7416
7416
|
"example": "test_role_name",
|
7417
7417
|
"member": "string",
|
7418
7418
|
"name": "Role",
|
@@ -7484,7 +7484,7 @@
|
|
7484
7484
|
"members": [
|
7485
7485
|
{
|
7486
7486
|
"disabled": false,
|
7487
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
7487
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
7488
7488
|
"example": "rmq-72mo3a9o",
|
7489
7489
|
"member": "string",
|
7490
7490
|
"name": "InstanceId",
|
@@ -7493,7 +7493,7 @@
|
|
7493
7493
|
},
|
7494
7494
|
{
|
7495
7495
|
"disabled": false,
|
7496
|
-
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
7496
|
+
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。",
|
7497
7497
|
"example": "test_topic",
|
7498
7498
|
"member": "string",
|
7499
7499
|
"name": "Topic",
|
@@ -7829,7 +7829,7 @@
|
|
7829
7829
|
"members": [
|
7830
7830
|
{
|
7831
7831
|
"disabled": false,
|
7832
|
-
"document": "
|
7832
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
7833
7833
|
"example": "rmq-72mo3a9o",
|
7834
7834
|
"member": "string",
|
7835
7835
|
"name": "InstanceId",
|
@@ -7847,7 +7847,7 @@
|
|
7847
7847
|
},
|
7848
7848
|
{
|
7849
7849
|
"disabled": false,
|
7850
|
-
"document": "
|
7850
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
7851
7851
|
"example": "test_group",
|
7852
7852
|
"member": "string",
|
7853
7853
|
"name": "ConsumerGroup",
|
@@ -7884,7 +7884,7 @@
|
|
7884
7884
|
"members": [
|
7885
7885
|
{
|
7886
7886
|
"disabled": false,
|
7887
|
-
"document": "腾讯云 RocketMQ 实例 ID,从 [
|
7887
|
+
"document": "腾讯云 RocketMQ 实例 ID,从 [DescribeFusionInstanceList](https://cloud.tencent.com/document/api/1493/106745) 接口或控制台获得。",
|
7888
7888
|
"example": "rmq-72mo3a9o",
|
7889
7889
|
"member": "string",
|
7890
7890
|
"name": "InstanceId",
|
@@ -7893,7 +7893,7 @@
|
|
7893
7893
|
},
|
7894
7894
|
{
|
7895
7895
|
"disabled": false,
|
7896
|
-
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030)
|
7896
|
+
"document": "主题名称,从 [DescribeTopicList](https://cloud.tencent.com/document/api/1493/96030) 接口返回的 [TopicItem](https://cloud.tencent.com/document/api/1493/96031#TopicItem) 或控制台获得。",
|
7897
7897
|
"example": "test_topic",
|
7898
7898
|
"member": "string",
|
7899
7899
|
"name": "Topic",
|
@@ -7911,7 +7911,7 @@
|
|
7911
7911
|
},
|
7912
7912
|
{
|
7913
7913
|
"disabled": false,
|
7914
|
-
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535)
|
7914
|
+
"document": "消费组名称,从 [DescribeConsumerGroupList](https://cloud.tencent.com/document/api/1493/101535) 接口返回的 [ConsumeGroupItem](https://cloud.tencent.com/document/api/1493/96031#ConsumeGroupItem) 或控制台获得。",
|
7915
7915
|
"example": "test_group",
|
7916
7916
|
"member": "string",
|
7917
7917
|
"name": "ConsumerGroup",
|
@@ -8542,7 +8542,7 @@
|
|
8542
8542
|
},
|
8543
8543
|
{
|
8544
8544
|
"disabled": false,
|
8545
|
-
"document": "
|
8545
|
+
"document": "最后消费进度更新时间,**Unix时间戳(毫秒)**\n注意:此字段可能返回 null,表示取不到有效值。",
|
8546
8546
|
"example": "1713164969433",
|
8547
8547
|
"member": "int64",
|
8548
8548
|
"name": "LastUpdateTime",
|
@@ -8660,7 +8660,7 @@
|
|
8660
8660
|
},
|
8661
8661
|
{
|
8662
8662
|
"disabled": false,
|
8663
|
-
"document": "主题类型,枚举值如下:\n\n- NORMAL
|
8663
|
+
"document": "主题类型,枚举值如下:\n\n- UNSPECIFIED:未指定\n- NORMAL:普通消息\n- FIFO:顺序消息\n- DELAY:延时消息\n- TRANSACTION:事务消息",
|
8664
8664
|
"example": "NORMAL",
|
8665
8665
|
"member": "string",
|
8666
8666
|
"name": "TopicType",
|