tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.1__py2.py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (122) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/aca/__init__.py +4 -0
  4. tccli/services/aca/aca_client.py +578 -0
  5. tccli/services/aca/v20210323/api.json +3715 -0
  6. tccli/services/aca/v20210323/examples.json +69 -0
  7. tccli/services/aiart/v20221229/api.json +18 -9
  8. tccli/services/aiart/v20221229/examples.json +2 -2
  9. tccli/services/apm/v20210622/api.json +10 -7
  10. tccli/services/batch/v20170312/api.json +641 -566
  11. tccli/services/batch/v20170312/examples.json +7 -7
  12. tccli/services/bi/v20220105/api.json +9 -0
  13. tccli/services/bpaas/v20181217/examples.json +1 -1
  14. tccli/services/cam/v20190116/api.json +32 -30
  15. tccli/services/cam/v20190116/examples.json +4 -4
  16. tccli/services/ccc/v20200210/api.json +31 -1
  17. tccli/services/ccc/v20200210/examples.json +1 -1
  18. tccli/services/cdb/v20170320/api.json +214 -207
  19. tccli/services/cdb/v20170320/examples.json +10 -10
  20. tccli/services/cdwch/v20200915/api.json +6 -6
  21. tccli/services/cdwdoris/v20211228/api.json +16 -5
  22. tccli/services/cdwdoris/v20211228/examples.json +1 -1
  23. tccli/services/cfg/v20210820/api.json +8 -13
  24. tccli/services/cfg/v20210820/examples.json +1 -1
  25. tccli/services/cfs/v20190719/api.json +84 -84
  26. tccli/services/cfs/v20190719/examples.json +6 -6
  27. tccli/services/chdfs/v20201112/api.json +18 -17
  28. tccli/services/chdfs/v20201112/examples.json +2 -2
  29. tccli/services/clb/v20180317/api.json +184 -162
  30. tccli/services/cloudapp/v20220530/api.json +1 -1
  31. tccli/services/cloudapp/v20220530/examples.json +3 -3
  32. tccli/services/cloudaudit/v20190319/api.json +21 -17
  33. tccli/services/cloudaudit/v20190319/examples.json +3 -3
  34. tccli/services/cls/v20201016/api.json +21 -21
  35. tccli/services/cls/v20201016/examples.json +1 -1
  36. tccli/services/config/v20220802/api.json +2 -0
  37. tccli/services/config/v20220802/examples.json +2 -2
  38. tccli/services/dcdb/v20180411/api.json +390 -387
  39. tccli/services/dcdb/v20180411/examples.json +14 -14
  40. tccli/services/dlc/v20210125/api.json +162 -7
  41. tccli/services/dlc/v20210125/examples.json +1 -1
  42. tccli/services/domain/v20180808/api.json +37 -37
  43. tccli/services/domain/v20180808/examples.json +16 -10
  44. tccli/services/dsgc/v20190723/api.json +1796 -1623
  45. tccli/services/dsgc/v20190723/examples.json +217 -211
  46. tccli/services/dts/v20180330/api.json +143 -106
  47. tccli/services/dts/v20211206/api.json +57 -46
  48. tccli/services/dts/v20211206/examples.json +1 -1
  49. tccli/services/ecm/v20190719/api.json +6 -6
  50. tccli/services/emr/v20190103/api.json +80 -20
  51. tccli/services/ess/ess_client.py +61 -8
  52. tccli/services/ess/v20201111/api.json +267 -37
  53. tccli/services/ess/v20201111/examples.json +11 -3
  54. tccli/services/essbasic/essbasic_client.py +167 -8
  55. tccli/services/essbasic/v20210526/api.json +527 -54
  56. tccli/services/essbasic/v20210526/examples.json +46 -16
  57. tccli/services/facefusion/v20220927/api.json +12 -1
  58. tccli/services/fmu/v20191213/api.json +8 -8
  59. tccli/services/gaap/v20180529/api.json +200 -209
  60. tccli/services/hai/v20230812/api.json +1 -1
  61. tccli/services/iss/v20230517/api.json +11 -11
  62. tccli/services/iss/v20230517/examples.json +31 -31
  63. tccli/services/keewidb/v20220308/api.json +92 -82
  64. tccli/services/keewidb/v20220308/examples.json +5 -5
  65. tccli/services/lighthouse/v20200324/api.json +18 -18
  66. tccli/services/lighthouse/v20200324/examples.json +5 -5
  67. tccli/services/live/v20180801/api.json +27 -9
  68. tccli/services/lke/v20231130/examples.json +1 -1
  69. tccli/services/mariadb/v20170312/api.json +285 -263
  70. tccli/services/mariadb/v20170312/examples.json +12 -12
  71. tccli/services/monitor/monitor_client.py +106 -0
  72. tccli/services/monitor/v20180724/api.json +222 -0
  73. tccli/services/monitor/v20180724/examples.json +16 -0
  74. tccli/services/mps/mps_client.py +228 -16
  75. tccli/services/mps/v20190612/api.json +385 -23
  76. tccli/services/mps/v20190612/examples.json +32 -0
  77. tccli/services/msp/v20180319/api.json +2 -2
  78. tccli/services/ocr/v20181119/api.json +11 -1
  79. tccli/services/omics/v20221128/api.json +14 -2
  80. tccli/services/organization/v20210331/api.json +45 -18
  81. tccli/services/privatedns/v20201028/api.json +90 -81
  82. tccli/services/privatedns/v20201028/examples.json +18 -18
  83. tccli/services/redis/redis_client.py +106 -0
  84. tccli/services/redis/v20180412/api.json +178 -16
  85. tccli/services/redis/v20180412/examples.json +16 -0
  86. tccli/services/region/v20220627/api.json +5 -3
  87. tccli/services/region/v20220627/examples.json +1 -1
  88. tccli/services/ssl/v20191205/api.json +6 -4
  89. tccli/services/tag/v20180813/api.json +4 -5
  90. tccli/services/tcb/v20180608/api.json +36 -16
  91. tccli/services/tdmq/tdmq_client.py +53 -0
  92. tccli/services/tdmq/v20200217/api.json +64 -1
  93. tccli/services/tdmq/v20200217/examples.json +9 -1
  94. tccli/services/teo/teo_client.py +485 -8
  95. tccli/services/teo/v20220901/api.json +837 -39
  96. tccli/services/teo/v20220901/examples.json +108 -0
  97. tccli/services/thpc/v20211109/api.json +32 -34
  98. tccli/services/thpc/v20220401/api.json +31 -33
  99. tccli/services/thpc/v20230321/api.json +55 -57
  100. tccli/services/thpc/v20230321/examples.json +1 -1
  101. tccli/services/tiia/v20190529/api.json +307 -293
  102. tccli/services/tiia/v20190529/examples.json +41 -41
  103. tccli/services/tione/v20211111/api.json +4 -4
  104. tccli/services/tione/v20211111/examples.json +2 -2
  105. tccli/services/tke/v20180525/api.json +1 -1
  106. tccli/services/trocket/trocket_client.py +53 -0
  107. tccli/services/trocket/v20230308/api.json +116 -0
  108. tccli/services/trocket/v20230308/examples.json +14 -0
  109. tccli/services/tse/v20201207/api.json +188 -120
  110. tccli/services/tse/v20201207/examples.json +30 -30
  111. tccli/services/tsf/v20180326/api.json +826 -745
  112. tccli/services/tsf/v20180326/examples.json +99 -111
  113. tccli/services/vclm/v20240523/api.json +1 -1
  114. tccli/services/vdb/v20230616/api.json +80 -80
  115. tccli/services/vdb/v20230616/examples.json +1 -1
  116. tccli/services/vpc/v20170312/api.json +42 -41
  117. tccli/services/vpc/v20170312/examples.json +5 -5
  118. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
  119. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
  120. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
  121. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
  122. {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -5204,7 +5204,7 @@
5204
5204
  {
5205
5205
  "disabled": false,
5206
5206
  "document": "总数\n注意:此字段可能返回 null,表示取不到有效值。",
5207
- "example": "",
5207
+ "example": "20",
5208
5208
  "member": "int64",
5209
5209
  "name": "TotalCount",
5210
5210
  "output_required": false,
@@ -5501,7 +5501,7 @@
5501
5501
  {
5502
5502
  "disabled": false,
5503
5503
  "document": "库名匹配规则,请填写正则表达式\n注意:此字段可能返回 null,表示取不到有效值。",
5504
- "example": "test*",
5504
+ "example": "db_*",
5505
5505
  "member": "string",
5506
5506
  "name": "DbPattern",
5507
5507
  "output_required": true,
@@ -5512,7 +5512,7 @@
5512
5512
  {
5513
5513
  "disabled": false,
5514
5514
  "document": "表名匹配规则,如果 DatabaseType 为 mongodb,则匹配集合名\n注意:此字段可能返回 null,表示取不到有效值。",
5515
- "example": "*",
5515
+ "example": "tabl_*",
5516
5516
  "member": "string",
5517
5517
  "name": "TablePattern",
5518
5518
  "output_required": true,
@@ -5523,7 +5523,7 @@
5523
5523
  {
5524
5524
  "disabled": false,
5525
5525
  "document": "列名。如果 RuleType 为 cols,此项必填。订阅任务会用该列的值计算分区。mongo没有按列分区,因此也不用传这个字段。\n注意:此字段可能返回 null,表示取不到有效值。",
5526
- "example": "id",
5526
+ "example": "[\"id\"]",
5527
5527
  "member": "string",
5528
5528
  "name": "Columns",
5529
5529
  "output_required": true,
@@ -5667,7 +5667,7 @@
5667
5667
  {
5668
5668
  "disabled": false,
5669
5669
  "document": "密码,对于访问需要用户名密码认证的实例必填\n注意:此字段可能返回 null,表示取不到有效值。",
5670
- "example": "1234",
5670
+ "example": "password_123",
5671
5671
  "member": "string",
5672
5672
  "name": "Password",
5673
5673
  "output_required": true,
@@ -5948,7 +5948,7 @@
5948
5948
  {
5949
5949
  "disabled": false,
5950
5950
  "document": "密码。作为入参时必填,作为出参时为空。\n注意:此字段可能返回 null,表示取不到有效值。",
5951
- "example": "123",
5951
+ "example": "qJ3e1Wd~",
5952
5952
  "member": "string",
5953
5953
  "name": "Password",
5954
5954
  "output_required": false,
@@ -6080,7 +6080,7 @@
6080
6080
  {
6081
6081
  "disabled": false,
6082
6082
  "document": "云联网网关所属的主账号uin、跨账号云联网需要。\n注意:此字段可能返回 null,表示取不到有效值。",
6083
- "example": "",
6083
+ "example": "700000294281",
6084
6084
  "member": "string",
6085
6085
  "name": "CcnOwnerUin",
6086
6086
  "output_required": false,
@@ -6212,30 +6212,30 @@
6212
6212
  {
6213
6213
  "disabled": false,
6214
6214
  "document": "消费者组账号",
6215
- "example": "account-subs-47damshnra-3",
6215
+ "example": "account-subs-47damshnra-group-1",
6216
6216
  "member": "string",
6217
6217
  "name": "Account",
6218
- "required": true,
6218
+ "output_required": true,
6219
6219
  "type": "string",
6220
6220
  "value_allowed_null": false
6221
6221
  },
6222
6222
  {
6223
6223
  "disabled": false,
6224
6224
  "document": "消费者组名称",
6225
- "example": "consumer-grp-subs-47damshnra-3",
6225
+ "example": "consumer-grp-subs-47damshnra-jason",
6226
6226
  "member": "string",
6227
6227
  "name": "ConsumerGroupName",
6228
- "required": true,
6228
+ "output_required": true,
6229
6229
  "type": "string",
6230
6230
  "value_allowed_null": false
6231
6231
  },
6232
6232
  {
6233
6233
  "disabled": false,
6234
6234
  "document": "消费者组备注\n注意:此字段可能返回 null,表示取不到有效值。",
6235
- "example": "",
6235
+ "example": "binlog订阅",
6236
6236
  "member": "string",
6237
6237
  "name": "Description",
6238
- "required": true,
6238
+ "output_required": true,
6239
6239
  "type": "string",
6240
6240
  "value_allowed_null": true
6241
6241
  },
@@ -6245,7 +6245,7 @@
6245
6245
  "example": "-1",
6246
6246
  "member": "int64",
6247
6247
  "name": "ConsumerGroupOffset",
6248
- "required": true,
6248
+ "output_required": true,
6249
6249
  "type": "int",
6250
6250
  "value_allowed_null": false
6251
6251
  },
@@ -6255,7 +6255,7 @@
6255
6255
  "example": "0",
6256
6256
  "member": "int64",
6257
6257
  "name": "ConsumerGroupLag",
6258
- "required": true,
6258
+ "output_required": true,
6259
6259
  "type": "int",
6260
6260
  "value_allowed_null": false
6261
6261
  },
@@ -6265,7 +6265,7 @@
6265
6265
  "example": "9",
6266
6266
  "member": "int64",
6267
6267
  "name": "Latency",
6268
- "required": true,
6268
+ "output_required": true,
6269
6269
  "type": "int",
6270
6270
  "value_allowed_null": false
6271
6271
  },
@@ -6275,7 +6275,7 @@
6275
6275
  "example": "无",
6276
6276
  "member": "MonitorInfo",
6277
6277
  "name": "StateOfPartition",
6278
- "required": true,
6278
+ "output_required": true,
6279
6279
  "type": "list",
6280
6280
  "value_allowed_null": false
6281
6281
  },
@@ -6285,7 +6285,7 @@
6285
6285
  "example": "2022-03-25 17:31:31",
6286
6286
  "member": "string",
6287
6287
  "name": "CreatedAt",
6288
- "required": true,
6288
+ "output_required": true,
6289
6289
  "type": "string",
6290
6290
  "value_allowed_null": false
6291
6291
  },
@@ -6295,7 +6295,7 @@
6295
6295
  "example": "2022-03-25 17:31:31",
6296
6296
  "member": "string",
6297
6297
  "name": "UpdatedAt",
6298
- "required": true,
6298
+ "output_required": true,
6299
6299
  "type": "string",
6300
6300
  "value_allowed_null": false
6301
6301
  },
@@ -6305,7 +6305,7 @@
6305
6305
  "example": "Stable",
6306
6306
  "member": "string",
6307
6307
  "name": "ConsumerGroupState",
6308
- "required": true,
6308
+ "output_required": true,
6309
6309
  "type": "string",
6310
6310
  "value_allowed_null": false
6311
6311
  },
@@ -6315,7 +6315,7 @@
6315
6315
  "example": "无",
6316
6316
  "member": "PartitionAssignment",
6317
6317
  "name": "PartitionAssignment",
6318
- "required": true,
6318
+ "output_required": true,
6319
6319
  "type": "list",
6320
6320
  "value_allowed_null": true
6321
6321
  }
