tccli 3.0.1132.1__py2.py3-none-any.whl → 3.0.1134.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (83) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/apm/v20210622/api.json +1 -0
  3. tccli/services/apm/v20210622/examples.json +1 -1
  4. tccli/services/asr/v20190614/api.json +2 -2
  5. tccli/services/billing/v20180709/api.json +10 -0
  6. tccli/services/cam/v20190116/api.json +41 -12
  7. tccli/services/cdwch/v20200915/api.json +9 -9
  8. tccli/services/cdwch/v20200915/examples.json +1 -1
  9. tccli/services/cdwdoris/v20211228/api.json +18 -0
  10. tccli/services/cfw/v20190904/api.json +4 -4
  11. tccli/services/ckafka/v20190819/api.json +130 -74
  12. tccli/services/ckafka/v20190819/examples.json +17 -17
  13. tccli/services/cls/v20201016/api.json +1 -1
  14. tccli/services/cls/v20201016/examples.json +1 -1
  15. tccli/services/cmq/v20190304/api.json +53 -49
  16. tccli/services/cmq/v20190304/examples.json +2 -2
  17. tccli/services/cms/v20190321/api.json +2 -0
  18. tccli/services/cms/v20190321/examples.json +1 -1
  19. tccli/services/csip/v20221121/api.json +137 -42
  20. tccli/services/csip/v20221121/examples.json +4 -4
  21. tccli/services/cynosdb/cynosdb_client.py +57 -4
  22. tccli/services/cynosdb/v20190107/api.json +451 -0
  23. tccli/services/cynosdb/v20190107/examples.json +8 -0
  24. tccli/services/dlc/dlc_client.py +106 -0
  25. tccli/services/dlc/v20210125/api.json +181 -0
  26. tccli/services/dlc/v20210125/examples.json +16 -0
  27. tccli/services/dsgc/v20190723/api.json +65 -58
  28. tccli/services/dsgc/v20190723/examples.json +5 -5
  29. tccli/services/dts/dts_client.py +0 -53
  30. tccli/services/dts/v20180330/api.json +0 -98
  31. tccli/services/dts/v20180330/examples.json +0 -8
  32. tccli/services/eb/v20210416/examples.json +1 -1
  33. tccli/services/emr/v20190103/api.json +5 -5
  34. tccli/services/ess/ess_client.py +411 -305
  35. tccli/services/ess/v20201111/api.json +144 -0
  36. tccli/services/ess/v20201111/examples.json +16 -0
  37. tccli/services/essbasic/essbasic_client.py +110 -4
  38. tccli/services/essbasic/v20210526/api.json +139 -4
  39. tccli/services/essbasic/v20210526/examples.json +16 -0
  40. tccli/services/gaap/v20180529/api.json +1 -1
  41. tccli/services/gaap/v20180529/examples.json +0 -6
  42. tccli/services/iecp/v20210914/api.json +40 -40
  43. tccli/services/ims/v20201229/api.json +2 -2
  44. tccli/services/lke/lke_client.py +171 -12
  45. tccli/services/lke/v20231130/api.json +524 -0
  46. tccli/services/lke/v20231130/examples.json +24 -0
  47. tccli/services/mongodb/mongodb_client.py +57 -4
  48. tccli/services/mongodb/v20190725/api.json +96 -0
  49. tccli/services/mongodb/v20190725/examples.json +8 -0
  50. tccli/services/monitor/v20180724/api.json +47 -19
  51. tccli/services/monitor/v20180724/examples.json +4 -4
  52. tccli/services/mps/v20190612/api.json +57 -7
  53. tccli/services/mps/v20190612/examples.json +1 -1
  54. tccli/services/ocr/v20181119/api.json +373 -3
  55. tccli/services/organization/organization_client.py +118 -12
  56. tccli/services/organization/v20210331/api.json +68 -0
  57. tccli/services/organization/v20210331/examples.json +16 -0
  58. tccli/services/pts/v20210728/api.json +1 -1
  59. tccli/services/pts/v20210728/examples.json +1 -1
  60. tccli/services/rum/v20210622/api.json +2 -0
  61. tccli/services/rum/v20210622/examples.json +1 -1
  62. tccli/services/sms/v20210111/api.json +26 -26
  63. tccli/services/tcr/v20190924/api.json +13 -10
  64. tccli/services/tcr/v20190924/examples.json +2 -2
  65. tccli/services/tdmq/tdmq_client.py +443 -19
  66. tccli/services/tdmq/v20200217/api.json +570 -0
  67. tccli/services/tdmq/v20200217/examples.json +64 -0
  68. tccli/services/tke/tke_client.py +53 -0
  69. tccli/services/tke/v20180525/api.json +227 -41
  70. tccli/services/tke/v20180525/examples.json +26 -0
  71. tccli/services/trro/v20220325/api.json +6 -6
  72. tccli/services/trtc/v20190722/api.json +1 -1
  73. tccli/services/tse/v20201207/api.json +13 -2
  74. tccli/services/tsf/v20180326/api.json +47 -35
  75. tccli/services/tsf/v20180326/examples.json +4 -4
  76. tccli/services/waf/v20180125/api.json +65 -9
  77. tccli/services/waf/v20180125/examples.json +1 -1
  78. tccli/services/wedata/v20210820/api.json +30 -19
  79. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/METADATA +2 -2
  80. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/RECORD +83 -83
  81. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/WHEEL +0 -0
  82. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/entry_points.txt +0 -0
  83. {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/license_files/LICENSE +0 -0
@@ -90,7 +90,7 @@
90
90
  {
91
91
  "document": "创建消费者",
92
92
  "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateConsumer\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-xxx\",\n \"TopicName\": \"topic-xxx\",\n \"GroupName\": \"group-xxx\"\n}",
93
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnMessage\": \"xx\",\n \"ReturnCode\": \"xx\",\n \"Data\": {\n \"FlowId\": 0\n }\n },\n \"RequestId\": \"xx\"\n }\n}",
93
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnMessage\": \"abc\",\n \"ReturnCode\": \"abc\",\n \"Data\": {\n \"FlowId\": 0,\n \"RouteDTO\": {\n \"RouteId\": 0\n }\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
94
94
  "title": "创建消费者"
95
95
  }
96
96
  ],
@@ -153,7 +153,7 @@
153
153
  "CreatePartition": [
154
154
  {
155
155
  "document": "",
156
- "input": "https://ckafka.tencentcloudapi.com/?Action=CreatePartition\r\n&InstanceId=xxx\r\n&TopicName=xxx\r\n&PartitionNum=xxx\r\n&<公共请求参数>",
156
+ "input": "https://ckafka.tencentcloudapi.com/?Action=CreatePartition\n&InstanceId=xxx\n&TopicName=xxx\n&PartitionNum=3\n&<公共请求参数>",
157
157
  "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[apply success]\"\n },\n \"RequestId\": \"483c3edd-a2ac-420c-905d-47a5ec7de4ad\"\n }\n}",
158
158
  "title": "增加主题分区"
159
159
  }
@@ -230,7 +230,7 @@
230
230
  {
231
231
  "document": "",
232
232
  "input": "https://ckafka.tencentcloudapi.com/?Action=DeleteAcl\n&InstanceId=xxx\n&ResourceType=2\n&ResourceName=1\n&Operation=2\n&PermissionType=2\n&<公共请求参数>",
233
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnMessage\": \"ok[apply ok]\",\n \"ReturnCode\": \"0\",\n \"Data\": {\n \"FlowId\": 0\n }\n },\n \"RequestId\": \"2140f435-b350-4429-a105-9b83efe104b0\"\n }\n}",
233
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnMessage\": \"ok[apply ok]\",\n \"ReturnCode\": \"0\",\n \"Data\": {\n \"FlowId\": 0,\n \"RouteDTO\": {\n \"RouteId\": 0\n }\n }\n },\n \"RequestId\": \"2140f435-b350-4429-a105-9b83efe104b0\"\n }\n}",
234
234
  "title": "删除ACL"
235
235
  }
236
236
  ],
