tccli 3.0.1070.1__py2.py3-none-any.whl → 3.0.1072.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/examples/billing/v20180709/DescribeAllocateConditions.md +499 -0
  3. tccli/examples/billing/v20180709/DescribeAllocationBillConditions.md +495 -0
  4. tccli/examples/billing/v20180709/DescribeAllocationBillDetail.md +152 -0
  5. tccli/examples/billing/v20180709/DescribeAllocationMonthOverview.md +384 -0
  6. tccli/examples/billing/v20180709/DescribeAllocationOverview.md +102 -0
  7. tccli/examples/billing/v20180709/DescribeAllocationSummaryByBusiness.md +132 -0
  8. tccli/examples/billing/v20180709/DescribeAllocationSummaryByItem.md +96 -0
  9. tccli/examples/billing/v20180709/DescribeAllocationSummaryByResource.md +82 -0
  10. tccli/examples/billing/v20180709/DescribeAllocationTrendByMonth.md +60 -0
  11. tccli/examples/billing/v20180709/DescribeGatherResource.md +69 -0
  12. tccli/examples/cam/v20190116/GetCustomMFATokenInfo.md +2 -2
  13. tccli/examples/cam/v20190116/ListCollaborators.md +11 -10
  14. tccli/examples/cvm/v20170312/DescribeKeyPairs.md +1 -0
  15. tccli/examples/cvm/v20170312/InquiryPriceRenewInstances.md +3 -3
  16. tccli/examples/cvm/v20170312/InquiryPriceResetInstancesType.md +2 -40
  17. tccli/examples/dts/v20211206/DescribeSyncJobs.md +2 -0
  18. tccli/examples/ess/v20201111/CreateFlowApprovers.md +26 -0
  19. tccli/examples/ess/v20201111/CreateFlowByFiles.md +261 -0
  20. tccli/examples/ess/v20201111/DescribeFlowTemplates.md +6 -1
  21. tccli/examples/essbasic/v20210526/ChannelCreateFlowApprovers.md +34 -0
  22. tccli/examples/essbasic/v20210526/ChannelCreateFlowByFiles.md +257 -0
  23. tccli/examples/essbasic/v20210526/ChannelCreateReleaseFlow.md +35 -0
  24. tccli/examples/mariadb/v20170312/CreateAccount.md +1 -1
  25. tccli/examples/oceanus/v20190422/CreateJob.md +2 -1
  26. tccli/examples/postgres/v20170312/CreateBaseBackup.md +2 -2
  27. tccli/examples/postgres/v20170312/DeleteBaseBackup.md +1 -1
  28. tccli/examples/postgres/v20170312/DescribeBaseBackups.md +2 -2
  29. tccli/examples/postgres/v20170312/ModifyBaseBackupExpireTime.md +2 -2
  30. tccli/examples/sqlserver/v20180328/DescribeDBInstancesAttribute.md +8 -0
  31. tccli/examples/sqlserver/v20180328/ModifyDReadable.md +25 -0
  32. tccli/examples/tdmq/v20200217/DescribeRocketMQMsg.md +12 -12
  33. tccli/examples/tdmq/v20200217/DescribeRocketMQPublicAccessMonitorData.md +39 -0
  34. tccli/examples/teo/v20220901/CreateAccelerationDomain.md +1 -1
  35. tccli/examples/vpc/v20170312/DescribeVpnGateways.md +43 -65
  36. tccli/services/antiddos/v20200309/api.json +27 -16
  37. tccli/services/batch/v20170312/api.json +26 -26
  38. tccli/services/billing/billing_client.py +610 -80
  39. tccli/services/billing/v20180709/api.json +9519 -4207
  40. tccli/services/billing/v20180709/examples.json +80 -0
  41. tccli/services/cam/v20190116/api.json +35 -30
  42. tccli/services/cam/v20190116/examples.json +3 -3
  43. tccli/services/cdwdoris/v20211228/api.json +20 -0
  44. tccli/services/cvm/v20170312/api.json +81 -78
  45. tccli/services/cvm/v20170312/examples.json +9 -9
  46. tccli/services/dcdb/v20180411/api.json +25 -25
  47. tccli/services/dts/v20211206/api.json +53 -11
  48. tccli/services/dts/v20211206/examples.json +1 -1
  49. tccli/services/ess/v20201111/api.json +72 -4
  50. tccli/services/ess/v20201111/examples.json +13 -1
  51. tccli/services/essbasic/v20210526/api.json +20 -2
  52. tccli/services/essbasic/v20210526/examples.json +18 -0
  53. tccli/services/goosefs/v20220519/api.json +9 -0
  54. tccli/services/lighthouse/v20200324/api.json +61 -0
  55. tccli/services/mariadb/v20170312/api.json +36 -36
  56. tccli/services/mariadb/v20170312/examples.json +1 -1
  57. tccli/services/mrs/v20200910/api.json +18 -0
  58. tccli/services/oceanus/v20190422/api.json +28 -0
  59. tccli/services/oceanus/v20190422/examples.json +1 -1
  60. tccli/services/postgres/v20170312/api.json +79 -74
  61. tccli/services/postgres/v20170312/examples.json +7 -7
  62. tccli/services/rce/v20201103/api.json +25 -25
  63. tccli/services/sqlserver/sqlserver_client.py +53 -0
  64. tccli/services/sqlserver/v20180328/api.json +237 -34
  65. tccli/services/sqlserver/v20180328/examples.json +9 -1
  66. tccli/services/tdmq/tdmq_client.py +110 -57
  67. tccli/services/tdmq/v20200217/api.json +222 -4
  68. tccli/services/tdmq/v20200217/examples.json +10 -2
  69. tccli/services/teo/v20220901/api.json +1 -1
  70. tccli/services/teo/v20220901/examples.json +1 -1
  71. tccli/services/trtc/v20190722/api.json +4 -4
  72. tccli/services/vpc/v20170312/api.json +32 -24
  73. tccli/services/vpc/v20170312/examples.json +7 -7
  74. {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/METADATA +2 -2
  75. {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/RECORD +78 -66
  76. {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/WHEEL +0 -0
  77. {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/entry_points.txt +0 -0
  78. {tccli-3.0.1070.1.dist-info → tccli-3.0.1072.1.dist-info}/license_files/LICENSE +0 -0
@@ -67,7 +67,7 @@
67
67
  "CreateKeyPair": [
68
68
  {
69
69
  "document": "",
70
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateKeyPair\n<公共请求参数>\n\n{\n \"ProjectId\": \"0\",\n \"KeyName\": \"Tencent\"\n}",
70
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateKeyPair\n<公共请求参数>\n\n{\n \"ProjectId\": 0,\n \"KeyName\": \"Tencent\"\n}",
71
71
  "output": "{\n \"Response\": {\n \"KeyPair\": {\n \"KeyId\": \"skey-mv9yzyjj\",\n \"KeyName\": \"Tencent\",\n \"ProjectId\": 0,\n \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDP0Yw2T4itUKOJQIK69c1Asy1UO88cxEbujR5Jbr0e/Ey1v4ZKAUzDnsBnFlf4hKPA1YvMB8RBYj4GcLtM7PrKnBNNram8rgl73X/klOO8oqKv+J/XUA7KHH1Y6wcn1RTRTMdDHbGhW1q/UpfeylNTbf+wEIWhEfaL5FKQm4hqCw== skey_112168\",\n \"PrivateKey\": \"-----BEGIN RSA PRIVATE KEY-----\\nMIICXgIBAAKBgQDP0Yw2T4itUKOJQIK69c1Asy1UO88cxEbujR5Jbr0e/Ey1v4ZK\\nAUzDnsBnFlf4hKPA1YvMB8RBYj4GcLtM7PrKnBNNram8rgl73X/klOO8oqKv+J/X\\nUA7KHH1Y6wcn1RTRTMdDHbGhW1q/UpfeylNTbf+wEIWhEfaL5FKQm4hqCwIDAQAB\\nAoGBAJEvSu5SaCD02hs0F2C4Aln2E2/qjMoDEa7spcEVfUhdaNX8ZLvk5pUvnikm\\nwfSb7a71QUIcFu66zKxBK4kVcirBRCR8nTAQbQ6AhXQYP+y6ihZ9Z/g6BBEeqCpV\\nuGPmKnhdxdJ8Al2huEZKJFUQhKM8XdP7dqn6yFDm0L2sTK6RAkEA9IbhP4/2CVSC\\n6d8j5nj3ejPx25R3wc4G+st1tZn1O/TRqUknbVEvsxZC63bRjHiw086QIWr61L8f\\nqQBLZ58DMwJBANmRv3aHVxv5sMlV0F3hD5ZgWEDIIjxD7oiBzU1rqvF6OpTQc1cF\\nrnwxAXDtYYJ75B8qQEL1ph/zIE5YW0hlfckCQQCyVTwpUyCopU3kqqxQBaDXKtMU\\nxS6h1VQZzBDIpMPJOj8+Ku/qNe+HuJCNkVY6EDtF/bv340GTrt+0LVbQ95MpAkEA\\nxcvwUdTXB9LnuxKuHTsoDaFHepW4MivcJvRC7njM7z4dFf+wbFP4/mUbF0xoUtVJ\\nXl/uDjH/tpo1K6S+UEIcqQJAfLQywCQdZ/qOJn0PwxiOhwniikSnZuZPNSw8T+kg\\n/oxijESOLAJBnt3S/g+D530Enjitvfc9mEB7mh0VmwWvPg==\\n-----END RSA PRIVATE KEY-----\\n\"\n },\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
72
72
  "title": "创建密钥对"
73
73
  }
@@ -340,7 +340,7 @@
340
340
  {
341
341
  "document": "本示例用于用户查询密钥对列表",
342
342
  "input": "https://cvm.tencentcloudapi.com/?Action=DescribeKeyPairs\n&Filters.0.Name=key-name\n&Filters.0.Values.0=Tencent\n&Offset=0\n&Limit=20\n&<公共请求参数>",
343
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"KeyPairSet\": [\n {\n \"KeyId\": \"skey-mv9yzyjj\",\n \"KeyName\": \"Tencent\",\n \"Description\": \"\",\n \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDP0Yw2T4itUKOJQIK69c1Asy1UO88cxEbujR5Jbr0e/Ey1v4ZKAUzDnsBnFlf4hKPA1YvMB8RBYj4GcLtM7PrKnBNNram8rgl73X/klOO8oqKv+J/XUA7KHH1Y6wcn1RTRTMdDHbGhW1q/UpfeylNTbf+wEIWhEfaL5FKQm4hqCw== skey_112168\",\n \"AssociatedInstanceIds\": [],\n \"CreatedTime\": \"2016-12-02T00:22:40Z\"\n }\n ],\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
343
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"KeyPairSet\": [\n {\n \"KeyId\": \"skey-mv9yzyjj\",\n \"ProjectId\": 0,\n \"KeyName\": \"Tencent\",\n \"Description\": \"\",\n \"PublicKey\": \"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAAAgQDP0Yw2T4itUKOJQIK69c1Asy1UO88cxEbujR5Jbr0e/Ey1v4ZKAUzDnsBnFlf4hKPA1YvMB8RBYj4GcLtM7PrKnBNNram8rgl73X/klOO8oqKv+J/XUA7KHH1Y6wcn1RTRTMdDHbGhW1q/UpfeylNTbf+wEIWhEfaL5FKQm4hqCw== skey_112168\",\n \"AssociatedInstanceIds\": [],\n \"CreatedTime\": \"2016-12-02T00:22:40Z\"\n }\n ],\n \"RequestId\": \"6ef60bec-0242-43af-bb20-270359fb54a7\"\n }\n}",
344
344
  "title": "查询密钥对列表"
345
345
  }
346
346
  ],
@@ -497,21 +497,21 @@
497
497
  "InquiryPriceRenewInstances": [
498
498
  {
499
499
  "document": "续费实例询价",
500
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewInstances\n<公共请求参数>\n\n{\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Period\": \"1\"\n },\n \"InstanceIds\": [\n \"ins-2zvpghhc\"\n ]\n}",
501
- "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\": \"120.00\",\n \"DiscountPrice\": \"1.20\"\n }\n },\n \"RequestId\": \"e2e81b08-d747-455e-b27a-aecc5acafdba\"\n }\n}",
500
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewInstances\n<公共请求参数>\n\n{\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_MANUAL_RENEW\",\n \"Period\": 1\n },\n \"InstanceIds\": [\n \"ins-2zvpghhc\"\n ]\n}",
501
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\": 120.0,\n \"DiscountPrice\": 1.2\n }\n },\n \"RequestId\": \"e2e81b08-d747-455e-b27a-aecc5acafdba\"\n }\n}",
502
502
  "title": "续费实例询价"
503
503
  },
504
504
  {
505
505
  "document": "查询单个实例费用信息",
506
- "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewInstances\n<公共请求参数>\n\n{\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"Period\": \"1\"\n },\n \"InstanceIds\": [\n \"ins-xlsl6f2h\"\n ]\n}",
507
- "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {},\n \"BandwidthPrice\": {}\n },\n \"RequestId\": \"abc\"\n }\n}",
506
+ "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceRenewInstances\n<公共请求参数>\n\n{\n \"InstanceChargePrepaid\": {\n \"RenewFlag\": \"NOTIFY_AND_AUTO_RENEW\",\n \"Period\": 1\n },\n \"InstanceIds\": [\n \"ins-xlsl6f2h\"\n ]\n}",
507
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {},\n \"BandwidthPrice\": {}\n },\n \"RequestId\": \"e2e81b08-d747-455e-b27a-aecc5acafdba\"\n }\n}",
508
508
  "title": "查询单个实例费用信息"
509
509
  }
510
510
  ],
511
511
  "InquiryPriceResetInstance": [
512
512
  {
513
513
  "document": "",
514
- "input": "https://cvm.tencentcloudapi.com/?Action=InquiryPriceResetInstance\r\n&InstanceId=ins-fd8spnmq\r\n&<公共请求参数>",
514
+ "input": "https://cvm.tencentcloudapi.com/?Action=InquiryPriceResetInstance\n&InstanceId=ins-fd8spnmq\n&<公共请求参数>",
515
515
  "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0.66,\n \"ChargeUnit\": \"HOUR\",\n \"UnitPriceDiscount\": 0.66,\n \"Discount\": 100\n }\n },\n \"RequestId\": \"56d68b92-7004-4716-b3bf-3c2c231035c9\"\n }\n}",
516
516
  "title": "按量付费实例调整配置询价"
517
517
  }
@@ -519,7 +519,7 @@
519
519
  "InquiryPriceResetInstancesInternetMaxBandwidth": [
520
520
  {
521
521
  "document": "对实例ins-fd8spnmq调整带宽为20Mbps进行询价",
522
- "input": "https://cvm.tencentcloudapi.com/?Action=InquiryPriceResetInstancesInternetMaxBandwidth\r\n&InstanceIds.0=ins-fd8spnmq\r\n&InternetAccessible.InternetMaxBandwidthOut=20\r\n&<公共请求参数>",
522
+ "input": "https://cvm.tencentcloudapi.com/?Action=InquiryPriceResetInstancesInternetMaxBandwidth\n&InstanceIds.0=ins-fd8spnmq\n&InternetAccessible.InternetMaxBandwidthOut=20\n&<公共请求参数>",
523
523
  "output": "{\n \"Response\": {\n \"Price\": {\n \"BandwidthPrice\": {\n \"UnitPrice\": 0.8,\n \"ChargeUnit\": \"GB\"\n }\n },\n \"RequestId\": \"700864b9-85da-4cb9-bc80-d99eaf9fa047\"\n }\n}",
524
524
  "title": "按量付费实例调整带宽上限询价"
525
525
  }
@@ -528,7 +528,7 @@
528
528
  {
529
529
  "document": "",
530
530
  "input": "POST / HTTP/1.1\nHost: cvm.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InquiryPriceResetInstancesType\n<公共请求参数>\n\n{\n \"InstanceType\": \"S5.16XLARGE256\",\n \"InstanceIds\": [\n \"ins-xmf2ac34\"\n ]\n}",
531
- "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"UnitPrice\": 0,\n \"ChargeUnit\": \"abc\",\n \"OriginalPrice\": 0,\n \"DiscountPrice\": 0,\n \"Discount\": 0,\n \"UnitPriceDiscount\": 0,\n \"UnitPriceSecondStep\": 0,\n \"UnitPriceDiscountSecondStep\": 0,\n \"UnitPriceThirdStep\": 0,\n \"UnitPriceDiscountThirdStep\": 0,\n \"OriginalPriceThreeYear\": 0,\n \"DiscountPriceThreeYear\": 0,\n \"DiscountThreeYear\": 0,\n \"OriginalPriceFiveYear\": 0,\n \"DiscountPriceFiveYear\": 0,\n \"DiscountFiveYear\": 0,\n \"OriginalPriceOneYear\": 0,\n \"DiscountPriceOneYear\": 0,\n \"DiscountOneYear\": 0\n },\n \"BandwidthPrice\": {\n \"UnitPrice\": 0,\n \"ChargeUnit\": \"abc\",\n \"OriginalPrice\": 0,\n \"DiscountPrice\": 0,\n \"Discount\": 0,\n \"UnitPriceDiscount\": 0,\n \"UnitPriceSecondStep\": 0,\n \"UnitPriceDiscountSecondStep\": 0,\n \"UnitPriceThirdStep\": 0,\n \"UnitPriceDiscountThirdStep\": 0,\n \"OriginalPriceThreeYear\": 0,\n \"DiscountPriceThreeYear\": 0,\n \"DiscountThreeYear\": 0,\n \"OriginalPriceFiveYear\": 0,\n \"DiscountPriceFiveYear\": 0,\n \"DiscountFiveYear\": 0,\n \"OriginalPriceOneYear\": 0,\n \"DiscountPriceOneYear\": 0,\n \"DiscountOneYear\": 0\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
531
+ "output": "{\n \"Response\": {\n \"Price\": {\n \"InstancePrice\": {\n \"OriginalPrice\": 100.45,\n \"DiscountPrice\": 56.31\n }\n },\n \"RequestId\": \"abc\"\n }\n}",
532
532
  "title": "包年包月实例调整配置询价"
533
533
  }
534
534
  ],
@@ -1102,7 +1102,7 @@
1102
1102
  {
1103
1103
  "disabled": false,
1104
1104
  "document": "账号备注,可以包含中文、英文字符、常见符号和数字,长度为0~256字符",
1105
- "example": "测试帐号",
1105
+ "example": "测试账号",
1106
1106
  "member": "string",
1107
1107
  "name": "Description",
1108
1108
  "required": false,
@@ -1147,7 +1147,7 @@
1147
1147
  "example": "dcdbt-fdpjf5zh",
1148
1148
  "member": "string",
1149
1149
  "name": "InstanceId",
1150
- "required": true,
1150
+ "output_required": true,
1151
1151
  "type": "string",
1152
1152
  "value_allowed_null": false
1153
1153
  },
@@ -1157,7 +1157,7 @@
1157
1157
  "example": "testuser1",
1158
1158
  "member": "string",
1159
1159
  "name": "UserName",
1160
- "required": true,
1160
+ "output_required": true,
1161
1161
  "type": "string",
1162
1162
  "value_allowed_null": false
1163
1163
  },
@@ -1167,7 +1167,7 @@
1167
1167
  "example": "172.17.%",
1168
1168
  "member": "string",
1169
1169
  "name": "Host",
1170
- "required": true,
1170
+ "output_required": true,
1171
1171
  "type": "string",
1172
1172
  "value_allowed_null": false
1173
1173
  },
@@ -1177,7 +1177,7 @@
1177
1177
  "example": "0",
1178
1178
  "member": "int64",
1179
1179
  "name": "ReadOnly",
1180
- "required": true,
1180
+ "output_required": true,
1181
1181
  "type": "int",
1182
1182
  "value_allowed_null": false
1183
1183
  },
@@ -8551,7 +8551,7 @@
8551
8551
  "example": "无",
8552
8552
  "member": "string",
8553
8553
  "name": "CheckSum",
8554
- "required": true,
8554
+ "output_required": true,
8555
8555
  "type": "string",
8556
8556
  "value_allowed_null": false
8557
8557
  },
@@ -8561,7 +8561,7 @@
8561
8561
  "example": "无",
8562
8562
  "member": "string",
8563
8563
  "name": "Db",
8564
- "required": true,
8564
+ "output_required": true,
8565
8565
  "type": "string",
8566
8566
  "value_allowed_null": false
8567
8567
  },
@@ -8571,7 +8571,7 @@
8571
8571
  "example": "无",
8572
8572
  "member": "string",
8573
8573
  "name": "FingerPrint",
8574
- "required": true,
8574
+ "output_required": true,
8575
8575
  "type": "string",
8576
8576
  "value_allowed_null": false
8577
8577
  },
@@ -8581,7 +8581,7 @@
8581
8581
  "example": "无",
8582
8582
  "member": "string",
8583
8583
  "name": "LockTimeAvg",
8584
- "required": true,
8584
+ "output_required": true,
8585
8585
  "type": "string",
8586
8586
  "value_allowed_null": false
8587
8587
  },
@@ -8591,7 +8591,7 @@
8591
8591
  "example": "无",
8592
8592
  "member": "string",
8593
8593
  "name": "LockTimeMax",
8594
- "required": true,
8594
+ "output_required": true,
8595
8595
  "type": "string",
8596
8596
  "value_allowed_null": false
8597
8597
  },
@@ -8601,7 +8601,7 @@
8601
8601
  "example": "无",
8602
8602
  "member": "string",
8603
8603
  "name": "LockTimeMin",
8604
- "required": true,
8604
+ "output_required": true,
8605
8605
  "type": "string",
8606
8606
  "value_allowed_null": false
8607
8607
  },
