tccli 3.0.1137.1__py2.py3-none-any.whl → 3.0.1139.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/command.py +1 -1
- tccli/help_command.py +1 -1
- tccli/services/__init__.py +3 -0
- tccli/services/aiart/aiart_client.py +53 -0
- tccli/services/aiart/v20221229/api.json +98 -0
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +5 -8
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/ckafka/v20190819/api.json +25 -25
- tccli/services/ckafka/v20190819/examples.json +18 -18
- tccli/services/cls/v20201016/api.json +44 -5
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/cwp/cwp_client.py +61 -114
- tccli/services/cwp/v20180228/api.json +0 -70
- tccli/services/cwp/v20180228/examples.json +0 -8
- tccli/services/domain/v20180808/api.json +36 -0
- tccli/services/emr/v20190103/api.json +534 -15
- tccli/services/emr/v20190103/examples.json +4 -4
- tccli/services/ess/v20201111/api.json +4 -4
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/essbasic/v20210526/examples.json +2 -2
- tccli/services/ims/v20201229/api.json +2 -2
- tccli/services/ioa/v20220601/api.json +132 -92
- tccli/services/iotexplorer/v20190423/api.json +11 -0
- tccli/services/mps/v20190612/api.json +163 -115
- tccli/services/mps/v20190612/examples.json +11 -11
- tccli/services/ocr/v20181119/api.json +19 -0
- tccli/services/redis/v20180412/api.json +23 -23
- tccli/services/rum/v20210622/api.json +1 -0
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/ssl/ssl_client.py +53 -0
- tccli/services/ssl/v20191205/api.json +251 -5
- tccli/services/ssl/v20191205/examples.json +9 -1
- tccli/services/tdmq/v20200217/api.json +171 -22
- tccli/services/tdmq/v20200217/examples.json +6 -6
- tccli/services/thpc/v20230321/api.json +42 -21
- tccli/services/tke/v20180525/api.json +149 -71
- tccli/services/tke/v20180525/examples.json +69 -57
- tccli/services/trtc/v20190722/api.json +1 -1
- tccli/services/tsf/v20180326/api.json +1 -1
- tccli/services/vclm/__init__.py +4 -0
- tccli/services/vclm/v20240523/api.json +695 -0
- tccli/services/vclm/v20240523/examples.json +73 -0
- tccli/services/vclm/vclm_client.py +513 -0
- tccli/services/vdb/v20230616/api.json +20 -0
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/RECORD +53 -49
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1137.1.dist-info → tccli-3.0.1139.1.dist-info}/license_files/LICENSE +0 -0
@@ -123,8 +123,8 @@
|
|
123
123
|
"CreateDatahubTopic": [
|
124
124
|
{
|
125
125
|
"document": "",
|
126
|
-
"input": "
|
127
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TopicName\": \"
|
126
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatahubTopic\n<公共请求参数>\n\n{\n \"Name\": \"12345-test\",\n \"PartitionNum\": \"1\",\n \"RetentionMs\": \"3600000\"\n}",
|
127
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TopicName\": \"abc\",\n \"TopicId\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
128
128
|
"title": "创建主题"
|
129
129
|
}
|
130
130
|
],
|
@@ -181,8 +181,8 @@
|
|
181
181
|
"CreatePrometheus": [
|
182
182
|
{
|
183
183
|
"document": "",
|
184
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrometheus\n<公共请求参数>\n\n{\n \"InstanceId\": \"
|
185
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
184
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrometheus\n<公共请求参数>\n\n{\n \"InstanceId\": \"abc\",\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\"\n}",
|
185
|
+
"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}",
|
186
186
|
"title": "打通普罗米修斯监控"
|
187
187
|
}
|
188
188
|
],
|
@@ -246,15 +246,15 @@
|
|
246
246
|
{
|
247
247
|
"document": "",
|
248
248
|
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteConnectResource\n<公共请求参数>\n\n{\n \"ResourceId\": \"reource-xxx\"\n}",
|
249
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"ResourceId\": \"
|
249
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"ResourceId\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
250
250
|
"title": "删除Datahub连接源"
|
251
251
|
}
|
252
252
|
],
|
253
253
|
"DeleteDatahubTask": [
|
254
254
|
{
|
255
255
|
"document": "",
|
256
|
-
"input": "
|
257
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TaskId\": \"
|
256
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDatahubTask\n<公共请求参数>\n\n{\n \"TaskId\": \"abc\"\n}",
|
257
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TaskId\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
258
258
|
"title": "删除Datahub任务"
|
259
259
|
}
|
260
260
|
],
|
@@ -366,7 +366,7 @@
|
|
366
366
|
{
|
367
367
|
"document": "",
|
368
368
|
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeConnectResource\n<公共请求参数>\n\n{\n \"ResourceId\": \"reource-xxx\"\n}",
|
369
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
369
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"ResourceId\": \"abc\",\n \"ResourceName\": \"abc\",\n \"Description\": \"abc\",\n \"Type\": \"abc\",\n \"Status\": 0,\n \"CreateTime\": \"abc\",\n \"ErrorMessage\": \"abc\",\n \"CurrentStep\": \"abc\",\n \"StepList\": [\n \"abc\"\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 \"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 \"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 \"RequestId\": \"abc\"\n }\n}",
|
370
370
|
"title": "查询Datahub连接源"
|
371
371
|
}
|
372
372
|
],
|
@@ -389,7 +389,7 @@
|
|
389
389
|
"DescribeDatahubGroupOffsets": [
|
390
390
|
{
|
391
391
|
"document": "",
|
392
|
-
"input": "
|
392
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatahubGroupOffsets\n<公共请求参数>\n\n{\n \"Group\": \"\\\"group\\\"\",\n \"Name\": \"xxx\"\n}",
|
393
393
|
"output": "{\n \"Response\": {\n \"Result\": {\n \"TotalCount\": 1,\n \"TopicList\": [\n {\n \"Topic\": \"test\",\n \"Partitions\": [\n {\n \"Partition\": 0,\n \"Offset\": 22689638,\n \"Metadata\": \"\",\n \"ErrorCode\": 0,\n \"LogEndOffset\": 207927929,\n \"Lag\": 185238291\n }\n ]\n }\n ]\n },\n \"RequestId\": \"fd9afa97-cc0f-4ea7-9da8-63914a0877e1\"\n }\n}",
|
394
394
|
"title": "获取消费分组offset"
|
395
395
|
}
|
@@ -397,8 +397,8 @@
|
|
397
397
|
"DescribeDatahubTask": [
|
398
398
|
{
|
399
399
|
"document": "",
|
400
|
-
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatahubTask\n<公共请求参数>\n\n{\n \"TaskId\": \"
|
401
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"Status\": 0,\n \"TransformsParam\": {\n \"KeepMetadata\": true,\n \"OutputFormat\": \"xx\",\n \"SourceType\": \"xx\",\n \"FilterParam\": [\n {\n \"MatchMode\": \"xx\",\n \"Type\": \"xx\",\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"FailureParam\": {\n \"RetryInterval\": 1,\n \"TopicParam\": {\n \"TopicId\": \"xx\",\n \"OffsetType\": \"xx\",\n \"Resource\": \"xx\",\n \"StartTime\": 1\n },\n \"KafkaParam\": {\n \"TopicId\": \"xx\",\n \"Resource\": \"xx\",\n \"PartitionNum\": 0,\n \"QpsLimit\": 1,\n \"EnableToleration\": true,\n \"SelfBuilt\": true,\n \"Topic\": \"xx\",\n \"OffsetType\": \"xx\",\n \"StartTime\": 1,\n \"UseTableMapping\": true,\n \"ResourceName\": \"xx\",\n \"ZoneId\": 0,\n \"TableMappings\": [\n {\n \"Topic\": \"xx\",\n \"Table\": \"xx\",\n \"TopicId\": \"xx\",\n \"Database\": \"xx\"\n }\n ]\n },\n \"MaxRetryAttempts\": 1,\n \"Type\": \"xx\",\n \"DlqType\": \"xx\"\n },\n \"Content\": \"xx\",\n \"Result\": \"xx\",\n \"FieldChain\": [\n {\n \"AnalyseJsonResult\": \"xx\",\n \"SecondaryAnalyseJsonResult\": \"xx\",\n \"Analyse\": {\n \"Regex\": \"xx\",\n \"InputValueType\": \"xx\",\n \"InputValue\": \"xx\",\n \"Format\": \"xx\"\n },\n \"SMT\": [\n {\n \"ValueOperates\": [\n {\n \"Result\": \"xx\",\n \"Replace\": {\n \"NewValue\": \"xx\",\n \"OldValue\": \"xx\"\n },\n \"Substr\": {\n \"Start\": 0,\n \"End\": 0\n },\n \"Split\": {\n \"Regex\": \"xx\"\n },\n \"KV\": {\n \"Regex\": \"xx\",\n \"KeepOriginalKey\": \"xx\",\n \"Delimiter\": \"xx\"\n },\n \"Date\": {\n \"TargetType\": \"xx\",\n \"TimeZone\": \"xx\",\n \"Format\": \"xx\"\n },\n \"Type\": \"xx\",\n \"RegexReplace\": {\n \"Regex\": \"xx\",\n \"NewValue\": \"xx\"\n }\n }\n ],\n \"Value\": \"xx\",\n \"SchemeType\": \"xx\",\n \"OriginalValue\": \"xx\",\n \"Key\": \"xx\",\n \"Operate\": \"xx\",\n \"ValueOperate\": {\n \"Result\": \"xx\",\n \"Replace\": {\n \"NewValue\": \"xx\",\n \"OldValue\": \"xx\"\n },\n \"Substr\": {\n \"Start\": 0,\n \"End\": 0\n },\n \"Split\": {\n \"Regex\": \"xx\"\n },\n \"KV\": {\n \"Regex\": \"xx\",\n \"KeepOriginalKey\": \"xx\",\n \"Delimiter\": \"xx\"\n },\n \"Date\": {\n \"TargetType\": \"xx\",\n \"TimeZone\": \"xx\",\n \"Format\": \"xx\"\n },\n \"Type\": \"xx\",\n \"RegexReplace\": {\n \"Regex\": \"xx\",\n \"NewValue\": \"xx\"\n }\n }\n }\n ],\n \"SecondaryAnalyseResult\": [\n {\n \"ValueOperates\": [\n {\n \"Result\": \"xx\",\n \"Replace\": {\n \"NewValue\": \"xx\",\n \"OldValue\": \"xx\"\n },\n \"Substr\": {\n \"Start\": 0,\n \"End\": 0\n },\n \"Split\": {\n \"Regex\": \"xx\"\n },\n \"KV\": {\n \"Regex\": \"xx\",\n \"KeepOriginalKey\": \"xx\",\n \"Delimiter\": \"xx\"\n },\n \"Date\": {\n \"TargetType\": \"xx\",\n \"TimeZone\": \"xx\",\n \"Format\": \"xx\"\n },\n \"Type\": \"xx\",\n \"RegexReplace\": {\n \"Regex\": \"xx\",\n \"NewValue\": \"xx\"\n }\n }\n ],\n \"Value\": \"xx\",\n \"SchemeType\": \"xx\",\n \"OriginalValue\": \"xx\",\n \"Key\": \"xx\",\n \"Operate\": \"xx\"\n }\n ],\n \"SecondaryAnalyse\": {\n \"Regex\": \"xx\"\n },\n \"Result\": \"xx\",\n \"AnalyseResult\": [\n {\n \"OriginalValue\": \"xx\",\n \"Operate\": \"xx\",\n \"Value\": \"xx\",\n \"Key\": \"xx\",\n \"SchemeType\": \"xx\"\n }\n ]\n }\n ],\n \"RowParam\": {\n \"RowContent\": \"xx\",\n \"KeyValueDelimiter\": \"xx\",\n \"EntryDelimiter\": \"xx\"\n }\n },\n \"Tags\": [\n {\n \"TagKey\": \"xx\",\n \"TagValue\": \"xx\"\n }\n ],\n \"SchemaId\": \"xx\",\n \"ErrorMessage\": \"xx\",\n \"TargetResource\": {\n \"EventBusParam\": {\n \"Resource\": \"xx\",\n \"FunctionName\": \"xx\",\n \"Namespace\": \"xx\",\n \"SelfBuilt\": true,\n \"Type\": \"xx\",\n \"Qualifier\": \"xx\"\n },\n \"ClickHouseParam\": {\n \"UserName\": \"xx\",\n \"Resource\": \"xx\",\n \"DropCls\": {\n \"DropInvalidMessageToCls\": true,\n \"DropClsTopicId\": \"xx\",\n \"DropClsRegion\": \"xx\",\n \"DropClsLogSet\": \"xx\",\n \"DropClsOwneruin\": \"xx\"\n },\n \"UniqVpcId\": \"xx\",\n \"Database\": \"xx\",\n \"Ip\": \"xx\",\n \"DropInvalidMessage\": true,\n \"SelfBuilt\": true,\n \"Cluster\": \"xx\",\n \"ServiceVip\": \"xx\",\n \"Table\": \"xx\",\n \"Password\": \"xx\",\n \"Type\": \"xx\",\n \"Port\": 0,\n \"Schema\": [\n {\n \"ColumnName\": \"xx\",\n \"Type\": \"xx\",\n \"JsonKey\": \"xx\",\n \"AllowNull\": true\n }\n ]\n },\n \"CtsdbParam\": {\n \"Resource\": \"xx\",\n \"CtsdbMetric\": \"xx\"\n },\n \"TdwParam\": {\n \"Tid\": \"xx\",\n \"Bid\": \"xx\",\n \"TdwHost\": \"xx\",\n \"IsDomestic\": true,\n \"TdwPort\": 0\n },\n \"MySQLParam\": {\n \"OutputFormat\": \"xx\",\n \"DropCls\": {\n \"DropInvalidMessageToCls\": true,\n \"DropClsTopicId\": \"xx\",\n \"DropClsRegion\": \"xx\",\n \"DropClsLogSet\": \"xx\",\n \"DropClsOwneruin\": \"xx\"\n },\n \"DataSourceIncrementMode\": \"xx\",\n \"DataSourceMonitorMode\": \"xx\",\n \"IncludeContentChanges\": \"xx\",\n \"DataTargetPrimaryKeyField\": \"xx\",\n \"TopicReplacement\": \"xx\",\n \"TopicRegex\": \"xx\",\n \"DataTargetInsertMode\": \"xx\",\n \"DataSourceIncrementColumn\": \"xx\",\n \"Resource\": \"xx\",\n \"Database\": \"xx\",\n \"DdlTopic\": \"xx\",\n \"IncludeQuery\": true,\n \"DataTargetRecordMapping\": [\n {\n \"JsonKey\": \"xx\",\n \"ColumnName\": \"xx\",\n \"AutoIncrement\": true,\n \"DefaultValue\": \"xx\",\n \"ExtraInfo\": \"xx\",\n \"AllowNull\": true,\n \"ColumnSize\": \"xx\",\n \"Type\": \"xx\",\n \"DecimalDigits\": \"xx\"\n }\n ],\n \"DataSourceMonitorResource\": \"xx\",\n \"KeyColumns\": \"xx\",\n \"RecordWithSchema\": true,\n \"DropInvalidMessage\": true,\n \"SnapshotMode\": \"xx\",\n \"IsTablePrefix\": true,\n \"Table\": \"xx\",\n \"DataSourceStartFrom\": \"xx\"\n },\n \"CosParam\": {\n \"FormatOutputType\": \"xx\",\n \"DirectoryTimeFormat\": \"xx\",\n \"ObjectKey\": \"xx\",\n \"BucketName\": \"xx\",\n \"AggregateBatchSize\": 1,\n \"ObjectKeyPrefix\": \"xx\",\n \"Region\": \"xx\",\n \"AggregateInterval\": 1\n },\n \"TopicParam\": {\n \"TopicId\": \"xx\",\n \"OffsetType\": \"xx\",\n \"Resource\": \"xx\",\n \"StartTime\": 1\n },\n \"KafkaParam\": {\n \"TopicId\": \"xx\",\n \"Resource\": \"xx\",\n \"PartitionNum\": 0,\n \"QpsLimit\": 1,\n \"EnableToleration\": true,\n \"SelfBuilt\": true,\n \"Topic\": \"xx\",\n \"OffsetType\": \"xx\",\n \"StartTime\": 1,\n \"UseTableMapping\": true,\n \"ResourceName\": \"xx\",\n \"ZoneId\": 0,\n \"TableMappings\": [\n {\n \"Topic\": \"xx\",\n \"Table\": \"xx\",\n \"TopicId\": \"xx\",\n \"Database\": \"xx\"\n }\n ]\n },\n \"EsParam\": {\n \"UserName\": \"xx\",\n \"Index\": \"xx\",\n \"Resource\": \"xx\",\n \"IndexType\": \"xx\",\n \"UniqVpcId\": \"xx\",\n \"DropInvalidMessage\": true,\n \"DateFormat\": \"xx\",\n \"SelfBuilt\": true,\n \"DropInvalidJsonMessage\": true,\n \"ServiceVip\": \"xx\",\n \"DropCls\": {\n \"DropInvalidMessageToCls\": true,\n \"DropClsTopicId\": \"xx\",\n \"DropClsRegion\": \"xx\",\n \"DropClsLogSet\": \"xx\",\n \"DropClsOwneruin\": \"xx\"\n },\n \"Password\": \"xx\",\n \"Port\": 0,\n \"DatabasePrimaryKey\": \"xx\",\n \"ContentKey\": \"xx\",\n \"DocumentIdField\": \"xx\"\n },\n \"DtsParam\": {\n \"Resource\": \"xx\",\n \"Ip\": \"xx\",\n \"TranSql\": true,\n \"GroupId\": \"xx\",\n \"Topic\": \"xx\",\n \"GroupUser\": \"xx\",\n \"GroupPassword\": \"xx\",\n \"Port\": 0\n },\n \"MongoDBParam\": {\n \"UserName\": \"xx\",\n \"CopyExisting\": true,\n \"Pipeline\": \"xx\",\n \"ListeningEvent\": \"xx\",\n \"Resource\": \"xx\",\n \"ReadPreference\": \"xx\",\n \"Database\": \"xx\",\n \"Ip\": \"xx\",\n \"Collection\": \"xx\",\n \"SelfBuilt\": true,\n \"Password\": \"xx\",\n \"Port\": 0\n },\n \"PostgreSQLParam\": {\n \"DataTargetInsertMode\": \"xx\",\n \"Resource\": \"xx\",\n \"Database\": \"xx\",\n \"DropInvalidMessage\": true,\n \"DataTargetRecordMapping\": [\n {\n \"JsonKey\": \"xx\",\n \"ColumnName\": \"xx\",\n \"AutoIncrement\": true,\n \"DefaultValue\": \"xx\",\n \"ExtraInfo\": \"xx\",\n \"AllowNull\": true,\n \"ColumnSize\": \"xx\",\n \"Type\": \"xx\",\n \"DecimalDigits\": \"xx\"\n }\n ],\n \"SnapshotMode\": \"xx\",\n \"PluginName\": \"xx\",\n \"DataFormat\": \"xx\",\n \"KeyColumns\": \"xx\",\n \"RecordWithSchema\": true,\n \"DataTargetPrimaryKeyField\": \"xx\",\n \"Table\": \"xx\",\n \"IsTableRegular\": true\n },\n \"SQLServerParam\": {\n \"Table\": \"xx\",\n \"SnapshotMode\": \"xx\",\n \"Resource\": \"xx\",\n \"Database\": \"xx\"\n },\n \"MariaDBParam\": {\n \"OutputFormat\": \"xx\",\n \"Resource\": \"xx\",\n \"Database\": \"xx\",\n \"IncludeQuery\": true,\n \"SnapshotMode\": \"xx\",\n \"KeyColumns\": \"xx\",\n \"IsTablePrefix\": true,\n \"IncludeContentChanges\": \"xx\",\n \"Table\": \"xx\",\n \"RecordWithSchema\": true\n },\n \"Type\": \"xx\",\n \"ClsParam\": {\n \"LogSet\": \"xx\",\n \"TimeField\": \"xx\",\n \"Resource\": \"xx\",\n \"ContentKey\": \"xx\",\n \"DecodeJson\": true\n }\n },\n \"TaskType\": \"xx\",\n \"Connections\": [\n {\n \"TopicId\": \"xx\",\n \"TopicName\": \"xx\",\n \"GroupId\": \"xx\"\n }\n ],\n \"TransformParam\": {\n \"Regex\": \"xx\",\n \"OutputFormat\": \"xx\",\n \"SourceType\": \"xx\",\n \"FilterParam\": [\n {\n \"MatchMode\": \"xx\",\n \"Type\": \"xx\",\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"UseEventBus\": true,\n \"FailureParam\": {\n \"RetryInterval\": 1,\n \"TopicParam\": {\n \"TopicId\": \"xx\",\n \"OffsetType\": \"xx\",\n \"Resource\": \"xx\",\n \"StartTime\": 1\n },\n \"KafkaParam\": {\n \"TopicId\": \"xx\",\n \"Resource\": \"xx\",\n \"PartitionNum\": 0,\n \"QpsLimit\": 1,\n \"EnableToleration\": true,\n \"SelfBuilt\": true,\n \"Topic\": \"xx\",\n \"OffsetType\": \"xx\",\n \"StartTime\": 1,\n \"UseTableMapping\": true,\n \"ResourceName\": \"xx\",\n \"ZoneId\": 0,\n \"TableMappings\": [\n {\n \"Topic\": \"xx\",\n \"Table\": \"xx\",\n \"TopicId\": \"xx\",\n \"Database\": \"xx\"\n }\n ]\n },\n \"MaxRetryAttempts\": 1,\n \"Type\": \"xx\",\n \"DlqType\": \"xx\"\n },\n \"Content\": \"xx\",\n \"AnalysisFormat\": \"xx\",\n \"MapParam\": [\n {\n \"Type\": \"xx\",\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"AnalyseResult\": [\n {\n \"Type\": \"xx\",\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Result\": \"xx\"\n },\n \"TaskId\": \"xx\",\n \"DatahubId\": \"xx\",\n \"SourceResource\": {\n \"EventBusParam\": {\n \"Resource\": \"xx\",\n \"FunctionName\": \"xx\",\n \"Namespace\": \"xx\",\n \"SelfBuilt\": true,\n \"Type\": \"xx\",\n \"Qualifier\": \"xx\"\n },\n \"ClickHouseParam\": {\n \"UserName\": \"xx\",\n \"Resource\": \"xx\",\n \"UniqVpcId\": \"xx\",\n \"Database\": \"xx\",\n \"Ip\": \"xx\",\n \"DropInvalidMessage\": true,\n \"SelfBuilt\": true,\n \"Cluster\": \"xx\",\n \"ServiceVip\": \"xx\",\n \"Table\": \"xx\",\n \"Password\": \"xx\",\n \"Type\": \"xx\",\n \"Port\": 0,\n \"Schema\": [\n {\n \"ColumnName\": \"xx\",\n \"Type\": \"xx\",\n \"JsonKey\": \"xx\",\n \"AllowNull\": true\n }\n ]\n },\n \"CtsdbParam\": {\n \"Resource\": \"xx\",\n \"CtsdbMetric\": \"xx\"\n },\n \"TdwParam\": {\n \"Tid\": \"xx\",\n \"Bid\": \"xx\",\n \"TdwHost\": \"xx\",\n \"IsDomestic\": true,\n \"TdwPort\": 0\n },\n \"MySQLParam\": {\n \"OutputFormat\": \"xx\",\n \"DataSourceIncrementMode\": \"xx\",\n \"DataSourceMonitorMode\": \"xx\",\n \"IncludeContentChanges\": \"xx\",\n \"DataTargetPrimaryKeyField\": \"xx\",\n \"TopicReplacement\": \"xx\",\n \"TopicRegex\": \"xx\",\n \"DataTargetInsertMode\": \"xx\",\n \"DataSourceIncrementColumn\": \"xx\",\n \"Resource\": \"xx\",\n \"Database\": \"xx\",\n \"DdlTopic\": \"xx\",\n \"IncludeQuery\": true,\n \"DataTargetRecordMapping\": [\n {\n \"JsonKey\": \"xx\",\n \"ColumnName\": \"xx\",\n \"AutoIncrement\": true,\n \"DefaultValue\": \"xx\",\n \"ExtraInfo\": \"xx\",\n \"AllowNull\": true,\n \"ColumnSize\": \"xx\",\n \"Type\": \"xx\",\n \"DecimalDigits\": \"xx\"\n }\n ],\n \"DataSourceMonitorResource\": \"xx\",\n \"KeyColumns\": \"xx\",\n \"RecordWithSchema\": true,\n \"DropInvalidMessage\": true,\n \"SnapshotMode\": \"xx\",\n \"IsTablePrefix\": true,\n \"Table\": \"xx\",\n \"DataSourceStartFrom\": \"xx\"\n },\n \"CosParam\": {\n \"FormatOutputType\": \"xx\",\n \"DirectoryTimeFormat\": \"xx\",\n \"ObjectKey\": \"xx\",\n \"BucketName\": \"xx\",\n \"AggregateBatchSize\": 1,\n \"ObjectKeyPrefix\": \"xx\",\n \"Region\": \"xx\",\n \"AggregateInterval\": 1\n },\n \"EsParam\": {\n \"UserName\": \"xx\",\n \"Index\": \"xx\",\n \"Resource\": \"xx\",\n \"IndexType\": \"xx\",\n \"UniqVpcId\": \"xx\",\n \"DropInvalidMessage\": true,\n \"DateFormat\": \"xx\",\n \"SelfBuilt\": true,\n \"ServiceVip\": \"xx\",\n \"DatabasePrimaryKey\": \"xx\",\n \"Password\": \"xx\",\n \"DropInvalidJsonMessage\": true,\n \"Port\": 0,\n \"ContentKey\": \"xx\",\n \"DocumentIdField\": \"xx\"\n },\n \"DtsParam\": {\n \"Resource\": \"xx\",\n \"Ip\": \"xx\",\n \"TranSql\": true,\n \"GroupId\": \"xx\",\n \"Topic\": \"xx\",\n \"GroupUser\": \"xx\",\n \"GroupPassword\": \"xx\",\n \"Port\": 0\n },\n \"MongoDBParam\": {\n \"UserName\": \"xx\",\n \"CopyExisting\": true,\n \"Pipeline\": \"xx\",\n \"ListeningEvent\": \"xx\",\n \"Resource\": \"xx\",\n \"ReadPreference\": \"xx\",\n \"Database\": \"xx\",\n \"Ip\": \"xx\",\n \"Collection\": \"xx\",\n \"SelfBuilt\": true,\n \"Password\": \"xx\",\n \"Port\": 0\n },\n \"PostgreSQLParam\": {\n \"DataTargetInsertMode\": \"xx\",\n \"Resource\": \"xx\",\n \"Database\": \"xx\",\n \"DropInvalidMessage\": true,\n \"SnapshotMode\": \"xx\",\n \"PluginName\": \"xx\",\n \"DataFormat\": \"xx\",\n \"KeyColumns\": \"xx\",\n \"RecordWithSchema\": true,\n \"DataTargetPrimaryKeyField\": \"xx\",\n \"Table\": \"xx\",\n \"IsTableRegular\": true\n },\n \"SQLServerParam\": {\n \"Table\": \"xx\",\n \"SnapshotMode\": \"xx\",\n \"Resource\": \"xx\",\n \"Database\": \"xx\"\n },\n \"MariaDBParam\": {\n \"OutputFormat\": \"xx\",\n \"Resource\": \"xx\",\n \"Database\": \"xx\",\n \"IncludeQuery\": true,\n \"SnapshotMode\": \"xx\",\n \"KeyColumns\": \"xx\",\n \"IsTablePrefix\": true,\n \"IncludeContentChanges\": \"xx\",\n \"Table\": \"xx\",\n \"RecordWithSchema\": true\n },\n \"Type\": \"xx\",\n \"ClsParam\": {\n \"LogSet\": \"xx\",\n \"TimeField\": \"xx\",\n \"Resource\": \"xx\",\n \"ContentKey\": \"xx\",\n \"DecodeJson\": true\n }\n },\n \"SchemaName\": \"xx\",\n \"TaskName\": \"xx\",\n \"CreateTime\": \"xx\"\n },\n \"RequestId\": \"xx\"\n }\n}",
|
400
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatahubTask\n<公共请求参数>\n\n{\n \"TaskId\": \"abc\"\n}",
|
401
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TaskId\": \"abc\",\n \"TaskName\": \"abc\",\n \"TaskType\": \"abc\",\n \"Status\": 0,\n \"SourceResource\": {\n \"Type\": \"abc\",\n \"KafkaParam\": {\n \"SelfBuilt\": true,\n \"Resource\": \"abc\",\n \"Topic\": \"abc\",\n \"OffsetType\": \"abc\",\n \"StartTime\": 1,\n \"ResourceName\": \"abc\",\n \"ZoneId\": 0,\n \"TopicId\": \"abc\",\n \"PartitionNum\": 0,\n \"EnableToleration\": true,\n \"QpsLimit\": 1,\n \"TableMappings\": [\n {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Topic\": \"abc\",\n \"TopicId\": \"abc\"\n }\n ],\n \"UseTableMapping\": true,\n \"UseAutoCreateTopic\": true,\n \"CompressionType\": \"abc\",\n \"MsgMultiple\": 0,\n \"ConnectorSyncType\": \"abc\",\n \"KeepPartition\": true\n },\n \"EventBusParam\": {\n \"Type\": \"abc\",\n \"SelfBuilt\": true,\n \"Resource\": \"abc\",\n \"Namespace\": \"abc\",\n \"FunctionName\": \"abc\",\n \"Qualifier\": \"abc\"\n },\n \"MongoDBParam\": {\n \"Database\": \"abc\",\n \"Collection\": \"abc\",\n \"CopyExisting\": true,\n \"Resource\": \"abc\",\n \"Ip\": \"abc\",\n \"Port\": 0,\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"ListeningEvent\": \"abc\",\n \"ReadPreference\": \"abc\",\n \"Pipeline\": \"abc\",\n \"SelfBuilt\": true\n },\n \"EsParam\": {\n \"Resource\": \"abc\",\n \"Port\": 0,\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"SelfBuilt\": true,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"DropInvalidMessage\": true,\n \"Index\": \"abc\",\n \"DateFormat\": \"abc\",\n \"ContentKey\": \"abc\",\n \"DropInvalidJsonMessage\": true,\n \"DocumentIdField\": \"abc\",\n \"IndexType\": \"abc\",\n \"DropCls\": {\n \"DropInvalidMessageToCls\": true,\n \"DropClsRegion\": \"abc\",\n \"DropClsOwneruin\": \"abc\",\n \"DropClsTopicId\": \"abc\",\n \"DropClsLogSet\": \"abc\"\n },\n \"DatabasePrimaryKey\": \"abc\",\n \"DropDlq\": {\n \"Type\": \"abc\",\n \"KafkaParam\": {\n \"SelfBuilt\": true,\n \"Resource\": \"abc\",\n \"Topic\": \"abc\",\n \"OffsetType\": \"abc\",\n \"StartTime\": 1,\n \"ResourceName\": \"abc\",\n \"ZoneId\": 0,\n \"TopicId\": \"abc\",\n \"PartitionNum\": 0,\n \"EnableToleration\": true,\n \"QpsLimit\": 1,\n \"TableMappings\": [\n {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Topic\": \"abc\",\n \"TopicId\": \"abc\"\n }\n ],\n \"UseTableMapping\": true,\n \"UseAutoCreateTopic\": true,\n \"CompressionType\": \"abc\",\n \"MsgMultiple\": 0,\n \"ConnectorSyncType\": \"abc\",\n \"KeepPartition\": true\n },\n \"RetryInterval\": 1,\n \"MaxRetryAttempts\": 1,\n \"TopicParam\": {\n \"Resource\": \"abc\",\n \"OffsetType\": \"abc\",\n \"StartTime\": 1,\n \"TopicId\": \"abc\",\n \"CompressionType\": \"abc\",\n \"UseAutoCreateTopic\": true,\n \"MsgMultiple\": 0\n },\n \"DlqType\": \"abc\"\n },\n \"RecordMappingList\": [\n {\n \"ColumnName\": \"abc\",\n \"JsonKey\": \"abc\"\n }\n ],\n \"DateField\": \"abc\",\n \"RecordMappingMode\": \"abc\"\n },\n \"TdwParam\": {\n \"Bid\": \"abc\",\n \"Tid\": \"abc\",\n \"IsDomestic\": true,\n \"TdwHost\": \"abc\",\n \"TdwPort\": 0\n },\n \"DtsParam\": {\n \"Resource\": \"abc\",\n \"Ip\": \"abc\",\n \"Port\": 0,\n \"Topic\": \"abc\",\n \"GroupId\": \"abc\",\n \"GroupUser\": \"abc\",\n \"GroupPassword\": \"abc\",\n \"TranSql\": true\n },\n \"ClickHouseParam\": {\n \"Ip\": \"abc\",\n \"Port\": 0,\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Cluster\": \"abc\",\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Schema\": [\n {\n \"ColumnName\": \"abc\",\n \"JsonKey\": \"abc\",\n \"Type\": \"abc\",\n \"AllowNull\": true\n }\n ],\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"Resource\": \"abc\",\n \"SelfBuilt\": true,\n \"DropInvalidMessage\": true,\n \"Type\": \"abc\",\n \"DropCls\": {\n \"DropInvalidMessageToCls\": true,\n \"DropClsRegion\": \"abc\",\n \"DropClsOwneruin\": \"abc\",\n \"DropClsTopicId\": \"abc\",\n \"DropClsLogSet\": \"abc\"\n },\n \"BatchSize\": 0,\n \"ConsumerFetchMinBytes\": 0,\n \"ConsumerFetchMaxWaitMs\": 0\n },\n \"ClsParam\": {\n \"DecodeJson\": true,\n \"Resource\": \"abc\",\n \"LogSet\": \"abc\",\n \"ContentKey\": \"abc\",\n \"TimeField\": \"abc\"\n },\n \"CosParam\": {\n \"BucketName\": \"abc\",\n \"Region\": \"abc\",\n \"ObjectKey\": \"abc\",\n \"AggregateBatchSize\": 1,\n \"AggregateInterval\": 1,\n \"FormatOutputType\": \"abc\",\n \"ObjectKeyPrefix\": \"abc\",\n \"DirectoryTimeFormat\": \"abc\"\n },\n \"MySQLParam\": {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Resource\": \"abc\",\n \"SnapshotMode\": \"abc\",\n \"DdlTopic\": \"abc\",\n \"DataSourceMonitorMode\": \"abc\",\n \"DataSourceMonitorResource\": \"abc\",\n \"DataSourceIncrementMode\": \"abc\",\n \"DataSourceIncrementColumn\": \"abc\",\n \"DataSourceStartFrom\": \"abc\",\n \"DataTargetInsertMode\": \"abc\",\n \"DataTargetPrimaryKeyField\": \"abc\",\n \"DataTargetRecordMapping\": [\n {\n \"JsonKey\": \"abc\",\n \"Type\": \"abc\",\n \"AllowNull\": true,\n \"ColumnName\": \"abc\",\n \"ExtraInfo\": \"abc\",\n \"ColumnSize\": \"abc\",\n \"DecimalDigits\": \"abc\",\n \"AutoIncrement\": true,\n \"DefaultValue\": \"abc\"\n }\n ],\n \"TopicRegex\": \"abc\",\n \"TopicReplacement\": \"abc\",\n \"KeyColumns\": \"abc\",\n \"DropInvalidMessage\": true,\n \"DropCls\": {\n \"DropInvalidMessageToCls\": true,\n \"DropClsRegion\": \"abc\",\n \"DropClsOwneruin\": \"abc\",\n \"DropClsTopicId\": \"abc\",\n \"DropClsLogSet\": \"abc\"\n },\n \"OutputFormat\": \"abc\",\n \"IsTablePrefix\": true,\n \"IncludeContentChanges\": \"abc\",\n \"IncludeQuery\": true,\n \"RecordWithSchema\": true,\n \"SignalDatabase\": \"abc\",\n \"IsTableRegular\": true,\n \"SignalTable\": \"abc\",\n \"DateTimeZone\": \"abc\",\n \"SelfBuilt\": true\n },\n \"PostgreSQLParam\": {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Resource\": \"abc\",\n \"PluginName\": \"abc\",\n \"SnapshotMode\": \"abc\",\n \"DataFormat\": \"abc\",\n \"DataTargetInsertMode\": \"abc\",\n \"DataTargetPrimaryKeyField\": \"abc\",\n \"DataTargetRecordMapping\": [\n {\n \"JsonKey\": \"abc\",\n \"Type\": \"abc\",\n \"AllowNull\": true,\n \"ColumnName\": \"abc\",\n \"ExtraInfo\": \"abc\",\n \"ColumnSize\": \"abc\",\n \"DecimalDigits\": \"abc\",\n \"AutoIncrement\": true,\n \"DefaultValue\": \"abc\"\n }\n ],\n \"DropInvalidMessage\": true,\n \"IsTableRegular\": true,\n \"KeyColumns\": \"abc\",\n \"RecordWithSchema\": true\n },\n \"TopicParam\": {\n \"Resource\": \"abc\",\n \"OffsetType\": \"abc\",\n \"StartTime\": 1,\n \"TopicId\": \"abc\",\n \"CompressionType\": \"abc\",\n \"UseAutoCreateTopic\": true,\n \"MsgMultiple\": 0\n },\n \"MariaDBParam\": {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Resource\": \"abc\",\n \"SnapshotMode\": \"abc\",\n \"KeyColumns\": \"abc\",\n \"IsTablePrefix\": true,\n \"OutputFormat\": \"abc\",\n \"IncludeContentChanges\": \"abc\",\n \"IncludeQuery\": true,\n \"RecordWithSchema\": true\n },\n \"SQLServerParam\": {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Resource\": \"abc\",\n \"SnapshotMode\": \"abc\"\n },\n \"CtsdbParam\": {\n \"Resource\": \"abc\",\n \"CtsdbMetric\": \"abc\"\n },\n \"ScfParam\": {\n \"FunctionName\": \"abc\",\n \"Namespace\": \"abc\",\n \"Qualifier\": \"abc\",\n \"BatchSize\": 0,\n \"MaxRetries\": 0\n },\n \"MqttParam\": {\n \"Topics\": \"abc\",\n \"CleanSession\": true,\n \"Resource\": \"abc\",\n \"Ip\": \"abc\",\n \"Port\": 0,\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Qos\": 0,\n \"MaxTasks\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"SelfBuilt\": true\n }\n },\n \"TargetResource\": {\n \"Type\": \"abc\",\n \"KafkaParam\": {\n \"SelfBuilt\": true,\n \"Resource\": \"abc\",\n \"Topic\": \"abc\",\n \"OffsetType\": \"abc\",\n \"StartTime\": 1,\n \"ResourceName\": \"abc\",\n \"ZoneId\": 0,\n \"TopicId\": \"abc\",\n \"PartitionNum\": 0,\n \"EnableToleration\": true,\n \"QpsLimit\": 1,\n \"TableMappings\": [\n {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Topic\": \"abc\",\n \"TopicId\": \"abc\"\n }\n ],\n \"UseTableMapping\": true,\n \"UseAutoCreateTopic\": true,\n \"CompressionType\": \"abc\",\n \"MsgMultiple\": 0,\n \"ConnectorSyncType\": \"abc\",\n \"KeepPartition\": true\n },\n \"EventBusParam\": {\n \"Type\": \"abc\",\n \"SelfBuilt\": true,\n \"Resource\": \"abc\",\n \"Namespace\": \"abc\",\n \"FunctionName\": \"abc\",\n \"Qualifier\": \"abc\"\n },\n \"MongoDBParam\": {\n \"Database\": \"abc\",\n \"Collection\": \"abc\",\n \"CopyExisting\": true,\n \"Resource\": \"abc\",\n \"Ip\": \"abc\",\n \"Port\": 0,\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"ListeningEvent\": \"abc\",\n \"ReadPreference\": \"abc\",\n \"Pipeline\": \"abc\",\n \"SelfBuilt\": true\n },\n \"EsParam\": {\n \"Resource\": \"abc\",\n \"Port\": 0,\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"SelfBuilt\": true,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"DropInvalidMessage\": true,\n \"Index\": \"abc\",\n \"DateFormat\": \"abc\",\n \"ContentKey\": \"abc\",\n \"DropInvalidJsonMessage\": true,\n \"DocumentIdField\": \"abc\",\n \"IndexType\": \"abc\",\n \"DatabasePrimaryKey\": \"abc\",\n \"DropDlq\": {\n \"Type\": \"abc\",\n \"RetryInterval\": 1,\n \"MaxRetryAttempts\": 1,\n \"TopicParam\": {\n \"Resource\": \"abc\",\n \"OffsetType\": \"abc\",\n \"StartTime\": 1,\n \"TopicId\": \"abc\",\n \"CompressionType\": \"abc\",\n \"UseAutoCreateTopic\": true,\n \"MsgMultiple\": 0\n },\n \"DlqType\": \"abc\"\n },\n \"RecordMappingList\": [\n {\n \"ColumnName\": \"abc\",\n \"JsonKey\": \"abc\"\n }\n ],\n \"DateField\": \"abc\",\n \"RecordMappingMode\": \"abc\"\n },\n \"TdwParam\": {\n \"Bid\": \"abc\",\n \"Tid\": \"abc\",\n \"IsDomestic\": true,\n \"TdwHost\": \"abc\",\n \"TdwPort\": 0\n },\n \"DtsParam\": {\n \"Resource\": \"abc\",\n \"Ip\": \"abc\",\n \"Port\": 0,\n \"Topic\": \"abc\",\n \"GroupId\": \"abc\",\n \"GroupUser\": \"abc\",\n \"GroupPassword\": \"abc\",\n \"TranSql\": true\n },\n \"ClickHouseParam\": {\n \"Ip\": \"abc\",\n \"Port\": 0,\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Cluster\": \"abc\",\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Schema\": [\n {\n \"ColumnName\": \"abc\",\n \"JsonKey\": \"abc\",\n \"Type\": \"abc\",\n \"AllowNull\": true\n }\n ],\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"Resource\": \"abc\",\n \"SelfBuilt\": true,\n \"DropInvalidMessage\": true,\n \"Type\": \"abc\",\n \"BatchSize\": 0,\n \"ConsumerFetchMinBytes\": 0,\n \"ConsumerFetchMaxWaitMs\": 0\n },\n \"ClsParam\": {\n \"DecodeJson\": true,\n \"Resource\": \"abc\",\n \"LogSet\": \"abc\",\n \"ContentKey\": \"abc\",\n \"TimeField\": \"abc\"\n },\n \"CosParam\": {\n \"BucketName\": \"abc\",\n \"Region\": \"abc\",\n \"ObjectKey\": \"abc\",\n \"AggregateBatchSize\": 1,\n \"AggregateInterval\": 1,\n \"FormatOutputType\": \"abc\",\n \"ObjectKeyPrefix\": \"abc\",\n \"DirectoryTimeFormat\": \"abc\"\n },\n \"MySQLParam\": {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Resource\": \"abc\",\n \"SnapshotMode\": \"abc\",\n \"DdlTopic\": \"abc\",\n \"DataSourceMonitorMode\": \"abc\",\n \"DataSourceMonitorResource\": \"abc\",\n \"DataSourceIncrementMode\": \"abc\",\n \"DataSourceIncrementColumn\": \"abc\",\n \"DataSourceStartFrom\": \"abc\",\n \"DataTargetInsertMode\": \"abc\",\n \"DataTargetPrimaryKeyField\": \"abc\",\n \"DataTargetRecordMapping\": [\n {\n \"JsonKey\": \"abc\",\n \"Type\": \"abc\",\n \"AllowNull\": true,\n \"ColumnName\": \"abc\",\n \"ExtraInfo\": \"abc\",\n \"ColumnSize\": \"abc\",\n \"DecimalDigits\": \"abc\",\n \"AutoIncrement\": true,\n \"DefaultValue\": \"abc\"\n }\n ],\n \"TopicRegex\": \"abc\",\n \"TopicReplacement\": \"abc\",\n \"KeyColumns\": \"abc\",\n \"DropInvalidMessage\": true,\n \"OutputFormat\": \"abc\",\n \"IsTablePrefix\": true,\n \"IncludeContentChanges\": \"abc\",\n \"IncludeQuery\": true,\n \"RecordWithSchema\": true,\n \"SignalDatabase\": \"abc\",\n \"IsTableRegular\": true,\n \"SignalTable\": \"abc\",\n \"DateTimeZone\": \"abc\",\n \"SelfBuilt\": true\n },\n \"PostgreSQLParam\": {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Resource\": \"abc\",\n \"PluginName\": \"abc\",\n \"SnapshotMode\": \"abc\",\n \"DataFormat\": \"abc\",\n \"DataTargetInsertMode\": \"abc\",\n \"DataTargetPrimaryKeyField\": \"abc\",\n \"DropInvalidMessage\": true,\n \"IsTableRegular\": true,\n \"KeyColumns\": \"abc\",\n \"RecordWithSchema\": true\n },\n \"MariaDBParam\": {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Resource\": \"abc\",\n \"SnapshotMode\": \"abc\",\n \"KeyColumns\": \"abc\",\n \"IsTablePrefix\": true,\n \"OutputFormat\": \"abc\",\n \"IncludeContentChanges\": \"abc\",\n \"IncludeQuery\": true,\n \"RecordWithSchema\": true\n },\n \"SQLServerParam\": {\n \"Database\": \"abc\",\n \"Table\": \"abc\",\n \"Resource\": \"abc\",\n \"SnapshotMode\": \"abc\"\n },\n \"CtsdbParam\": {\n \"Resource\": \"abc\",\n \"CtsdbMetric\": \"abc\"\n },\n \"ScfParam\": {\n \"FunctionName\": \"abc\",\n \"Namespace\": \"abc\",\n \"Qualifier\": \"abc\",\n \"BatchSize\": 0,\n \"MaxRetries\": 0\n },\n \"MqttParam\": {\n \"Topics\": \"abc\",\n \"CleanSession\": true,\n \"Resource\": \"abc\",\n \"Ip\": \"abc\",\n \"Port\": 0,\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Qos\": 0,\n \"MaxTasks\": 0,\n \"ServiceVip\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"SelfBuilt\": true\n }\n },\n \"Connections\": [\n {\n \"TopicName\": \"abc\",\n \"GroupId\": \"abc\",\n \"TopicId\": \"abc\"\n }\n ],\n \"CreateTime\": \"abc\",\n \"TransformParam\": {\n \"AnalysisFormat\": \"abc\",\n \"Regex\": \"abc\",\n \"MapParam\": [\n {\n \"Key\": \"abc\",\n \"Type\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"FilterParam\": [\n {\n \"Key\": \"abc\",\n \"Type\": \"abc\",\n \"MatchMode\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"OutputFormat\": \"abc\",\n \"FailureParam\": {\n \"Type\": \"abc\",\n \"RetryInterval\": 1,\n \"MaxRetryAttempts\": 1,\n \"DlqType\": \"abc\",\n \"KafkaParam\": {\n \"SelfBuilt\": true,\n \"Resource\": \"ccc\",\n \"Topic\": \"ac\",\n \"OffsetType\": \"c\",\n \"StartTime\": 1703990000,\n \"ResourceName\": \"cnnnc\",\n \"ZoneId\": 120399,\n \"TopicId\": \"corooco\",\n \"PartitionNum\": 1,\n \"EnableToleration\": true,\n \"QpsLimit\": 133,\n \"TableMappings\": [],\n \"UseTableMapping\": true,\n \"UseAutoCreateTopic\": true,\n \"CompressionType\": \"\",\n \"MsgMultiple\": 1,\n \"ConnectorSyncType\": \"\",\n \"KeepPartition\": true\n },\n \"TopicParam\": {\n \"Resource\": \"\",\n \"OffsetType\": \"\",\n \"StartTime\": 139001030,\n \"CompressionType\": \"cc\",\n \"UseAutoCreateTopic\": true,\n \"MsgMultiple\": 1\n }\n },\n \"Content\": \"abc\",\n \"SourceType\": \"abc\",\n \"Result\": \"abc\",\n \"AnalyseResult\": [\n {\n \"Key\": \"abc\",\n \"Type\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"UseEventBus\": true\n },\n \"DatahubId\": \"abc\",\n \"SchemaId\": \"abc\",\n \"SchemaName\": \"abc\",\n \"TransformsParam\": {\n \"Content\": \"abc\",\n \"FailureParam\": {\n \"Type\": \"abc\",\n \"RetryInterval\": 1,\n \"MaxRetryAttempts\": 1,\n \"DlqType\": \"abc\",\n \"KafkaParam\": {\n \"SelfBuilt\": true,\n \"Resource\": \"ccc\",\n \"Topic\": \"ac\",\n \"OffsetType\": \"c\",\n \"StartTime\": 1703990000,\n \"ResourceName\": \"cnnnc\",\n \"ZoneId\": 120399,\n \"TopicId\": \"corooco\",\n \"PartitionNum\": 1,\n \"EnableToleration\": true,\n \"QpsLimit\": 133,\n \"TableMappings\": [],\n \"UseTableMapping\": true,\n \"UseAutoCreateTopic\": true,\n \"CompressionType\": \"\",\n \"MsgMultiple\": 1,\n \"ConnectorSyncType\": \"\",\n \"KeepPartition\": true\n },\n \"TopicParam\": {\n \"Resource\": \"\",\n \"OffsetType\": \"\",\n \"StartTime\": 139001030,\n \"CompressionType\": \"cc\",\n \"UseAutoCreateTopic\": true,\n \"MsgMultiple\": 1\n }\n },\n \"FieldChain\": [\n {\n \"Analyse\": {\n \"Format\": \"abc\",\n \"Regex\": \"abc\",\n \"InputValueType\": \"abc\",\n \"InputValue\": \"abc\"\n },\n \"SecondaryAnalyse\": {\n \"Regex\": \"abc\"\n },\n \"SMT\": [\n {\n \"Key\": \"abc\",\n \"Operate\": \"abc\",\n \"SchemeType\": \"abc\",\n \"Value\": \"abc\",\n \"ValueOperate\": {\n \"Type\": \"abc\",\n \"Replace\": {\n \"OldValue\": \"abc\",\n \"NewValue\": \"abc\"\n },\n \"Substr\": {\n \"Start\": 0,\n \"End\": 0\n },\n \"Date\": {\n \"Format\": \"abc\",\n \"TargetType\": \"abc\",\n \"TimeZone\": \"abc\"\n },\n \"RegexReplace\": {\n \"Regex\": \"abc\",\n \"NewValue\": \"abc\"\n },\n \"Split\": {\n \"Regex\": \"abc\"\n },\n \"KV\": {\n \"Delimiter\": \"abc\",\n \"Regex\": \"abc\",\n \"KeepOriginalKey\": \"abc\"\n },\n \"Result\": \"abc\",\n \"JsonPathReplace\": {\n \"OldValue\": \"abc\",\n \"NewValue\": \"abc\"\n },\n \"UrlDecode\": {\n \"CharsetName\": \"abc\"\n },\n \"Lowercase\": {}\n },\n \"OriginalValue\": \"abc\",\n \"ValueOperates\": [\n {\n \"Type\": \"abc\",\n \"Replace\": {\n \"OldValue\": \"abc\",\n \"NewValue\": \"abc\"\n },\n \"Substr\": {\n \"Start\": 0,\n \"End\": 0\n },\n \"Date\": {\n \"Format\": \"abc\",\n \"TargetType\": \"abc\",\n \"TimeZone\": \"abc\"\n },\n \"RegexReplace\": {\n \"Regex\": \"abc\",\n \"NewValue\": \"abc\"\n },\n \"Split\": {\n \"Regex\": \"abc\"\n },\n \"KV\": {\n \"Delimiter\": \"abc\",\n \"Regex\": \"abc\",\n \"KeepOriginalKey\": \"abc\"\n },\n \"Result\": \"abc\",\n \"JsonPathReplace\": {\n \"OldValue\": \"abc\",\n \"NewValue\": \"abc\"\n },\n \"UrlDecode\": {\n \"CharsetName\": \"abc\"\n },\n \"Lowercase\": {}\n }\n ]\n }\n ],\n \"Result\": \"abc\",\n \"AnalyseResult\": [\n {\n \"Key\": \"abc\",\n \"Operate\": \"abc\",\n \"SchemeType\": \"abc\",\n \"Value\": \"abc\",\n \"ValueOperate\": {\n \"Type\": \"abc\",\n \"Replace\": {\n \"OldValue\": \"abc\",\n \"NewValue\": \"abc\"\n },\n \"Substr\": {\n \"Start\": 0,\n \"End\": 0\n },\n \"Date\": {\n \"Format\": \"abc\",\n \"TargetType\": \"abc\",\n \"TimeZone\": \"abc\"\n },\n \"RegexReplace\": {\n \"Regex\": \"abc\",\n \"NewValue\": \"abc\"\n },\n \"Split\": {\n \"Regex\": \"abc\"\n },\n \"KV\": {\n \"Delimiter\": \"abc\",\n \"Regex\": \"abc\",\n \"KeepOriginalKey\": \"abc\"\n },\n \"Result\": \"abc\",\n \"JsonPathReplace\": {\n \"OldValue\": \"abc\",\n \"NewValue\": \"abc\"\n },\n \"UrlDecode\": {\n \"CharsetName\": \"abc\"\n },\n \"Lowercase\": {}\n },\n \"OriginalValue\": \"abc\"\n }\n ],\n \"SecondaryAnalyseResult\": [\n {\n \"Key\": \"abc\",\n \"Operate\": \"abc\",\n \"SchemeType\": \"abc\",\n \"Value\": \"abc\",\n \"OriginalValue\": \"abc\"\n }\n ],\n \"AnalyseJsonResult\": \"abc\",\n \"SecondaryAnalyseJsonResult\": \"abc\"\n }\n ],\n \"FilterParam\": [\n {\n \"Key\": \"abc\",\n \"Type\": \"abc\",\n \"MatchMode\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Result\": \"abc\",\n \"SourceType\": \"abc\",\n \"OutputFormat\": \"abc\",\n \"RowParam\": {\n \"RowContent\": \"abc\",\n \"KeyValueDelimiter\": \"abc\",\n \"EntryDelimiter\": \"abc\"\n },\n \"KeepMetadata\": true,\n \"BatchAnalyse\": {\n \"Format\": \"abc\"\n }\n },\n \"ErrorMessage\": \"abc\",\n \"Tags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ]\n },\n \"RequestId\": \"abc\"\n }\n}",
|
402
402
|
"title": "查询Datahub任务信息"
|
403
403
|
}
|
404
404
|
],
|
@@ -413,8 +413,8 @@
|
|
413
413
|
"DescribeDatahubTopic": [
|
414
414
|
{
|
415
415
|
"document": "",
|
416
|
-
"input": "
|
417
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
416
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatahubTopic\n<公共请求参数>\n\n{\n \"Name\": \"xxx\"\n}",
|
417
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"Name\": \"abc\",\n \"TopicName\": \"abc\",\n \"TopicId\": \"abc\",\n \"PartitionNum\": 1,\n \"RetentionMs\": 1,\n \"Note\": \"abc\",\n \"UserName\": \"abc\",\n \"Password\": \"abc\",\n \"Status\": 1,\n \"Address\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
418
418
|
"title": "获取主题属性"
|
419
419
|
}
|
420
420
|
],
|
@@ -582,7 +582,7 @@
|
|
582
582
|
{
|
583
583
|
"document": "",
|
584
584
|
"input": "https://ckafka.tencentcloudapi.com/?Action=FetchLatestDatahubMessageList\n&Name=xxx\n&Partition=1\n&Offset=1\n&MessageCount=20\n&<公共请求参数>",
|
585
|
-
"output": "{\n \"Response\": {\n \"Result\": [\n {\n \"Topic\": \"
|
585
|
+
"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}",
|
586
586
|
"title": "根据offset查询消息"
|
587
587
|
}
|
588
588
|
],
|
@@ -637,16 +637,16 @@
|
|
637
637
|
"ModifyDatahubTask": [
|
638
638
|
{
|
639
639
|
"document": "",
|
640
|
-
"input": "
|
641
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"TaskId\": \"
|
640
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDatahubTask\n<公共请求参数>\n\n{\n \"TaskId\": \"abc\",\n \"TaskName\": \"abc\"\n}",
|
641
|
+
"output": "{\n \"Response\": {\n \"Result\": {\n \"TaskId\": \"abc\"\n },\n \"RequestId\": \"abc\"\n }\n}",
|
642
642
|
"title": "修改Datahub任务"
|
643
643
|
}
|
644
644
|
],
|
645
645
|
"ModifyDatahubTopic": [
|
646
646
|
{
|
647
647
|
"document": "",
|
648
|
-
"input": "
|
649
|
-
"output": "{\n \"Response\": {\n \"Result\": {\n \"
|
648
|
+
"input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDatahubTopic\n<公共请求参数>\n\n{\n \"Note\": \"xxx\",\n \"Name\": \"xxx\",\n \"RetentionMs\": \"3600000\"\n}",
|
649
|
+
"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}",
|
650
650
|
"title": "设置主题属性"
|
651
651
|
}
|
652
652
|
],
|
@@ -1350,6 +1350,26 @@
|
|
1350
1350
|
"output_required": true,
|
1351
1351
|
"type": "int",
|
1352
1352
|
"value_allowed_null": false
|
1353
|
+
},
|
1354
|
+
{
|
1355
|
+
"disabled": false,
|
1356
|
+
"document": "检索语法规则,默认值为0。\n0:Lucene语法,1:CQL语法。\n详细说明参见<a href=\"https://cloud.tencent.com/document/product/614/47044#RetrievesConditionalRules\" target=\"_blank\">检索条件语法规则</a>\n注意:此字段可能返回 null,表示取不到有效值。",
|
1357
|
+
"example": "0",
|
1358
|
+
"member": "uint64",
|
1359
|
+
"name": "SyntaxRule",
|
1360
|
+
"output_required": true,
|
1361
|
+
"type": "int",
|
1362
|
+
"value_allowed_null": true
|
1363
|
+
},
|
1364
|
+
{
|
1365
|
+
"disabled": false,
|
1366
|
+
"document": "主题类型。\n0: 日志主题,1: 指标主题\n注意:此字段可能返回 null,表示取不到有效值。",
|
1367
|
+
"example": "0",
|
1368
|
+
"member": "uint64",
|
1369
|
+
"name": "BizType",
|
1370
|
+
"output_required": false,
|
1371
|
+
"type": "int",
|
1372
|
+
"value_allowed_null": true
|
1353
1373
|
}
|
1354
1374
|
],
|
1355
1375
|
"usage": "out"
|
@@ -3037,7 +3057,7 @@
|
|
3037
3057
|
},
|
3038
3058
|
{
|
3039
3059
|
"disabled": false,
|
3040
|
-
"document": "持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为
|
3060
|
+
"document": "持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为2000。",
|
3041
3061
|
"example": "1",
|
3042
3062
|
"member": "int64",
|
3043
3063
|
"name": "TriggerCount",
|
@@ -9932,7 +9952,7 @@
|
|
9932
9952
|
},
|
9933
9953
|
{
|
9934
9954
|
"disabled": false,
|
9935
|
-
"document": "持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为
|
9955
|
+
"document": "持续周期。持续满足触发条件TriggerCount个周期后,再进行告警;最小值为1,最大值为2000。",
|
9936
9956
|
"example": "1",
|
9937
9957
|
"member": "int64",
|
9938
9958
|
"name": "TriggerCount",
|
@@ -11459,6 +11479,15 @@
|
|
11459
11479
|
"required": false,
|
11460
11480
|
"type": "bool"
|
11461
11481
|
},
|
11482
|
+
{
|
11483
|
+
"disabled": false,
|
11484
|
+
"document": "日志主题扩展信息",
|
11485
|
+
"example": "无",
|
11486
|
+
"member": "TopicExtendInfo",
|
11487
|
+
"name": "Extends",
|
11488
|
+
"required": false,
|
11489
|
+
"type": "object"
|
11490
|
+
},
|
11462
11491
|
{
|
11463
11492
|
"disabled": false,
|
11464
11493
|
"document": "日志主题分区数量",
|
@@ -11488,7 +11517,7 @@
|
|
11488
11517
|
"members": [
|
11489
11518
|
{
|
11490
11519
|
"disabled": false,
|
11491
|
-
"document": "执行周期,
|
11520
|
+
"document": "执行周期, 可选值:`Period`、`Fixed`。\n\n- Period:固定频率\n- Fixed:固定时间",
|
11492
11521
|
"example": "无",
|
11493
11522
|
"member": "string",
|
11494
11523
|
"name": "Type",
|
@@ -11499,12 +11528,12 @@
|
|
11499
11528
|
},
|
11500
11529
|
{
|
11501
11530
|
"disabled": false,
|
11502
|
-
"document": "执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440
|
11531
|
+
"document": "执行的周期,或者定制执行的时间节点。单位为分钟,取值范围为1~1440。\n当type为`Period`,`Fixed`时,time字段生效。",
|
11503
11532
|
"example": "无",
|
11504
11533
|
"member": "int64",
|
11505
11534
|
"name": "Time",
|
11506
11535
|
"output_required": true,
|
11507
|
-
"required":
|
11536
|
+
"required": false,
|
11508
11537
|
"type": "int",
|
11509
11538
|
"value_allowed_null": false
|
11510
11539
|
}
|
@@ -13740,6 +13769,16 @@
|
|
13740
13769
|
"output_required": true,
|
13741
13770
|
"type": "bool",
|
13742
13771
|
"value_allowed_null": true
|
13772
|
+
},
|
13773
|
+
{
|
13774
|
+
"disabled": false,
|
13775
|
+
"document": "日志主题扩展信息\n注意:此字段可能返回 null,表示取不到有效值。",
|
13776
|
+
"example": "无",
|
13777
|
+
"member": "TopicExtendInfo",
|
13778
|
+
"name": "Extends",
|
13779
|
+
"output_required": false,
|
13780
|
+
"type": "object",
|
13781
|
+
"value_allowed_null": true
|
13743
13782
|
}
|
13744
13783
|
],
|
13745
13784
|
"usage": "out"
|
@@ -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 \"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}",
|
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 \"Extends\": {\n \"AnonymousAccess\": null\n }\n }\n ],\n \"RequestId\": \"cdb48d76-9be0-xxxx-8654-56290de7442e\",\n \"TotalCount\": 1\n }\n}",
|
568
568
|
"title": "获取日志主题列表"
|
569
569
|
}
|
570
570
|
],
|