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.
- tccli/__init__.py +1 -1
- tccli/services/apm/v20210622/api.json +1 -0
- tccli/services/apm/v20210622/examples.json +1 -1
- tccli/services/asr/v20190614/api.json +2 -2
- tccli/services/billing/v20180709/api.json +10 -0
- tccli/services/cam/v20190116/api.json +41 -12
- tccli/services/cdwch/v20200915/api.json +9 -9
- tccli/services/cdwch/v20200915/examples.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +18 -0
- tccli/services/cfw/v20190904/api.json +4 -4
- tccli/services/ckafka/v20190819/api.json +130 -74
- tccli/services/ckafka/v20190819/examples.json +17 -17
- tccli/services/cls/v20201016/api.json +1 -1
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/cmq/v20190304/api.json +53 -49
- tccli/services/cmq/v20190304/examples.json +2 -2
- tccli/services/cms/v20190321/api.json +2 -0
- tccli/services/cms/v20190321/examples.json +1 -1
- tccli/services/csip/v20221121/api.json +137 -42
- tccli/services/csip/v20221121/examples.json +4 -4
- tccli/services/cynosdb/cynosdb_client.py +57 -4
- tccli/services/cynosdb/v20190107/api.json +451 -0
- tccli/services/cynosdb/v20190107/examples.json +8 -0
- tccli/services/dlc/dlc_client.py +106 -0
- tccli/services/dlc/v20210125/api.json +181 -0
- tccli/services/dlc/v20210125/examples.json +16 -0
- tccli/services/dsgc/v20190723/api.json +65 -58
- tccli/services/dsgc/v20190723/examples.json +5 -5
- tccli/services/dts/dts_client.py +0 -53
- tccli/services/dts/v20180330/api.json +0 -98
- tccli/services/dts/v20180330/examples.json +0 -8
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +5 -5
- tccli/services/ess/ess_client.py +411 -305
- tccli/services/ess/v20201111/api.json +144 -0
- tccli/services/ess/v20201111/examples.json +16 -0
- tccli/services/essbasic/essbasic_client.py +110 -4
- tccli/services/essbasic/v20210526/api.json +139 -4
- tccli/services/essbasic/v20210526/examples.json +16 -0
- tccli/services/gaap/v20180529/api.json +1 -1
- tccli/services/gaap/v20180529/examples.json +0 -6
- tccli/services/iecp/v20210914/api.json +40 -40
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/lke/lke_client.py +171 -12
- tccli/services/lke/v20231130/api.json +524 -0
- tccli/services/lke/v20231130/examples.json +24 -0
- tccli/services/mongodb/mongodb_client.py +57 -4
- tccli/services/mongodb/v20190725/api.json +96 -0
- tccli/services/mongodb/v20190725/examples.json +8 -0
- tccli/services/monitor/v20180724/api.json +47 -19
- tccli/services/monitor/v20180724/examples.json +4 -4
- tccli/services/mps/v20190612/api.json +57 -7
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +373 -3
- tccli/services/organization/organization_client.py +118 -12
- tccli/services/organization/v20210331/api.json +68 -0
- tccli/services/organization/v20210331/examples.json +16 -0
- tccli/services/pts/v20210728/api.json +1 -1
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rum/v20210622/api.json +2 -0
- tccli/services/rum/v20210622/examples.json +1 -1
- tccli/services/sms/v20210111/api.json +26 -26
- tccli/services/tcr/v20190924/api.json +13 -10
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tdmq/tdmq_client.py +443 -19
- tccli/services/tdmq/v20200217/api.json +570 -0
- tccli/services/tdmq/v20200217/examples.json +64 -0
- tccli/services/tke/tke_client.py +53 -0
- tccli/services/tke/v20180525/api.json +227 -41
- tccli/services/tke/v20180525/examples.json +26 -0
- tccli/services/trro/v20220325/api.json +6 -6
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/tse/v20201207/api.json +13 -2
- tccli/services/tsf/v20180326/api.json +47 -35
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/waf/v20180125/api.json +65 -9
- tccli/services/waf/v20180125/examples.json +1 -1
- tccli/services/wedata/v20210820/api.json +30 -19
- {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/RECORD +83 -83
- {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1132.1.dist-info → tccli-3.0.1134.1.dist-info}/entry_points.txt +0 -0
- {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\": \"
|
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\
|
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\": \"
|
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\": \"
|
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\": \"
|
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 \"
|
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\": \"
|
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\": \"
|
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\": \"
|
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\": \"
|
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\":
|
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 \"
|
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\": \"
|
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\": \"
|
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 \"
|
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": "
|
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 \"
|
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": "
|
776
|
-
"example": "",
|
777
|
-
"member": "
|
778
|
-
"name": "
|
775
|
+
"document": "标签搜索",
|
776
|
+
"example": "tag",
|
777
|
+
"member": "string",
|
778
|
+
"name": "TagKey",
|
779
779
|
"required": false,
|
780
|
-
"type": "
|
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": "
|
794
|
-
"example": "",
|
795
|
-
"member": "
|
796
|
-
"name": "
|
793
|
+
"document": "精确匹配QueueName",
|
794
|
+
"example": "test",
|
795
|
+
"member": "string",
|
796
|
+
"name": "QueueName",
|
797
797
|
"required": false,
|
798
|
-
"type": "
|
798
|
+
"type": "string"
|
799
799
|
},
|
800
800
|
{
|
801
801
|
"disabled": false,
|
802
|
-
"document": "
|
803
|
-
"example": "",
|
804
|
-
"member": "
|
805
|
-
"name": "
|
802
|
+
"document": "筛选参数,目前支持QueueName筛选,且仅支持一个关键字",
|
803
|
+
"example": "name",
|
804
|
+
"member": "Filter",
|
805
|
+
"name": "Filters",
|
806
806
|
"required": false,
|
807
|
-
"type": "
|
807
|
+
"type": "list"
|
808
808
|
},
|
809
809
|
{
|
810
810
|
"disabled": false,
|
811
|
-
"document": "
|
812
|
-
"example": "",
|
813
|
-
"member": "
|
814
|
-
"name": "
|
811
|
+
"document": "分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0",
|
812
|
+
"example": "20",
|
813
|
+
"member": "uint64",
|
814
|
+
"name": "Offset",
|
815
815
|
"required": false,
|
816
|
-
"type": "
|
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": "
|
929
|
-
"example": "",
|
930
|
-
"member": "
|
931
|
-
"name": "
|
930
|
+
"document": "标签匹配。",
|
931
|
+
"example": "aa",
|
932
|
+
"member": "string",
|
933
|
+
"name": "TagKey",
|
932
934
|
"required": false,
|
933
|
-
"type": "
|
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": "
|
947
|
-
"example": "",
|
948
|
-
"member": "
|
949
|
-
"name": "
|
948
|
+
"document": "精确匹配TopicName。",
|
949
|
+
"example": "topic1",
|
950
|
+
"member": "string",
|
951
|
+
"name": "TopicName",
|
950
952
|
"required": false,
|
951
|
-
"type": "
|
953
|
+
"type": "string"
|
952
954
|
},
|
953
955
|
{
|
954
956
|
"disabled": false,
|
955
|
-
"document": "
|
956
|
-
"example": "",
|
957
|
-
"member": "
|
958
|
-
"name": "
|
957
|
+
"document": "目前只支持过滤TopicName , 且只能填一个过滤值。",
|
958
|
+
"example": "[]",
|
959
|
+
"member": "Filter",
|
960
|
+
"name": "Filters",
|
959
961
|
"required": false,
|
960
|
-
"type": "
|
962
|
+
"type": "list"
|
961
963
|
},
|
962
964
|
{
|
963
965
|
"disabled": false,
|
964
|
-
"document": "
|
965
|
-
"example": "",
|
966
|
-
"member": "
|
967
|
-
"name": "
|
966
|
+
"document": "分页时本页获取队列列表的起始位置。如果填写了该值,必须也要填写 limit 。该值缺省时,后台取默认值 0。",
|
967
|
+
"example": "0",
|
968
|
+
"member": "uint64",
|
969
|
+
"name": "Offset",
|
968
970
|
"required": false,
|
969
|
-
"type": "
|
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": "
|
95
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TopicSet\": [\n {\n \"Tags\": [],\n \"TopicId\": \"topic-
|
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
|
],
|