@@ -8611,7 +8611,7 @@
8611
8611
  "example": "无",
8612
8612
  "member": "string",
8613
8613
  "name": "LockTimeSum",
8614
- "required": true,
8614
+ "output_required": true,
8615
8615
  "type": "string",
8616
8616
  "value_allowed_null": false
8617
8617
  },
@@ -8621,7 +8621,7 @@
8621
8621
  "example": "无",
8622
8622
  "member": "string",
8623
8623
  "name": "QueryCount",
8624
- "required": true,
8624
+ "output_required": true,
8625
8625
  "type": "string",
8626
8626
  "value_allowed_null": false
8627
8627
  },
@@ -8631,7 +8631,7 @@
8631
8631
  "example": "无",
8632
8632
  "member": "string",
8633
8633
  "name": "QueryTimeAvg",
8634
- "required": true,
8634
+ "output_required": true,
8635
8635
  "type": "string",
8636
8636
  "value_allowed_null": false
8637
8637
  },
@@ -8641,7 +8641,7 @@
8641
8641
  "example": "无",
8642
8642
  "member": "string",
8643
8643
  "name": "QueryTimeMax",
8644
- "required": true,
8644
+ "output_required": true,
8645
8645
  "type": "string",
8646
8646
  "value_allowed_null": false