@@ -294,7 +294,7 @@
294
294
  {
295
295
  "document": "",
296
296
  "input": "https://ckafka.tencentcloudapi.com/?Action=DeleteRoute\n&InstanceId=xxx\n&RouteId=1\n&CallerAppid=1\n&<公共请求参数>",
297
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnMessage\": \"xx\",\n \"ReturnCode\": \"xx\",\n \"Data\": {\n \"FlowId\": 0\n }\n },\n \"RequestId\": \"xx\"\n }\n}",
297
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnMessage\": \"abc\",\n \"ReturnCode\": \"abc\",\n \"Data\": {\n \"FlowId\": 0,\n \"RouteDTO\": {\n \"RouteId\": 0\n }\n }\n },\n \"RequestId\": \"3d0d9aeb-82f9-440a-ab9b-a016212c6fb0\"\n }\n}",
298
298
  "title": "删除路由"
299
299
  }
300
300
  ],
@@ -342,7 +342,7 @@
342
342
  {
343
343
  "document": "",
344
344
  "input": "https://ckafka.tencentcloudapi.com/?Action=DescribeAclRule\n&InstanceId=xxx\n&RuleName=xxx\n&PatternType=xxx\n&IsSimplified=false\n&<公共请求参数>",
345
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 1,\n \"AclRuleList\": [\n {\n \"RuleName\": \"testRule\",\n \"ResourceType\": 2\n }\n ]\n },\n \"RequestId\": \"62d589e0-53d5-47e0-95ff-237c48b8fb77\"\n }\n}",
345
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 1,\n \"AclRuleList\": [\n {\n \"RuleName\": \"test\",\n \"InstanceId\": \"ckafka-abc\",\n \"PatternType\": \"PRESET\",\n \"Pattern\": \"\",\n \"ResourceType\": \"Topic\",\n \"AclList\": \"[{\\\"host\\\":\\\"*\\\",\\\"operation\\\":\\\"Read\\\",\\\"permissionType\\\":\\\"Allow\\\",\\\"principal\\\":\\\"User:*\\\"}]\",\n \"CreateTimeStamp\": \"Thu Jun 06 13:07:13 CST 2024\",\n \"IsApplied\": 0,\n \"UpdateTimeStamp\": \"Thu Jun 06 13:07:13 CST 2024\",\n \"Comment\": \"\",\n \"TopicName\": \"\",\n \"TopicCount\": 0,\n \"PatternTypeTitle\": \"预设策略\"\n }\n ]\n },\n \"RequestId\": \"62d589e0-53d5-47e0-95ff-237c48b8fb77\"\n }\n}",
346
346
  "title": "枚举ACL"
347
347
  }
348
348
  ],
