tccli 3.0.1372.1__py2.py3-none-any.whl → 3.0.1373.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/batch/v20170312/api.json +3 -3
- tccli/services/cfs/v20190719/api.json +10 -10
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/clb/v20180317/api.json +252 -3
- tccli/services/cls/v20201016/api.json +78 -76
- tccli/services/cls/v20201016/examples.json +5 -5
- tccli/services/keewidb/v20220308/api.json +24 -24
- tccli/services/lcic/v20220817/api.json +46 -18
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +4 -4
- tccli/services/mps/v20190612/api.json +42 -2
- tccli/services/ocr/v20181119/api.json +21 -12
- tccli/services/postgres/postgres_client.py +12 -171
- tccli/services/postgres/v20170312/api.json +20 -819
- tccli/services/postgres/v20170312/examples.json +6 -30
- tccli/services/scf/v20180416/api.json +2 -0
- tccli/services/sts/v20180813/api.json +4 -4
- tccli/services/tcbr/v20220217/api.json +92 -0
- tccli/services/tcss/v20201101/api.json +32 -2
- tccli/services/tcss/v20201101/examples.json +3 -3
- tccli/services/tke/v20180525/api.json +10 -1
- tccli/services/trabbit/v20230418/api.json +41 -2
- tccli/services/trocket/trocket_client.py +65 -12
- tccli/services/trocket/v20230308/api.json +156 -0
- tccli/services/trocket/v20230308/examples.json +8 -0
- tccli/services/trtc/v20190722/api.json +10 -10
- tccli/services/tsf/v20180326/api.json +433 -328
- tccli/services/tsf/v20180326/examples.json +8 -8
- tccli/services/vod/v20180717/api.json +61 -32
- tccli/services/vod/v20180717/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +717 -38
- tccli/services/waf/v20180125/examples.json +56 -0
- tccli/services/waf/waf_client.py +444 -73
- tccli/services/wedata/v20210820/api.json +138 -6
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/RECORD +40 -40
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1372.1.dist-info → tccli-3.0.1373.1.dist-info}/license_files/LICENSE +0 -0
@@ -128,14 +128,6 @@
|
|
128
128
|
"title": "创建RO组网络"
|
129
129
|
}
|
130
130
|
],
|
131
|
-
"CreateServerlessDBInstance": [
|
132
|
-
{
|
133
|
-
"document": "创建一个实例名为“serverlessdb-test”的serverless实例,实例数据库版本为10.4,服务端database字符集为UTF8。",
|
134
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateServerlessDBInstance\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-xxxx\",\n \"Zone\": \"ap-guangzhou-3\",\n \"DBVersion\": \"10.4\",\n \"DBInstanceName\": \"serverlessdb-test\",\n \"DBCharset\": \"UTF8\",\n \"SubnetId\": \"subnet-xxx\"\n}",
|
135
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\",\n \"DBInstanceId\": \"postgres-xxxxx\"\n }\n}",
|
136
|
-
"title": "创建serverlessDB实例"
|
137
|
-
}
|
138
|
-
],
|
139
131
|
"DeleteAccount": [
|
140
132
|
{
|
141
133
|
"document": "删除数据库账号",
|
@@ -277,7 +269,7 @@
|
|
277
269
|
"DescribeBackupSummaries": [
|
278
270
|
{
|
279
271
|
"document": "",
|
280
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupSummaries\n<公共请求参数>\n\n{\n \"Limit\":
|
272
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupSummaries\n<公共请求参数>\n\n{\n \"Limit\": 1,\n \"Offset\": 0,\n \"OrderByType\": \"desc\"\n}",
|
281
273
|
"output": "{\n \"Response\": {\n \"BackupSummarySet\": [\n {\n \"AutoBaseBackupCount\": 3,\n \"AutoBaseBackupSize\": 3535342436352,\n \"DBInstanceId\": \"postgres-lsw5y0bp\",\n \"LogBackupCount\": 2,\n \"LogBackupSize\": 167792640,\n \"ManualBaseBackupCount\": 1,\n \"ManualBaseBackupSize\": 1178447478784,\n \"TotalBackupCount\": 6,\n \"TotalBackupSize\": 4713957707776\n }\n ],\n \"RequestId\": \"3929dd3a-d95d-4ec2-ae69-a98317ce24fa\",\n \"TotalCount\": 10\n }\n}",
|
282
274
|
"title": "查询备份统计信息"
|
283
275
|
}
|
@@ -400,14 +392,6 @@
|
|
400
392
|
"title": "根据实例ID查询实例信息"
|
401
393
|
}
|
402
394
|
],
|
403
|
-
"DescribeDBSlowlogs": [
|
404
|
-
{
|
405
|
-
"document": "获取实例postgres-apzvwncr慢查询日志",
|
406
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBSlowlogs\n<公共请求参数>\n\n{\n \"EndTime\": \"2018-06-11 17:06:38\",\n \"DBInstanceId\": \"postgres-apzvwncr\",\n \"StartTime\": \"2018-06-10 17:06:38\"\n}",
|
407
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Detail\": {\n \"TotalTime\": 0.0,\n \"NormalQueries\": [\n {\n \"UserName\": \"user\",\n \"MaxCostTime\": 0.0,\n \"Rows\": 0,\n \"CostTime\": 0.0,\n \"SharedReadBlks\": 0,\n \"Calls\": 0,\n \"WriteCostTime\": 0,\n \"ReadCostTime\": 0,\n \"CallsGrids\": [\n 0\n ],\n \"NormalQuery\": \"select 1;\",\n \"MinCostTime\": 0.0,\n \"DatabaseName\": \"postgres-apzvwncr\",\n \"FirstTime\": \"2018-06-10 17:06:38\",\n \"LastTime\": \"2018-06-11 17:06:38\",\n \"SharedWriteBlks\": 0\n }\n ],\n \"TotalCalls\": 0\n },\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
408
|
-
"title": "获取实例慢查询日志"
|
409
|
-
}
|
410
|
-
],
|
411
395
|
"DescribeDBVersions": [
|
412
396
|
{
|
413
397
|
"document": "新购实例、升级实例版本号时,可通过此接口查询有效的数据库版本号列表",
|
@@ -538,9 +522,9 @@
|
|
538
522
|
],
|
539
523
|
"DescribeProductConfig": [
|
540
524
|
{
|
541
|
-
"document": "
|
542
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProductConfig\n<公共请求参数>\n\n{\n \"Zone\": \"ap-guangzhou-
|
543
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"eaa0a364-08c9-42f6-888e-4e3b7e99b50d\",\n \"SpecInfoList\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-
|
525
|
+
"document": "查询广州三区的售卖规格信息",
|
526
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeProductConfig\n<公共请求参数>\n\n{\n \"Zone\": \"ap-guangzhou-3\"\n}",
|
527
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"eaa0a364-08c9-42f6-888e-4e3b7e99b50d\",\n \"SpecInfoList\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-3\",\n \"SupportKMSRegions\": [\n \"ap-guangzhou\"\n ],\n \"SpecItemInfoList\": [\n {\n \"Cpu\": 1,\n \"IsSupportTDE\": 1,\n \"KernelVersion\": \"v17.4_r1.7\",\n \"MajorVersion\": \"17\",\n \"MaxStorage\": 3000,\n \"Memory\": 2048,\n \"MinStorage\": 10,\n \"Pid\": 0,\n \"Qps\": 1800,\n \"SpecCode\": \"pg.it.small2\",\n \"Type\": \"\",\n \"Version\": \"17.4\",\n \"VersionName\": \"PostgreSQL 17\"\n }\n ]\n }\n ]\n }\n}",
|
544
528
|
"title": "查询某个地域某个可用区的售卖规格信息"
|
545
529
|
}
|
546
530
|
],
|
@@ -560,14 +544,6 @@
|
|
560
544
|
"title": "查询所有地域"
|
561
545
|
}
|
562
546
|
],
|
563
|
-
"DescribeServerlessDBInstances": [
|
564
|
-
{
|
565
|
-
"document": "",
|
566
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeServerlessDBInstances\n<公共请求参数>\n\n{\n \"Filter\": [\n {\n \"Name\": \"db-instance-name\",\n \"Values\": [\n \"user-data-db\"\n ]\n }\n ],\n \"Limit\": \"0\",\n \"Offset\": \"1\"\n}",
|
567
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DBInstanceSet\": [\n {\n \"DBInstanceId\": \"postgres-dnlizio3\",\n \"DBInstanceName\": \"user-data-db\",\n \"DBInstanceStatus\": \"running\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-3\",\n \"ProjectId\": 0,\n \"VpcId\": \"vpc-49ab5lb9\",\n \"SubnetId\": \"subnet-b23o6b22\",\n \"DBCharset\": \"UTF8\",\n \"DBVersion\": \"10\",\n \"DBKernelVersion\": \"v10.4_r1.0\",\n \"CreateTime\": \"2020-03-20 12:19:14\",\n \"DBInstanceNetInfo\": [\n {\n \"Address\": \"\",\n \"Ip\": \"10.*.*.*\",\n \"Port\": 5432,\n \"Status\": \"opened\",\n \"NetType\": \"private\"\n },\n {\n \"Address\": \"\",\n \"Ip\": \"\",\n \"Port\": 0,\n \"Status\": \"initing\",\n \"NetType\": \"public\"\n }\n ],\n \"DBAccountSet\": [],\n \"DBDatabaseList\": null\n }\n ],\n \"RequestId\": \"d43b2a9f-070c-480b-a0bb-7c210428cfe8\"\n }\n}",
|
568
|
-
"title": "查询ServerlessDB实例列表"
|
569
|
-
}
|
570
|
-
],
|
571
547
|
"DescribeSlowQueryAnalysis": [
|
572
548
|
{
|
573
549
|
"document": "获取指定时间范围内实例的慢查询统计分析结果。\n",
|
@@ -608,7 +584,7 @@
|
|
608
584
|
{
|
609
585
|
"document": "",
|
610
586
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\n<公共请求参数>\n\n{}",
|
611
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"59c438d4-95ab-4865-993d-dc388d2660d8\",\n \"TotalCount\": 3,\n \"ZoneSet\": [\n {\n \"Zone\": \"ap-guangzhou-
|
587
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"59c438d4-95ab-4865-993d-dc388d2660d8\",\n \"TotalCount\": 3,\n \"ZoneSet\": [\n {\n \"StandbyZoneSet\": null,\n \"Zone\": \"ap-guangzhou-1\",\n \"ZoneId\": 100001,\n \"ZoneName\": \"广州一区\",\n \"ZoneState\": \"UNAVAILABLE\",\n \"ZoneSupportIpv6\": 0\n },\n {\n \"StandbyZoneSet\": [\n \"ap-guangzhou-4\",\n \"ap-guangzhou-6\",\n \"ap-guangzhou-7\"\n ],\n \"Zone\": \"ap-guangzhou-7\",\n \"ZoneId\": 100007,\n \"ZoneName\": \"广州七区\",\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneSupportIpv6\": 0\n },\n {\n \"StandbyZoneSet\": [\n \"ap-guangzhou-4\",\n \"ap-guangzhou-6\",\n \"ap-guangzhou-7\"\n ],\n \"Zone\": \"ap-guangzhou-4\",\n \"ZoneId\": 100004,\n \"ZoneName\": \"广州四区\",\n \"ZoneState\": \"AVAILABLE\",\n \"ZoneSupportIpv6\": 0\n }\n ]\n }\n}",
|
612
588
|
"title": "查询特定地域下的可用区"
|
613
589
|
}
|
614
590
|
],
|
@@ -859,7 +835,7 @@
|
|
859
835
|
"ModifyReadOnlyGroupConfig": [
|
860
836
|
{
|
861
837
|
"document": "",
|
862
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyReadOnlyGroupConfig\n<公共请求参数>\n\n{\n \"MaxReplayLag\": 0,\n \"ReplayLagEliminate\": 0,\n \"MaxReplayLatency\": 512,\n \"MinDelayEliminateReserve\": 0,\n \"ReadOnlyGroupName\": \"
|
838
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyReadOnlyGroupConfig\n<公共请求参数>\n\n{\n \"MaxReplayLag\": 0,\n \"ReplayLagEliminate\": 0,\n \"MaxReplayLatency\": 512,\n \"MinDelayEliminateReserve\": 0,\n \"ReadOnlyGroupName\": \"ReadOnlyGroupName\",\n \"ReadOnlyGroupId\": \"pgrogrp-e0tfm161\",\n \"Rebalance\": 1\n}",
|
863
839
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d43b2a9f-070c-480b-a0bb-7c210428cfe8\"\n }\n}",
|
864
840
|
"title": "修改只读组配置信息"
|
865
841
|
}
|
@@ -4101,6 +4101,7 @@
|
|
4101
4101
|
"example": "'FALSE'",
|
4102
4102
|
"member": "string",
|
4103
4103
|
"name": "DynamicEnabled",
|
4104
|
+
"output_required": true,
|
4104
4105
|
"required": false,
|
4105
4106
|
"type": "string",
|
4106
4107
|
"value_allowed_null": true
|
@@ -4111,6 +4112,7 @@
|
|
4111
4112
|
"example": "1",
|
4112
4113
|
"member": "uint64",
|
4113
4114
|
"name": "MaxConcurrency",
|
4115
|
+
"output_required": false,
|
4114
4116
|
"required": false,
|
4115
4117
|
"type": "int",
|
4116
4118
|
"value_allowed_null": true
|
@@ -1,7 +1,7 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"AssumeRole": {
|
4
|
-
"document": "
|
4
|
+
"document": "**使用说明**\n\n1. 申请扮演某个角色的临时访问凭证,返回临时身份的token和能够扮演该角色的临时密钥;\n2. 角色策略组成 \n(1)角色载体:指定谁可以扮演该角色; \n(2)角色权限:指定扮演角色后可以执行哪些操作,操作哪些资源。\n\n3. 角色可被扮演的条件 \n(1)给该用户绑定包含AssumeRole的策略; \n(2)将该用户配置为角色载体的主体。\n\n4. 此接口可以支持永久密钥或临时密钥调用。\n\n\n**典型场景**\n\n1. 跨账号授权:主账号A需要操作主账号B的资源。 \n例如:A账号下有子用户a,B账号下有角色role b,a可以通过AssumeRole接口扮演b,以角色b身份登录账号B的控制台,并操作资源。\n\n2. 跨服务调用:云上的A服务需要访问或操作B服务的资源。 \n例如:为A服务接入一个服务相关角色,用户授权创建角色和策略后,A服务即可调用AssumeRole获取用户的服务相关角色临时密钥,调用B服务接口并访问资源。\n\n\n\n**最佳实践**\n1. 临时访问凭证在有效期内(Expiration)都可以使用,建议在有效期内重复使用,避免业务请求该接口频率达到上限被限频;\n2. 授予临时访问凭证权限的CAM策略,建议严格遵循最小权限原则;\n3. 建议不要使用主账号永久密钥,对该接口进行调用。",
|
5
5
|
"input": "AssumeRoleRequest",
|
6
6
|
"name": "申请扮演角色临时访问凭证",
|
7
7
|
"output": "AssumeRoleResponse",
|
@@ -135,7 +135,7 @@
|
|
135
135
|
{
|
136
136
|
"disabled": false,
|
137
137
|
"document": "角色外部ID,可在[访问管理](https://console.cloud.tencent.com/cam/role),点击角色名获取。\n长度在2到128之间,可包含大小写字符,数字以及特殊字符:=,.@:/-。 正则为:[\\w+=,.@:\\/-]*",
|
138
|
-
"example": "role-
|
138
|
+
"example": "role-external-id",
|
139
139
|
"member": "string",
|
140
140
|
"name": "ExternalId",
|
141
141
|
"required": false,
|
@@ -144,7 +144,7 @@
|
|
144
144
|
{
|
145
145
|
"disabled": false,
|
146
146
|
"document": "会话标签列表。最多可以传递 50 个会话标签,不支持包含相同标签键。",
|
147
|
-
"example": "
|
147
|
+
"example": "无",
|
148
148
|
"member": "Tag",
|
149
149
|
"name": "Tags",
|
150
150
|
"required": false,
|
@@ -186,7 +186,7 @@
|
|
186
186
|
{
|
187
187
|
"disabled": false,
|
188
188
|
"document": "临时访问凭证",
|
189
|
-
"example": "
|
189
|
+
"example": "无",
|
190
190
|
"member": "Credentials",
|
191
191
|
"name": "Credentials",
|
192
192
|
"output_required": true,
|
@@ -908,6 +908,15 @@
|
|
908
908
|
"name": "VpcConf",
|
909
909
|
"required": false,
|
910
910
|
"type": "object"
|
911
|
+
},
|
912
|
+
{
|
913
|
+
"disabled": false,
|
914
|
+
"document": "存储配置信息",
|
915
|
+
"example": "无",
|
916
|
+
"member": "VolumeConf",
|
917
|
+
"name": "VolumesConf",
|
918
|
+
"required": false,
|
919
|
+
"type": "list"
|
911
920
|
}
|
912
921
|
],
|
913
922
|
"usage": "in"
|
@@ -1897,6 +1906,17 @@
|
|
1897
1906
|
"required": false,
|
1898
1907
|
"type": "object",
|
1899
1908
|
"value_allowed_null": false
|
1909
|
+
},
|
1910
|
+
{
|
1911
|
+
"disabled": false,
|
1912
|
+
"document": "存储配置信息",
|
1913
|
+
"example": "无",
|
1914
|
+
"member": "VolumeConf",
|
1915
|
+
"name": "VolumesConf",
|
1916
|
+
"output_required": false,
|
1917
|
+
"required": false,
|
1918
|
+
"type": "list",
|
1919
|
+
"value_allowed_null": false
|
1900
1920
|
}
|
1901
1921
|
],
|
1902
1922
|
"usage": "both"
|
@@ -2587,6 +2607,78 @@
|
|
2587
2607
|
],
|
2588
2608
|
"usage": "in"
|
2589
2609
|
},
|
2610
|
+
"VolumeConf": {
|
2611
|
+
"document": "存储配置",
|
2612
|
+
"members": [
|
2613
|
+
{
|
2614
|
+
"disabled": false,
|
2615
|
+
"document": "存储类型",
|
2616
|
+
"example": "\"COS\",\"CFS\"",
|
2617
|
+
"member": "string",
|
2618
|
+
"name": "Type",
|
2619
|
+
"output_required": false,
|
2620
|
+
"required": false,
|
2621
|
+
"type": "string",
|
2622
|
+
"value_allowed_null": false
|
2623
|
+
},
|
2624
|
+
{
|
2625
|
+
"disabled": false,
|
2626
|
+
"document": "对象存储桶名称",
|
2627
|
+
"example": "xxx-appid",
|
2628
|
+
"member": "string",
|
2629
|
+
"name": "BucketName",
|
2630
|
+
"output_required": false,
|
2631
|
+
"required": false,
|
2632
|
+
"type": "string",
|
2633
|
+
"value_allowed_null": false
|
2634
|
+
},
|
2635
|
+
{
|
2636
|
+
"disabled": false,
|
2637
|
+
"document": "存储连接地址",
|
2638
|
+
"example": "https://cos.ap-shanghai",
|
2639
|
+
"member": "string",
|
2640
|
+
"name": "Endpoint",
|
2641
|
+
"output_required": false,
|
2642
|
+
"required": false,
|
2643
|
+
"type": "string",
|
2644
|
+
"value_allowed_null": false
|
2645
|
+
},
|
2646
|
+
{
|
2647
|
+
"disabled": false,
|
2648
|
+
"document": "存储连接用户密码",
|
2649
|
+
"example": "xxxx-xxxx",
|
2650
|
+
"member": "string",
|
2651
|
+
"name": "KeyID",
|
2652
|
+
"output_required": false,
|
2653
|
+
"required": false,
|
2654
|
+
"type": "string",
|
2655
|
+
"value_allowed_null": false
|
2656
|
+
},
|
2657
|
+
{
|
2658
|
+
"disabled": false,
|
2659
|
+
"document": "存储挂载目的目录",
|
2660
|
+
"example": "/data",
|
2661
|
+
"member": "string",
|
2662
|
+
"name": "DstPath",
|
2663
|
+
"output_required": false,
|
2664
|
+
"required": false,
|
2665
|
+
"type": "string",
|
2666
|
+
"value_allowed_null": false
|
2667
|
+
},
|
2668
|
+
{
|
2669
|
+
"disabled": false,
|
2670
|
+
"document": "存储挂载源目录",
|
2671
|
+
"example": "/data",
|
2672
|
+
"member": "string",
|
2673
|
+
"name": "SrcPath",
|
2674
|
+
"output_required": false,
|
2675
|
+
"required": false,
|
2676
|
+
"type": "string",
|
2677
|
+
"value_allowed_null": false
|
2678
|
+
}
|
2679
|
+
],
|
2680
|
+
"usage": "both"
|
2681
|
+
},
|
2590
2682
|
"VpcConf": {
|
2591
2683
|
"document": "云托管服务 Vpc 配置",
|
2592
2684
|
"members": [
|
@@ -6174,6 +6174,16 @@
|
|
6174
6174
|
"type": "string",
|
6175
6175
|
"value_allowed_null": false
|
6176
6176
|
},
|
6177
|
+
{
|
6178
|
+
"disabled": false,
|
6179
|
+
"document": "接入/卸载失败原因",
|
6180
|
+
"example": "roles.rbac.authorization.k8s.io \"tcss-admin\" is forbidden: unable to create new content in namespace tcss because it is being terminated",
|
6181
|
+
"member": "string",
|
6182
|
+
"name": "AccessedErrorReason",
|
6183
|
+
"output_required": false,
|
6184
|
+
"type": "string",
|
6185
|
+
"value_allowed_null": false
|
6186
|
+
},
|
6177
6187
|
{
|
6178
6188
|
"disabled": false,
|
6179
6189
|
"document": "节点总数",
|
@@ -14841,6 +14851,16 @@
|
|
14841
14851
|
"type": "string",
|
14842
14852
|
"value_allowed_null": false
|
14843
14853
|
},
|
14854
|
+
{
|
14855
|
+
"disabled": false,
|
14856
|
+
"document": "资产同步时间",
|
14857
|
+
"example": "2024-10-31 22:3****",
|
14858
|
+
"member": "string",
|
14859
|
+
"name": "AssetSyncTime",
|
14860
|
+
"output_required": true,
|
14861
|
+
"type": "string",
|
14862
|
+
"value_allowed_null": false
|
14863
|
+
},
|
14844
14864
|
{
|
14845
14865
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14846
14866
|
"member": "string",
|
@@ -18896,7 +18916,7 @@
|
|
18896
18916
|
{
|
18897
18917
|
"disabled": false,
|
18898
18918
|
"document": "防御容器状态",
|
18899
|
-
"example": "
|
18919
|
+
"example": "HasRisk",
|
18900
18920
|
"member": "string",
|
18901
18921
|
"name": "DefenderStatus",
|
18902
18922
|
"output_required": true,
|
@@ -19013,6 +19033,16 @@
|
|
19013
19033
|
"type": "string",
|
19014
19034
|
"value_allowed_null": false
|
19015
19035
|
},
|
19036
|
+
{
|
19037
|
+
"disabled": false,
|
19038
|
+
"document": "检查失败原因",
|
19039
|
+
"example": "no-node",
|
19040
|
+
"member": "string",
|
19041
|
+
"name": "CheckFailReason",
|
19042
|
+
"output_required": false,
|
19043
|
+
"type": "string",
|
19044
|
+
"value_allowed_null": false
|
19045
|
+
},
|
19016
19046
|
{
|
19017
19047
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
19018
19048
|
"member": "string",
|
@@ -27243,7 +27273,7 @@
|
|
27243
27273
|
{
|
27244
27274
|
"disabled": false,
|
27245
27275
|
"document": "集群的详细信息",
|
27246
|
-
"example": "
|
27276
|
+
"example": "[{}]",
|
27247
27277
|
"member": "ClusterInfoItem",
|
27248
27278
|
"name": "ClusterInfoList",
|
27249
27279
|
"output_required": true,
|
@@ -842,7 +842,7 @@
|
|
842
842
|
{
|
843
843
|
"document": "查询主机详细信息",
|
844
844
|
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAssetHostDetail\n<公共请求参数>\n\n{\n \"HostId\": \"dskaldjskld\"\n}",
|
845
|
-
"output": "{\n \"Response\": {\n \"AgentVersion\": \"5.2.1.105\",\n \"ClusterAccessedStatus\": \"AccessedNone\",\n \"ClusterID\": \"cls-dfw3e***\",\n \"ClusterName\": \"clsfoo***\",\n \"ContainerCnt\": 1,\n \"DockerAPIVersion\": \"1.43\",\n \"DockerFileSystemDriver\": \"overlay2\",\n \"DockerGoVersion\": \"go1.20.7\",\n \"DockerRootDir\": \"/var/lib/docker\",\n \"DockerVersion\": \"24.0.6\",\n \"Group\": \"root\",\n \"HostIP\": \"1.1.1.1\",\n \"HostName\": \"机器名称\",\n \"ImageCnt\": 10,\n \"InstanceID\": \"ins-8bc803fd\",\n \"IsContainerd\": false,\n \"K8sMasterIP\": \"10.0.1.92\",\n \"K8sVersion\": \"1.0.1\",\n \"KernelVersion\": \"3.10.0-1160.102.1.el7.x86_64\",\n \"KubeProxyVersion\": \"1.0.1\",\n \"MachineType\": \"CVM\",\n \"OsName\": \"CentOS Linux release 7.9.2009 (Core)\",\n \"Project\": {\n \"ProjectID\": 0,\n \"ProjectName\": \"默认项目\"\n },\n \"PublicIp\": \"1.1.1.1\",\n \"RegionID\": 1,\n \"RequestId\": \"342475fc-76eb-4199-998f-780f9921a5f2\",\n \"Status\": \"ONLINE\",\n \"Tags\": [],\n \"UUID\": \"8bc803fd-d85d-47b8-9e2b-9644674be677\",\n \"UpdateTime\": \"2024-10-30 10:26:52\"\n }\n}",
|
845
|
+
"output": "{\n \"Response\": {\n \"AgentVersion\": \"5.2.1.105\",\n \"ClusterAccessedStatus\": \"AccessedNone\",\n \"ClusterID\": \"cls-dfw3e***\",\n \"ClusterName\": \"clsfoo***\",\n \"ContainerCnt\": 1,\n \"DockerAPIVersion\": \"1.43\",\n \"DockerFileSystemDriver\": \"overlay2\",\n \"DockerGoVersion\": \"go1.20.7\",\n \"DockerRootDir\": \"/var/lib/docker\",\n \"DockerVersion\": \"24.0.6\",\n \"Group\": \"root\",\n \"HostIP\": \"1.1.1.1\",\n \"HostName\": \"机器名称\",\n \"ImageCnt\": 10,\n \"InstanceID\": \"ins-8bc803fd\",\n \"IsContainerd\": false,\n \"K8sMasterIP\": \"10.0.1.92\",\n \"K8sVersion\": \"1.0.1\",\n \"KernelVersion\": \"3.10.0-1160.102.1.el7.x86_64\",\n \"KubeProxyVersion\": \"1.0.1\",\n \"MachineType\": \"CVM\",\n \"OsName\": \"CentOS Linux release 7.9.2009 (Core)\",\n \"Project\": {\n \"ProjectID\": 0,\n \"ProjectName\": \"默认项目\"\n },\n \"PublicIp\": \"1.1.1.1\",\n \"RegionID\": 1,\n \"RequestId\": \"342475fc-76eb-4199-998f-780f9921a5f2\",\n \"Status\": \"ONLINE\",\n \"Tags\": [],\n \"UUID\": \"8bc803fd-d85d-47b8-9e2b-9644674be677\",\n \"UpdateTime\": \"2024-10-30 10:26:52\",\n \"AssetSyncTime\": \"2024-10-30 10:26:52\"\n }\n}",
|
846
846
|
"title": "查询主机详细信息"
|
847
847
|
}
|
848
848
|
],
|
@@ -1163,8 +1163,8 @@
|
|
1163
1163
|
"DescribeClusterDetail": [
|
1164
1164
|
{
|
1165
1165
|
"document": "查询集群的详细信息",
|
1166
|
-
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterDetail\n<公共请求参数>\n\n{\n \"ClusterId\": \"
|
1167
|
-
"output": "{\n \"Response\": {\n \"ApiServerAddress\": \"https://
|
1166
|
+
"input": "POST / HTTP/1.1\nHost: tcss.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterDetail\n<公共请求参数>\n\n{\n \"ClusterId\": \"cls-20ry\"\n}",
|
1167
|
+
"output": "{\n \"Response\": {\n \"ApiServerAddress\": \"https://10.46.164.12:1053\",\n \"CheckStatus\": \"HasRisk\",\n \"ClusterId\": \"cls-20ry\",\n \"ClusterName\": \"benben-tcss\",\n \"ClusterNodeNum\": 1,\n \"ClusterStatus\": \"CSR_RUNNING\",\n \"ClusterSubStatus\": \"CSR_RUNNING\",\n \"ClusterType\": \"USER_CREATE_CLUSTER\",\n \"ClusterVersion\": \"v1.25.13\",\n \"ContainerRuntime\": \"docker://26.1.4\",\n \"DefenderStatus\": \"Defended\",\n \"HighRiskCount\": 8,\n \"HintRiskCount\": 3,\n \"IngressCount\": 0,\n \"MasterIps\": \"172.16.64.12;\",\n \"MiddleRiskCount\": 9,\n \"NamespaceCount\": 7,\n \"NetworkType\": \"3\",\n \"NodeCount\": 1,\n \"PodCount\": 15,\n \"Region\": \"ap-guangzhou\",\n \"RequestId\": \"7d65a8f8-2a92-4291-9e18-10a9d6a31382\",\n \"ScanTaskProgress\": 100,\n \"SeriousRiskCount\": 0,\n \"ServiceCount\": 2,\n \"TaskCreateTime\": \"2024-10-29 12:59:55\",\n \"WorkloadCount\": 10\n }\n}",
|
1168
1168
|
"title": "查询集群详情"
|
1169
1169
|
}
|
1170
1170
|
],
|
@@ -2919,6 +2919,15 @@
|
|
2919
2919
|
"required": false,
|
2920
2920
|
"type": "string"
|
2921
2921
|
},
|
2922
|
+
{
|
2923
|
+
"disabled": false,
|
2924
|
+
"document": "是否启用 DataPlaneV2(cilium替代kube-proxy) ",
|
2925
|
+
"example": "false",
|
2926
|
+
"member": "bool",
|
2927
|
+
"name": "DataPlaneV2",
|
2928
|
+
"required": false,
|
2929
|
+
"type": "bool"
|
2930
|
+
},
|
2922
2931
|
{
|
2923
2932
|
"disabled": false,
|
2924
2933
|
"document": "是否启用集群删除保护",
|
@@ -2993,7 +3002,7 @@
|
|
2993
3002
|
},
|
2994
3003
|
{
|
2995
3004
|
"disabled": false,
|
2996
|
-
"document": "
|
3005
|
+
"document": "集群网络类型。包括GR(全局路由)和VPC-CNI两种模式,默认为GR。",
|
2997
3006
|
"example": "GR",
|
2998
3007
|
"member": "string",
|
2999
3008
|
"name": "NetworkType",
|
@@ -396,6 +396,15 @@
|
|
396
396
|
"name": "AlternateExchange",
|
397
397
|
"required": false,
|
398
398
|
"type": "string"
|
399
|
+
},
|
400
|
+
{
|
401
|
+
"disabled": false,
|
402
|
+
"document": "延迟类型的exchange背后对应的exchange类型, 支持 \"fanout\",\"direct\",\"topic\",\"headers\"",
|
403
|
+
"example": "direct",
|
404
|
+
"member": "string",
|
405
|
+
"name": "DelayedExchangeType",
|
406
|
+
"required": false,
|
407
|
+
"type": "string"
|
399
408
|
}
|
400
409
|
],
|
401
410
|
"type": "object"
|
@@ -3398,6 +3407,26 @@
|
|
3398
3407
|
"output_required": false,
|
3399
3408
|
"type": "int",
|
3400
3409
|
"value_allowed_null": false
|
3410
|
+
},
|
3411
|
+
{
|
3412
|
+
"disabled": false,
|
3413
|
+
"document": "发送消息流量比例",
|
3414
|
+
"example": "0.5",
|
3415
|
+
"member": "float",
|
3416
|
+
"name": "SendReceiveRatio",
|
3417
|
+
"output_required": false,
|
3418
|
+
"type": "float",
|
3419
|
+
"value_allowed_null": false
|
3420
|
+
},
|
3421
|
+
{
|
3422
|
+
"disabled": false,
|
3423
|
+
"document": "消息轨迹保留时间,单位小时",
|
3424
|
+
"example": "72",
|
3425
|
+
"member": "uint64",
|
3426
|
+
"name": "TraceTime",
|
3427
|
+
"output_required": false,
|
3428
|
+
"type": "int",
|
3429
|
+
"value_allowed_null": false
|
3401
3430
|
}
|
3402
3431
|
],
|
3403
3432
|
"usage": "out"
|
@@ -4060,7 +4089,7 @@
|
|
4060
4089
|
{
|
4061
4090
|
"disabled": false,
|
4062
4091
|
"document": "公网域名",
|
4063
|
-
"example": "
|
4092
|
+
"example": "127.4.5.1",
|
4064
4093
|
"member": "string",
|
4065
4094
|
"name": "PublicAccessEndpoint",
|
4066
4095
|
"output_required": false,
|
@@ -4070,12 +4099,22 @@
|
|
4070
4099
|
{
|
4071
4100
|
"disabled": false,
|
4072
4101
|
"document": "公网状态",
|
4073
|
-
"example": "
|
4102
|
+
"example": "ON",
|
4074
4103
|
"member": "string",
|
4075
4104
|
"name": "PublicDataStreamStatus",
|
4076
4105
|
"output_required": false,
|
4077
4106
|
"type": "string",
|
4078
4107
|
"value_allowed_null": false
|
4108
|
+
},
|
4109
|
+
{
|
4110
|
+
"disabled": false,
|
4111
|
+
"document": "公网CLB实例ID",
|
4112
|
+
"example": "lb-abcd",
|
4113
|
+
"member": "string",
|
4114
|
+
"name": "PublicClbId",
|
4115
|
+
"output_required": false,
|
4116
|
+
"type": "string",
|
4117
|
+
"value_allowed_null": false
|
4079
4118
|
}
|
4080
4119
|
],
|
4081
4120
|
"usage": "out"
|
@@ -1109,7 +1109,7 @@ def doDeleteConsumerGroup(args, parsed_globals):
|
|
1109
1109
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1110
1110
|
|
1111
1111
|
|
1112
|
-
def
|
1112
|
+
def doDescribeProductSKUs(args, parsed_globals):
|
1113
1113
|
g_param = parse_global_arg(parsed_globals)
|
1114
1114
|
|
1115
1115
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -1138,11 +1138,11 @@ def doDescribeMQTTMessage(args, parsed_globals):
|
|
1138
1138
|
client = mod.TrocketClient(cred, g_param[OptionsDefine.Region], profile)
|
1139
1139
|
client._sdkVersion += ("_CLI_" + __version__)
|
1140
1140
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
1141
|
-
model = models.
|
1141
|
+
model = models.DescribeProductSKUsRequest()
|
1142
1142
|
model.from_json_string(json.dumps(args))
|
1143
1143
|
start_time = time.time()
|
1144
1144
|
while True:
|
1145
|
-
rsp = client.
|
1145
|
+
rsp = client.DescribeProductSKUs(model)
|
1146
1146
|
result = rsp.to_json_string()
|
1147
1147
|
try:
|
1148
1148
|
json_obj = json.loads(result)
|
@@ -1473,7 +1473,7 @@ def doDescribeMQTTUserList(args, parsed_globals):
|
|
1473
1473
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
1474
1474
|
|
1475
1475
|
|
1476
|
-
def
|
1476
|
+
def doDescribeMQTTMessage(args, parsed_globals):
|
1477
1477
|
g_param = parse_global_arg(parsed_globals)
|
1478
1478
|
|
1479
1479
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -1502,11 +1502,11 @@ def doDescribeProductSKUs(args, parsed_globals):
|
|
1502
1502
|
client = mod.TrocketClient(cred, g_param[OptionsDefine.Region], profile)
|
1503
1503
|
client._sdkVersion += ("_CLI_" + __version__)
|
1504
1504
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
1505
|
-
model = models.
|
1505
|
+
model = models.DescribeMQTTMessageRequest()
|
1506
1506
|
model.from_json_string(json.dumps(args))
|
1507
1507
|
start_time = time.time()
|
1508
1508
|
while True:
|
1509
|
-
rsp = client.
|
1509
|
+
rsp = client.DescribeMQTTMessage(model)
|
1510
1510
|
result = rsp.to_json_string()
|
1511
1511
|
try:
|
1512
1512
|
json_obj = json.loads(result)
|
@@ -2877,7 +2877,7 @@ def doDescribeMQTTInsPublicEndpoints(args, parsed_globals):
|
|
2877
2877
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
2878
2878
|
|
2879
2879
|
|
2880
|
-
def
|
2880
|
+
def doDescribeProducerList(args, parsed_globals):
|
2881
2881
|
g_param = parse_global_arg(parsed_globals)
|
2882
2882
|
|
2883
2883
|
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
@@ -2906,11 +2906,11 @@ def doDescribeConsumerGroupList(args, parsed_globals):
|
|
2906
2906
|
client = mod.TrocketClient(cred, g_param[OptionsDefine.Region], profile)
|
2907
2907
|
client._sdkVersion += ("_CLI_" + __version__)
|
2908
2908
|
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
2909
|
-
model = models.
|
2909
|
+
model = models.DescribeProducerListRequest()
|
2910
2910
|
model.from_json_string(json.dumps(args))
|
2911
2911
|
start_time = time.time()
|
2912
2912
|
while True:
|
2913
|
-
rsp = client.
|
2913
|
+
rsp = client.DescribeProducerList(model)
|
2914
2914
|
result = rsp.to_json_string()
|
2915
2915
|
try:
|
2916
2916
|
json_obj = json.loads(result)
|
@@ -3137,6 +3137,58 @@ def doDescribeMigrationTaskList(args, parsed_globals):
|
|
3137
3137
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3138
3138
|
|
3139
3139
|
|
3140
|
+
def doDescribeConsumerGroupList(args, parsed_globals):
|
3141
|
+
g_param = parse_global_arg(parsed_globals)
|
3142
|
+
|
3143
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
3144
|
+
cred = credential.CVMRoleCredential()
|
3145
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
3146
|
+
cred = credential.STSAssumeRoleCredential(
|
3147
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
3148
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
3149
|
+
)
|
3150
|
+
elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
|
3151
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
3152
|
+
else:
|
3153
|
+
cred = credential.Credential(
|
3154
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
3155
|
+
)
|
3156
|
+
http_profile = HttpProfile(
|
3157
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
3158
|
+
reqMethod="POST",
|
3159
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
3160
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
3161
|
+
)
|
3162
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
3163
|
+
if g_param[OptionsDefine.Language]:
|
3164
|
+
profile.language = g_param[OptionsDefine.Language]
|
3165
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
3166
|
+
client = mod.TrocketClient(cred, g_param[OptionsDefine.Region], profile)
|
3167
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
3168
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
3169
|
+
model = models.DescribeConsumerGroupListRequest()
|
3170
|
+
model.from_json_string(json.dumps(args))
|
3171
|
+
start_time = time.time()
|
3172
|
+
while True:
|
3173
|
+
rsp = client.DescribeConsumerGroupList(model)
|
3174
|
+
result = rsp.to_json_string()
|
3175
|
+
try:
|
3176
|
+
json_obj = json.loads(result)
|
3177
|
+
except TypeError as e:
|
3178
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
3179
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
3180
|
+
break
|
3181
|
+
cur_time = time.time()
|
3182
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
3183
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
3184
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
3185
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
3186
|
+
else:
|
3187
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
3188
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
3189
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
3190
|
+
|
3191
|
+
|
3140
3192
|
def doChangeMigratingTopicToNextStage(args, parsed_globals):
|
3141
3193
|
g_param = parse_global_arg(parsed_globals)
|
3142
3194
|
|
@@ -3637,14 +3689,14 @@ ACTION_MAP = {
|
|
3637
3689
|
"DescribeMQTTProductSKUList": doDescribeMQTTProductSKUList,
|
3638
3690
|
"ModifyMQTTUser": doModifyMQTTUser,
|
3639
3691
|
"DeleteConsumerGroup": doDeleteConsumerGroup,
|
3640
|
-
"
|
3692
|
+
"DescribeProductSKUs": doDescribeProductSKUs,
|
3641
3693
|
"ModifyConsumerGroup": doModifyConsumerGroup,
|
3642
3694
|
"DescribeMQTTInsVPCEndpoints": doDescribeMQTTInsVPCEndpoints,
|
3643
3695
|
"DescribeTopicListByGroup": doDescribeTopicListByGroup,
|
3644
3696
|
"DescribeMigratingGroupStats": doDescribeMigratingGroupStats,
|
3645
3697
|
"DeleteRole": doDeleteRole,
|
3646
3698
|
"DescribeMQTTUserList": doDescribeMQTTUserList,
|
3647
|
-
"
|
3699
|
+
"DescribeMQTTMessage": doDescribeMQTTMessage,
|
3648
3700
|
"ModifyMQTTInstance": doModifyMQTTInstance,
|
3649
3701
|
"DescribeConsumerClientList": doDescribeConsumerClientList,
|
3650
3702
|
"DescribeConsumerLag": doDescribeConsumerLag,
|
@@ -3671,11 +3723,12 @@ ACTION_MAP = {
|
|
3671
3723
|
"DescribeInstanceList": doDescribeInstanceList,
|
3672
3724
|
"DeleteTopic": doDeleteTopic,
|
3673
3725
|
"DescribeMQTTInsPublicEndpoints": doDescribeMQTTInsPublicEndpoints,
|
3674
|
-
"
|
3726
|
+
"DescribeProducerList": doDescribeProducerList,
|
3675
3727
|
"ModifyRole": doModifyRole,
|
3676
3728
|
"DescribeMQTTClient": doDescribeMQTTClient,
|
3677
3729
|
"DescribeTopic": doDescribeTopic,
|
3678
3730
|
"DescribeMigrationTaskList": doDescribeMigrationTaskList,
|
3731
|
+
"DescribeConsumerGroupList": doDescribeConsumerGroupList,
|
3679
3732
|
"ChangeMigratingTopicToNextStage": doChangeMigratingTopicToNextStage,
|
3680
3733
|
"DescribeMigratingTopicStats": doDescribeMigratingTopicStats,
|
3681
3734
|
"CreateMQTTInsPublicEndpoint": doCreateMQTTInsPublicEndpoint,
|