8647
8647
  },
@@ -8651,7 +8651,7 @@
8651
8651
  "example": "无",
8652
8652
  "member": "string",
8653
8653
  "name": "QueryTimeMin",
8654
- "required": true,
8654
+ "output_required": true,
8655
8655
  "type": "string",
8656
8656
  "value_allowed_null": false
8657
8657
  },
@@ -8661,7 +8661,7 @@
8661
8661
  "example": "无",
8662
8662
  "member": "string",
8663
8663
  "name": "QueryTimeSum",
8664
- "required": true,
8664
+ "output_required": true,
8665
8665
  "type": "string",
8666
8666
  "value_allowed_null": false
8667
8667
  },
@@ -8671,7 +8671,7 @@
8671
8671
  "example": "无",
8672
8672
  "member": "string",
8673
8673
  "name": "RowsExaminedSum",
8674
- "required": true,
8674
+ "output_required": true,
8675
8675
  "type": "string",
8676
8676
  "value_allowed_null": false
8677
8677
  },
@@ -8681,7 +8681,7 @@
8681
8681
  "example": "无",
8682
8682
  "member": "string",
8683
8683
  "name": "RowsSentSum",
8684
- "required": true,
8684
+ "output_required": true,
8685
8685
  "type": "string",
8686
8686
  "value_allowed_null": false