@@ -358,7 +358,7 @@
358
358
  {
359
359
  "document": "",
360
360
  "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeCkafkaZone\n<公共请求参数>\n\n{}",
361
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ZoneList\": [\n {\n \"ZoneId\": \"300001\",\n \"IsInternalApp\": 2,\n \"AppId\": 1255613487,\n \"Flag\": true,\n \"ZoneName\": \"香港一区\",\n \"ZoneStatus\": 4,\n \"Exflag\": \"1\",\n \"SoldOut\": \"false\",\n \"SalesInfo\": [\n {\n \"Platform\": \"xx\",\n \"Flag\": true,\n \"Version\": \"xx\",\n \"SoldOut\": true\n }\n ]\n },\n {\n \"ZoneId\": \"300002\",\n \"IsInternalApp\": 2,\n \"AppId\": 1255613487,\n \"Flag\": false,\n \"ZoneName\": \"香港二区\",\n \"ZoneStatus\": 4,\n \"Exflag\": \"1\",\n \"SoldOut\": \"false\",\n \"SalesInfo\": [\n {\n \"Platform\": \"xx\",\n \"Flag\": true,\n \"Version\": \"xx\",\n \"SoldOut\": true\n }\n ]\n },\n {\n \"ZoneId\": \"300003\",\n \"IsInternalApp\": 2,\n \"AppId\": 1255613487,\n \"Flag\": false,\n \"ZoneName\": \"香港三区\",\n \"ZoneStatus\": 4,\n \"Exflag\": \"1\",\n \"SalesInfo\": [\n {\n \"Platform\": \"xx\",\n \"Flag\": true,\n \"Version\": \"xx\",\n \"SoldOut\": true\n }\n ],\n \"SoldOut\": \"true\"\n }\n ],\n \"MaxBuyInstanceNum\": 20,\n \"MaxBandwidth\": 1200,\n \"UnitPrice\": {\n \"RealTotalCost\": 2.376,\n \"TotalCost\": 0\n },\n \"MessagePrice\": {\n \"RealTotalCost\": 0.18,\n \"TotalCost\": 0\n },\n \"ClusterInfo\": [],\n \"Standard\": \"{}\",\n \"StandardS2\": \"{\\\"InstanceTypeConfigSet\\\":[{\\\"Type\\\":\\\"sv_ckafka_instance_s2_1\\\",\\\"Desc\\\":\\\"入门型\\\",\\\"Bandwidth\\\":320,\\\"DiskSize\\\":500,\\\"Pid\\\":15127,\\\"MaximumInstancePartition\\\":100,\\\"MaximumInstanceTopic\\\":40},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_2\\\",\\\"Desc\\\":\\\"标准型\\\",\\\"Bandwidth\\\":800,\\\"DiskSize\\\":1500,\\\"Pid\\\":15128,\\\"MaximumInstancePartition\\\":160,\\\"MaximumInstanceTopic\\\":80},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_3\\\",\\\"Desc\\\":\\\"进阶型\\\",\\\"Bandwidth\\\":1200,\\\"DiskSize\\\":3000,\\\"Pid\\\":15129,\\\"MaximumInstancePartition\\\":200,\\\"MaximumInstanceTopic\\\":100},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_4\\\",\\\"Desc\\\":\\\"容量型\\\",\\\"Bandwidth\\\":1600,\\\"DiskSize\\\":4500,\\\"Pid\\\":15130,\\\"MaximumInstancePartition\\\":300,\\\"MaximumInstanceTopic\\\":150},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_5\\\",\\\"Desc\\\":\\\"高阶型1\\\",\\\"Bandwidth\\\":2400,\\\"DiskSize\\\":6000,\\\"Pid\\\":15131,\\\"MaximumInstancePartition\\\":500,\\\"MaximumInstanceTopic\\\":250},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_6\\\",\\\"Desc\\\":\\\"高阶型2\\\",\\\"Bandwidth\\\":3200,\\\"DiskSize\\\":8000,\\\"Pid\\\":15132,\\\"MaximumInstancePartition\\\":600,\\\"MaximumInstanceTopic\\\":300},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_7\\\",\\\"Desc\\\":\\\"高阶型3\\\",\\\"Bandwidth\\\":4800,\\\"DiskSize\\\":10000,\\\"Pid\\\":15133,\\\"MaximumInstancePartition\\\":800,\\\"MaximumInstanceTopic\\\":400},{\\\"Type\\\":\\\"sv_ckafka_instance_s2_8\\\",\\\"Desc\\\":\\\"高阶型4\\\",\\\"Bandwidth\\\":7200,\\\"DiskSize\\\":12000,\\\"Pid\\\":15134,\\\"MaximumInstancePartition\\\":1000,\\\"MaximumInstanceTopic\\\":500}],\\\"maximumTopicPartition\\\":1000,\\\"maximumInstanceConsumerGroup\\\":0}\\n\",\n \"Profession\": \"{\\\"BasicEdition\\\":{\\\"Bandwidth\\\":{\\\"Maximum\\\":1200,\\\"Minimal\\\":40,\\\"Step\\\":20},\\\"DiskCapacity\\\":{\\\"40\\\":{\\\"Maximum\\\":5000,\\\"Minimal\\\":500,\\\"Step\\\":100},\\\"120\\\":{\\\"Maximum\\\":10000,\\\"Minimal\\\":1000,\\\"Step\\\":100},\\\"320\\\":{\\\"Maximum\\\":30000,\\\"Minimal\\\":3000,\\\"Step\\\":100},\\\"620\\\":{\\\"Maximum\\\":54000,\\\"Minimal\\\":5400,\\\"Step\\\":100},\\\"920\\\":{\\\"Maximum\\\":75000,\\\"Minimal\\\":7500,\\\"Step\\\":100}},\\\"DiskTypes\\\":[\\\"SSD\\\",\\\"CLOUD_BASIC\\\"],\\\"MessageRetention\\\":{\\\"Maximum\\\":2160,\\\"Minimal\\\":24,\\\"Step\\\":1},\\\"Partition\\\":{\\\"40\\\":{\\\"Maximum\\\":1000,\\\"Minimal\\\":500,\\\"Step\\\":100},\\\"60\\\":{\\\"Maximum\\\":1200,\\\"Minimal\\\":600,\\\"Step\\\":100},\\\"120\\\":{\\\"Maximum\\\":1600,\\\"Minimal\\\":800,\\\"Step\\\":100},\\\"180\\\":{\\\"Maximum\\\":2000,\\\"Minimal\\\":1000,\\\"Step\\\":100},\\\"240\\\":{\\\"Maximum\\\":2400,\\\"Minimal\\\":1200,\\\"Step\\\":100},\\\"320\\\":{\\\"Maximum\\\":2800,\\\"Minimal\\\":1400,\\\"Step\\\":100},\\\"400\\\":{\\\"Maximum\\\":3200,\\\"Minimal\\\":1600,\\\"Step\\\":100},\\\"500\\\":{\\\"Maximum\\\":3600,\\\"Minimal\\\":1800,\\\"Step\\\":100},\\\"600\\\":{\\\"Maximum\\\":4000,\\\"Minimal\\\":2000,\\\"Step\\\":100},\\\"800\\\":{\\\"Maximum\\\":4500,\\\"Minimal\\\":2400,\\\"Step\\\":100},\\\"1000\\\":{\\\"Maximum\\\":5000,\\\"Minimal\\\":2800,\\\"Step\\\":100},\\\"1200\\\":{\\\"Maximum\\\":5500,\\\"Minimal\\\":3200,\\\"Step\\\":100}},\\\"Topic\\\":{\\\"40\\\":{\\\"Maximum\\\":100,\\\"Minimal\\\":50,\\\"Step\\\":1},\\\"60\\\":{\\\"Maximum\\\":120,\\\"Minimal\\\":60,\\\"Step\\\":1},\\\"120\\\":{\\\"Maximum\\\":160,\\\"Minimal\\\":80,\\\"Step\\\":1},\\\"180\\\":{\\\"Maximum\\\":200,\\\"Minimal\\\":100,\\\"Step\\\":1},\\\"240\\\":{\\\"Maximum\\\":240,\\\"Minimal\\\":120,\\\"Step\\\":1},\\\"320\\\":{\\\"Maximum\\\":280,\\\"Minimal\\\":160,\\\"Step\\\":1},\\\"400\\\":{\\\"Maximum\\\":320,\\\"Minimal\\\":200,\\\"Step\\\":1},\\\"500\\\":{\\\"Maximum\\\":360,\\\"Minimal\\\":240,\\\"Step\\\":1},\\\"600\\\":{\\\"Maximum\\\":400,\\\"Minimal\\\":280,\\\"Step\\\":1},\\\"800\\\":{\\\"Maximum\\\":450,\\\"Minimal\\\":320,\\\"Step\\\":1},\\\"1000\\\":{\\\"Maximum\\\":500,\\\"Minimal\\\":360,\\\"Step\\\":1},\\\"1200\\\":{\\\"Maximum\\\":550,\\\"Minimal\\\":400,\\\"Step\\\":1}}},\\\"HighPerformanceEdition\\\":{\\\"Bandwidth\\\":{\\\"Maximum\\\":3200,\\\"Minimal\\\":1600,\\\"Step\\\":400},\\\"DiskCapacity\\\":{\\\"1600\\\":{\\\"Maximum\\\":120000,\\\"Minimal\\\":12000,\\\"Step\\\":100},\\\"2000\\\":{\\\"Maximum\\\":160000,\\\"Minimal\\\":16000,\\\"Step\\\":100},\\\"2400\\\":{\\\"Maximum\\\":200000,\\\"Minimal\\\":20000,\\\"Step\\\":100},\\\"2800\\\":{\\\"Maximum\\\":240000,\\\"Minimal\\\":24000,\\\"Step\\\":100},\\\"3200\\\":{\\\"Maximum\\\":280000,\\\"Minimal\\\":28000,\\\"Step\\\":100}},\\\"DiskTypes\\\":[\\\"SSD\\\",\\\"CLOUD_BASIC\\\"],\\\"MessageRetention\\\":{\\\"Maximum\\\":2160,\\\"Minimal\\\":24,\\\"Step\\\":1},\\\"Partition\\\":{\\\"1600\\\":{\\\"Maximum\\\":6000,\\\"Minimal\\\":4000,\\\"Step\\\":100},\\\"2000\\\":{\\\"Maximum\\\":7000,\\\"Minimal\\\":4500,\\\"Step\\\":100},\\\"2400\\\":{\\\"Maximum\\\":8000,\\\"Minimal\\\":5000,\\\"Step\\\":100},\\\"2800\\\":{\\\"Maximum\\\":9000,\\\"Minimal\\\":5500,\\\"Step\\\":100},\\\"3200\\\":{\\\"Maximum\\\":10000,\\\"Minimal\\\":6000,\\\"Step\\\":100}},\\\"Topic\\\":{\\\"1600\\\":{\\\"Maximum\\\":600,\\\"Minimal\\\":500,\\\"Step\\\":1},\\\"2000\\\":{\\\"Maximum\\\":700,\\\"Minimal\\\":600,\\\"Step\\\":1},\\\"2400\\\":{\\\"Maximum\\\":800,\\\"Minimal\\\":700,\\\"Step\\\":1},\\\"2800\\\":{\\\"Maximum\\\":900,\\\"Minimal\\\":800,\\\"Step\\\":1},\\\"3200\\\":{\\\"Maximum\\\":1000,\\\"Minimal\\\":900,\\\"Step\\\":1}}}}\",\n \"Physical\": \"{}\",\n \"PublicNetwork\": \"{}\",\n \"PublicNetworkLimit\": \"{}\"\n },\n \"RequestId\": \"4831a936-0a03-408e-9ffc-a813a11ad769\"\n }\n}",
361
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"ZoneList\": [\n {\n \"ZoneId\": \"abc\",\n \"IsInternalApp\": 0,\n \"AppId\": 0,\n \"Flag\": true,\n \"ZoneName\": \"abc\",\n \"ZoneStatus\": 0,\n \"Exflag\": \"abc\",\n \"SoldOut\": \"abc\",\n \"SalesInfo\": [\n {\n \"Flag\": true,\n \"Version\": \"abc\",\n \"Platform\": \"abc\",\n \"SoldOut\": true\n }\n ],\n \"ExtraFlag\": \"abc\"\n }\n ],\n \"MaxBuyInstanceNum\": 0,\n \"MaxBandwidth\": 0,\n \"UnitPrice\": {\n \"RealTotalCost\": 0,\n \"TotalCost\": 0\n },\n \"MessagePrice\": {\n \"RealTotalCost\": 0,\n \"TotalCost\": 0\n },\n \"ClusterInfo\": [\n {\n \"ClusterId\": 0,\n \"ClusterName\": \"abc\",\n \"MaxDiskSize\": 0,\n \"MaxBandWidth\": 0,\n \"AvailableDiskSize\": 0,\n \"AvailableBandWidth\": 0,\n \"ZoneId\": 0,\n \"ZoneIds\": [\n 0\n ]\n }\n ],\n \"Standard\": \"abc\",\n \"StandardS2\": \"abc\",\n \"Profession\": \"abc\",\n \"Physical\": \"abc\",\n \"PublicNetwork\": \"abc\",\n \"PublicNetworkLimit\": \"abc\",\n \"RequestId\": \"abc\",\n \"Version\": \"abc\",\n \"Offset\": 0,\n \"Limit\": 0,\n \"ForceCheckTag\": true\n },\n \"RequestId\": \"abc\"\n }\n}",
362
362
  "title": "查看可用区列表"
363
363
  }