@@ -6627,7 +6627,7 @@
6627
6627
  {
6628
6628
  "disabled": false,
6629
6629
  "document": "用于存储ddl的topic",
6630
- "example": "test",
6630
+ "example": "topic-ddl",
6631
6631
  "member": "string",
6632
6632
  "name": "DDLTopicName",
6633
6633
  "output_required": true,
@@ -6923,7 +6923,7 @@
6923
6923
  {
6924
6924
  "disabled": false,
6925
6925
  "document": "订阅对象的类型,枚举值为:0-库,1-表(该值对于mongo任务来说,是集合) 。\n注意:mongo只支持全实例、单库或者单集合订阅,因此该字段不要与SubscribeObjectType冲突。如:SubscribeObjectType=4,表示mongo单库订阅,那么该字段应该传0。\n注意:此字段可能返回 null,表示取不到有效值。",
6926
- "example": "",
6926
+ "example": "1",
6927
6927
  "member": "int64",
6928
6928
  "name": "ObjectsType",
6929
6929
  "output_required": true,
@@ -6934,7 +6934,7 @@
6934
6934
  {
6935
6935
  "disabled": false,
6936
6936
  "document": "订阅数据库的名称\n注意:此字段可能返回 null,表示取不到有效值。",
6937
- "example": "",
6937
+ "example": "db_1",
6938
6938
  "member": "string",
6939
6939
  "name": "DatabaseName",
6940
6940
  "output_required": true,
@@ -6945,7 +6945,7 @@
6945
6945
  {
6946
6946
  "disabled": false,
6947
6947
  "document": "订阅数据库中表(或集合)的名称。如果 ObjectsType 为 1,那么此字段为必填,且不为空;\n注意:此字段可能返回 null,表示取不到有效值。",
6948
- "example": "",
6948
+ "example": "[\"tabl_1\"]",
6949
6949
  "member": "string",
6950
6950
  "name": "TableNames",
6951
6951
  "output_required": true,
@@ -7739,17 +7739,17 @@
7739
7739
  "example": "1",
7740
7740
  "member": "int64",
7741
7741
  "name": "PartitionNo",
7742
- "required": true,
7742
+ "output_required": true,
7743
7743
  "type": "int",
7744
7744
  "value_allowed_null": false
7745
7745
  },
7746
7746
  {
7747
7747
  "disabled": false,
7748
7748
  "document": "当前分区的偏移量",
7749
- "example": "1111",
7749
+ "example": "23859978",
7750
7750
  "member": "int64",
7751
7751
  "name": "ConsumerGroupOffset",
7752
- "required": true,
7752
+ "output_required": true,
7753
7753
  "type": "int",
7754
7754
  "value_allowed_null": false
7755
7755
  },
@@ -7759,7 +7759,7 @@
7759
7759
  "example": "0",
7760
7760
  "member": "int64",
7761
7761
  "name": "ConsumerGroupLag",
7762
- "required": true,
7762
+ "output_required": true,
7763
7763
  "type": "int",
7764
7764
  "value_allowed_null": false
7765
7765
  },
@@ -7769,7 +7769,7 @@
7769
7769
  "example": "1",
7770
7770
  "member": "int64",
7771
7771
  "name": "Latency",
7772
- "required": true,
7772
+ "output_required": true,
7773
7773
  "type": "int",
7774
7774
  "value_allowed_null": false
7775
7775
  }
@@ -7982,6 +7982,17 @@
7982
7982
  "type": "int",
7983
7983
  "value_allowed_null": true
7984
7984
  },