8687
8687
  },
@@ -8691,7 +8691,7 @@
8691
8691
  "example": "无",
8692
8692
  "member": "string",
8693
8693
  "name": "TsMax",
8694
- "required": true,
8694
+ "output_required": true,
8695
8695
  "type": "string",
8696
8696
  "value_allowed_null": false
8697
8697
  },
@@ -8701,17 +8701,17 @@
8701
8701
  "example": "无",
8702
8702
  "member": "string",
8703
8703
  "name": "TsMin",
8704
- "required": true,
8704
+ "output_required": true,
8705
8705
  "type": "string",
8706
8706
  "value_allowed_null": false
8707
8707
  },
8708
8708
  {
8709
8709
  "disabled": false,
8710
- "document": "帐号",
8710
+ "document": "账号",
8711
8711
  "example": "无",
8712
8712
  "member": "string",
8713
8713
  "name": "User",
8714
- "required": true,
8714
+ "output_required": true,
8715
8715
  "type": "string",
8716
8716
  "value_allowed_null": false
8717
8717
  },
@@ -8721,7 +8721,7 @@
8721
8721
  "example": "无",
8722
8722
  "member": "string",
8723
8723
  "name": "ExampleSql",
8724
- "required": true,
8724
+ "output_required": true,
8725
8725
  "type": "string",