364
364
  ],
@@ -374,7 +374,7 @@
374
374
  {
375
375
  "document": "查询Datahub连接源列表",
376
376
  "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConnectResources\n<公共请求参数>\n\n{\n \"Limit\": 0,\n \"Type\": \"xxx\",\n \"SearchWord\": \"xxx\",\n \"Offset\": 0\n}",
377
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"ConnectResourceList\": [\n {\n \"Status\": 0,\n \"ResourceName\": \"xxx\",\n \"Description\": \"xxx\",\n \"ResourceId\": \"resource-xxx\",\n \"DtsConnectParam\": {\n \"Topic\": \"xxx\",\n \"UserName\": \"xxx\",\n \"Resource\": \"xxx\",\n \"GroupId\": \"xxx\",\n \"Password\": \"xxx\",\n \"Port\": 0\n },\n \"MySQLConnectParam\": null,\n \"MongoDBConnectParam\": null,\n \"EsConnectParam\": null,\n \"PostgreSQLConnectParam\": null,\n \"ClickHouseConnectParam\": null,\n \"SQLServerConnectParam\": null,\n \"CurrentStep\": \"FINISH\",\n \"CtsdbConnectParam\": null,\n \"ErrorMessage\": \"RUNNING\",\n \"MariaDBConnectParam\": null,\n \"DorisConnectParam\": null,\n \"Type\": \"\",\n \"DatahubTaskCount\": 0,\n \"CreateTime\": \"xxx\"\n }\n ]\n },\n \"RequestId\": \"xxx\"\n }\n}",
377
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 0,\n \"ConnectResourceList\": [\n {\n \"ResourceId\": \"abc\",\n \"ResourceName\": \"abc\",\n \"Description\": \"abc\",\n \"Type\": \"abc\",\n \"Status\": 0,\n \"CreateTime\": \"abc\",\n \"ErrorMessage\": \"abc\",\n \"DatahubTaskCount\": 0,\n \"CurrentStep\": \"abc\",\n \"TaskProgress\": 0,\n \"StepList\": [\n \"abc\"\n ],\n \"DtsConnectParam\": {\n \"Port\": 0,\n \"GroupId\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\",\n \"IsUpdate\": true,\n \"Topic\": \"abc\"\n },\n \"MongoDBConnectParam\": {\n \"Port\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\",\n \"SelfBuilt\": true,\n \"IsUpdate\": true\n },\n \"EsConnectParam\": {\n \"Port\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\",\n \"SelfBuilt\": true,\n \"IsUpdate\": true\n },\n \"ClickHouseConnectParam\": {\n \"Port\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\",\n \"SelfBuilt\": true,\n \"IsUpdate\": true\n },\n \"MySQLConnectParam\": {\n \"Port\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\",\n \"IsUpdate\": true,\n \"ClusterId\": \"abc\",\n \"SelfBuilt\": true\n },\n \"PostgreSQLConnectParam\": {\n \"Port\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\",\n \"ClusterId\": \"abc\",\n \"IsUpdate\": true,\n \"SelfBuilt\": true\n },\n \"MariaDBConnectParam\": {\n \"Port\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\",\n \"IsUpdate\": true\n },\n \"SQLServerConnectParam\": {\n \"Port\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\",\n \"IsUpdate\": true\n },\n \"CtsdbConnectParam\": {\n \"Port\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\"\n },\n \"DorisConnectParam\": {\n \"Port\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\",\n \"IsUpdate\": true,\n \"SelfBuilt\": true,\n \"BePort\": 0\n },\n \"KafkaConnectParam\": {\n \"Resource\": \"abc\",\n \"SelfBuilt\": true,\n \"IsUpdate\": true,\n \"BrokerAddress\": \"abc\",\n \"Region\": \"abc\"\n },\n \"MqttConnectParam\": {\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Resource\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"SelfBuilt\": true,\n \"IsUpdate\": true,\n \"Region\": \"abc\"\n }\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
378
378
  "title": "查询Datahub连接源列表"
379
379
  }
380
380
  ],
@@ -422,7 +422,7 @@
422
422
  {
423
423
  "document": "",
424
424
  "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatahubTopics\n<公共请求参数>\n\n{}",
425
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 1,\n \"TopicList\": [\n {}\n ]\n },\n \"RequestId\": \"fd9afa97-cc0f-4ea7-9da8-63914a0877e1\"\n }\n}",
425
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 1,\n \"TopicList\": [\n {\n \"Name\": \"abc\",\n \"TopicName\": \"abc\",\n \"TopicId\": \"abc\",\n \"PartitionNum\": 1,\n \"RetentionMs\": 1,\n \"Note\": \"abc\",\n \"Status\": 1\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
426
426
  "title": "查询Datahub主题列表"
427
427
  }
428
428
  ],
