tccli 3.0.1268.1__py2.py3-none-any.whl → 3.0.1270.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 (107) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +5 -4
  3. tccli/services/aiart/aiart_client.py +106 -0
  4. tccli/services/aiart/v20221229/api.json +286 -11
  5. tccli/services/aiart/v20221229/examples.json +18 -2
  6. tccli/services/antiddos/v20200309/api.json +201 -132
  7. tccli/services/antiddos/v20200309/examples.json +12 -12
  8. tccli/services/apm/v20210622/api.json +13 -3
  9. tccli/services/billing/billing_client.py +4 -163
  10. tccli/services/billing/v20180709/api.json +0 -489
  11. tccli/services/billing/v20180709/examples.json +0 -24
  12. tccli/services/cam/v20190116/api.json +8 -8
  13. tccli/services/cat/v20180409/api.json +3 -1
  14. tccli/services/cbs/cbs_client.py +220 -8
  15. tccli/services/cbs/v20170312/api.json +418 -2
  16. tccli/services/cbs/v20170312/examples.json +32 -0
  17. tccli/services/ccc/v20200210/api.json +11 -11
  18. tccli/services/ccc/v20200210/examples.json +2 -2
  19. tccli/services/cdb/v20170320/api.json +48 -18
  20. tccli/services/cdwdoris/v20211228/api.json +10 -1
  21. tccli/services/cfw/v20190904/api.json +30 -30
  22. tccli/services/ckafka/v20190819/api.json +10 -0
  23. tccli/services/cls/v20201016/api.json +11 -0
  24. tccli/services/csip/v20221121/api.json +38 -38
  25. tccli/services/cwp/cwp_client.py +4 -57
  26. tccli/services/cwp/v20180228/api.json +0 -184
  27. tccli/services/cwp/v20180228/examples.json +0 -8
  28. tccli/services/cynosdb/v20190107/api.json +1 -1
  29. tccli/services/cynosdb/v20190107/examples.json +1 -1
  30. tccli/services/dcdb/dcdb_client.py +122 -16
  31. tccli/services/dcdb/v20180411/api.json +222 -0
  32. tccli/services/dcdb/v20180411/examples.json +16 -0
  33. tccli/services/dlc/v20210125/api.json +169 -50
  34. tccli/services/dlc/v20210125/examples.json +20 -20
  35. tccli/services/domain/v20180808/api.json +8 -8
  36. tccli/services/domain/v20180808/examples.json +3 -3
  37. tccli/services/dts/v20211206/api.json +1 -1
  38. tccli/services/es/v20180416/api.json +9 -9
  39. tccli/services/ess/v20201111/api.json +1 -1
  40. tccli/services/essbasic/v20210526/api.json +3 -3
  41. tccli/services/essbasic/v20210526/examples.json +2 -2
  42. tccli/services/facefusion/v20220927/api.json +4 -4
  43. tccli/services/faceid/v20180301/api.json +5 -5
  44. tccli/services/faceid/v20180301/examples.json +6 -0
  45. tccli/services/gme/v20180711/api.json +147 -141
  46. tccli/services/gme/v20180711/examples.json +9 -9
  47. tccli/services/hunyuan/v20230901/api.json +9 -0
  48. tccli/services/iotexplorer/v20190423/api.json +4 -4
  49. tccli/services/iotexplorer/v20190423/examples.json +5 -5
  50. tccli/services/keewidb/v20220308/api.json +2 -2
  51. tccli/services/lcic/v20220817/api.json +177 -177
  52. tccli/services/lcic/v20220817/examples.json +2 -2
  53. tccli/services/lighthouse/v20200324/api.json +76 -67
  54. tccli/services/live/v20180801/api.json +1 -1
  55. tccli/services/lke/v20231130/api.json +31 -0
  56. tccli/services/lkeap/v20240522/api.json +55 -9
  57. tccli/services/lkeap/v20240522/examples.json +1 -1
  58. tccli/services/mna/mna_client.py +106 -0
  59. tccli/services/mna/v20210119/api.json +246 -0
  60. tccli/services/mna/v20210119/examples.json +16 -0
  61. tccli/services/monitor/monitor_client.py +62 -57
  62. tccli/services/monitor/v20230616/api.json +266 -0
  63. tccli/services/monitor/v20230616/examples.json +19 -0
  64. tccli/services/mqtt/mqtt_client.py +489 -12
  65. tccli/services/mqtt/v20240516/api.json +864 -3
  66. tccli/services/mqtt/v20240516/examples.json +72 -0
  67. tccli/services/ocr/ocr_client.py +53 -0
  68. tccli/services/ocr/v20181119/api.json +319 -2
  69. tccli/services/ocr/v20181119/examples.json +8 -0
  70. tccli/services/postgres/postgres_client.py +334 -16
  71. tccli/services/postgres/v20170312/api.json +717 -34
  72. tccli/services/postgres/v20170312/examples.json +72 -0
  73. tccli/services/ses/v20201002/api.json +15 -5
  74. tccli/services/ssl/v20191205/api.json +496 -493
  75. tccli/services/ssl/v20191205/examples.json +144 -24
  76. tccli/services/svp/v20240125/api.json +6 -6
  77. tccli/services/taf/taf_client.py +0 -159
  78. tccli/services/taf/v20200210/api.json +0 -665
  79. tccli/services/taf/v20200210/examples.json +0 -24
  80. tccli/services/teo/v20220901/api.json +40 -2
  81. tccli/services/tione/v20211111/api.json +14 -3
  82. tccli/services/trabbit/__init__.py +4 -0
  83. tccli/services/trabbit/trabbit_client.py +1691 -0
  84. tccli/services/trabbit/v20230418/api.json +4773 -0
  85. tccli/services/trabbit/v20230418/examples.json +237 -0
  86. tccli/services/trp/v20210515/api.json +549 -513
  87. tccli/services/trp/v20210515/examples.json +5 -5
  88. tccli/services/trtc/v20190722/api.json +8 -8
  89. tccli/services/trtc/v20190722/examples.json +2 -2
  90. tccli/services/vclm/v20240523/api.json +0 -450
  91. tccli/services/vclm/v20240523/examples.json +0 -48
  92. tccli/services/vclm/vclm_client.py +0 -159
  93. tccli/services/vpc/v20170312/api.json +124 -0
  94. tccli/services/vpc/v20170312/examples.json +16 -0
  95. tccli/services/vpc/vpc_client.py +106 -0
  96. tccli/services/wedata/v20210820/api.json +211 -33
  97. tccli/services/wedata/v20210820/examples.json +14 -0
  98. tccli/services/wedata/wedata_client.py +53 -0
  99. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/METADATA +2 -2
  100. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/RECORD +103 -101
  101. tccli/services/aa/__init__.py +0 -4
  102. tccli/services/aa/aa_client.py +0 -207
  103. tccli/services/aa/v20200224/api.json +0 -397
  104. tccli/services/aa/v20200224/examples.json +0 -13
  105. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/WHEEL +0 -0
  106. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/entry_points.txt +0 -0
  107. {tccli-3.0.1268.1.dist-info → tccli-3.0.1270.1.dist-info}/license_files/LICENSE +0 -0