8726
8726
  "value_allowed_null": true
8727
8727
  },
@@ -8731,7 +8731,7 @@
8731
8731
  "example": "%",
8732
8732
  "member": "string",
8733
8733
  "name": "Host",
8734
- "required": true,
8734
+ "output_required": true,
8735
8735
  "type": "string",
8736
8736
  "value_allowed_null": true
8737
8737
  }
@@ -1367,7 +1367,7 @@
1367
1367
  },
1368
1368
  {
1369
1369
  "disabled": false,
1370
- "document": "源数据库接入类型,如:extranet(公网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、cdb(云数据库)、cvm(云主机自建)、intranet(自研上云)、vpc(私有网络vpc)。注意具体可选值依赖当前链路支持能力",
1370
+ "document": "源数据库接入类型,如:extranet(公网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、cdb(云数据库)、cvm(云服务器自建)、intranet(自研上云)、vpc(私有网络vpc)。注意具体可选值依赖当前链路支持能力",
1371
1371
  "example": "cdb",
1372
1372
  "member": "string",
1373
1373
  "name": "AccessType",
@@ -4591,7 +4591,7 @@
4591
4591
  },
4592
4592
  {
4593
4593
  "disabled": false,
4594
- "document": "源数据库接入类型,如:extranet(公网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、cdb(云数据库)、cvm(云主机自建)、intranet(自研上云)、vpc(私有网络vpc)。注意具体可选值依赖当前链路支持能力\n注意:此字段可能返回 null,表示取不到有效值。",
4594
+ "document": "源数据库接入类型,如:extranet(公网)、vpncloud(vpn接入)、dcg(专线接入)、ccn(云联网)、cdb(云数据库)、cvm(云服务器自建)、intranet(自研上云)、vpc(私有网络vpc)。注意具体可选值依赖当前链路支持能力\n注意:此字段可能返回 null,表示取不到有效值。",
4595
4595
  "example": "cdb",
4596
4596
  "member": "string",
4597
4597
  "name": "AccessType",
@@ -7874,6 +7874,28 @@
7874
7874
  "required": false,
7875
7875
  "type": "int",
7876
7876
  "value_allowed_null": true
7877
+ },
7878
+ {
7879
+ "disabled": false,
7880
+ "document": "同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持\n注意:此字段可能返回 null,表示取不到有效值。",
7881
+ "example": "false",
7882
+ "member": "bool",
7883
+ "name": "FilterBeginCommit",
7884
+ "output_required": false,
7885
+ "required": false,
7886
+ "type": "bool",
7887
+ "value_allowed_null": true
7888
+ },
7889
+ {
7890
+ "disabled": false,
7891
+ "document": "同步到kafka链路是否过滤掉checkpoint消息。目前仅mysql2kafka链路支持\n注意:此字段可能返回 null,表示取不到有效值。",
7892
+ "example": "false",
7893
+ "member": "bool",
7894
+ "name": "FilterCheckpoint",
7895
+ "output_required": false,
7896
+ "required": false,
7897
+ "type": "bool",
7898
+ "value_allowed_null": true
7877
7899
  }
7878
7900
  ],
7879
7901
  "usage": "both"
@@ -9579,7 +9601,7 @@
9579
9601
  "usage": "both"
9580
9602
  },