@@ -518,7 +518,7 @@
518
518
  {
519
519
  "document": "",
520
520
  "input": "https://ckafka.tencentcloudapi.com/?Action=DescribeTopicAttributes\n&InstanceId=xxx\n&TopicName=xxx\n&<公共请求参数>",
521
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TopicId\": \"xx\",\n \"PartitionNum\": 3,\n \"AclRuleList\": [\n {\n \"Comment\": \"xx\",\n \"PatternType\": \"xx\",\n \"UpdateTimeStamp\": \"xx\",\n \"InstanceId\": \"xx\",\n \"Pattern\": \"xx\",\n \"ResourceType\": \"xx\",\n \"AclList\": \"xx\",\n \"PatternTypeTitle\": \"xx\",\n \"IsApplied\": 0,\n \"RuleName\": \"xx\",\n \"TopicCount\": 0,\n \"CreateTimeStamp\": \"xx\",\n \"TopicName\": \"xx\"\n }\n ],\n \"Note\": \"xx\",\n \"IpWhiteList\": [\n \"xx\"\n ],\n \"EnableAclRule\": 0,\n \"QuotaConfig\": {\n \"QuotaConsumerByteRate\": 0,\n \"QuotaProducerByteRate\": 0\n },\n \"Partitions\": [\n {\n \"Partition\": 0,\n \"IsrNum\": 2,\n \"LeaderStatus\": 0,\n \"ReplicaNum\": 2\n },\n {\n \"Partition\": 1,\n \"IsrNum\": 2,\n \"LeaderStatus\": 0,\n \"ReplicaNum\": 2\n },\n {\n \"Partition\": 2,\n \"IsrNum\": 2,\n \"LeaderStatus\": 0,\n \"ReplicaNum\": 2\n }\n ],\n \"Config\": {\n \"UncleanLeaderElectionEnable\": 0,\n \"MinInsyncReplicas\": 0,\n \"SegmentMs\": 0,\n \"CleanUpPolicy\": \"xx\",\n \"SegmentBytes\": 0,\n \"RetentionBytes\": 0,\n \"MaxMessageBytes\": 0,\n \"Retention\": 300000000\n },\n \"CreateTime\": 111,\n \"EnableWhiteList\": 0\n },\n \"RequestId\": \"xx\"\n }\n}",
521
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TopicId\": \"abc\",\n \"CreateTime\": 0,\n \"Note\": \"abc\",\n \"PartitionNum\": 0,\n \"EnableWhiteList\": 0,\n \"IpWhiteList\": [\n \"abc\"\n ],\n \"Config\": {\n \"Retention\": 0,\n \"MinInsyncReplicas\": 0,\n \"CleanUpPolicy\": \"abc\",\n \"SegmentMs\": 0,\n \"UncleanLeaderElectionEnable\": 0,\n \"SegmentBytes\": 0,\n \"MaxMessageBytes\": 0,\n \"RetentionBytes\": 0\n },\n \"Partitions\": [\n {\n \"Partition\": 0,\n \"LeaderStatus\": 0,\n \"IsrNum\": 0,\n \"ReplicaNum\": 0\n }\n ],\n \"EnableAclRule\": 0,\n \"AclRuleList\": [\n {\n \"RuleName\": \"abc\",\n \"InstanceId\": \"abc\",\n \"PatternType\": \"abc\",\n \"Pattern\": \"abc\",\n \"ResourceType\": \"abc\",\n \"AclList\": \"abc\",\n \"CreateTimeStamp\": \"abc\",\n \"IsApplied\": 0,\n \"UpdateTimeStamp\": \"abc\",\n \"Comment\": \"abc\",\n \"TopicName\": \"abc\",\n \"TopicCount\": 0,\n \"PatternTypeTitle\": \"abc\"\n }\n ],\n \"QuotaConfig\": {\n \"QuotaProducerByteRate\": 0,\n \"QuotaConsumerByteRate\": 0\n },\n \"ReplicaNum\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
522
522
  "title": "获取主题属性"
523
523
  }
524
524
  ],
@@ -526,7 +526,7 @@
526
526
  {
527
527
  "document": "",
528
528
  "input": "https://ckafka.tencentcloudapi.com/?Action=DescribeTopicDetail\n&InstanceId=ckafka-xxooa0\n&<公共请求参数>",
529
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TopicList\": [\n {\n \"TopicName\": \"test\",\n \"TopicId\": \"inter-topic-d7a2f7fq\",\n \"PartitionNum\": 3,\n \"ReplicaNum\": 2,\n \"Note\": \"\",\n \"CreateTime\": 1561637447,\n \"EnableWhiteList\": false,\n \"IpWhiteListCount\": 0,\n \"ForwardCosBucket\": \"\",\n \"ForwardStatus\": 1,\n \"ForwardInterval\": 0,\n \"Config\": {\n \"Retention\": 300000000\n },\n \"RetentionTimeConfig\": {\n \"Expect\": 1440,\n \"Current\": 480,\n \"ModTimeStamp\": 1561637447\n }\n }\n ],\n \"TotalCount\": 12\n },\n \"RequestId\": \"98fdae03-9bc2-4c2e-b429-0a96cca7144b\"\n }\n}",
529
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TopicList\": [\n {\n \"TopicName\": \"abc\",\n \"TopicId\": \"abc\",\n \"PartitionNum\": 0,\n \"ReplicaNum\": 0,\n \"Note\": \"abc\",\n \"CreateTime\": 0,\n \"EnableWhiteList\": true,\n \"IpWhiteListCount\": 0,\n \"ForwardCosBucket\": \"abc\",\n \"ForwardStatus\": 0,\n \"ForwardInterval\": 0,\n \"Config\": {\n \"Retention\": 0,\n \"MinInsyncReplicas\": 0,\n \"CleanUpPolicy\": \"abc\",\n \"SegmentMs\": 0,\n \"UncleanLeaderElectionEnable\": 0,\n \"SegmentBytes\": 0,\n \"MaxMessageBytes\": 0,\n \"RetentionBytes\": 0\n },\n \"RetentionTimeConfig\": {\n \"Expect\": 0,\n \"Current\": 0,\n \"ModTimeStamp\": 0\n },\n \"Status\": 0,\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ]\n }\n ],\n \"TotalCount\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
530
530
  "title": "获取实例列表详情"
531
531
  }
532
532
  ],
@@ -534,7 +534,7 @@
534
534
  {
535
535
  "document": "检查当前实例的主题流量top 情况",
536
536
  "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTopicFlowRanking\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-3inxiic\",\n \"BeginDate\": \"2020-09-22T00:00:00+00:00\",\n \"EndDate\": \"2020-09-22T00:00:00+00:00\",\n \"RankingType\": \"PRO\"\n}",
537
- "output": "{\n \"Response\": {\n \"Result\": {\n \"TopicFlow\": [\n {\n \"TopicId\": \"abc\",\n \"TopicName\": \"abc\",\n \"PartitionNum\": 1,\n \"ReplicaNum\": 1,\n \"TopicTraffic\": \"abc\",\n \"MessageHeap\": 1\n }\n ],\n \"ConsumeSpeed\": [\n {\n \"ConsumerGroupName\": \"abc\",\n \"Speed\": 1\n }\n ],\n \"TopicMessageHeap\": [\n {\n \"TopicId\": \"abc\",\n \"TopicName\": \"abc\",\n \"PartitionNum\": 1,\n \"ReplicaNum\": 1,\n \"TopicTraffic\": \"abc\",\n \"MessageHeap\": 1\n }\n ],\n \"BrokerIp\": [\n \"abc\"\n ],\n \"BrokerTopicData\": [\n {\n \"TopicName\": \"abc\",\n \"TopicId\": \"abc\",\n \"DataSize\": 1\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
537
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"TopicFlow\": [\n {\n \"TopicId\": \"abc\",\n \"TopicName\": \"abc\",\n \"PartitionNum\": 1,\n \"ReplicaNum\": 1,\n \"TopicTraffic\": \"abc\",\n \"MessageHeap\": 1\n }\n ],\n \"ConsumeSpeed\": [\n {\n \"ConsumerGroupName\": \"abc\",\n \"Speed\": 1\n }\n ],\n \"TopicMessageHeap\": [\n {\n \"TopicId\": \"abc\",\n \"TopicName\": \"abc\",\n \"PartitionNum\": 1,\n \"ReplicaNum\": 1,\n \"TopicTraffic\": \"abc\",\n \"MessageHeap\": 1\n }\n ],\n \"BrokerIp\": [\n \"abc\"\n ],\n \"BrokerTopicData\": [\n {\n \"TopicName\": \"abc\",\n \"TopicId\": \"abc\",\n \"DataSize\": 1\n }\n ],\n \"BrokerTopicFlowData\": [\n {\n \"TopicName\": \"abc\",\n \"TopicId\": \"abc\",\n \"TopicTraffic\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
538
538
  "title": "Topic 流量排行"
539
539
  }