7985
+ {
7986
+ "disabled": false,
7987
+ "document": "同步到kafka链路指定位点。目前只支持时间格式:yyyy-mm-dd hh:mm:ss。如果没有指定位点,为空。\n注意:此字段可能返回 null,表示取不到有效值。",
7988
+ "example": "2023-07-25 12:00:00",
7989
+ "member": "string",
7990
+ "name": "StartPosition",
7991
+ "output_required": false,
7992
+ "required": false,
7993
+ "type": "string",
7994
+ "value_allowed_null": true
7995
+ },
7985
7996
  {
7986
7997
  "disabled": false,
7987
7998
  "document": "同步到kafka链路是否过滤掉begin和commit消息。目前仅mysql2kafka链路支持\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -9349,7 +9360,7 @@
9349
9360
  {
9350
9361
  "disabled": false,
9351
9362
  "document": "报错信息",
9352
- "example": "invalid connection",
9363
+ "example": "kafka: Failed to produce message to topic",
9353
9364
  "member": "string",
9354
9365
  "name": "Message",
9355
9366
  "output_required": true,
@@ -9359,7 +9370,7 @@
9359
9370
  {
9360
9371
  "disabled": false,
9361
9372
  "document": "报错原因",
9362
- "example": "",
9373
+ "example": "kafka 异常 1. 如果是数据订阅链路,可能是内部Kafka组件生产异常,后端服务会自动重试并自愈,请刷新一下页面,关注任务的状态流转 2. 如果是数据同步到kafka链路,可能是用户的kafka异常,导致数据无法写入",
9363
9374
  "member": "string",
9364
9375
  "name": "Reason",
9365
9376
  "output_required": false,
@@ -9369,7 +9380,7 @@
9369
9380
  {
9370
9381
  "disabled": false,
9371
9382
  "document": "建议的修复方案",
9372
- "example": "",
9383
+ "example": "1. 如果数据订阅链路超过10分钟后刷新,状态仍然没有流转,请提交[工单](https://console.cloud.tencent.com/workorder/category)协助解决。 2. 如果是数据同步到kafka链路,请前往kafka控制台排查",
9373
9384
  "member": "string",
9374
9385
  "name": "Solution",
9375
9386
  "output_required": false,
@@ -9461,20 +9472,20 @@
9461
9472
  {
9462
9473
  "disabled": false,
9463
9474
  "document": "错误或告警的详细信息\n注意:此字段可能返回 null,表示取不到有效值。",
9464
- "example": "",
9475
+ "example": "kafka: Failed to produce message to topic",
9465
9476
  "member": "string",
9466
9477
  "name": "Message",
9467
- "required": false,
9478
+ "output_required": true,
9468
9479
  "type": "string",
9469
9480
  "value_allowed_null": true
9470
9481
  },
9471
9482
  {
9472
9483
  "disabled": false,
9473
9484
  "document": "帮助文档\n注意:此字段可能返回 null,表示取不到有效值。",
9474
- "example": "",
9485
+ "example": "https://cloud.tencent.com/document/product/571/92710",
9475
9486
  "member": "string",
9476
9487
  "name": "HelpDoc",
9477
- "required": false,
9488
+ "output_required": true,
9478
9489
  "type": "string",
9479
9490
  "value_allowed_null": true
9480
9491
  }
@@ -9497,7 +9508,7 @@
9497
9508
  {
9498
9509
  "disabled": false,
9499
9510
  "document": "数据订阅实例的名称",
9500
- "example": "test",
9511
+ "example": "binlog订阅",
9501
9512
  "member": "string",
9502
9513
  "name": "SubscribeName",
9503
9514
  "output_required": true,
@@ -9507,7 +9518,7 @@
9507
9518
  {
9508
9519
  "disabled": false,
9509
9520
  "document": "订阅实例发送数据的kafka topic\n注意:此字段可能返回 null,表示取不到有效值。",
9510
- "example": "topic-subs-l4d3a7izai-cmgo-24ifcx43",
9521
+ "example": "topic-subs-l4d3a7izai-cdb-24ifcx43",
9511
9522
  "member": "string",
9512
9523
  "name": "Topic",
9513
9524
  "output_required": false,
@@ -9647,7 +9658,7 @@
9647
9658
  {
9648
9659
  "disabled": false,
9649
9660
  "document": "接入方式。枚举值:extranet(公网) vpncloud(vpn接入) dcg(专线接入) ccn(云联网) cdb(云数据库) cvm(云主机自建) intranet(自研上云) vpc(私有网络vpc)\n注意:此字段可能返回 null,表示取不到有效值。",
9650
- "example": "",
9661
+ "example": "cdb",
9651
9662
  "member": "string",
9652
9663
  "name": "AccessType",
9653
9664
  "output_required": false,
@@ -9753,7 +9764,7 @@
9753
9764
  {
9754
9765
  "disabled": false,
9755
9766
  "document": "订阅的数据库名称\n注意:此字段可能返回 null,表示取不到有效值。",
9756
- "example": "databaseName",
9767
+ "example": "db_1",
9757
9768
  "member": "string",
9758
9769
  "name": "Database",
9759
9770
  "output_required": true,
@@ -9764,7 +9775,7 @@
9764
9775
  {
9765
9776
  "disabled": false,
9766
9777
  "document": "订阅数据库中表的名称。如果 DatabaseType 为 mongodb,填集合名。mongodb只支持订阅单库或者单集合。\n注意:此字段可能返回 null,表示取不到有效值。",
9767
- "example": "",
9778
+ "example": "[\"tabl_1\"]",
9768
9779
  "member": "string",
9769
9780
  "name": "Tables",
9770
9781
  "output_required": true,
@@ -9947,7 +9958,7 @@
9947
9958
  {
9948
9959
  "disabled": false,
9949
9960
  "document": "同步任务名\n注意:此字段可能返回 null,表示取不到有效值。",
9950
- "example": "test",
9961
+ "example": "sync-btso140",
9951
9962
  "member": "string",
9952
9963
  "name": "JobName",
9953
9964
  "output_required": true,
@@ -10480,7 +10491,7 @@
10480
10491
  {
10481
10492
  "disabled": false,
10482
10493
  "document": "topic名。单topic时,所有的TopicName必须相同",
10483
- "example": "test",
10494
+ "example": "topicName",
10484
10495
  "member": "string",
10485
10496
  "name": "TopicName",
10486
10497
  "output_required": true,
@@ -10546,7 +10557,7 @@
10546
10557
  {
10547
10558
  "disabled": false,
10548
10559
  "document": "按列分区时需要选择配置列名,可以选择多列\n注意:此字段可能返回 null,表示取不到有效值。",
10549
- "example": "",
10560
+ "example": "c1",
10550
10561
  "member": "string",
10551
10562
  "name": "Columns",
10552
10563
  "output_required": false,
@@ -10573,7 +10584,7 @@
10573
10584
  {
10574
10585
  "disabled": false,
10575
10586
  "document": "上一次交易订单号\n注意:此字段可能返回 null,表示取不到有效值。",
10576
- "example": "",
10587
+ "example": "20220711715001047929340",
10577
10588
  "member": "string",
10578
10589
  "name": "LastDealName",
10579
10590
  "output_required": true,
@@ -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 \"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}",
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 \"StartPosition\": \"\"\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
  ],
@@ -7175,30 +7175,30 @@
7175
7175
  {
7176
7176
  "disabled": false,
7177
7177
  "document": "配额名称,取值范围:\nTOTAL_EIP_QUOTA:用户当前地域下EIP的配额数;\nDAILY_EIP_APPLY:用户当前地域下今日申购次数;\nDAILY_PUBLIC_IP_ASSIGN:用户当前地域下,重新分配公网 IP次数。",
7178
- "example": "",
7178
+ "example": "TOTAL_EIP_QUOTA",
7179
7179
  "member": "string",
7180
7180
  "name": "QuotaId",
7181
- "required": true,
7181
+ "output_required": true,
7182
7182
  "type": "string",
7183
7183
  "value_allowed_null": false
7184
7184
  },
7185
7185
  {
7186
7186
  "disabled": false,
7187
7187
  "document": "当前数量",
7188
- "example": "",
7188
+ "example": "1",
7189
7189
  "member": "uint64",
7190
7190
  "name": "QuotaCurrent",
7191
- "required": true,
7191
+ "output_required": true,
7192
7192
  "type": "int",
7193
7193
  "value_allowed_null": false
7194
7194
  },
7195
7195
  {
7196
7196
  "disabled": false,
7197
7197
  "document": "配额数量",
7198
- "example": "",
7198
+ "example": "10",
7199
7199
  "member": "uint64",
7200
7200
  "name": "QuotaLimit",
7201
- "required": true,
7201
+ "output_required": true,
7202
7202
  "type": "int",
7203
7203
  "value_allowed_null": false
7204
7204
  }