9581
9603
  "SubscribeObject": {
9582
- "document": "订阅的的数据库表信息,用于配置和查询订阅任务接口。",
9604
+ "document": "订阅的数据库表信息,用于配置和查询订阅任务接口。",
9583
9605
  "members": [
9584
9606
  {
9585
9607
  "disabled": false,
@@ -9587,6 +9609,7 @@
9587
9609
  "example": "table",
9588
9610
  "member": "string",
9589
9611
  "name": "ObjectType",
9612
+ "output_required": true,
9590
9613
  "required": true,
9591
9614
  "type": "string",
9592
9615
  "value_allowed_null": true
@@ -9597,6 +9620,7 @@
9597
9620
  "example": "databaseName",
9598
9621
  "member": "string",
9599
9622
  "name": "Database",
9623
+ "output_required": true,
9600
9624
  "required": true,
9601
9625
  "type": "string",
9602
9626
  "value_allowed_null": true
@@ -9607,6 +9631,7 @@
9607
9631
  "example": "无",
9608
9632
  "member": "string",
9609
9633
  "name": "Tables",
9634
+ "output_required": true,
9610
9635
  "required": false,
9611
9636
  "type": "list",
9612
9637
  "value_allowed_null": true
@@ -10314,67 +10339,84 @@
10314
10339
  "usage": "both"
10315
10340
  },
10316
10341
  "TopicRule": {
10317
- "document": "单topic和自定义topic的描述",
10342
+ "document": "单topic和自定义topic的描述。投递到单topic时,该数组的最后一项会被视为默认分区策略,所有未匹配到的数据都会按该策略投递,默认策略只支持 投递至partition0、按表名、表名+主键三种。",
10318
10343
  "members": [
10319
10344
  {
10320
10345
  "disabled": false,
10321
- "document": "topic",
10346
+ "document": "topic名。单topic时,所有的TopicName必须相同",
10322
10347
  "example": "test",
10323
10348
  "member": "string",
10324
10349
  "name": "TopicName",
10350
+ "output_required": true,
10325
10351
  "required": false,
10326
10352
  "type": "string",
10327
10353
  "value_allowed_null": false
10328
10354
  },
10329
10355
  {
10330
10356
  "disabled": false,
10331
- "document": "topic分区策略,如 自定义topicRandom(随机投递),集中投递到单TopicAllInPartitionZero(全部投递至partition0)、PartitionByTable(按表名分区)、PartitionByTableAndKey(按表名加主键分区)",
10332
- "example": " Random(自定义topic时使用),AllInPartitionZero(全部投递至partition0), PartitionByTable(按表名分区),PartitionByTableAndKey(按表名加主键分区)",
10357
+ "document": "topic分区策略,自定义topic时支持:Random(随机投递),集中投递到单Topic时支持:AllInPartitionZero(全部投递至partition0)、PartitionByTable(按表名分区)、PartitionByTableAndKey(按表名加主键分区)、PartitionByCols(按列分区)",
10358
+ "example": "Random(自定义topic时使用),AllInPartitionZero(全部投递至partition0), PartitionByTable(按表名分区),PartitionByTableAndKey(按表名加主键分区), PartitionByCols(按列名分区)",
10333
10359
  "member": "string",
10334
10360
  "name": "PartitionType",
10361
+ "output_required": true,
10335
10362
  "required": false,
10336
10363
  "type": "string",
10337
10364
  "value_allowed_null": false
10338
10365
  },
10339
10366
  {
10340
10367
  "disabled": false,
10341
- "document": "库名匹配规则,仅“自定义topic”生效,如Regular(正则匹配), Default(不符合匹配规则的剩余库),数组中必须有一项为‘Default’",
10368
+ "document": "库名匹配规则,如Regular(正则匹配), Default(不符合匹配规则的剩余库),数组中最后一项必须为‘Default’",
10342
10369
  "example": "Regular(正则匹配), Default(不符合匹配规则的剩余库)",
10343
10370
  "member": "string",
10344
10371
  "name": "DbMatchMode",
10372
+ "output_required": true,
10345
10373
  "required": false,
10346
10374
  "type": "string",
10347
10375
  "value_allowed_null": false
10348
10376
  },
10349
10377
  {
10350
10378
  "disabled": false,
10351
- "document": "库名,仅“自定义topic”时,DbMatchMode=Regular生效",
10379
+ "document": "库名,DbMatchMode=Regular时生效",
10352
10380
  "example": "db1",
10353
10381
  "member": "string",
10354
10382
  "name": "DbName",
10383
+ "output_required": true,
10355
10384
  "required": false,
10356
10385
  "type": "string",
10357
10386
  "value_allowed_null": false
10358
10387
  },
10359
10388
  {
10360
10389
  "disabled": false,
10361
- "document": "表名匹配规则,仅“自定义topic”生效,如Regular(正则匹配), Default(不符合匹配规则的剩余表),数组中必须有一项为‘Default’",
10390
+ "document": "表名匹配规则,如Regular(正则匹配), Default(不符合匹配规则的剩余表),数组中最后一项必须为‘Default’",
10362
10391
  "example": "Regular(正则匹配), Default(不符合匹配规则的剩余表)",
10363
10392
  "member": "string",
10364
10393
  "name": "TableMatchMode",
10394
+ "output_required": true,
10365
10395
  "required": false,
10366
10396
  "type": "string",
10367
10397
  "value_allowed_null": false
10368
10398
  },
10369
10399
  {
10370
10400
  "disabled": false,
10371
- "document": "表名,仅“自定义topic”时,TableMatchMode=Regular生效",
10401
+ "document": "表名,仅TableMatchMode=Regular时生效",
10372
10402
  "example": "tb1",
10373
10403
  "member": "string",
10374
10404
  "name": "TableName",
10405
+ "output_required": true,
10375
10406
  "required": false,
10376
10407
  "type": "string",
10377
10408
  "value_allowed_null": false
10409
+ },
10410
+ {
10411
+ "disabled": false,
10412
+ "document": "按列分区时需要选择配置列名,可以选择多列\n注意:此字段可能返回 null,表示取不到有效值。",
10413
+ "example": "无",
10414
+ "member": "string",
10415
+ "name": "Columns",
10416
+ "output_required": false,
10417
+ "required": false,
10418
+ "type": "list",
10419
+ "value_allowed_null": true
10378
10420
  }
10379
10421
  ],
10380
10422
  "usage": "both"
@@ -250,7 +250,7 @@
250
250
  {
251
251
  "document": "查询同步任务列表",
252
252
  "input": "POST / HTTP/1.1\nHost: dts.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeSyncJobs\n<公共请求参数>\n\n{\n \"JobId\": \"sync-bkm3mppi\"\n}",
253
- "output": "{\n \"Response\": {\n \"JobList\": [\n {\n \"Actions\": [\n \"pause\",\n \"stop\",\n \"limitRate\",\n \"view\",\n \"resize\",\n \"isolate\",\n \"postPay2prePay\",\n \"configureOptObj\"\n ],\n \"AllActions\": [\n \"view\",\n \"configure\",\n \"check\",\n \"start\",\n \"stop\",\n \"resume\",\n \"pause\",\n \"continue\",\n \"limitRate\",\n \"resize\",\n \"isolate\",\n \"offline\",\n \"recover\",\n \"postPay2prePay\",\n \"configureOptObj\",\n \"checkOptObj\",\n \"startOptObj\",\n \"createCmpTask\"\n ],\n \"AutoRenew\": 0,\n \"AutoRetryTimeRangeMinutes\": 0,\n \"CreateTime\": \"2023-12-18 20:55:27\",\n \"Detail\": {\n \"CauseOfCompareDisable\": \"当前任务开启了DML过滤()。\",\n \"CurrentStepProgress\": 0,\n \"ErrInfo\": {\n \"Message\": \"\",\n \"Reason\": \"\",\n \"Solution\": \"\"\n },\n \"MasterSlaveDistance\": 0,\n \"Message\": \"\",\n \"Progress\": -1,\n \"SecondsBehindMaster\": 0,\n \"StepAll\": 4,\n \"StepInfos\": [\n {\n \"Errors\": null,\n \"Progress\": -1,\n \"StartTime\": \"2023-12-20 17:03:39\",\n \"Status\": \"finished\",\n \"StepId\": \"schema-init\",\n \"StepName\": \"增量库表初始化\",\n \"StepNo\": 1,\n \"Warnings\": []\n },\n {\n \"Errors\": null,\n \"Progress\": -1,\n \"StartTime\": \"2023-12-20 17:03:49\",\n \"Status\": \"finished\",\n \"StepId\": \"dumper\",\n \"StepName\": \"全量导出\",\n \"StepNo\": 2,\n \"Warnings\": []\n },\n {\n \"Errors\": null,\n \"Progress\": -1,\n \"StartTime\": \"2023-12-20 17:07:50\",\n \"Status\": \"finished\",\n \"StepId\": \"loader\",\n \"StepName\": \"全量导入\",\n \"StepNo\": 3,\n \"Warnings\": []\n },\n {\n \"Errors\": null,\n \"Progress\": -1,\n \"StartTime\": \"2023-12-20 17:16:49\",\n \"Status\": \"running\",\n \"StepId\": \"sinker\",\n \"StepName\": \"同步增量\",\n \"StepNo\": 4,\n \"Warnings\": []\n }\n ],\n \"StepNow\": 4\n },\n \"DstAccessType\": \"noProxy\",\n \"DstDatabaseType\": \"mysql\",\n \"DstInfo\": {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnId\": \"\",\n \"CcnOwnerUin\": \"\",\n \"CvmInstanceId\": \"\",\n \"DatabaseNetEnv\": \"\",\n \"DbKernel\": \"\",\n \"DbName\": \"\",\n \"EncryptConn\": \"\",\n \"EngineVersion\": \"\",\n \"InstanceId\": \"\",\n \"Ip\": \"11.141.232.156\",\n \"Password\": \"\",\n \"Port\": 3306,\n \"Region\": \"ap-guangzhou\",\n \"Role\": \"\",\n \"RoleExternalId\": \"\",\n \"SubnetId\": \"\",\n \"Supplier\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n },\n \"DstInfos\": {\n \"AccessType\": \"\",\n \"DatabaseType\": \"\",\n \"Info\": null,\n \"Region\": \"\"\n },\n \"DstNodeType\": \"single\",\n \"DstRegion\": \"ap-qingyuan\",\n \"DumperResumeCtrl\": \"yes\",\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"ExpectRunTime\": \"0000-00-00 00:00:00\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"InstanceClass\": \"medium\",\n \"JobId\": \"sync-09vy1os1\",\n \"JobName\": \"roger_test\",\n \"Objects\": {\n \"Databases\": [\n {\n \"DbMode\": \"All\",\n \"DbName\": \"db_big\",\n \"EventMode\": \"\",\n \"FunctionMode\": \"\",\n \"NewDbName\": \"\",\n \"NewSchemaName\": \"\",\n \"ProcedureMode\": \"\",\n \"SchemaName\": \"\",\n \"TableMode\": \"All\",\n \"TriggerMode\": \"\",\n \"ViewMode\": \"All\"\n }\n ],\n \"Mode\": \"Partial\",\n \"OnlineDDL\": {\n \"Status\": \"\"\n }\n },\n \"OfflineTime\": \"0000-00-00 00:00:00\",\n \"Options\": {\n \"AddAdditionalColumn\": false,\n \"AutoRetryTimeRangeMinutes\": 0,\n \"ConflictHandleOption\": {\n \"ConditionColumn\": \"\",\n \"ConditionOperator\": \"\",\n \"ConditionOrderInSrcAndDst\": \"\"\n },\n \"ConflictHandleType\": \"Cover\",\n \"DdlOptions\": null,\n \"DealOfExistSameTable\": \"ExecuteAfterIgnore\",\n \"InitType\": \"Full\",\n \"KafkaOption\": {\n \"DDLTopicName\": \"\",\n \"DataType\": \"\",\n \"TopicRules\": [],\n \"TopicType\": \"\"\n },\n \"OpTypes\": null,\n \"RateLimitOption\": {\n \"CurrentDumpRps\": 0,\n \"CurrentDumpThread\": 8,\n \"CurrentLoadRps\": 0,\n \"CurrentLoadThread\": 8,\n \"CurrentSinkerThread\": 32,\n \"DefaultDumpRps\": 0,\n \"DefaultDumpThread\": 8,\n \"DefaultLoadRps\": 0,\n \"DefaultLoadThread\": 8,\n \"DefaultSinkerThread\": 32,\n \"HasUserSetRateLimit\": \"no\"\n }\n },\n \"PayMode\": \"PostPay\",\n \"RunMode\": \"Immediate\",\n \"Specification\": \"\",\n \"SrcAccessType\": \"noProxy\",\n \"SrcDatabaseType\": \"mysql\",\n \"SrcInfo\": {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnId\": \"\",\n \"CcnOwnerUin\": \"\",\n \"CvmInstanceId\": \"\",\n \"DatabaseNetEnv\": \"\",\n \"DbKernel\": \"\",\n \"DbName\": \"\",\n \"EncryptConn\": \"\",\n \"EngineVersion\": \"\",\n \"InstanceId\": \"\",\n \"Ip\": \"11.141.232.195\",\n \"Password\": \"\",\n \"Port\": 3306,\n \"Region\": \"ap-guangzhou\",\n \"Role\": \"\",\n \"RoleExternalId\": \"\",\n \"SubnetId\": \"\",\n \"Supplier\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n },\n \"SrcInfos\": {\n \"AccessType\": \"\",\n \"DatabaseType\": \"\",\n \"Info\": null,\n \"Region\": \"\"\n },\n \"SrcNodeType\": \"single\",\n \"SrcRegion\": \"ap-qingyuan\",\n \"StartTime\": \"2023-12-19 15:54:18\",\n \"Status\": \"Running\",\n \"Tags\": [],\n \"TradeStatus\": \"Normal\"\n }\n ],\n \"RequestId\": \"268b0711-a3b2-4692-8c91-88d743bc8b9f\",\n \"TotalCount\": 1\n }\n}",
253
+ "output": "{\n \"Response\": {\n \"JobList\": [\n {\n \"Actions\": [\n \"pause\",\n \"stop\",\n \"limitRate\",\n \"view\",\n \"resize\",\n \"isolate\",\n \"postPay2prePay\",\n \"configureOptObj\"\n ],\n \"AllActions\": [\n \"view\",\n \"configure\",\n \"check\",\n \"start\",\n \"stop\",\n \"resume\",\n \"pause\",\n \"continue\",\n \"limitRate\",\n \"resize\",\n \"isolate\",\n \"offline\",\n \"recover\",\n \"postPay2prePay\",\n \"configureOptObj\",\n \"checkOptObj\",\n \"startOptObj\",\n \"createCmpTask\"\n ],\n \"AutoRenew\": 0,\n \"AutoRetryTimeRangeMinutes\": 0,\n \"CreateTime\": \"2023-12-18 20:55:27\",\n \"Detail\": {\n \"CauseOfCompareDisable\": \"当前任务开启了DML过滤()。\",\n \"CurrentStepProgress\": 0,\n \"ErrInfo\": {\n \"Message\": \"\",\n \"Reason\": \"\",\n \"Solution\": \"\"\n },\n \"MasterSlaveDistance\": 0,\n \"Message\": \"\",\n \"Progress\": -1,\n \"SecondsBehindMaster\": 0,\n \"StepAll\": 4,\n \"StepInfos\": [\n {\n \"Errors\": null,\n \"Progress\": -1,\n \"StartTime\": \"2023-12-20 17:03:39\",\n \"Status\": \"finished\",\n \"StepId\": \"schema-init\",\n \"StepName\": \"增量库表初始化\",\n \"StepNo\": 1,\n \"Warnings\": []\n },\n {\n \"Errors\": null,\n \"Progress\": -1,\n \"StartTime\": \"2023-12-20 17:03:49\",\n \"Status\": \"finished\",\n \"StepId\": \"dumper\",\n \"StepName\": \"全量导出\",\n \"StepNo\": 2,\n \"Warnings\": []\n },\n {\n \"Errors\": null,\n \"Progress\": -1,\n \"StartTime\": \"2023-12-20 17:07:50\",\n \"Status\": \"finished\",\n \"StepId\": \"loader\",\n \"StepName\": \"全量导入\",\n \"StepNo\": 3,\n \"Warnings\": []\n },\n {\n \"Errors\": null,\n \"Progress\": -1,\n \"StartTime\": \"2023-12-20 17:16:49\",\n \"Status\": \"running\",\n \"StepId\": \"sinker\",\n \"StepName\": \"同步增量\",\n \"StepNo\": 4,\n \"Warnings\": []\n }\n ],\n \"StepNow\": 4\n },\n \"DstAccessType\": \"noProxy\",\n \"DstDatabaseType\": \"mysql\",\n \"DstInfo\": {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnId\": \"\",\n \"CcnOwnerUin\": \"\",\n \"CvmInstanceId\": \"\",\n \"DatabaseNetEnv\": \"\",\n \"DbKernel\": \"\",\n \"DbName\": \"\",\n \"EncryptConn\": \"\",\n \"EngineVersion\": \"\",\n \"InstanceId\": \"\",\n \"Ip\": \"11.141.232.156\",\n \"Password\": \"\",\n \"Port\": 3306,\n \"Region\": \"ap-guangzhou\",\n \"Role\": \"\",\n \"RoleExternalId\": \"\",\n \"SubnetId\": \"\",\n \"Supplier\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n },\n \"DstInfos\": {\n \"AccessType\": \"\",\n \"DatabaseType\": \"\",\n \"Info\": null,\n \"Region\": \"\"\n },\n \"DstNodeType\": \"single\",\n \"DstRegion\": \"ap-qingyuan\",\n \"DumperResumeCtrl\": \"yes\",\n \"EndTime\": \"0000-00-00 00:00:00\",\n \"ExpectRunTime\": \"0000-00-00 00:00:00\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"InstanceClass\": \"medium\",\n \"JobId\": \"sync-09vy1os1\",\n \"JobName\": \"roger_test\",\n \"Objects\": {\n \"Databases\": [\n {\n \"DbMode\": \"All\",\n \"DbName\": \"db_big\",\n \"EventMode\": \"\",\n \"FunctionMode\": \"\",\n \"NewDbName\": \"\",\n \"NewSchemaName\": \"\",\n \"ProcedureMode\": \"\",\n \"SchemaName\": \"\",\n \"TableMode\": \"All\",\n \"TriggerMode\": \"\",\n \"ViewMode\": \"All\"\n }\n ],\n \"Mode\": \"Partial\",\n \"OnlineDDL\": {\n \"Status\": \"\"\n }\n },\n \"OfflineTime\": \"0000-00-00 00:00:00\",\n \"Options\": {\n \"AddAdditionalColumn\": false,\n \"AutoRetryTimeRangeMinutes\": 0,\n \"ConflictHandleOption\": {\n \"ConditionColumn\": \"\",\n \"ConditionOperator\": \"\",\n \"ConditionOrderInSrcAndDst\": \"\"\n },\n \"ConflictHandleType\": \"Cover\",\n \"DdlOptions\": null,\n \"DealOfExistSameTable\": \"ExecuteAfterIgnore\",\n \"FilterBeginCommit\": false,\n \"FilterCheckpoint\": false,\n \"InitType\": \"Full\",\n \"KafkaOption\": {\n \"DDLTopicName\": \"\",\n \"DataType\": \"\",\n \"TopicRules\": [],\n \"TopicType\": \"\"\n },\n \"OpTypes\": null,\n \"RateLimitOption\": {\n \"CurrentDumpRps\": 0,\n \"CurrentDumpThread\": 8,\n \"CurrentLoadRps\": 0,\n \"CurrentLoadThread\": 8,\n \"CurrentSinkerThread\": 32,\n \"DefaultDumpRps\": 0,\n \"DefaultDumpThread\": 8,\n \"DefaultLoadRps\": 0,\n \"DefaultLoadThread\": 8,\n \"DefaultSinkerThread\": 32,\n \"HasUserSetRateLimit\": \"no\"\n }\n },\n \"PayMode\": \"PostPay\",\n \"RunMode\": \"Immediate\",\n \"Specification\": \"\",\n \"SrcAccessType\": \"noProxy\",\n \"SrcDatabaseType\": \"mysql\",\n \"SrcInfo\": {\n \"Account\": \"\",\n \"AccountMode\": \"\",\n \"AccountRole\": \"\",\n \"CcnId\": \"\",\n \"CcnOwnerUin\": \"\",\n \"CvmInstanceId\": \"\",\n \"DatabaseNetEnv\": \"\",\n \"DbKernel\": \"\",\n \"DbName\": \"\",\n \"EncryptConn\": \"\",\n \"EngineVersion\": \"\",\n \"InstanceId\": \"\",\n \"Ip\": \"11.141.232.195\",\n \"Password\": \"\",\n \"Port\": 3306,\n \"Region\": \"ap-guangzhou\",\n \"Role\": \"\",\n \"RoleExternalId\": \"\",\n \"SubnetId\": \"\",\n \"Supplier\": \"\",\n \"TmpSecretId\": \"\",\n \"TmpSecretKey\": \"\",\n \"TmpToken\": \"\",\n \"UniqDcgId\": \"\",\n \"UniqVpnGwId\": \"\",\n \"User\": \"root\",\n \"VpcId\": \"\"\n },\n \"SrcInfos\": {\n \"AccessType\": \"\",\n \"DatabaseType\": \"\",\n \"Info\": null,\n \"Region\": \"\"\n },\n \"SrcNodeType\": \"single\",\n \"SrcRegion\": \"ap-qingyuan\",\n \"StartTime\": \"2023-12-19 15:54:18\",\n \"Status\": \"Running\",\n \"Tags\": [],\n \"TradeStatus\": \"Normal\"\n }\n ],\n \"RequestId\": \"268b0711-a3b2-4692-8c91-88d743bc8b9f\",\n \"TotalCount\": 1\n }\n}",
254
254
  "title": "查询同步任务列表"
255
255
  }
256
256
  ],