540
540
  ],
@@ -542,7 +542,7 @@
542
542
  {
543
543
  "document": "获取topic连接信息",
544
544
  "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTopicProduceConnection\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-xxxx\",\n \"TopicName\": \"xxxx\"\n}",
545
- "output": "{\n \"Response\": {\n \"Result\": [\n {\n \"IpAddr\": \"xxxxx\",\n \"Time\": \"2021-10-10 21:10:48\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
545
+ "output": "{\n \"Response\": {\n \"Result\": [\n {\n \"IpAddr\": \"abc\",\n \"Time\": \"abc\",\n \"IsUnSupportVersion\": true\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
546
546
  "title": "获取topic连接信息"
547
547
  }
548
548
  ],
@@ -550,7 +550,7 @@
550
550
  {
551
551
  "document": "",
552
552
  "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTopicSubscribeGroup\n<公共请求参数>\n\n{\n \"InstanceId\": \"ckafka-kmex0nvv\",\n \"TopicName\": \"test\"\n}",
553
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Status\": 0,\n \"TotalCount\": 1,\n \"StatusCountInfo\": \"xx\",\n \"GroupsInfo\": [\n {\n \"Protocol\": \"xx\",\n \"ProtocolType\": \"xx\",\n \"ErrorCode\": \"xx\",\n \"State\": \"xx\",\n \"Members\": [\n {\n \"ClientHost\": \"xx\",\n \"MemberId\": \"xx\",\n \"ClientId\": \"xx\",\n \"Assignment\": {\n \"Topics\": [\n {\n \"Topic\": \"xx\",\n \"Partitions\": [\n 0\n ]\n }\n ],\n \"Version\": 0\n }\n }\n ],\n \"Group\": \"xx\"\n }\n ]\n },\n \"RequestId\": \"xx\"\n }\n}",
553
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"Status\": 1,\n \"TotalCount\": 2,\n \"StatusCountInfo\": \"1 Empty, 1 Stable\",\n \"GroupsInfo\": [\n {\n \"Protocol\": \"\",\n \"ProtocolType\": \"\",\n \"ErrorCode\": \"0\",\n \"State\": \"Empty\",\n \"Members\": [],\n \"Group\": \"xx1\"\n },\n {\n \"Protocol\": \"roundrobin\",\n \"ProtocolType\": \"consumer\",\n \"ErrorCode\": \"0\",\n \"State\": \"Stable\",\n \"Members\": [\n {\n \"ClientHost\": \"10.0.0.0\",\n \"MemberId\": \"consumer-63-/10.0.0.0-2022-07-31 19:09:08:169-73e4xx82-4c42-4ccf-8d01-7c74c8xxxxx2\",\n \"ClientId\": \"consumer-63\",\n \"Assignment\": {\n \"Topics\": [\n {\n \"Topic\": \"xx_topic\",\n \"Partitions\": [\n 10\n ]\n }\n ],\n \"Version\": 0\n }\n }\n ],\n \"Group\": \"xx2\"\n }\n ]\n },\n \"RequestId\": \"91b6b112-7f0a-4e18-b353-5202bcafd2c2\"\n }\n}",
554
554
  "title": "查询订阅某主题消息分组信息"
555
555
  }
556
556
  ],
@@ -590,7 +590,7 @@
590
590
  {
591
591
  "document": "",
592
592
  "input": "https://ckafka.tencentcloudapi.com/?Action=FetchMessageByOffset\n&InstanceId=xxx\n&Topic=xxx\n&Partition=1\n&Offset=1\n&<公共请求参数>",
593
- "output": "{\n \"Response\": {\n \"Result\": {\n \"Timestamp\": 0,\n \"Topic\": \"xxx\",\n \"Partition\": 2,\n \"Offset\": 2,\n \"Key\": \"xxx\",\n \"Value\": \"xxx\"\n },\n \"RequestId\": \"62d589e0-53d5-47e0-95ff-237c48b8fb77\"\n }\n}",
593
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"Topic\": \"abc\",\n \"Partition\": 0,\n \"Offset\": 0,\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Timestamp\": 0,\n \"Headers\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
594
594
  "title": "消息查询"
595
595
  }
596
596
  ],
@@ -598,7 +598,7 @@
598
598
  {
599
599
  "document": "",
600
600
  "input": "https://ckafka.tencentcloudapi.com/?Action=FetchMessageListByOffset\n&InstanceId=xxx\n&Topic=xxx\n&Partition=1\n&Offset=1\n&SinglePartitionRecordNumber=20\n&<公共请求参数>",
601
- "output": "{\n \"Response\": {\n \"Result\": [\n {\n \"Topic\": \"xxx\",\n \"Partition\": 2,\n \"Offset\": 1,\n \"Key\": \"xxx\",\n \"Value\": \"xxx\",\n \"Timestamp\": 1\n },\n {\n \"Topic\": \"xxx\",\n \"Partition\": 2,\n \"Offset\": 2,\n \"Key\": \"xxx\",\n \"Value\": \"xxx\",\n \"Timestamp\": 1\n }\n ],\n \"RequestId\": \"62d589e0-53d5-47e0-95ff-237c48b8fb77\"\n }\n}",
601
+ "output": "{\n \"Response\": {\n \"Result\": [\n {\n \"Topic\": \"abc\",\n \"Partition\": 0,\n \"Offset\": 0,\n \"Key\": \"abc\",\n \"Value\": \"abc\",\n \"Timestamp\": 0,\n \"Headers\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
602
602
  "title": "根据offset查询消息"
603
603
  }
604
604
  ],
@@ -662,7 +662,7 @@
662
662
  {
663
663
  "document": " ",
664
664
  "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyInstanceAttributes\n<公共请求参数>\n\n{\n \"InstanceId\": \"10\"\n}",
665
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"0\",\n \"ReturnMessage\": \"ok[no param set]\",\n \"Data\": {\n \"FlowId\": 0\n }\n },\n \"RequestId\": \"dfc46e62-73d6-4b6b-9cd8-4512259888f5\"\n }\n}",
665
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"abc\",\n \"ReturnMessage\": \"abc\",\n \"Data\": {\n \"FlowId\": 0,\n \"RouteDTO\": {\n \"RouteId\": 0\n }\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
666
666
  "title": "设置实例属性"
667
667
  }
668
668
  ],
@@ -686,7 +686,7 @@
686
686
  {
687
687
  "document": "",
688
688
  "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyTopicAttributes\n<公共请求参数>\n\n{\n \"InstanceId\": \"xxx\",\n \"Note\": \"xxx\",\n \"TopicName\": \"xxx\"\n}",
689
- "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnMessage\": \"xx\",\n \"ReturnCode\": \"xx\",\n \"Data\": {\n \"FlowId\": 0\n }\n },\n \"RequestId\": \"xx\"\n }\n}",
689
+ "output": "{\n \"Response\": {\n \"Result\": {\n \"ReturnCode\": \"abc\",\n \"ReturnMessage\": \"abc\",\n \"Data\": {\n \"FlowId\": 0,\n \"RouteDTO\": {\n \"RouteId\": 0\n }\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
690
690
  "title": "设置主题属性"
691
691
  }