@@ -27,7 +27,7 @@
27
27
  "AlterDMSDatabase": [
28
28
  {
29
29
  "document": "",
30
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AlterDMSDatabase\n<公共请求参数>\n\n{\n \"CurrentName\": \"database1\",\n \"SchemaName\": \"DataLakeCatalog\",\n \"Location\": \"cosn://**********\",\n \"Asset\": {\n \"Name\": \"database1\",\n \"Catalog\": \"DataLakeCatalog\",\n \"Description\": \"alter description\",\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default param\"\n }\n ],\n \"BizParams\": [\n {\n \"Key\": \"bizparam\",\n \"Value\": \"default param\"\n }\n ]\n }\n}",
30
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AlterDMSDatabase\n<公共请求参数>\n\n{\n \"DatasourceConnectionName\": \"DataLakeCatalog\",\n \"CurrentName\": \"database1\",\n \"SchemaName\": \"schema1\",\n \"Location\": \"cosn://**********\",\n \"Asset\": {\n \"Name\": \"database1\",\n \"Catalog\": \"DataLakeCatalog\",\n \"Description\": \"alter description\",\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default param\"\n }\n ],\n \"BizParams\": [\n {\n \"Key\": \"bizparam\",\n \"Value\": \"default param\"\n }\n ]\n }\n}",
31
31
  "output": "{\n \"Response\": {\n \"RequestId\": \"********-****-****-****-d91707f15fae\"\n }\n}",
32
32
  "title": "DMS元数据更新库"
33
33
  }
@@ -35,7 +35,7 @@
35
35
  "AlterDMSPartition": [
36
36
  {
37
37
  "document": "修改表分区",
38
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AlterDMSPartition\n<公共请求参数>\n\n{\n \"CurrentDbName\": \"database1\",\n \"CurrentTableName\": \"table2\",\n \"CurrentValues\": \"1\",\n \"Partition\": {\n \"DatabaseName\": \"database1\",\n \"TableName\": \"table2\",\n \"DataVersion\": 1,\n \"Name\": \"id\",\n \"Values\": [\n \"2\"\n ],\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default param\"\n }\n ],\n \"Sds\": {\n \"Location\": \"cosn://********\",\n \"InputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat\",\n \"OutputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat\",\n \"NumBuckets\": 0,\n \"Compressed\": false,\n \"StoredAsSubDirectories\": false,\n \"SerdeLib\": \"org.apache.hadoop.hive.serde2.OpenCSVSerde\",\n \"SerdeName\": \"serde1\",\n \"SerdeParams\": [\n {\n \"Key\": \"separatorChar\",\n \"Value\": \"\\\\t\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"param2\",\n \"Value\": \"default param\"\n }\n ]\n }\n }\n}",
38
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AlterDMSPartition\n<公共请求参数>\n\n{\n \"DatasourceConnectionName\": \"DataLakeCatalog\",\n \"CurrentDbName\": \"database1\",\n \"CurrentTableName\": \"table2\",\n \"CurrentValues\": \"1\",\n \"Partition\": {\n \"DatabaseName\": \"database1\",\n \"TableName\": \"table2\",\n \"DataVersion\": 1,\n \"Name\": \"id\",\n \"Values\": [\n \"2\"\n ],\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default param\"\n }\n ],\n \"Sds\": {\n \"Location\": \"cosn://********\",\n \"InputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat\",\n \"OutputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat\",\n \"NumBuckets\": 0,\n \"Compressed\": false,\n \"StoredAsSubDirectories\": false,\n \"SerdeLib\": \"org.apache.hadoop.hive.serde2.OpenCSVSerde\",\n \"SerdeName\": \"serde1\",\n \"SerdeParams\": [\n {\n \"Key\": \"separatorChar\",\n \"Value\": \"\\\\t\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"param2\",\n \"Value\": \"default param\"\n }\n ]\n }\n }\n}",
39
39
  "output": "{\n \"Response\": {\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
40
40
  "title": "修改表分区"
41
41
  }
@@ -43,7 +43,7 @@
43
43
  "AlterDMSTable": [
44
44
  {
45
45
  "document": "",
46
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AlterDMSTable\n<公共请求参数>\n\n{\n \"CurrentName\": \"table3\",\n \"CurrentDbName\": \"database1\",\n \"Asset\": {\n \"Name\": \"table3\",\n \"Catalog\": \"DataLakeCatalog\",\n \"Description\": \"alter description\",\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default param\"\n }\n ],\n \"BizParams\": [\n {\n \"Key\": \"bizparam1\",\n \"Value\": \"default bizparam\"\n }\n ]\n },\n \"Type\": \"EXTERNAL\",\n \"DbName\": \"database1\",\n \"Sds\": {\n \"Location\": \"cons://********\",\n \"InputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat\",\n \"OutputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat\",\n \"NumBuckets\": 0,\n \"Compressed\": false,\n \"StoredAsSubDirectories\": false,\n \"SerdeLib\": \"org.apache.hadoop.hive.serde2.OpenCSVSerde\",\n \"SerdeName\": \"serde1\",\n \"BucketCols\": [\n \"col1\"\n ],\n \"SerdeParams\": [\n {\n \"Key\": \"serde\",\n \"Value\": \"1\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default param\"\n }\n ]\n },\n \"Columns\": [\n {\n \"Name\": \"id\",\n \"Description\": \"alter col\",\n \"Type\": \"int\",\n \"IsPartition\": true\n }\n ],\n \"PartitionKeys\": [\n {\n \"Name\": \"dt\",\n \"Description\": \"default description\",\n \"Type\": \"int\",\n \"Position\": 1,\n \"BizParams\": [\n {\n \"Key\": null,\n \"Value\": null\n }\n ],\n \"IsPartition\": true\n }\n ],\n \"Partitions\": [\n {\n \"DatabaseName\": \"database1\",\n \"TableName\": \"table3\",\n \"DataVersion\": 1,\n \"Name\": \"dt2\",\n \"Values\": [\n \"1\"\n ],\n \"Params\": [\n {\n \"Key\": null,\n \"Value\": null\n }\n ],\n \"Sds\": {\n \"Location\": \"cosn://********\",\n \"InputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat\",\n \"OutputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat\",\n \"NumBuckets\": 0,\n \"Compressed\": false,\n \"StoredAsSubDirectories\": null,\n \"SerdeLib\": \"org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe\",\n \"SerdeName\": \"serde2\",\n \"BucketCols\": [\n \"col2\"\n ],\n \"SerdeParams\": [\n {\n \"Key\": null,\n \"Value\": null\n }\n ],\n \"Params\": [\n {\n \"Key\": \"param3\",\n \"Value\": \"default param\"\n }\n ],\n \"SortCols\": {\n \"Col\": null,\n \"Order\": null\n },\n \"Cols\": [\n {\n \"Name\": \"column1\",\n \"Description\": \"default column\",\n \"Type\": \"int\",\n \"Position\": 1,\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default param\"\n }\n ],\n \"BizParams\": [\n {\n \"Key\": \"bizparam1\",\n \"Value\": \"default bizparam\"\n }\n ],\n \"IsPartition\": false\n }\n ]\n }\n }\n ],\n \"Name\": \"table3\"\n}",
46
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: AlterDMSTable\n<公共请求参数>\n\n{\n \"CurrentName\": \"table3\",\n \"CurrentDbName\": \"database1\",\n \"Asset\": {\n \"Name\": \"table3\",\n \"Catalog\": \"DataLakeCatalog\",\n \"Description\": \"alter description\",\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default param\"\n }\n ],\n \"BizParams\": [\n {\n \"Key\": \"bizparam1\",\n \"Value\": \"default bizparam\"\n }\n ]\n },\n \"Type\": \"EXTERNAL\",\n \"DbName\": \"database1\",\n \"Sds\": {\n \"Location\": \"cons://********\",\n \"InputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat\",\n \"OutputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat\",\n \"NumBuckets\": 0,\n \"Compressed\": false,\n \"StoredAsSubDirectories\": false,\n \"SerdeLib\": \"org.apache.hadoop.hive.serde2.OpenCSVSerde\",\n \"SerdeName\": \"serde1\",\n \"BucketCols\": [\n \"col1\"\n ],\n \"SerdeParams\": [\n {\n \"Key\": \"serde\",\n \"Value\": \"1\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default param\"\n }\n ]\n },\n \"Columns\": [\n {\n \"Name\": \"id\",\n \"Description\": \"alter col\",\n \"Type\": \"int\",\n \"IsPartition\": true\n }\n ],\n \"PartitionKeys\": [\n {\n \"Name\": \"dt\",\n \"Description\": \"default description\",\n \"Type\": \"int\",\n \"Position\": 1,\n \"BizParams\": [\n {\n \"Key\": null,\n \"Value\": null\n }\n ],\n \"IsPartition\": true\n }\n ],\n \"Partitions\": [\n {\n \"DatabaseName\": \"database1\",\n \"TableName\": \"table3\",\n \"DataVersion\": 1,\n \"Name\": \"dt2\",\n \"Values\": [\n \"1\"\n ],\n \"Params\": [\n {\n \"Key\": null,\n \"Value\": null\n }\n ],\n \"Sds\": {\n \"Location\": \"cosn://********\",\n \"InputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat\",\n \"OutputFormat\": \"org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat\",\n \"NumBuckets\": 0,\n \"Compressed\": false,\n \"StoredAsSubDirectories\": null,\n \"SerdeLib\": \"org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe\",\n \"SerdeName\": \"serde2\",\n \"BucketCols\": [\n \"col2\"\n ],\n \"SerdeParams\": [\n {\n \"Key\": null,\n \"Value\": null\n }\n ],\n \"Params\": [\n {\n \"Key\": \"param3\",\n \"Value\": \"default param\"\n }\n ],\n \"SortCols\": {\n \"Col\": null,\n \"Order\": null\n },\n \"Cols\": [\n {\n \"Name\": \"column1\",\n \"Description\": \"default column\",\n \"Type\": \"int\",\n \"Position\": 1,\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default param\"\n }\n ],\n \"BizParams\": [\n {\n \"Key\": \"bizparam1\",\n \"Value\": \"default bizparam\"\n }\n ],\n \"IsPartition\": false\n }\n ]\n }\n }\n ],\n \"Name\": \"table3\",\n \"DatasourceConnectionName\": \"DataLakeCatalog\"\n}",
47
47
  "output": "{\n \"Response\": {\n \"RequestId\": \"********-****-****-****-237bfeec9223\"\n }\n}",
48
48
  "title": "修改表"
49
49
  }
@@ -155,7 +155,7 @@
155
155
  "CreateDMSDatabase": [
156
156
  {
157
157
  "document": "",
158
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDMSDatabase\n<公共请求参数>\n\n{\n \"Asset\": {\n \"Description\": \"api 测试库\",\n \"ModifiedTime\": \"2023-07-24T15:26:30+00:00\",\n \"DataVersion\": 0,\n \"BizParams\": [\n {\n \"Value\": \"\",\n \"Key\": \"\"\n }\n ],\n \"OwnerAccount\": \"100016321234396\",\n \"CreateTime\": \"2023-07-24T15:26:30+00:00\",\n \"Catalog\": \"\",\n \"Params\": [\n {\n \"Value\": \"\",\n \"Key\": \"\"\n }\n ],\n \"PermValues\": [\n {\n \"Value\": \"\",\n \"Key\": \"\"\n }\n ],\n \"Owner\": \"100016334432227396\",\n \"DatasourceId\": 100,\n \"Guid\": \"123-456-789\",\n \"Id\": 1,\n \"Name\": \"api_test\"\n },\n \"SchemaName\": \"api_test\",\n \"Location\": \"cosn://api_test\",\n \"Name\": \"api_test\"\n}",
158
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDMSDatabase\n<公共请求参数>\n\n{\n \"Asset\": {\n \"Description\": \"api 测试库\",\n \"ModifiedTime\": \"2023-07-24T15:26:30+00:00\",\n \"DataVersion\": 0,\n \"BizParams\": [\n {\n \"Value\": \"\",\n \"Key\": \"\"\n }\n ],\n \"OwnerAccount\": \"100016321234396\",\n \"CreateTime\": \"2023-07-24T15:26:30+00:00\",\n \"Catalog\": \"\",\n \"Params\": [\n {\n \"Value\": \"\",\n \"Key\": \"\"\n }\n ],\n \"PermValues\": [\n {\n \"Value\": \"\",\n \"Key\": \"\"\n }\n ],\n \"Owner\": \"100016334432227396\",\n \"DatasourceId\": 100,\n \"Guid\": \"123-456-789\",\n \"Id\": 1,\n \"Name\": \"api_test\"\n },\n \"SchemaName\": \"api_test\",\n \"Location\": \"cosn://api_test\",\n \"Name\": \"api_test\",\n \"DatasourceConnectionName\": \"DataLakeCatalog\"\n}",
159
159
  "output": "{\n \"Response\": {\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
160
160
  "title": "DMS元数据创建库"
161
161
  }
@@ -163,7 +163,7 @@
163
163
  "CreateDMSTable": [
164
164
  {
165
165
  "document": "创建表",
166
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDMSTable\n<公共请求参数>\n\n{\n \"PartitionKeys\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"RecordCount\": 0,\n \"Sds\": {\n \"OutputFormat\": \"f_value\",\n \"SortCols\": {\n \"Col\": \"f_value\",\n \"Order\": 0\n },\n \"InputFormat\": \"f_value\",\n \"SerdeLib\": \"f_value\",\n \"Cols\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"Compressed\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Location\": \"f_value\",\n \"NumBuckets\": 0,\n \"SerdeParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"SerdeName\": \"f_value\",\n \"StoredAsSubDirectories\": true,\n \"BucketCols\": [\n \"f_value\"\n ]\n },\n \"StructUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"StorageSize\": 0,\n \"Asset\": {\n \"Description\": \"f_value\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"OwnerAccount\": \"f_value\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Catalog\": \"f_value\",\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"PermValues\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Owner\": \"f_value\",\n \"DatasourceId\": 0,\n \"Guid\": \"f_value\",\n \"Id\": 0,\n \"Name\": \"f_value\"\n },\n \"ViewExpandedText\": \"f_value\",\n \"LifeTime\": 0,\n \"ViewOriginalText\": \"f_value\",\n \"Type\": \"f_value\",\n \"DbName\": \"f_value\",\n \"Columns\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"Partitions\": [\n {\n \"Sds\": {\n \"OutputFormat\": \"f_value\",\n \"SortCols\": {\n \"Col\": \"f_value\",\n \"Order\": 0\n },\n \"InputFormat\": \"f_value\",\n \"SerdeLib\": \"f_value\",\n \"Cols\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"Compressed\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Location\": \"f_value\",\n \"NumBuckets\": 0,\n \"SerdeParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"SerdeName\": \"f_value\",\n \"StoredAsSubDirectories\": true,\n \"BucketCols\": [\n \"f_value\"\n ]\n },\n \"Name\": \"f_value\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"RecordCount\": 0,\n \"TableName\": \"f_value\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"Values\": [\n \"f_value\"\n ],\n \"DatabaseName\": \"f_value\",\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"SchemaName\": \"f_value\",\n \"StorageSize\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"Name\": \"tb_test\"\n}",
166
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDMSTable\n<公共请求参数>\n\n{\n \"PartitionKeys\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"RecordCount\": 0,\n \"Sds\": {\n \"OutputFormat\": \"f_value\",\n \"SortCols\": {\n \"Col\": \"f_value\",\n \"Order\": 0\n },\n \"InputFormat\": \"f_value\",\n \"SerdeLib\": \"f_value\",\n \"Cols\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"Compressed\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Location\": \"f_value\",\n \"NumBuckets\": 0,\n \"SerdeParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"SerdeName\": \"f_value\",\n \"StoredAsSubDirectories\": true,\n \"BucketCols\": [\n \"f_value\"\n ]\n },\n \"StructUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"StorageSize\": 0,\n \"Asset\": {\n \"Description\": \"f_value\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"OwnerAccount\": \"f_value\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Catalog\": \"f_value\",\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"PermValues\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Owner\": \"f_value\",\n \"DatasourceId\": 0,\n \"Guid\": \"f_value\",\n \"Id\": 0,\n \"Name\": \"f_value\"\n },\n \"ViewExpandedText\": \"f_value\",\n \"LifeTime\": 0,\n \"ViewOriginalText\": \"f_value\",\n \"Type\": \"f_value\",\n \"DbName\": \"f_value\",\n \"Columns\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"Partitions\": [\n {\n \"Sds\": {\n \"OutputFormat\": \"f_value\",\n \"SortCols\": {\n \"Col\": \"f_value\",\n \"Order\": 0\n },\n \"InputFormat\": \"f_value\",\n \"SerdeLib\": \"f_value\",\n \"Cols\": [\n {\n \"Name\": \"f_value\",\n \"BizParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"f_value\",\n \"Description\": \"f_value\"\n }\n ],\n \"Compressed\": true,\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"Location\": \"f_value\",\n \"NumBuckets\": 0,\n \"SerdeParams\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"SerdeName\": \"f_value\",\n \"StoredAsSubDirectories\": true,\n \"BucketCols\": [\n \"f_value\"\n ]\n },\n \"Name\": \"f_value\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"RecordCount\": 0,\n \"TableName\": \"f_value\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"Values\": [\n \"f_value\"\n ],\n \"DatabaseName\": \"f_value\",\n \"Params\": [\n {\n \"Value\": \"f_value\",\n \"Key\": \"f_value\"\n }\n ],\n \"SchemaName\": \"f_value\",\n \"StorageSize\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"Name\": \"tb_test\",\n \"DatasourceConnectionName\": \"DataLakeCatalog\"\n}",
167
167
  "output": "{\n \"Response\": {\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
168
168
  "title": "创建表"
169
169
  }
@@ -433,32 +433,32 @@
433
433
  "DescribeDMSDatabase": [
434
434
  {
435
435
  "document": "",
436
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSDatabase\n<公共请求参数>\n\n{\n \"Name\": \"Name1\",\n \"SchemaName\": \"Schema1\",\n \"Pattern\": \"*\"\n}",
437
- "output": "{\n \"Response\": {\n \"Name\": \"abc\",\n \"SchemaName\": \"abc\",\n \"Location\": \"abc\",\n \"Asset\": {\n \"Id\": 0,\n \"Name\": \"abc\",\n \"Guid\": \"abc\",\n \"Catalog\": \"abc\",\n \"Description\": \"abc\",\n \"Owner\": \"abc\",\n \"OwnerAccount\": \"abc\",\n \"PermValues\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"BizParams\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"DataVersion\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DatasourceId\": 0\n },\n \"RequestId\": \"abc\"\n }\n}",
436
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSDatabase\n<公共请求参数>\n\n{\n \"Name\": \"Name1\",\n \"SchemaName\": \"Schema1\",\n \"DatasourceConnectionName\": \"DataLakeCatalog\"\n}",
437
+ "output": "{\n \"Response\": {\n \"Name\": \"Name1\",\n \"SchemaName\": \"Schema1\",\n \"Location\": \"cosn://******\",\n \"Asset\": {\n \"Id\": 0,\n \"Name\": \"Name1\",\n \"Guid\": \"********\",\n \"Catalog\": \"hive\",\n \"Description\": \"default descrtiption\",\n \"Owner\": \"********\",\n \"OwnerAccount\": \"********\",\n \"PermValues\": [\n {\n \"Key\": \"perm\",\n \"Value\": \"default\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"param\",\n \"Value\": \"defualt\"\n }\n ],\n \"BizParams\": [\n {\n \"Key\": \"bizparam\",\n \"Value\": \"default\"\n }\n ],\n \"DataVersion\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DatasourceId\": 0\n },\n \"RequestId\": \"****-****\"\n }\n}",
438
438
  "title": "DMS元数据获取库"
439
439
  }
440
440
  ],
441
441
  "DescribeDMSPartitions": [
442
442
  {
443
443
  "document": "查询表分区",
444
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSPartitions\n<公共请求参数>\n\n{\n \"Name\": \"abc\",\n \"TableName\": \"abc\",\n \"PartValues\": [\n \"abc\"\n ],\n \"Values\": [\n \"abc\"\n ],\n \"DatabaseName\": \"abc\",\n \"PartitionNames\": [\n \"abc\"\n ],\n \"SchemaName\": \"abc\"\n}",
445
- "output": "{\n \"Response\": {\n \"Partitions\": [\n {\n \"DatabaseName\": \"abc\",\n \"SchemaName\": \"abc\",\n \"TableName\": \"abc\",\n \"DataVersion\": 0,\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ],\n \"StorageSize\": 0,\n \"RecordCount\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"Params\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Sds\": {\n \"Location\": \"abc\",\n \"InputFormat\": \"abc\",\n \"OutputFormat\": \"abc\",\n \"NumBuckets\": 0,\n \"Compressed\": true,\n \"StoredAsSubDirectories\": true,\n \"SerdeLib\": \"abc\",\n \"SerdeName\": \"abc\",\n \"BucketCols\": [\n \"abc\"\n ],\n \"SerdeParams\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"SortCols\": {\n \"Col\": \"abc\",\n \"Order\": 0\n },\n \"Cols\": [\n {\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"Type\": \"abc\",\n \"Position\": 0,\n \"IsPartition\": true,\n \"BizParams\": [],\n \"Params\": []\n }\n ],\n \"SortColumns\": [\n {\n \"Col\": \"abc\",\n \"Order\": 0\n }\n ]\n }\n }\n ],\n \"Total\": 0,\n \"RequestId\": \"abc\"\n }\n}",
444
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSPartitions\n<公共请求参数>\n\n{\n \"Name\": \"partition1\",\n \"TableName\": \"table1\",\n \"PartValues\": [\n \"1\"\n ],\n \"Values\": [\n \"1\"\n ],\n \"DatabaseName\": \"database1\",\n \"PartitionNames\": [\n \"partition1\"\n ],\n \"SchemaName\": \"schema1\",\n \"DatasourceConnectionName\": \"DataLakeCatalog\"\n}",
445
+ "output": "{\n \"Response\": {\n \"Partitions\": [\n {\n \"DatabaseName\": \"database1\",\n \"SchemaName\": \"schema1\",\n \"TableName\": \"table1\",\n \"DataVersion\": 0,\n \"Name\": \"partition1\",\n \"Values\": [\n \"1\"\n ],\n \"StorageSize\": 0,\n \"RecordCount\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default\"\n }\n ],\n \"Sds\": {\n \"Location\": \"cosn://*******\",\n \"InputFormat\": \"org.apache.hadoop.mapred.TextInputFormat\",\n \"OutputFormat\": \"org.apache.hadoop.hive.ql.io.IgnoreKeyTextOutputFormat\",\n \"NumBuckets\": 0,\n \"Compressed\": true,\n \"StoredAsSubDirectories\": true,\n \"SerdeLib\": \"org.apache.hadoop.hive.serde2.OpenCSVSerde\",\n \"SerdeName\": \"serdename\",\n \"BucketCols\": [\n \"column1\"\n ],\n \"SerdeParams\": [\n {\n \"Key\": \"serde param\",\n \"Value\": \"default\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"param1\",\n \"Value\": \"default\"\n }\n ],\n \"SortCols\": {\n \"Col\": \"column1\",\n \"Order\": 0\n },\n \"Cols\": [\n {\n \"Name\": \"column1\",\n \"Description\": \"default description\",\n \"Type\": \"int\",\n \"Position\": 0,\n \"IsPartition\": true,\n \"BizParams\": [],\n \"Params\": []\n }\n ],\n \"SortColumns\": [\n {\n \"Col\": \"column1\",\n \"Order\": 0\n }\n ]\n }\n }\n ],\n \"Total\": 1,\n \"RequestId\": \"*******-********\"\n }\n}",
446
446
  "title": "查询表分区"
447
447
  }
448
448
  ],
449
449
  "DescribeDMSTable": [
450
450
  {
451
451
  "document": "",
452
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSTable\n<公共请求参数>\n\n{\n \"DbName\": \"api_test\",\n \"SchemaName\": \"api_test\",\n \"Name\": \"test\",\n \"Catalog\": \"\",\n \"Keyword\": \"\",\n \"Pattern\": \"*\",\n \"Type\": \" EXTERNAL_TABLE\"\n}",
453
- "output": "{\n \"Response\": {\n \"Asset\": {\n \"BizParams\": [],\n \"Catalog\": \"hive\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"DatasourceId\": 0,\n \"Description\": \"\",\n \"Guid\": \"un0hFApITjaahQW99mDNFw\",\n \"Id\": 11078081,\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"Name\": \"\",\n \"Owner\": \"root\",\n \"OwnerAccount\": \"\",\n \"Params\": [\n {\n \"Key\": \"current-schema\",\n \"Value\": \"{\\\"type\\\":\\\"struct\\\",\\\"schema-id\\\":0,\\\"fields\\\":[{\\\"id\\\":1,\\\"name\\\":\\\"name\\\",\\\"required\\\":false,\\\"type\\\":\\\"string\\\"},{\\\"id\\\":2,\\\"name\\\":\\\"age\\\",\\\"required\\\":false,\\\"type\\\":\\\"int\\\"},{\\\"id\\\":3,\\\"name\\\":\\\"id\\\",\\\"required\\\":false,\\\"type\\\":\\\"int\\\"}]}\"\n },\n {\n \"Key\": \"metadata_location\",\n \"Value\": \"lakefs://10000034ec8fbe9c69533aa6685ed55676c8967a6e926f96e96e8f8294028d81060f6b3b@dlcfbe4-100018379117-1639652301-100017307912-1304028854/1305424723/warehouse/api_test/test/metadata/00000-d899e972-e96d-4451-9589-0dd2529894be.metadata.json\"\n },\n {\n \"Key\": \"snapshot-count\",\n \"Value\": \"0\"\n },\n {\n \"Key\": \"table_type\",\n \"Value\": \"ICEBERG\"\n },\n {\n \"Key\": \"write.metadata.metrics.default\",\n \"Value\": \"full\"\n },\n {\n \"Key\": \"dlc.ao.data.govern.inherit\",\n \"Value\": \"default\"\n },\n {\n \"Key\": \"dlc.ao.data.govern.policy.rule-type\",\n \"Value\": \"none\"\n },\n {\n \"Key\": \"dlc_sub_uin\",\n \"Value\": \"100016327396\"\n },\n {\n \"Key\": \"owner\",\n \"Value\": \"zYBEmJFg\"\n },\n {\n \"Key\": \"transient_lastDdlTime\",\n \"Value\": \"1690197650243\"\n },\n {\n \"Key\": \"write.distribution-mode\",\n \"Value\": \"hash\"\n },\n {\n \"Key\": \"write.upsert.enabled\",\n \"Value\": \"false\"\n },\n {\n \"Key\": \"EXTERNAL\",\n \"Value\": \"TRUE\"\n },\n {\n \"Key\": \"table_spec_internal_v_0_1_1\",\n \"Value\": \"[]\"\n },\n {\n \"Key\": \"uuid\",\n \"Value\": \"b9e945c2-2312-424e-a03f-2c3eeb71f095\"\n },\n {\n \"Key\": \"write.metadata.delete-after-commit.enabled\",\n \"Value\": \"true\"\n },\n {\n \"Key\": \"write.metadata.previous-versions-max\",\n \"Value\": \"100\"\n },\n {\n \"Key\": \"lakehouse.storage.type\",\n \"Value\": \"lakefs\"\n }\n ],\n \"PermValues\": []\n },\n \"Columns\": [\n {\n \"BizParams\": [],\n \"Description\": \"\",\n \"IsPartition\": false,\n \"Name\": \"name\",\n \"Params\": null,\n \"Position\": 0,\n \"Type\": \"string\"\n },\n {\n \"BizParams\": [],\n \"Description\": \"\",\n \"IsPartition\": false,\n \"Name\": \"age\",\n \"Params\": null,\n \"Position\": 1,\n \"Type\": \"int\"\n },\n {\n \"BizParams\": [],\n \"Description\": \"\",\n \"IsPartition\": false,\n \"Name\": \"id\",\n \"Params\": null,\n \"Position\": 2,\n \"Type\": \"int\"\n }\n ],\n \"DataUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DbName\": \"api_test\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"LifeTime\": 0,\n \"Name\": \"test\",\n \"PartitionKeys\": [],\n \"Partitions\": null,\n \"RecordCount\": 0,\n \"RequestId\": \"46021e35-056c-4460-9a37-e74b25f5b81b\",\n \"Retention\": 0,\n \"SchemaName\": \"\",\n \"Sds\": {\n \"BucketCols\": null,\n \"Cols\": null,\n \"Compressed\": false,\n \"InputFormat\": \"org.apache.hadoop.mapred.FileInputFormat\",\n \"Location\": \"lakefs://10000034ec8fbe9c69533aa6685ed55676c8967a6e926f96e96e8f8294028d81060f6b3b@dlcfbe4-100018379117-1639652301-100017307912-1304028854/1305424723/warehouse/api_test/test\",\n \"NumBuckets\": 0,\n \"OutputFormat\": \"org.apache.hadoop.mapred.FileOutputFormat\",\n \"Params\": [],\n \"SerdeLib\": \"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe\",\n \"SerdeName\": \"\",\n \"SerdeParams\": null,\n \"SortCols\": null,\n \"SortColumns\": null,\n \"StoredAsSubDirectories\": false\n },\n \"StorageSize\": 0,\n \"StructUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Type\": \"EXTERNAL_TABLE\",\n \"ViewExpandedText\": \"\",\n \"ViewOriginalText\": \"\"\n }\n}",
452
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSTable\n<公共请求参数>\n\n{\n \"DbName\": \"api_test\",\n \"SchemaName\": \"api_test\",\n \"Name\": \"test\",\n \"Catalog\": \"\",\n \"Keyword\": \"\",\n \"Type\": \" EXTERNAL_TABLE\",\n \"DatasourceConnectionName\": \"DataLakeCatalog\"\n}",
453
+ "output": "{\n \"Response\": {\n \"Asset\": {\n \"BizParams\": [],\n \"Catalog\": \"hive\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"DatasourceId\": 0,\n \"Description\": \"\",\n \"Guid\": \"un0hFApITjaahQW99mDNFw\",\n \"Id\": 11078081,\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"Name\": \"\",\n \"Owner\": \"root\",\n \"OwnerAccount\": \"\",\n \"Params\": [\n {\n \"Key\": \"current-schema\",\n \"Value\": \"{\\\"type\\\":\\\"struct\\\",\\\"schema-id\\\":0,\\\"fields\\\":[{\\\"id\\\":1,\\\"name\\\":\\\"name\\\",\\\"required\\\":false,\\\"type\\\":\\\"string\\\"},{\\\"id\\\":2,\\\"name\\\":\\\"age\\\",\\\"required\\\":false,\\\"type\\\":\\\"int\\\"},{\\\"id\\\":3,\\\"name\\\":\\\"id\\\",\\\"required\\\":false,\\\"type\\\":\\\"int\\\"}]}\"\n },\n {\n \"Key\": \"metadata_location\",\n \"Value\": \"lakefs://10000034ec8fbe9c69533aa6685ed55676c8967a6e926f96e96e8f8294028d81060f6b3b@dlcfbe4-100018379117-1639652301-100017307912-1304028854/1305424723/warehouse/api_test/test/metadata/00000-d899e972-e96d-4451-9589-0dd2529894be.metadata.json\"\n },\n {\n \"Key\": \"snapshot-count\",\n \"Value\": \"0\"\n },\n {\n \"Key\": \"table_type\",\n \"Value\": \"ICEBERG\"\n },\n {\n \"Key\": \"write.metadata.metrics.default\",\n \"Value\": \"full\"\n },\n {\n \"Key\": \"dlc.ao.data.govern.inherit\",\n \"Value\": \"default\"\n },\n {\n \"Key\": \"dlc.ao.data.govern.policy.rule-type\",\n \"Value\": \"none\"\n },\n {\n \"Key\": \"dlc_sub_uin\",\n \"Value\": \"100016327396\"\n },\n {\n \"Key\": \"owner\",\n \"Value\": \"zYBEmJFg\"\n },\n {\n \"Key\": \"transient_lastDdlTime\",\n \"Value\": \"1690197650243\"\n },\n {\n \"Key\": \"write.distribution-mode\",\n \"Value\": \"hash\"\n },\n {\n \"Key\": \"write.upsert.enabled\",\n \"Value\": \"false\"\n },\n {\n \"Key\": \"EXTERNAL\",\n \"Value\": \"TRUE\"\n },\n {\n \"Key\": \"table_spec_internal_v_0_1_1\",\n \"Value\": \"[ ]\"\n },\n {\n \"Key\": \"uuid\",\n \"Value\": \"b9e945c2-2312-424e-a03f-2c3eeb71f095\"\n },\n {\n \"Key\": \"write.metadata.delete-after-commit.enabled\",\n \"Value\": \"true\"\n },\n {\n \"Key\": \"write.metadata.previous-versions-max\",\n \"Value\": \"100\"\n },\n {\n \"Key\": \"lakehouse.storage.type\",\n \"Value\": \"lakefs\"\n }\n ],\n \"PermValues\": []\n },\n \"Columns\": [\n {\n \"BizParams\": [],\n \"Description\": \"\",\n \"IsPartition\": false,\n \"Name\": \"name\",\n \"Params\": null,\n \"Position\": 0,\n \"Type\": \"string\"\n },\n {\n \"BizParams\": [],\n \"Description\": \"\",\n \"IsPartition\": false,\n \"Name\": \"age\",\n \"Params\": null,\n \"Position\": 1,\n \"Type\": \"int\"\n },\n {\n \"BizParams\": [],\n \"Description\": \"\",\n \"IsPartition\": false,\n \"Name\": \"id\",\n \"Params\": null,\n \"Position\": 2,\n \"Type\": \"int\"\n }\n ],\n \"DataUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DbName\": \"api_test\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"LifeTime\": 0,\n \"Name\": \"test\",\n \"PartitionKeys\": [],\n \"Partitions\": null,\n \"RecordCount\": 0,\n \"RequestId\": \"46021e35-056c-4460-9a37-e74b25f5b81b\",\n \"Retention\": 0,\n \"SchemaName\": \"\",\n \"Sds\": {\n \"BucketCols\": null,\n \"Cols\": null,\n \"Compressed\": false,\n \"InputFormat\": \"org.apache.hadoop.mapred.FileInputFormat\",\n \"Location\": \"lakefs://10000034ec8fbe9c69533aa6685ed55676c8967a6e926f96e96e8f8294028d81060f6b3b@dlcfbe4-100018379117-1639652301-100017307912-1304028854/1305424723/warehouse/api_test/test\",\n \"NumBuckets\": 0,\n \"OutputFormat\": \"org.apache.hadoop.mapred.FileOutputFormat\",\n \"Params\": [],\n \"SerdeLib\": \"org.apache.hadoop.hive.serde2.lazy.LazySimpleSerDe\",\n \"SerdeName\": \"\",\n \"SerdeParams\": null,\n \"SortCols\": null,\n \"SortColumns\": null,\n \"StoredAsSubDirectories\": false\n },\n \"StorageSize\": 0,\n \"StructUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Type\": \"EXTERNAL_TABLE\",\n \"ViewExpandedText\": \"\",\n \"ViewOriginalText\": \"\"\n }\n}",
454
454
  "title": "查询表"
455
455
  }
456
456
  ],
457
457
  "DescribeDMSTables": [
458
458
  {
459
459
  "document": "",
460
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSTables\n<公共请求参数>\n\n{\n \"Name\": \"name1\",\n \"Keyword\": \"key\",\n \"Pattern\": \"pattern\",\n \"Catalog\": \"DataLakeCatalog\",\n \"SchemaName\": \"name\",\n \"Type\": \"t1\",\n \"DbName\": \"db1\"\n}",
461
- "output": "{\n \"Response\": {\n \"TableList\": [\n {\n \"Table\": {\n \"ViewOriginalText\": \"abc\",\n \"ViewExpandedText\": \"abc\",\n \"Retention\": 0,\n \"Columns\": [],\n \"Sds\": {\n \"Location\": \"abc\",\n \"InputFormat\": \"abc\",\n \"OutputFormat\": \"abc\",\n \"NumBuckets\": 0,\n \"Compressed\": true,\n \"StoredAsSubDirectories\": true,\n \"SerdeLib\": \"abc\",\n \"SerdeName\": \"abc\",\n \"BucketCols\": [\n \"abc\"\n ],\n \"SerdeParams\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"SortCols\": {\n \"Col\": \"abc\",\n \"Order\": 0\n },\n \"Cols\": [\n {\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"Type\": \"abc\",\n \"Position\": 0,\n \"Params\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"IsPartition\": true\n }\n ],\n \"SortColumns\": [\n {\n \"Col\": \"abc\",\n \"Order\": 0\n }\n ]\n },\n \"PartitionKeys\": [\n {\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"Type\": \"abc\",\n \"Position\": 0,\n \"IsPartition\": true\n }\n ],\n \"Partitions\": [\n {\n \"DatabaseName\": \"abc\",\n \"SchemaName\": \"abc\",\n \"TableName\": \"abc\",\n \"DataVersion\": 0,\n \"Name\": \"abc\",\n \"Params\": [],\n \"Values\": [\n \"abc\"\n ],\n \"StorageSize\": 0,\n \"RecordCount\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"Sds\": {\n \"Location\": \"abc\",\n \"InputFormat\": \"abc\",\n \"OutputFormat\": \"abc\",\n \"NumBuckets\": 0,\n \"Compressed\": true,\n \"StoredAsSubDirectories\": true,\n \"SerdeLib\": \"abc\",\n \"SerdeName\": \"abc\",\n \"Params\": [],\n \"SerdeParams\": [],\n \"SortColumns\": [],\n \"BucketCols\": [\n \"abc\"\n ],\n \"SortCols\": {\n \"Col\": \"abc\",\n \"Order\": 0\n },\n \"Cols\": [\n {\n \"Name\": \"abc\",\n \"Description\": \"abc\",\n \"Type\": \"abc\",\n \"Position\": 0,\n \"IsPartition\": true\n }\n ]\n }\n }\n ],\n \"Type\": \"abc\",\n \"DbName\": \"abc\",\n \"SchemaName\": \"abc\",\n \"StorageSize\": 0,\n \"RecordCount\": 0,\n \"LifeTime\": 0,\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"StructUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Name\": \"abc\"\n },\n \"Asset\": {\n \"Id\": 0,\n \"Name\": \"abc\",\n \"Guid\": \"abc\",\n \"Catalog\": \"abc\",\n \"Description\": \"abc\",\n \"Owner\": \"abc\",\n \"OwnerAccount\": \"abc\",\n \"DataVersion\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DatasourceId\": 0,\n \"Params\": [],\n \"PermValues\": [],\n \"BizParams\": []\n }\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
460
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSTables\n<公共请求参数>\n\n{\n \"Name\": \"name1\",\n \"Keyword\": \"key\",\n \"Pattern\": \"pattern\",\n \"Catalog\": \"hive\",\n \"SchemaName\": \"name\",\n \"Type\": \"t1\",\n \"DbName\": \"db1\",\n \"DatasourceConnectionName\": \"DataLakeCatalog\"\n}",
461
+ "output": "{\n \"Response\": {\n \"RequestId\": \"********-********\",\n \"TableList\": [\n {\n \"Asset\": {\n \"BizParams\": [],\n \"Catalog\": \"hive\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"DatasourceId\": 0,\n \"Description\": \"\",\n \"Guid\": \"********\",\n \"Id\": 12345678,\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"Name\": \"\",\n \"Owner\": \"root\",\n \"OwnerAccount\": \"\",\n \"Params\": [\n {\n \"Key\": \"owner\",\n \"Value\": \"root\"\n },\n {\n \"Key\": \"table_type\",\n \"Value\": \"ICEBERG\"\n },\n {\n \"Key\": \"totalSize\",\n \"Value\": \"772\"\n },\n {\n \"Key\": \"numFiles\",\n \"Value\": \"2\"\n },\n {\n \"Key\": \"current-snapshot-id\",\n \"Value\": \"********\"\n },\n {\n \"Key\": \"previous_metadata_location\",\n \"Value\": \"cosn://********\"\n },\n {\n \"Key\": \"snapshot-count\",\n \"Value\": \"1\"\n },\n {\n \"Key\": \"transient_lastDdlTime\",\n \"Value\": \"1739174775725\"\n },\n {\n \"Key\": \"EXTERNAL\",\n \"Value\": \"TRUE\"\n },\n {\n \"Key\": \"metadata_location\",\n \"Value\": \"cosn://********\"\n },\n {\n \"Key\": \"numRows\",\n \"Value\": \"2\"\n },\n {\n \"Key\": \"uuid\",\n \"Value\": \"********\"\n },\n {\n \"Key\": \"current-snapshot-timestamp-ms\",\n \"Value\": \"1739174803467\"\n },\n {\n \"Key\": \"current-snapshot-summary\",\n \"Value\": \"{\\\"spark.app.id\\\":\\\"spark-********\\\",\\\"added-data-files\\\":\\\"2\\\",\\\"added-records\\\":\\\"2\\\",\\\"added-files-size\\\":\\\"772\\\",\\\"changed-partition-count\\\":\\\"1\\\",\\\"total-records\\\":\\\"2\\\",\\\"total-files-size\\\":\\\"772\\\",\\\"total-data-files\\\":\\\"2\\\",\\\"total-delete-files\\\":\\\"0\\\",\\\"total-position-deletes\\\":\\\"0\\\",\\\"total-equality-deletes\\\":\\\"0\\\"}\"\n },\n {\n \"Key\": \"lakehouse.storage.type\",\n \"Value\": \"lakefs\"\n },\n {\n \"Key\": \"write.parquet.compression-codec\",\n \"Value\": \"zstd\"\n },\n {\n \"Key\": \"current-schema\",\n \"Value\": \"{\\\"type\\\":\\\"struct\\\",\\\"schema-id\\\":0,\\\"fields\\\":[{\\\"id\\\":1,\\\"name\\\":\\\"a\\\",\\\"required\\\":false,\\\"type\\\":\\\"int\\\"}]}\"\n }\n ],\n \"PermValues\": []\n },\n \"Table\": {\n \"Columns\": null,\n \"SchemaName\": \"\",\n \"Retention\": 1,\n \"DataUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DbName\": \"a1\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"LifeTime\": 0,\n \"Name\": \"tb1111\",\n \"PartitionKeys\": [],\n \"Partitions\": null,\n \"RecordCount\": 2,\n \"Sds\": {\n \"BucketCols\": null,\n \"Cols\": null,\n \"Compressed\": false,\n \"InputFormat\": \"\",\n \"Location\": \"\",\n \"NumBuckets\": 0,\n \"OutputFormat\": \"\",\n \"Params\": null,\n \"SerdeLib\": \"\",\n \"SerdeName\": \"\",\n \"SerdeParams\": null,\n \"SortCols\": null,\n \"SortColumns\": null,\n \"StoredAsSubDirectories\": false\n },\n \"StorageSize\": 772,\n \"StructUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Type\": \"EXTERNAL_TABLE\",\n \"ViewExpandedText\": \"\",\n \"ViewOriginalText\": \"\"\n }\n }\n ],\n \"TotalCount\": 44\n }\n}",
462
462
  "title": "DMS查询表列表"
463
463
  }
464
464
  ],
@@ -785,8 +785,8 @@
785
785
  "DescribeUpdatableDataEngines": [
786
786
  {
787
787
  "document": "查询需要更新结果桶集群配置的sparksql引擎",
788
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUpdatableDataEngines\n<公共请求参数>\n\n{\n \"DataEngineConfigCommand\": \"UpdateSparkSQLResultPath\"\n}",
789
- "output": "{\n \"Response\": {\n \"DataEngineBasicInfos\": [\n {\n \"DataEngineName\": \"abc\",\n \"State\": 0,\n \"CreateTime\": 0,\n \"UpdateTime\": 0,\n \"Message\": \"abc\",\n \"DataEngineId\": \"abc\",\n \"DataEngineType\": \"abc\",\n \"AppId\": 0,\n \"UserUin\": \"abc\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"abc\"\n }\n}",
788
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeUpdatableDataEngines\n<公共请求参数>\n\n{\n \"DataEngineConfigCommand\": \"UpdateTaskResultPath\",\n \"UseLakeFs\": true,\n \"CustomResultPath\": \"cosn://test-bucket/dir\"\n}",
789
+ "output": "{\n \"Response\": {\n \"DataEngineBasicInfos\": [\n {\n \"DataEngineId\": \"DataEngine-houseid1\",\n \"DataEngineName\": \"SparkSQL\",\n \"AppId\": 130001173,\n \"UserUin\": \"1000117\",\n \"State\": 2,\n \"CreateTime\": 1729758961,\n \"UpdateTime\": 1729758961,\n \"Message\": \"\",\n \"DataEngineType\": \"SparkSQL\"\n }\n ],\n \"RequestId\": \"5441bd1b-af71-4bd1-97f0-33568cf387b7\",\n \"TotalCount\": 1\n }\n}",
790
790
  "title": "查询需要更新结果桶集群配置的sparksql引擎"
791
791
  }
792
792
  ],
@@ -873,7 +873,7 @@
873
873
  "DropDMSDatabase": [
874
874
  {
875
875
  "document": "",
876
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DropDMSDatabase\n<公共请求参数>\n\n{\n \"Name\": \"Name1\",\n \"DeleteData\": false,\n \"Cascade\": false\n}",
876
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DropDMSDatabase\n<公共请求参数>\n\n{\n \"DatasourceConnectionName\": \"DataLakeCatalog\",\n \"Name\": \"Name1\",\n \"DeleteData\": false,\n \"Cascade\": false\n}",
877
877
  "output": "{\n \"Response\": {\n \"RequestId\": \"1234567890\"\n }\n}",
878
878
  "title": "DMS元数据删除库"
879
879
  }
@@ -881,7 +881,7 @@
881
881
  "DropDMSPartitions": [
882
882
  {
883
883
  "document": "",
884
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DropDMSPartitions\n<公共请求参数>\n\n{\n \"DatabaseName\": \"database-xxxx\",\n \"SchemaName\": \"Schema1\",\n \"TableName\": \"Table1\",\n \"Name\": \"Name1\",\n \"Values\": [\n \"1\",\n \"2\"\n ],\n \"DeleteData\": false\n}",
884
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DropDMSPartitions\n<公共请求参数>\n\n{\n \"DatabaseName\": \"database-xxxx\",\n \"SchemaName\": \"Schema1\",\n \"TableName\": \"Table1\",\n \"Name\": \"Name1\",\n \"Values\": [\n \"1\",\n \"2\"\n ],\n \"DeleteData\": false,\n \"DatasourceConnectionName\": \"DataLakeCatalog\"\n}",
885
885
  "output": "{\n \"Response\": {\n \"RequestId\": \"12345-67890-12345-67890\",\n \"Status\": true\n }\n}",
886
886
  "title": "DMS元数据删除分区"
887
887
  }
@@ -889,7 +889,7 @@
889
889
  "DropDMSTable": [
890
890
  {
891
891
  "document": "",
892
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DropDMSTable\n<公共请求参数>\n\n{\n \"DbName\": \"database1\",\n \"Name\": \"table1\",\n \"DeleteData\": true\n}",
892
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DropDMSTable\n<公共请求参数>\n\n{\n \"DatasourceConnectionName\": \"DataLakeCatalog\",\n \"DbName\": \"database1\",\n \"Name\": \"table1\",\n \"DeleteData\": true\n}",
893
893
  "output": "{\n \"Response\": {\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
894
894
  "title": "DMS元数据删除表"
895
895
  }
@@ -921,8 +921,8 @@
921
921
  "ListTaskJobLogDetail": [
922
922
  {
923
923
  "document": "查询spark 作业任务的日志详情",
924
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListTaskJobLogDetail\n<公共请求参数>\n\n{\n \"TaskId\": \"abc\",\n \"StartTime\": 0,\n \"EndTime\": 0,\n \"Limit\": 0,\n \"Context\": \"abc\",\n \"Asc\": true,\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"BatchId\": \"abc\"\n}",
925
- "output": "{\n \"Response\": {\n \"Context\": \"abc\",\n \"ListOver\": true,\n \"Results\": [\n {\n \"Time\": 0,\n \"TopicId\": \"abc\",\n \"TopicName\": \"abc\",\n \"LogJson\": \"abc\",\n \"PkgLogId\": \"abc\"\n }\n ],\n \"LogUrl\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
924
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListTaskJobLogDetail\n<公共请求参数>\n\n{\n \"TaskId\": \"c88e7e08-71fc-4a74-8164-4c4ff4605e53\",\n \"StartTime\": 1735991656000,\n \"EndTime\": 1736510056000,\n \"Limit\": 1000,\n \"Context\": \"\",\n \"Asc\": true,\n \"Filters\": [\n {\n \"Name\": \"spark-job-log-name\",\n \"Values\": [\n \"kyuubi-spark-batch-f2ee3489-ab52-4ade-bf88-416142bc2bc0-driver\"\n ]\n }\n ],\n \"BatchId\": \"\"\n}",
925
+ "output": "{\n \"Response\": {\n \"Context\": \"\",\n \"ListOver\": true,\n \"Results\": [\n {\n \"Time\": 0,\n \"TopicId\": \"7f0ea2ee-*-*-*-*\",\n \"TopicName\": \"eks-cls\",\n \"LogJson\": \"25/01/10 19:15:52 INFO Thread-1 BufferPool: Begin to release the buffers.\",\n \"PkgLogId\": \"1835035\"\n }\n ],\n \"LogUrl\": \"\",\n \"RequestId\": \"ead726f9-1efa-4051-b082-7aec472a580f\"\n }\n}",
926
926
  "title": "查询日志详情"
927
927
  }
928
928
  ],
@@ -1646,7 +1646,7 @@
1646
1646
  {
1647
1647
  "disabled": false,
1648
1648
  "document": "模板信息",
1649
- "example": "{\"AuditReason\": \"\",\"IsValidTemplate\": 1,\"UpdatedOn\": \"2024-12-18 12:23:28\",\"AuditStatus\": \"InAudit\",\"CreatedOn\": \"2024-12-18 12:23:28\",\"IsBlack\": false,\"InvalidReason\": \"\",\"Tag\": 0,\"CertificateInfo\": {\"OriginImgUrl\": \"https://domain-***.com/1000***3.jpg\",\"CertificateCode\": \"***56\",\"RegistrantCertificateCode\": \"\",\"RegistrantImgUrl\": \"\",\"RegistrantCertificateType\": \"\",\"CertificateType\": \"SFZ\",\"ImgUrl\": \"https://domain-***.com/1000***3.jpg\"},\"TemplateId\": \"tmpl-***u\",\"UserUin\": \"***07\",\"ContactInfo\": {\"Province\": \"shang hai shi\",\"RegistrantType\": \"I\",\"OrganizationName\": \"*u\",\"OrganizationNameCN\": \"*名\",\"Country\": \"CN\",\"RegistrantName\": \"*名\",\"ZipCode\": \"***1\",\"Email\": \"*@qq.com\",\"City\": \"shang hai shi\",\"RegistrantNameCN\": \"*名\",\"StreetCN\": \"***117号\",\"Street\": \"***1117 Hao\",\"ProvinceCN\": \"上海市\",\"CountryCN\": \"中国\",\"CityCN\": \"上海市\",\"Telephone\": \"***29\"},\"IsDefault\": \"no\",\"MessageCheck\": 0}",
1649
+ "example": "",
1650
1650
  "member": "TemplateInfo",
1651
1651
  "name": "Template",
1652
1652
  "output_required": true,
@@ -3149,7 +3149,7 @@
3149
3149
  {
3150
3150
  "disabled": false,
3151
3151
  "document": "手机或者邮箱列表",
3152
- "example": "[]",
3152
+ "example": "[{\"CreatedOn\": \"2024-08-28 11:30:42\", \"Code\": \"c***@qq.com\", \"Type\": 2, \"CheckStatus\": 1}]",
3153
3153
  "member": "PhoneEmailData",
3154
3154
  "name": "PhoneEmailList",
3155
3155
  "output_required": true,
@@ -3798,7 +3798,7 @@
3798
3798
  {
3799
3799
  "disabled": false,
3800
3800
  "document": "模板详细信息列表。",
3801
- "example": "[{\"AuditReason\": \"\",\"ContactInfo\": {\"Province\": \"hu nan sheng\",\"RegistrantType\": \"I\",\"OrganizationName\": \"org name\",\"OrganizationNameCN\": \"企业名称\",\"Country\": \"CN\",\"RegistrantName\": \"shi ming name\",\"ZipCode\": \"425000\",\"Telephone\": \"155*********\",\"City\": \"ce shi\",\"RegistrantNameCN\": \"实名人\",\"StreetCN\": \"咸嘉湖街道\",\"Street\": \"xian jia hu jie dao\",\"ProvinceCN\": \"湖南省\",\"CityCN\": \"长沙市\",\"CountryCN\": \"中国\",\"Email\": \"**d@dnspod.com\"},\"UpdatedOn\": \"2020-07-28 13:33:55\",\"AuditStatus\": \"InAudit\",\"IsBlack\": false,\"CreatedOn\": \"2020-07-28 12:50:23\",\"UserUin\": \"12334********\",\"IsDefault\": \"no\",\"TemplateId\": \"tmpl-dgmgwpe2\",\"InvalidReason\": \"\",\"IsValidTemplate\": 1,\"CertificateInfo\": {\"CertificateType\": \"SFZ\",\"CertificateCode\": \"12345679\",\"ImgUrl\": \"https://image.com/******\",\"OriginImgUrl\": \"https://tencentyun.com/******\",\"RegistrantCertificateCode\": \"12345679\",\"RegistrantCertificateType\": \"SFZ\",\"RegistrantImgUrl\": \"https://image.com/******\"}}]",
3801
+ "example": "[{}]",
3802
3802
  "member": "TemplateInfo",
3803
3803
  "name": "TemplateSet",
3804
3804
  "output_required": true,
@@ -3835,7 +3835,7 @@
3835
3835
  {
3836
3836
  "disabled": false,
3837
3837
  "document": "模板信息",
3838
- "example": "{\"AuditReason\": \"\",\"ContactInfo\": {\"Province\": \"hu nan sheng\",\"RegistrantType\": \"I\",\"OrganizationName\": \"ce shi\",\"OrganizationNameCN\": \"测试\",\"Country\": \"CN\",\"RegistrantName\": \"ce shi\",\"ZipCode\": \"425000\",\"Telephone\": \"155*********\",\"City\": \"ce shi\",\"RegistrantNameCN\": \"测试\",\"StreetCN\": \"咸嘉湖街道\",\"Street\": \"xian jia hu jie dao\",\"ProvinceCN\": \"湖南省\",\"CityCN\": \"长沙市\",\"CountryCN\": \"中国\",\"Email\": \"dnspod@dnspod.com\"},\"UpdatedOn\": \"2020-07-28 13:33:55\",\"AuditStatus\": \"InAudit\",\"CreatedOn\": \"2020-07-28 12:50:23\",\"UserUin\": \"12334********\",\"IsDefault\": \"no\",\"TemplateId\": \"tmpl-dgxxxxxx\",\"InvalidReason\": \"\",\"IsValidTemplate\": 1,\"CertificateInfo\": {\"CertificateType\": \"SFZ\",\"CertificateCode\": \"12345679\",\"ImgUrl\": \"https://tencentyun.com/******\"}}",
3838
+ "example": "",
3839
3839
  "member": "TemplateInfo",
3840
3840
  "name": "Template",
3841
3841
  "output_required": true,
@@ -4927,7 +4927,7 @@
4927
4927
  "example": "12356742345",
4928
4928
  "member": "string",
4929
4929
  "name": "Code",
4930
- "required": true,
4930
+ "output_required": true,
4931
4931
  "type": "string",
4932
4932
  "value_allowed_null": false
4933
4933
  },
@@ -4937,7 +4937,7 @@
4937
4937
  "example": "1",
4938
4938
  "member": "uint64",
4939
4939
  "name": "Type",
4940
- "required": true,
4940
+ "output_required": true,
4941
4941
  "type": "int",
4942
4942
  "value_allowed_null": false
4943
4943
  },
@@ -4947,7 +4947,7 @@
4947
4947
  "example": "2021-09-28 12:10:10",
4948
4948
  "member": "string",
4949
4949
  "name": "CreatedOn",
4950
- "required": true,
4950
+ "output_required": true,
4951
4951
  "type": "string",
4952
4952
  "value_allowed_null": false
4953
4953
  },
@@ -4957,7 +4957,7 @@
4957
4957
  "example": "1",
4958
4958
  "member": "int64",
4959
4959
  "name": "CheckStatus",
4960
- "required": true,
4960
+ "output_required": true,
4961
4961
  "type": "int",
4962
4962
  "value_allowed_null": false
4963
4963
  }
@@ -108,7 +108,7 @@
108
108
  {
109
109
  "document": "",
110
110
  "input": "POST / HTTP/1.1\nHost:domain.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePhoneEmail\n<公共请求参数>\n\n{\n \"Code\": \"12367542367\",\n \"Type\": 1\n}",
111
- "output": "{\n \"Response\": {\n \"RequestId\": \"xxxxxx\"\n }\n}",
111
+ "output": "{\n \"Response\": {\n \"RequestId\": \"acsd-weqwe-fweq-wewe\"\n }\n}",
112
112
  "title": "删除手机邮箱"
113
113
  }
114
114
  ],
@@ -314,7 +314,7 @@
314
314
  {
315
315
  "document": "信息模板列表",
316
316
  "input": "https://domain.tencentcloudapi.com/?Action=DescribeTemplateList\n&Offset=0\n&Limit=20\n&Status=InAudit\n&Type=E\n&Keyword=search_name\n&<公共请求参数>",
317
- "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"TemplateSet\": [\n {\n \"AuditReason\": \"\",\n \"ContactInfo\": {\n \"Province\": \"hu nan sheng\",\n \"RegistrantType\": \"I\",\n \"OrganizationName\": \"org name\",\n \"OrganizationNameCN\": \"企业名称\",\n \"Country\": \"CN\",\n \"RegistrantName\": \"shi ming name\",\n \"ZipCode\": \"425000\",\n \"Telephone\": \"155*********\",\n \"City\": \"ce shi\",\n \"RegistrantNameCN\": \"实名人\",\n \"StreetCN\": \"咸嘉湖街道\",\n \"Street\": \"xian jia hu jie dao\",\n \"ProvinceCN\": \"湖南省\",\n \"CityCN\": \"长沙市\",\n \"CountryCN\": \"中国\",\n \"Email\": \"**d@dnspod.com\"\n },\n \"UpdatedOn\": \"2020-07-28 13:33:55\",\n \"AuditStatus\": \"InAudit\",\n \"IsBlack\": false,\n \"CreatedOn\": \"2020-07-28 12:50:23\",\n \"UserUin\": \"12334********\",\n \"IsDefault\": \"no\",\n \"TemplateId\": \"tmpl-dgmgwpe2\",\n \"InvalidReason\": \"\",\n \"IsValidTemplate\": 1,\n \"CertificateInfo\": {\n \"CertificateType\": \"SFZ\",\n \"CertificateCode\": \"12345679\",\n \"ImgUrl\": \"https://image.com/******\",\n \"OriginImgUrl\": \"https://tencentyun.com/******\",\n \"RegistrantCertificateCode\": \"12345679\",\n \"RegistrantCertificateType\": \"SFZ\",\n \"RegistrantImgUrl\": \"https://image.com/******\"\n }\n }\n ],\n \"RequestId\": \"skdwd-eoffew-dwdwq-dwdw\"\n }\n}",
317
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"TemplateSet\": [\n {\n \"AuditReason\": \"\",\n \"ContactInfo\": {\n \"Province\": \"hu nan sheng\",\n \"RegistrantType\": \"I\",\n \"OrganizationName\": \"org name\",\n \"OrganizationNameCN\": \"企业名称\",\n \"Country\": \"CN\",\n \"RegistrantName\": \"shi ming name\",\n \"ZipCode\": \"425000\",\n \"Telephone\": \"155***\",\n \"City\": \"ce shi\",\n \"RegistrantNameCN\": \"实名人\",\n \"StreetCN\": \"咸嘉湖街道\",\n \"Street\": \"xian jia hu jie dao\",\n \"ProvinceCN\": \"湖南省\",\n \"CityCN\": \"长沙市\",\n \"CountryCN\": \"中国\",\n \"Email\": \"**d@dnspod.com\"\n },\n \"UpdatedOn\": \"2020-07-28 13:33:55\",\n \"AuditStatus\": \"InAudit\",\n \"IsBlack\": false,\n \"CreatedOn\": \"2020-07-28 12:50:23\",\n \"UserUin\": \"12334***\",\n \"IsDefault\": \"no\",\n \"TemplateId\": \"tmpl-pe2\",\n \"InvalidReason\": \"\",\n \"IsValidTemplate\": 1,\n \"CertificateInfo\": {\n \"CertificateType\": \"SFZ\",\n \"CertificateCode\": \"1279\",\n \"ImgUrl\": \"https://age.com/******\",\n \"OriginImgUrl\": \"https://un.com/******\",\n \"RegistrantCertificateCode\": \"19\",\n \"RegistrantCertificateType\": \"SFZ\",\n \"RegistrantImgUrl\": \"https://e.com/******\"\n }\n }\n ],\n \"RequestId\": \"skdwwdw\"\n }\n}",
318
318
  "title": "信息模板列表"
319
319
  }
320
320
  ],
@@ -376,7 +376,7 @@
376
376
  {
377
377
  "document": "",
378
378
  "input": "https://domain.tencentcloudapi.com/?Action=ModifyTemplate\n&TemplateId=字符串\n&CertificateInfo.CertificateCode=字符串\n&CertificateInfo.CertificateType=字符串\n&CertificateInfo.ImgUrl=字符串\n&ContactInfo.OrganizationNameCN=字符串\n&ContactInfo.OrganizationName=字符串\n&ContactInfo.RegistrantNameCN=字符串\n&ContactInfo.RegistrantName=字符串\n&ContactInfo.ProvinceCN=字符串\n&ContactInfo.Province=字符串\n&ContactInfo.CityCN=字符串\n&ContactInfo.City=字符串\n&ContactInfo.StreetCN=字符串\n&ContactInfo.Street=字符串\n&ContactInfo.CountryCN=字符串\n&ContactInfo.Country=字符串\n&ContactInfo.Telephone=字符串\n&ContactInfo.Email=字符串\n&ContactInfo.ZipCode=字符串\n&ContactInfo.RegistrantType=字符串\n&<公共请求参数>",
379
- "output": "{\n \"Response\": {\n \"RequestId\": \"c9308288-2016-4197-bba1-baf0a9ea0a6f\",\n \"Template\": {\n \"IsBlack\": false,\n \"AuditReason\": \"\",\n \"IsValidTemplate\": 1,\n \"UpdatedOn\": \"2020-07-30 16:44:04\",\n \"AuditStatus\": \"InAudit\",\n \"CreatedOn\": \"2020-07-30 16:44:04\",\n \"InvalidReason\": \"\",\n \"CertificateInfo\": {\n \"CertificateType\": \"YYZZ\",\n \"CertificateCode\": \"44190****075\",\n \"ImgUrl\": \"https://xyz.cos.ap-shanghai.myqcloud/mkdiwe.jpeg\",\n \"OriginImgUrl\": \"https://xyz.cos.ap-shanghai.myqcloud/mkdiwe.jpeg\",\n \"RegistrantCertificateType\": \"\",\n \"RegistrantCertificateCode\": \"\",\n \"RegistrantImgUrl\": \"\"\n },\n \"TemplateId\": \"tmpl-3mm9fxug\",\n \"UserUin\": \"1213059621\",\n \"ContactInfo\": {\n \"Province\": \"shen zhen shi\",\n \"RegistrantType\": \"E\",\n \"OrganizationName\": \"qiyeming\",\n \"OrganizationNameCN\": \"企业名\",\n \"Country\": \"CN\",\n \"RegistrantName\": \"qiyeming\",\n \"ZipCode\": \"100011\",\n \"Email\": \"121****@qq.com\",\n \"City\": \"nan shan qu\",\n \"RegistrantNameCN\": \"企业名\",\n \"StreetCN\": \"万利达大厦\",\n \"Street\": \"wanlidadasha\",\n \"ProvinceCN\": \"深圳市\",\n \"CountryCN\": \"中国\",\n \"CityCN\": \"南山区\",\n \"Telephone\": \"13****52\"\n },\n \"IsDefault\": \"no\"\n }\n }\n}",
379
+ "output": "{\n \"Response\": {\n \"RequestId\": \"c9308288-****-baf0a9ea0a6f\",\n \"Template\": {\n \"IsBlack\": false,\n \"AuditReason\": \"\",\n \"IsValidTemplate\": 1,\n \"UpdatedOn\": \"2020-07-30 16:44:04\",\n \"AuditStatus\": \"InAudit\",\n \"CreatedOn\": \"2020-07-30 16:44:04\",\n \"InvalidReason\": \"\",\n \"CertificateInfo\": {\n \"CertificateType\": \"YYZZ\",\n \"CertificateCode\": \"4****075\",\n \"ImgUrl\": \"image.jpg\",\n \"OriginImgUrl\": \"image.jpg\",\n \"RegistrantCertificateType\": \"\",\n \"RegistrantCertificateCode\": \"\",\n \"RegistrantImgUrl\": \"\"\n },\n \"TemplateId\": \"tmpl-3mm9fxug\",\n \"UserUin\": \"1213059621\",\n \"ContactInfo\": {\n \"Province\": \"shen zhen shi\",\n \"RegistrantType\": \"E\",\n \"OrganizationName\": \"qiyeming\",\n \"OrganizationNameCN\": \"企业名\",\n \"Country\": \"CN\",\n \"RegistrantName\": \"qiyeming\",\n \"ZipCode\": \"100011\",\n \"Email\": \"121****@qq.com\",\n \"City\": \"nan shan qu\",\n \"RegistrantNameCN\": \"企业名\",\n \"StreetCN\": \"*大厦\",\n \"Street\": \"*sha\",\n \"ProvinceCN\": \"*市\",\n \"CountryCN\": \"中国\",\n \"CityCN\": \"*区\",\n \"Telephone\": \"13****2\"\n },\n \"IsDefault\": \"no\"\n }\n }\n}",
380
380
  "title": "修改模板"
381
381
  }
382
382
  ],
@@ -7963,7 +7963,7 @@
7963
7963
  },
7964
7964
  {
7965
7965
  "disabled": false,
7966
- "document": "所要同步的DML和DDL的选项,Insert(插入操作)、Update(更新操作)、Delete(删除操作)、DDL(结构同步), 不填(不选),PartialDDL(自定义,和DdlOptions一起起作用 )\n注意:此字段可能返回 null,表示取不到有效值。",
7966
+ "document": "所要同步的DML和DDL的选项,Insert(插入操作)、Update(更新操作)、Delete(删除操作)、DDL(结构同步), PartialDDL(自定义,和DdlOptions一起配合使用)。注意,这里至少需要包含DML中的一种。\n注意:此字段可能返回 null,表示取不到有效值。",
7967
7967
  "example": "[\"Insert\",\"Update\",\"Delete\",\"DDL\"]",
7968
7968
  "member": "string",
7969
7969
  "name": "OpTypes",
@@ -10121,10 +10121,10 @@
10121
10121
  {
10122
10122
  "disabled": false,
10123
10123
  "document": "任务名",
10124
- "example": "xx",
10124
+ "example": "",
10125
10125
  "member": "string",
10126
10126
  "name": "Name",
10127
- "required": true,
10127
+ "output_required": true,
10128
10128
  "type": "string",
10129
10129
  "value_allowed_null": false
10130
10130
  },
@@ -10134,27 +10134,27 @@
10134
10134
  "example": "1.2",
10135
10135
  "member": "float",
10136
10136
  "name": "Progress",
10137
- "required": true,
10137
+ "output_required": true,
10138
10138
  "type": "float",
10139
10139
  "value_allowed_null": false
10140
10140
  },
10141
10141
  {
10142
10142
  "disabled": false,
10143
10143
  "document": "任务完成时间",
10144
- "example": "xx",
10144
+ "example": "",
10145
10145
  "member": "string",
10146
10146
  "name": "FinishTime",
10147
- "required": true,
10147
+ "output_required": true,
10148
10148
  "type": "string",
10149
10149
  "value_allowed_null": false
10150
10150
  },
10151
10151
  {
10152
10152
  "disabled": false,
10153
10153
  "document": "子任务",
10154
- "example": "xx",
10154
+ "example": "",
10155
10155
  "member": "SubTaskDetail",
10156
10156
  "name": "SubTasks",
10157
- "required": true,
10157
+ "output_required": true,
10158
10158
  "type": "list",
10159
10159
  "value_allowed_null": false
10160
10160
  },
@@ -10164,7 +10164,7 @@
10164
10164
  "example": "1",
10165
10165
  "member": "int64",
10166
10166
  "name": "ElapsedTime",
10167
- "required": true,
10167
+ "output_required": true,
10168
10168
  "type": "int",
10169
10169
  "value_allowed_null": true
10170
10170
  },
@@ -10174,7 +10174,7 @@
10174
10174
  "example": "无",
10175
10175
  "member": "ProcessDetail",
10176
10176
  "name": "ProcessInfo",
10177
- "required": false,
10177
+ "output_required": false,
10178
10178
  "type": "object",
10179
10179
  "value_allowed_null": true
10180
10180
  }
@@ -9397,7 +9397,7 @@
9397
9397
  },
9398
9398
  {
9399
9399
  "disabled": false,
9400
- "document": "偏移量,默认为0,最大20000。。关于<code>Offset</code>的更进一步介绍请参考 API <a href=\"https://cloud.tencent.com/document/api/213/15688\" target=\"_blank\">简介</a>中的相关小节。",
9400
+ "document": "偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href=\"https://cloud.tencent.com/document/api/213/15688\" target=\"_blank\">简介</a>中的相关小节。",
9401
9401
  "example": "0",
9402
9402
  "member": "int64",
9403
9403
  "name": "Offset",
@@ -4658,7 +4658,7 @@
4658
4658
  },
4659
4659
  {
4660
4660
  "disabled": false,
4661
- "document": "指定分页返回第几页的数据。页码从 0 开始,即首页为 0,最大20000。",
4661
+ "document": "偏移量,默认为0,最大20000。关于<code>Offset</code>的更进一步介绍请参考 API <a href=\"https://cloud.tencent.com/document/api/213/15688\" target=\"_blank\">简介</a>中的相关小节。",
4662
4662
  "example": "0",
4663
4663
  "member": "int64",
4664
4664
  "name": "Offset",
@@ -12508,7 +12508,7 @@
12508
12508
  },
12509
12509
  {
12510
12510
  "disabled": false,
12511
- "document": "第三方平台子客企业的唯一标识,定义Agent中的ProxyOrganizationOpenId一样, 可以参考<a href=\"https://qian.tencent.com/developers/partnerApis/dataTypes/#agent\" target=\"_blank\">Agent结构体</a>。\n当为子客企业指定经办人时,此OrganizationOpenId必传。",
12511
+ "document": "第三方平台子客企业的唯一标识,定义Agent中的ProxyOrganizationOpenId一样, 可以参考<a href=\"https://qian.tencent.com/developers/partnerApis/dataTypes/#agent\" target=\"_blank\">Agent结构体</a>。\n<font color=\"red\">当为子客企业指定经办人时,此OrganizationOpenId必传。</font>",
12512
12512
  "example": "org_dianziqian",
12513
12513
  "member": "string",
12514
12514
  "name": "OrganizationOpenId",
@@ -12517,7 +12517,7 @@
12517
12517
  },
12518
12518
  {
12519
12519
  "disabled": false,
12520
- "document": "第三方平台子客企业员工的唯一标识,长度不能超过64,只能由字母和数字组成。\n当签署方为同一第三方平台下的员工时,此OpenId必传。",
12520
+ "document": "第三方平台子客企业员工的唯一标识,长度不能超过64,只能由字母和数字组成。\n<font color=\"red\">当签署方为同一第三方平台下的员工时,此OpenId必传。</font>",
12521
12521
  "example": "n9527",
12522
12522
  "member": "string",
12523
12523
  "name": "OpenId",
@@ -494,8 +494,8 @@
494
494
  "title": "发起解除协议(替换原流程中本企业的参与人并指定其为自动签署)"
495
495
  },
496
496
  {
497
- "document": "1. 使用本企业的签署人\n2. 包含了详细的解除内容\n3. 替换原流程中本企业的签署人\n4. 被替换的原流程中的签署人ApproverNumber=1(即第二个签署人,在原流程签署人列表中的第二位)\n\n扩展信息:\n针对ApproverNumber举个例子,\n例如在原流程中共有三个签署人(a, b, c),\n那么a是第一位(ApproverNumber=0),b是第二位(ApproverNumber=1),c是第三位(ApproverNumber=2),\n注意这里的顺序不是签署顺序,仅仅是签署人列表中的自然顺序,签署人列表的获取可以参考DescribeFlowDetailInfo接口。",
498
- "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\"\n },\n \"NeedRelievedFlowId\": \"yDwFmUUckpst10i3UubBSat8PWOt2iQF\",\n \"ReleasedApprovers\": [\n {\n \"ApproverNumber\": 1,\n \"Name\": \"典子谦\",\n \"Mobile\": \"13200000000\",\n \"ApproverType\": \"ORGANIZATION\",\n \"OrganizationName\": \"典子谦示例企业\"\n }\n ],\n \"ReliveInfo\": {\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\",\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿。\",\n \"OriginalOtherSettlement\": \"原合同中的补充条款依然生效\",\n \"OtherDeals\": \"解除后1天内部签署新的合同\"\n }\n}",
497
+ "document": "1. 使用本企业的签署人\n2. 包含了详细的解除内容\n3. 替换原流程中本子客企业的签署人(需要指定 OpenId, OrganizationOpenId,Name, Mobile,OrganizationName)\n4. 被替换的原流程中的签署人ApproverNumber=1(即第二个签署人,在原流程签署人列表中的第二位)\n\n扩展信息:\n针对ApproverNumber举个例子,\n例如在原流程中共有三个签署人(a, b, c),\n那么a是第一位(ApproverNumber=0),b是第二位(ApproverNumber=1),c是第三位(ApproverNumber=2),\n注意这里的顺序不是签署顺序,仅仅是签署人列表中的自然顺序,签署人列表的获取可以参考DescribeFlowDetailInfo接口。",
498
+ "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateReleaseFlow\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"ProxyOperator\": {\n \"OpenId\": \"n9527\"\n },\n \"AppId\": \"yDRSRUUgygj6rqi6UuO4zjEBDACwAjgT\"\n },\n \"NeedRelievedFlowId\": \"yDwFmUUckpst10i3UubBSat8PWOt2iQF\",\n \"ReleasedApprovers\": [\n {\n \"ApproverNumber\": 1,\n \"OpenId\": \"dianqiqian\",\n \"Name\": \"典子谦\",\n \"Mobile\": \"13200000000\",\n \"ApproverType\": \"ORGANIZATION\",\n \"OrganizationOpenId\": \"org_dianziqian\",\n \"OrganizationName\": \"典子谦示例企业\"\n }\n ],\n \"ReliveInfo\": {\n \"Reason\": \"因为业务调整, 结束合作。\",\n \"RemainInForceItem\": \"在业务结束前已产生的订单依旧有效。\",\n \"OriginalExpenseSettlement\": \"甲方需付给乙方xxxx以作赔偿。\",\n \"OriginalOtherSettlement\": \"原合同中的补充条款依然生效\",\n \"OtherDeals\": \"解除后1天内部签署新的合同\"\n }\n}",
499
499
  "output": "{\n \"Response\": {\n \"FlowId\": \"yDwFdUUckps******xAhL7zuaIwkMth4\",\n \"RequestId\": \"s1669**2203341\"\n }\n}",
500
500
  "title": "发起解除协议(使用本企业的签署人,替换用原流程中本企业的签署人)"
501
501
  },