692
692
  ],
@@ -7587,7 +7587,7 @@
7587
7587
  "members": [
7588
7588
  {
7589
7589
  "disabled": false,
7590
- "document": "<li> topicName按照【日志主题名称】进行过滤,默认为模糊匹配,可使用PreciseSearch参数设置为精确匹配。类型:String必选:否<br><li> logsetName按照【日志集名称】进行过滤,默认为模糊匹配,可使用PreciseSearch参数设置为精确匹配。类型:String必选:否<br><li> topicId按照【日志主题ID】进行过滤。类型:String必选:否<br><li> logsetId按照【日志集ID】进行过滤,可通过调用DescribeLogsets查询已创建的日志集列表或登录控制台进行查看;也可以调用CreateLogset创建新的日志集。类型:String必选:否<br><li> tagKey按照【标签键】进行过滤。类型:String必选:否<br><li> tag:tagKey按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,例如tag:exampleKey。类型:String必选:否<br><li> storageType按照【日志主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String必选:否每次请求的Filters的上限为10,Filter.Values的上限为100。",
7590
+ "document": "* topicName 按照【日志主题名称】进行过滤,默认为模糊匹配,可使用PreciseSearch参数设置为精确匹配。类型:String。必选:否\n* logsetName 按照【日志集名称】进行过滤,默认为模糊匹配,可使用PreciseSearch参数设置为精确匹配。类型:String。必选:否\n* topicId 按照【日志主题ID】进行过滤。类型:String。必选:否\n* logsetId 按照【日志集ID】进行过滤,可通过调用DescribeLogsets查询已创建的日志集列表或登录控制台进行查看;也可以调用CreateLogset创建新的日志集。类型:String。必选:否\n* tagKey 按照【标签键】进行过滤。类型:String。必选:否\n* tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,例如tag:exampleKey。类型:String。必选:否\n* storageType 按照【日志主题的存储类型】进行过滤。可选值 hot(标准存储),cold(低频存储)类型:String。必选:否\n\n注意:每次请求的Filters的上限为10,Filter.Values的上限为100。",
7591
7591
  "example": "无",
7592
7592
  "member": "Filter",
7593
7593
  "name": "Filters",
@@ -564,7 +564,7 @@
564
564
  {
565
565
  "document": "获取日志主题列表",
566
566
  "input": "POST / HTTP/1.1\nHost: cls.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTopics\n<公共请求参数>\n\n{\n \"Filters\": [],\n \"Offset\": 10,\n \"Limit\": 30\n}",
567
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Topics\": [\n {\n \"Index\": true,\n \"PartitionCount\": 1,\n \"Describes\": \"x1\",\n \"Status\": true,\n \"Tags\": [\n {\n \"Value\": \"x10\",\n \"Key\": \"x11\"\n }\n ],\n \"AssumerName\": \"x12\",\n \"SubAssumerName\": \"x13\",\n \"MaxSplitPartitions\": 0,\n \"LogsetId\": \"x15\",\n \"TopicId\": \"x16\",\n \"HotPeriod\": 1,\n \"StorageType\": \"x17\",\n \"Period\": 0,\n \"AutoSplit\": true,\n \"CreateTime\": \"x18\",\n \"TopicName\": \"x19\"\n }\n ],\n \"RequestId\": \"x20\"\n }\n}",
567
+ "output": "{\n \"Response\": {\n \"Topics\": [\n {\n \"LogsetId\": \"46c34030-f7fd-xxxx-91ee-053215c2bf9c\",\n \"TopicId\": \"305f8be8-25a9-xxxx-8f05-361dafab39fe\",\n \"TopicName\": \"test\",\n \"PartitionCount\": 1,\n \"Index\": true,\n \"AssumerName\": \"\",\n \"SubAssumerName\": \"\",\n \"CreateTime\": \"2022-12-30 16:02:52\",\n \"Status\": true,\n \"Tags\": [],\n \"AutoSplit\": true,\n \"MaxSplitPartitions\": 50,\n \"StorageType\": \"hot\",\n \"Period\": 27,\n \"Describes\": \"\",\n \"HotPeriod\": 0,\n \"BizType\": 0,\n \"IsWebTracking\": false\n }\n ],\n \"RequestId\": \"cdb48d76-9be0-xxxx-8654-56290de7442e\",\n \"TotalCount\": 1\n }\n}",
568
568
  "title": "获取日志主题列表"
569
569
  }
570
570
  ],
@@ -64,7 +64,7 @@
64
64
  "status": "online"
65
65
  },
66
66
  "DescribeQueueDetail": {
67
- "document": "枚举队列",
67
+ "document": "枚举队列列表",
68
68
  "input": "DescribeQueueDetailRequest",
69
69
  "name": "枚举队列",
70
70
  "output": "DescribeQueueDetailResponse",
@@ -78,9 +78,9 @@
78
78
  "status": "online"
79
79
  },
80
80
  "DescribeTopicDetail": {
81
- "document": "查询主题详情 ",
81
+ "document": "查询主题详情",
82
82
  "input": "DescribeTopicDetailRequest",
83
- "name": "查询主题详情",
83
+ "name": "查询主题列表",
84
84
  "output": "DescribeTopicDetailResponse",
85
85
  "status": "online"
86
86
  },
@@ -772,17 +772,17 @@
772
772
  "members": [
773
773
  {
774
774
  "disabled": false,
775
- "document": "分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0",
776
- "example": "",
777
- "member": "uint64",
778
- "name": "Offset",
775
+ "document": "标签搜索",
776
+ "example": "tag",
777
+ "member": "string",
778
+ "name": "TagKey",
779
779
  "required": false,
780
- "type": "int"
780
+ "type": "string"
781
781
  },
782
782
  {
783
783
  "disabled": false,
784
784
  "document": "分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。",
785
- "example": "",
785
+ "example": "20",
786
786
  "member": "uint64",
787
787
  "name": "Limit",
788
788
  "required": false,
@@ -790,30 +790,30 @@
790
790
  },
791
791
  {
792
792
  "disabled": false,
793
- "document": "筛选参数,目前支持QueueName筛选,且仅支持一个关键字",
794
- "example": "",
795
- "member": "Filter",
796
- "name": "Filters",
793
+ "document": "精确匹配QueueName",
794
+ "example": "test",
795
+ "member": "string",
796
+ "name": "QueueName",
797
797
  "required": false,
798
- "type": "list"
798
+ "type": "string"
799
799
  },
800
800
  {
801
801
  "disabled": false,
802
- "document": "标签搜索",
803
- "example": "",
804
- "member": "string",
805
- "name": "TagKey",
802
+ "document": "筛选参数,目前支持QueueName筛选,且仅支持一个关键字",
803
+ "example": "name",
804
+ "member": "Filter",
805
+ "name": "Filters",
806
806
  "required": false,
807
- "type": "string"
807
+ "type": "list"
808
808
  },
809
809
  {
810
810
  "disabled": false,
811
- "document": "精确匹配QueueName",
812
- "example": "",
813
- "member": "string",
814
- "name": "QueueName",
811
+ "document": "分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0",
812
+ "example": "20",
813
+ "member": "uint64",
814
+ "name": "Offset",
815
815
  "required": false,
816
- "type": "string"
816
+ "type": "int"
817
817
  }
818
818
  ],
819
819
  "type": "object"
@@ -824,18 +824,20 @@
824
824
  {
825
825
  "disabled": false,
826
826
  "document": "总队列数。",
827
- "example": "",
827
+ "example": "20",
828
828
  "member": "uint64",
829
829
  "name": "TotalCount",
830
+ "output_required": true,
830
831
  "type": "int",
831
832
  "value_allowed_null": false
832
833
  },
833
834
  {
834
835
  "disabled": false,
835
836
  "document": "队列详情列表。",
836
- "example": "",
837
+ "example": "[]",
837
838
  "member": "QueueSet",
838
839
  "name": "QueueSet",
840
+ "output_required": true,
839
841
  "type": "list",
840
842
  "value_allowed_null": false
841
843
  },
@@ -925,17 +927,17 @@
925
927
  "members": [
926
928
  {
927
929
  "disabled": false,
928
- "document": "分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。",
929
- "example": "",
930
- "member": "uint64",
931
- "name": "Offset",
930
+ "document": "标签匹配。",
931
+ "example": "aa",
932
+ "member": "string",
933
+ "name": "TagKey",
932
934
  "required": false,
933
- "type": "int"
935
+ "type": "string"
934
936
  },
935
937
  {
936
938
  "disabled": false,
937
939
  "document": "分页时本页获取队列的个数,如果不传递该参数,则该参数默认为20,最大值为50。",
938
- "example": "",
940
+ "example": "20",
939
941
  "member": "uint64",
940
942
  "name": "Limit",
941
943
  "required": false,
@@ -943,30 +945,30 @@
943
945
  },
944
946
  {
945
947
  "disabled": false,
946
- "document": "目前只支持过滤TopicName , 且只能填一个过滤值。",
947
- "example": "",
948
- "member": "Filter",
949
- "name": "Filters",
948
+ "document": "精确匹配TopicName",
949
+ "example": "topic1",
950
+ "member": "string",
951
+ "name": "TopicName",
950
952
  "required": false,
951
- "type": "list"
953
+ "type": "string"
952
954
  },
953
955
  {
954
956
  "disabled": false,
955
- "document": "标签匹配。",
956
- "example": "",
957
- "member": "string",
958
- "name": "TagKey",
957
+ "document": "目前只支持过滤TopicName , 且只能填一个过滤值。",
958
+ "example": "[]",
959
+ "member": "Filter",
960
+ "name": "Filters",
959
961
  "required": false,
960
- "type": "string"
962
+ "type": "list"
961
963
  },
962
964
  {
963
965
  "disabled": false,
964
- "document": "精确匹配TopicName。",
965
- "example": "",
966
- "member": "string",
967
- "name": "TopicName",
966
+ "document": "分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。",
967
+ "example": "0",
968
+ "member": "uint64",
969
+ "name": "Offset",
968
970
  "required": false,
969
- "type": "string"
971
+ "type": "int"
970
972
  }
971
973
  ],
972
974
  "type": "object"
@@ -977,18 +979,20 @@
977
979
  {
978
980
  "disabled": false,
979
981
  "document": "主题列表总数。",
980
- "example": "",
982
+ "example": "3",
981
983
  "member": "uint64",
982
984
  "name": "TotalCount",
985
+ "output_required": true,
983
986
  "type": "int",
984
987
  "value_allowed_null": false
985
988
  },
986
989
  {
987
990
  "disabled": false,
988
991
  "document": "主题详情列表。",
989
- "example": "",
992
+ "example": "[]",
990
993
  "member": "TopicSet",
991
994
  "name": "TopicSet",
995
+ "output_required": true,
992
996
  "type": "list",
993
997
  "value_allowed_null": false
994
998
  },
@@ -91,8 +91,8 @@
91
91
  "DescribeTopicDetail": [
92
92
  {
93
93
  "document": "",
94
- "input": "https://cmq.tencentcloudapi.com/?Action=DescribeTopicDetail\r\n&Offset=0&Limit=2\r\n&<公共请求参数>",
95
- "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TopicSet\": [\n {\n \"Tags\": [],\n \"TopicId\": \"topic-rga4l1o4\",\n \"TopicName\": \"ConnTopic\",\n \"CreateUin\": 20548499,\n \"MsgRetentionSeconds\": 10000,\n \"MaxMsgSize\": 20000,\n \"Qps\": 10000,\n \"FilterType\": 1,\n \"CreateTime\": 1581516588,\n \"LastModifyTime\": 1581563581,\n \"MsgCount\": 0\n },\n {\n \"Tags\": [],\n \"TopicId\": \"topic-388k6x98\",\n \"TopicName\": \"test123\",\n \"CreateUin\": 20548499,\n \"MsgRetentionSeconds\": 86400,\n \"MaxMsgSize\": 65536,\n \"Qps\": 5000,\n \"FilterType\": 1,\n \"CreateTime\": 1581493669,\n \"LastModifyTime\": 1581495310,\n \"MsgCount\": 0\n }\n ],\n \"RequestId\": \"68ebb46b-5eac-467a-9942-1a5da83a65ca\"\n }\n}",
94
+ "input": "POST / HTTP/1.1\nHost: cmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTopicDetail\n<公共请求参数>\n\n{\n \"TagKey\": \"abc\",\n \"Limit\": 1,\n \"TopicName\": \"abc\",\n \"Filters\": [\n {\n \"Values\": [\n \"test123\"\n ],\n \"Name\": \"TopicName\"\n }\n ],\n \"Offset\": 1\n}",
95
+ "output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TopicSet\": [\n {\n \"Tags\": [],\n \"TopicId\": \"topic-388k6x98\",\n \"TopicName\": \"test123\",\n \"CreateUin\": 20548499,\n \"MsgRetentionSeconds\": 86400,\n \"MaxMsgSize\": 65536,\n \"Qps\": 5000,\n \"FilterType\": 1,\n \"CreateTime\": 1581493669,\n \"LastModifyTime\": 1581495310,\n \"MsgCount\": 0\n }\n ],\n \"RequestId\": \"68ebb46b-5eac-467a-9942-1a5da83a65ca\"\n }\n}",
96
96
  "title": "查询主题详情"
97
97
  }
98
98
  ],
@@ -509,6 +509,7 @@
509
509
  "example": "50",
510
510
  "member": "int64",
511
511
  "name": "TotalCount",
512
+ "output_required": true,
512
513
  "type": "int",
513
514
  "value_allowed_null": false
514
515
  },
@@ -518,6 +519,7 @@
518
519
  "example": "1",
519
520
  "member": "KeywordsLibInfo",
520
521
  "name": "Infos",
522
+ "output_required": true,
521
523
  "type": "list",
522
524
  "value_allowed_null": false
523
525
  },
@@ -20,7 +20,7 @@
20
20
  {
21
21
  "document": "获取用户词库列表",
22
22
  "input": "POST / HTTP/1.1\nHost: cms.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeKeywordsLibs\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\",\n \"Filters\": [\n {\n \"Name\": \"LibName\",\n \"Values\": [\n \"test\"\n ]\n }\n ]\n}",
23
- "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Infos\": [\n {\n \"ID\": \"abc\",\n \"LibName\": \"abc\",\n \"Describe\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Suggestion\": \"abc\",\n \"MatchType\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
23
+ "output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Infos\": [\n {\n \"ID\": \"abc\",\n \"LibName\": \"abc\",\n \"Describe\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Suggestion\": \"abc\",\n \"MatchType\": \"abc\",\n \"BizTypes\": [\n \"abc\"\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
24
24
  "title": "获取用户词库列表"
25
25
  }
26
26
  ],