tccli 3.0.1136.1__py2.py3-none-any.whl → 3.0.1138.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 (54) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/command.py +4 -1
  3. tccli/help_command.py +4 -1
  4. tccli/services/asr/v20190614/api.json +9 -0
  5. tccli/services/cdb/v20170320/api.json +3 -3
  6. tccli/services/cdwch/v20200915/api.json +1 -1
  7. tccli/services/ckafka/v20190819/api.json +25 -25
  8. tccli/services/ckafka/v20190819/examples.json +18 -18
  9. tccli/services/cls/v20201016/api.json +117 -5
  10. tccli/services/cls/v20201016/examples.json +1 -1
  11. tccli/services/cwp/cwp_client.py +0 -53
  12. tccli/services/cwp/v20180228/api.json +0 -43
  13. tccli/services/cwp/v20180228/examples.json +0 -8
  14. tccli/services/cynosdb/v20190107/api.json +10 -0
  15. tccli/services/dlc/v20210125/api.json +23 -23
  16. tccli/services/dlc/v20210125/examples.json +6 -6
  17. tccli/services/domain/v20180808/api.json +36 -0
  18. tccli/services/dts/v20211206/api.json +3 -3
  19. tccli/services/ess/v20201111/api.json +2 -2
  20. tccli/services/ess/v20201111/examples.json +2 -2
  21. tccli/services/essbasic/v20210526/api.json +4 -4
  22. tccli/services/essbasic/v20210526/examples.json +2 -2
  23. tccli/services/faceid/v20180301/api.json +1 -1
  24. tccli/services/ioa/ioa_client.py +159 -0
  25. tccli/services/ioa/v20220601/api.json +897 -80
  26. tccli/services/ioa/v20220601/examples.json +24 -0
  27. tccli/services/iotexplorer/iotexplorer_client.py +178 -19
  28. tccli/services/iotexplorer/v20190423/api.json +210 -0
  29. tccli/services/iotexplorer/v20190423/examples.json +24 -0
  30. tccli/services/live/v20180801/api.json +12 -6
  31. tccli/services/ocr/v20181119/api.json +2 -2
  32. tccli/services/partners/v20180321/api.json +26 -16
  33. tccli/services/redis/v20180412/api.json +23 -23
  34. tccli/services/ssl/v20191205/api.json +171 -5
  35. tccli/services/ssl/v20191205/examples.json +1 -1
  36. tccli/services/tcr/v20190924/api.json +57 -35
  37. tccli/services/tcr/v20190924/examples.json +4 -4
  38. tccli/services/tcss/v20201101/api.json +123 -13
  39. tccli/services/tcss/v20201101/examples.json +3 -3
  40. tccli/services/tdmq/v20200217/api.json +7 -5
  41. tccli/services/thpc/v20230321/api.json +42 -21
  42. tccli/services/tke/v20180525/api.json +162 -74
  43. tccli/services/tke/v20180525/examples.json +69 -57
  44. tccli/services/trtc/v20190722/api.json +1 -1
  45. tccli/services/tsf/v20180326/api.json +1 -1
  46. tccli/services/tts/v20190823/api.json +2 -2
  47. tccli/services/wedata/v20210820/api.json +377 -0
  48. tccli/services/wedata/v20210820/examples.json +8 -0
  49. tccli/services/wedata/wedata_client.py +61 -8
  50. {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/METADATA +2 -2
  51. {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/RECORD +54 -54
  52. {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/WHEEL +0 -0
  53. {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/entry_points.txt +0 -0
  54. {tccli-3.0.1136.1.dist-info → tccli-3.0.1138.1.dist-info}/license_files/LICENSE +0 -0
@@ -203,13 +203,6 @@
203
203
  "output": "DeleteAllJavaMemShellsResponse",
204
204
  "status": "online"
205
205
  },
206
- "DeleteAttackLogs": {
207
- "document": "ModifyEventAttackStatus 接口替代\n\n删除网络攻击日志",
208
- "input": "DeleteAttackLogsRequest",
209
- "name": "删除网络攻击日志",
210
- "output": "DeleteAttackLogsResponse",
211
- "status": "deprecated"
212
- },
213
206
  "DeleteBanWhiteList": {
214
207
  "document": "删除阻断白名单列表",
215
208
  "input": "DeleteBanWhiteListRequest",
@@ -15429,42 +15422,6 @@
15429
15422
  ],
15430
15423
  "type": "object"
15431
15424
  },
15432
- "DeleteAttackLogsRequest": {
15433
- "document": "DeleteAttackLogs请求参数结构体",
15434
- "members": [
15435
- {
15436
- "disabled": false,
15437
- "document": "日志ID数组,最大100条。",
15438
- "example": "[]",
15439
- "member": "uint64",
15440
- "name": "Ids",
15441
- "required": false,
15442
- "type": "list"
15443
- },
15444
- {
15445
- "disabled": false,
15446
- "document": "是否全部删除",
15447
- "example": "true",
15448
- "member": "bool",
15449
- "name": "IsAll",
15450
- "required": false,
15451
- "type": "bool"
15452
- }
15453
- ],
15454
- "type": "object"
15455
- },
15456
- "DeleteAttackLogsResponse": {
15457
- "document": "DeleteAttackLogs返回参数结构体",
15458
- "members": [
15459
- {
15460
- "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
15461
- "member": "string",
15462
- "name": "RequestId",
15463
- "type": "string"
15464
- }
15465
- ],
15466
- "type": "object"
15467
- },
15468
15425
  "DeleteBanWhiteListRequest": {
15469
15426
  "document": "DeleteBanWhiteList请求参数结构体",
15470
15427
  "members": [
@@ -238,14 +238,6 @@
238
238
  "title": "删除全部java内存马事件"
239
239
  }
240
240
  ],
241
- "DeleteAttackLogs": [
242
- {
243
- "document": "删除网络攻击日志",
244
- "input": "POST / HTTP/1.1\nHost: cwp.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAttackLogs\n<公共请求参数>\n\n{\n \"Ids\": [\n \"2\",\n \"1\"\n ]\n}",
245
- "output": "{\n \"Response\": {\n \"RequestId\": \"354f4ac3-8546-4516-8c8a-69e3ab73aa8a\"\n }\n}",
246
- "title": "删除网络攻击日志"
247
- }
248
- ],
249
241
  "DeleteBanWhiteList": [
250
242
  {
251
243
  "document": "",
@@ -1821,6 +1821,16 @@
1821
1821
  "output_required": false,
1822
1822
  "type": "list",
1823
1823
  "value_allowed_null": true
1824
+ },
1825
+ {
1826
+ "disabled": false,
1827
+ "document": "事务ID\n注意:此字段可能返回 null,表示取不到有效值。",
1828
+ "example": "无",
1829
+ "member": "int64",
1830
+ "name": "TrxId",
1831
+ "output_required": false,
1832
+ "type": "int",
1833
+ "value_allowed_null": true
1824
1834
  }
1825
1835
  ],
1826
1836
  "usage": "out"
@@ -2696,7 +2696,7 @@
2696
2696
  },
2697
2697
  {
2698
2698
  "disabled": false,
2699
- "document": "表类型",
2699
+ "document": "表类型:EXTERNAL_TABLE, VIRTUAL_VIEW, MATERIALIZED_VIEW",
2700
2700
  "example": "EXTERNAL",
2701
2701
  "member": "string",
2702
2702
  "name": "Type",
@@ -7415,7 +7415,7 @@
7415
7415
  "example": "n1",
7416
7416
  "member": "string",
7417
7417
  "name": "Name",
7418
- "required": true,
7418
+ "output_required": true,
7419
7419
  "type": "string",
7420
7420
  "value_allowed_null": true
7421
7421
  },
@@ -7425,7 +7425,7 @@
7425
7425
  "example": "schema1",
7426
7426
  "member": "string",
7427
7427
  "name": "SchemaName",
7428
- "required": true,
7428
+ "output_required": true,
7429
7429
  "type": "string",
7430
7430
  "value_allowed_null": true
7431
7431
  },
@@ -7435,7 +7435,7 @@
7435
7435
  "example": "cosn://123",
7436
7436
  "member": "string",
7437
7437
  "name": "Location",
7438
- "required": true,
7438
+ "output_required": true,
7439
7439
  "type": "string",
7440
7440
  "value_allowed_null": true
7441
7441
  },
@@ -7445,7 +7445,7 @@
7445
7445
  "example": "无",
7446
7446
  "member": "Asset",
7447
7447
  "name": "Asset",
7448
- "required": true,
7448
+ "output_required": true,
7449
7449
  "type": "object",
7450
7450
  "value_allowed_null": true
7451
7451
  },
@@ -7682,7 +7682,7 @@
7682
7682
  "example": "无",
7683
7683
  "member": "Asset",
7684
7684
  "name": "Asset",
7685
- "required": true,
7685
+ "output_required": true,
7686
7686
  "type": "object",
7687
7687
  "value_allowed_null": true
7688
7688
  },
@@ -7692,7 +7692,7 @@
7692
7692
  "example": "select 1",
7693
7693
  "member": "string",
7694
7694
  "name": "ViewOriginalText",
7695
- "required": true,
7695
+ "output_required": true,
7696
7696
  "type": "string",
7697
7697
  "value_allowed_null": true
7698
7698
  },
@@ -7702,7 +7702,7 @@
7702
7702
  "example": "select 1",
7703
7703
  "member": "string",
7704
7704
  "name": "ViewExpandedText",
7705
- "required": true,
7705
+ "output_required": true,
7706
7706
  "type": "string",
7707
7707
  "value_allowed_null": true
7708
7708
  },
@@ -7712,7 +7712,7 @@
7712
7712
  "example": "1",
7713
7713
  "member": "int64",
7714
7714
  "name": "Retention",
7715
- "required": true,
7715
+ "output_required": true,
7716
7716
  "type": "int",
7717
7717
  "value_allowed_null": true
7718
7718
  },
@@ -7722,7 +7722,7 @@
7722
7722
  "example": "无",
7723
7723
  "member": "DMSSds",
7724
7724
  "name": "Sds",
7725
- "required": true,
7725
+ "output_required": true,
7726
7726
  "type": "object",
7727
7727
  "value_allowed_null": true
7728
7728
  },
@@ -7732,7 +7732,7 @@
7732
7732
  "example": "无",
7733
7733
  "member": "DMSColumn",
7734
7734
  "name": "PartitionKeys",
7735
- "required": true,
7735
+ "output_required": true,
7736
7736
  "type": "list",
7737
7737
  "value_allowed_null": true
7738
7738
  },
@@ -7742,7 +7742,7 @@
7742
7742
  "example": "无",
7743
7743
  "member": "DMSPartition",
7744
7744
  "name": "Partitions",
7745
- "required": true,
7745
+ "output_required": true,
7746
7746
  "type": "list",
7747
7747
  "value_allowed_null": true
7748
7748
  },
@@ -7752,7 +7752,7 @@
7752
7752
  "example": "EXTERNAL",
7753
7753
  "member": "string",
7754
7754
  "name": "Type",
7755
- "required": true,
7755
+ "output_required": true,
7756
7756
  "type": "string",
7757
7757
  "value_allowed_null": true
7758
7758
  },
@@ -7762,7 +7762,7 @@
7762
7762
  "example": "db1",
7763
7763
  "member": "string",
7764
7764
  "name": "DbName",
7765
- "required": true,
7765
+ "output_required": true,
7766
7766
  "type": "string",
7767
7767
  "value_allowed_null": true
7768
7768
  },
@@ -7772,7 +7772,7 @@
7772
7772
  "example": "schema1",
7773
7773
  "member": "string",
7774
7774
  "name": "SchemaName",
7775
- "required": true,
7775
+ "output_required": true,
7776
7776
  "type": "string",
7777
7777
  "value_allowed_null": true
7778
7778
  },
@@ -7782,7 +7782,7 @@
7782
7782
  "example": "1",
7783
7783
  "member": "int64",
7784
7784
  "name": "StorageSize",
7785
- "required": true,
7785
+ "output_required": true,
7786
7786
  "type": "int",
7787
7787
  "value_allowed_null": true
7788
7788
  },
@@ -7792,7 +7792,7 @@
7792
7792
  "example": "0",
7793
7793
  "member": "int64",
7794
7794
  "name": "RecordCount",
7795
- "required": true,
7795
+ "output_required": true,
7796
7796
  "type": "int",
7797
7797
  "value_allowed_null": true
7798
7798
  },
@@ -7802,7 +7802,7 @@
7802
7802
  "example": "1",
7803
7803
  "member": "int64",
7804
7804
  "name": "LifeTime",
7805
- "required": true,
7805
+ "output_required": true,
7806
7806
  "type": "int",
7807
7807
  "value_allowed_null": true
7808
7808
  },
@@ -7812,7 +7812,7 @@
7812
7812
  "example": "2020-01-01 11:11:11",
7813
7813
  "member": "datetime_iso",
7814
7814
  "name": "LastAccessTime",
7815
- "required": true,
7815
+ "output_required": true,
7816
7816
  "type": "string",
7817
7817
  "value_allowed_null": true
7818
7818
  },
@@ -7822,7 +7822,7 @@
7822
7822
  "example": "2020-01-01 11:11:11",
7823
7823
  "member": "datetime_iso",
7824
7824
  "name": "DataUpdateTime",
7825
- "required": true,
7825
+ "output_required": true,
7826
7826
  "type": "string",
7827
7827
  "value_allowed_null": true
7828
7828
  },
@@ -7832,7 +7832,7 @@
7832
7832
  "example": "2020-01-01 11:11:11",
7833
7833
  "member": "datetime_iso",
7834
7834
  "name": "StructUpdateTime",
7835
- "required": true,
7835
+ "output_required": true,
7836
7836
  "type": "string",
7837
7837
  "value_allowed_null": true
7838
7838
  },
@@ -7842,7 +7842,7 @@
7842
7842
  "example": "无",
7843
7843
  "member": "DMSColumn",
7844
7844
  "name": "Columns",
7845
- "required": true,
7845
+ "output_required": true,
7846
7846
  "type": "list",
7847
7847
  "value_allowed_null": true
7848
7848
  },
@@ -7852,7 +7852,7 @@
7852
7852
  "example": "table1",
7853
7853
  "member": "string",
7854
7854
  "name": "Name",
7855
- "required": true,
7855
+ "output_required": true,
7856
7856
  "type": "string",
7857
7857
  "value_allowed_null": true
7858
7858
  },
@@ -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\": \"xx\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"OwnerAccount\": \"xx\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Catalog\": \"xx\",\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"PermValues\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Owner\": \"xx\",\n \"DatasourceId\": 0,\n \"Guid\": \"xx\",\n \"Id\": 0,\n \"Name\": \"xx\"\n },\n \"SchemaName\": \"test\",\n \"Location\": \"cosn://\"\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}",
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\": \"xx\",\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"xx\",\n \"Description\": \"xx\"\n }\n ],\n \"RecordCount\": 0,\n \"Sds\": {\n \"OutputFormat\": \"xx\",\n \"SortCols\": {\n \"Col\": \"xx\",\n \"Order\": 0\n },\n \"InputFormat\": \"xx\",\n \"SerdeLib\": \"xx\",\n \"Cols\": [\n {\n \"Name\": \"xx\",\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"xx\",\n \"Description\": \"xx\"\n }\n ],\n \"Compressed\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Location\": \"xx\",\n \"NumBuckets\": 0,\n \"SerdeParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"SerdeName\": \"xx\",\n \"StoredAsSubDirectories\": true,\n \"BucketCols\": [\n \"xx\"\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\": \"xx\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"OwnerAccount\": \"xx\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Catalog\": \"xx\",\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"PermValues\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Owner\": \"xx\",\n \"DatasourceId\": 0,\n \"Guid\": \"xx\",\n \"Id\": 0,\n \"Name\": \"xx\"\n },\n \"ViewExpandedText\": \"xx\",\n \"LifeTime\": 0,\n \"ViewOriginalText\": \"xx\",\n \"Type\": \"xx\",\n \"DbName\": \"xx\",\n \"Columns\": [\n {\n \"Name\": \"xx\",\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"xx\",\n \"Description\": \"xx\"\n }\n ],\n \"Partitions\": [\n {\n \"Sds\": {\n \"OutputFormat\": \"xx\",\n \"SortCols\": {\n \"Col\": \"xx\",\n \"Order\": 0\n },\n \"InputFormat\": \"xx\",\n \"SerdeLib\": \"xx\",\n \"Cols\": [\n {\n \"Name\": \"xx\",\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"xx\",\n \"Description\": \"xx\"\n }\n ],\n \"Compressed\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Location\": \"xx\",\n \"NumBuckets\": 0,\n \"SerdeParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"SerdeName\": \"xx\",\n \"StoredAsSubDirectories\": true,\n \"BucketCols\": [\n \"xx\"\n ]\n },\n \"Name\": \"xx\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"RecordCount\": 0,\n \"TableName\": \"xx\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"Values\": [\n \"xx\"\n ],\n \"DatabaseName\": \"xx\",\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"SchemaName\": \"xx\",\n \"StorageSize\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\"\n }\n ]\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}",
167
167
  "output": "{\n \"Response\": {\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
168
168
  "title": "创建表"
169
169
  }
@@ -426,7 +426,7 @@
426
426
  {
427
427
  "document": "",
428
428
  "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}",
429
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"Name\": \"Name1\",\n \"SchemaName\": \"Schema1\",\n \"Location\": \"cosn://123\",\n \"Asset\": {\n \"Id\": 1,\n \"Name\": \"Name1\",\n \"Guid\": \"xxxx-xxxx-xxx-xxx\",\n \"Catalog\": \"DataLakeCatalog\",\n \"Description\": \"Description\",\n \"Owner\": \"root\",\n \"OwnerAccount\": \"root\",\n \"PermValues\": [\n {\n \"Key\": \"key1\",\n \"Value\": \"v1\"\n }\n ],\n \"Params\": [\n {\n \"Key\": \"key1\",\n \"Value\": \"v1\"\n }\n ],\n \"BizParams\": [\n {\n \"Key\": \"key1\",\n \"Value\": \"v1\"\n }\n ],\n \"DataVersion\": 1,\n \"CreateTime\": \"2021-01-01 12:12:12\",\n \"ModifiedTime\": \"2021-01-01 12:12:12\",\n \"DatasourceId\": 1\n }\n }\n}",
429
+ "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}",
430
430
  "title": "DMS元数据获取库"
431
431
  }
432
432
  ],
@@ -441,8 +441,8 @@
441
441
  "DescribeDMSTable": [
442
442
  {
443
443
  "document": "",
444
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDMSTable\n<公共请求参数>\n\n{\n \"Name\": \"xx\",\n \"Keyword\": \"xx\",\n \"Pattern\": \"xx\",\n \"Catalog\": \"xx\",\n \"SchemaName\": \"xx\",\n \"Type\": \"xx\",\n \"DbName\": \"xx\"\n}",
445
- "output": "{\n \"Response\": {\n \"PartitionKeys\": [\n {\n \"Name\": \"xx\",\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"xx\",\n \"Description\": \"xx\"\n }\n ],\n \"Sds\": {\n \"OutputFormat\": \"xx\",\n \"SortCols\": {\n \"Col\": \"xx\",\n \"Order\": 0\n },\n \"InputFormat\": \"xx\",\n \"SerdeLib\": \"xx\",\n \"Cols\": [\n {\n \"Name\": \"xx\",\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"xx\",\n \"Description\": \"xx\"\n }\n ],\n \"Compressed\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Location\": \"xx\",\n \"NumBuckets\": 0,\n \"SerdeParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"SerdeName\": \"xx\",\n \"StoredAsSubDirectories\": true,\n \"BucketCols\": [\n \"xx\"\n ]\n },\n \"Name\": \"xx\",\n \"Type\": \"xx\",\n \"RecordCount\": 0,\n \"StructUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataUpdateTime\": \"2020-09-22T00:00:00+00:00\",\n \"ViewOriginalText\": \"xx\",\n \"LifeTime\": 0,\n \"RequestId\": \"xx\",\n \"Retention\": 0,\n \"Asset\": {\n \"Description\": \"xx\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"OwnerAccount\": \"xx\",\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\",\n \"Catalog\": \"xx\",\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"PermValues\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Owner\": \"xx\",\n \"DatasourceId\": 0,\n \"Guid\": \"xx\",\n \"Id\": 0,\n \"Name\": \"xx\"\n },\n \"ViewExpandedText\": \"xx\",\n \"SchemaName\": \"xx\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"StorageSize\": 0,\n \"DbName\": \"xx\",\n \"Columns\": [\n {\n \"Name\": \"xx\",\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"xx\",\n \"Description\": \"xx\"\n }\n ],\n \"Partitions\": [\n {\n \"Sds\": {\n \"OutputFormat\": \"xx\",\n \"SortCols\": {\n \"Col\": \"xx\",\n \"Order\": 0\n },\n \"InputFormat\": \"xx\",\n \"SerdeLib\": \"xx\",\n \"Cols\": [\n {\n \"Name\": \"xx\",\n \"BizParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"IsPartition\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Position\": 0,\n \"Type\": \"xx\",\n \"Description\": \"xx\"\n }\n ],\n \"Compressed\": true,\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"Location\": \"xx\",\n \"NumBuckets\": 0,\n \"SerdeParams\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"SerdeName\": \"xx\",\n \"StoredAsSubDirectories\": true,\n \"BucketCols\": [\n \"xx\"\n ]\n },\n \"Name\": \"xx\",\n \"ModifiedTime\": \"2020-09-22T00:00:00+00:00\",\n \"DataVersion\": 0,\n \"RecordCount\": 0,\n \"TableName\": \"xx\",\n \"LastAccessTime\": \"2020-09-22T00:00:00+00:00\",\n \"Values\": [\n \"xx\"\n ],\n \"DatabaseName\": \"xx\",\n \"Params\": [\n {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n ],\n \"SchemaName\": \"xx\",\n \"StorageSize\": 0,\n \"CreateTime\": \"2020-09-22T00:00:00+00:00\"\n }\n ]\n }\n}",
444
+ "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}",
445
+ "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}",
446
446
  "title": "查询表"
447
447
  }
448
448
  ],
@@ -879,7 +879,7 @@
879
879
  "DropDMSTable": [
880
880
  {
881
881
  "document": "",
882
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DropDMSTable\n<公共请求参数>\n\n{\n \"DbName\": \"db1\",\n \"Name\": \"table1\",\n \"DeleteData\": false,\n \"EnvProps\": {\n \"Value\": \"xx\",\n \"Key\": \"xx\"\n }\n}",
882
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DropDMSTable\n<公共请求参数>\n\n{\n \"DbName\": \"abc\",\n \"Name\": \"abc\",\n \"DeleteData\": true,\n \"EnvProps\": {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n}",
883
883
  "output": "{\n \"Response\": {\n \"RequestId\": \"xxx-xxx-xxx\"\n }\n}",
884
884
  "title": "DMS元数据删除表"
885
885
  }
@@ -5600,6 +5600,16 @@
5600
5600
  "type": "list",
5601
5601
  "value_allowed_null": false
5602
5602
  },
5603
+ {
5604
+ "disabled": false,
5605
+ "document": "域名预定成功详情",
5606
+ "example": "[{\"tencent.com\",\"P0011702977661022561\"}]",
5607
+ "member": "SucDomainInfo",
5608
+ "name": "SucDomains",
5609
+ "output_required": false,
5610
+ "type": "list",
5611
+ "value_allowed_null": false
5612
+ },
5603
5613
  {
5604
5614
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
5605
5615
  "member": "string",
@@ -5681,6 +5691,32 @@
5681
5691
  ],
5682
5692
  "type": "object"
5683
5693
  },
5694
+ "SucDomainInfo": {
5695
+ "document": "预释放域名预约参数补充成功信息",
5696
+ "members": [
5697
+ {
5698
+ "disabled": false,
5699
+ "document": "域名\n注意:此字段可能返回 null,表示取不到有效值。",
5700
+ "example": "tencent.com",
5701
+ "member": "string",
5702
+ "name": "Domain",
5703
+ "output_required": false,
5704
+ "type": "string",
5705
+ "value_allowed_null": true
5706
+ },
5707
+ {
5708
+ "disabled": false,
5709
+ "document": "业务ID\n注意:此字段可能返回 null,表示取不到有效值。",
5710
+ "example": "P0011702977661022561",
5711
+ "member": "string",
5712
+ "name": "BusinessId",
5713
+ "output_required": false,
5714
+ "type": "string",
5715
+ "value_allowed_null": true
5716
+ }
5717
+ ],
5718
+ "usage": "out"
5719
+ },
5684
5720
  "SyncCustomDnsHostRequest": {
5685
5721
  "document": "SyncCustomDnsHost请求参数结构体",
5686
5722
  "members": [
@@ -2172,7 +2172,7 @@
2172
2172
  },
2173
2173
  {
2174
2174
  "disabled": false,
2175
- "document": "源端数据库类型,如mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql,tdstore",
2175
+ "document": "源端数据库类型,如mysql,mariadb,percona,postgresql,cynosdbmysql(表示TDSQL-C MySQL),tdpg(TDSQL PostgreSQL版),tdsqlmysql,tdstore(表示TDSQL TDStore版)等。",
2176
2176
  "example": "mysql",
2177
2177
  "member": "string",
2178
2178
  "name": "SrcDatabaseType",
@@ -2190,7 +2190,7 @@
2190
2190
  },
2191
2191
  {
2192
2192
  "disabled": false,
2193
- "document": "目标端数据库类型,如mysql,cynosdbmysql,tdapg,tdpg,tdsqlmysql,kafka,tdstore",
2193
+ "document": "目标端数据库类型,如mysql,mariadb,percona,cynosdbmysql(表示TDSQL-C MySQL),tdpg(TDSQL PostgreSQL版),tdsqlmysql,kafka,tdstore(表示TDSQL TDStore版)等。",
2194
2194
  "example": "mysql",
2195
2195
  "member": "string",
2196
2196
  "name": "DstDatabaseType",
@@ -5610,7 +5610,7 @@
5610
5610
  },
5611
5611
  {
5612
5612
  "disabled": false,
5613
- "document": "数据库内核类型,tdsql中用于区分不同内核:percona,mariadb,mysql\n注意:此字段可能返回 null,表示取不到有效值。",
5613
+ "document": "数据库内核类型,tdsql中用于区分不同内核:percona,mariadb,mysql。注意TDSQL-C MySQL、TDSQL PostgreSQL无需填写此项值。\n注意:此字段可能返回 null,表示取不到有效值。",
5614
5614
  "example": "mariadb",
5615
5615
  "member": "string",
5616
5616
  "name": "DbKernel",
@@ -99,7 +99,7 @@
99
99
  "status": "online"
100
100
  },
101
101
  "CreateFlowBlockchainEvidenceUrl": {
102
- "document": "获取区块链存证报告查看链接/二维码接口\n\n适用场景:企业员工可以通过此接口生成合同区块链存证报告的查看链接/二维码,以供他人扫码打开腾讯电子签小程序查看。\n\n[点击查看区块链存证报告样式](https://qcloudimg.tencent-cloud.cn/raw/47d5e9c2ffa90ad4e27b3cd14095aa08.jpg)\n\n注:\n<ul><li>1. 二维码下载链接过期时间为5分钟,请尽快下载保存。二维码/短链的过期时间为<font color=\"red\">7天</font>,超过有效期则不可用。</li>\n<li>2. 合同状态需为<font color=\"red\">签署完成</font> 、<font color=\"red\">已解除</font>才能生成报告查看二维码/短链。</li>\n<li>3. 调用接口时,需确保接口调用身份拥有此合同的访问数据权限或为合同参与方。</li>\n<li>4. 通过扫码或者点击链接,用户无需登录或者鉴权即可查看对应合同的区块链存证报告,请妥善保管好二维码或链接。</li></ul>",
102
+ "document": "获取区块链存证证书查看链接/二维码接口\n\n适用场景:企业员工可以通过此接口生成合同区块链存证证书的查看链接/二维码,以供他人扫码打开腾讯电子签小程序查看。\n\n[点击查看区块链存证证书样式](https://qcloudimg.tencent-cloud.cn/raw/47d5e9c2ffa90ad4e27b3cd14095aa08.jpg)\n\n注:\n<ul><li>1. 二维码下载链接过期时间为5分钟,请尽快下载保存。二维码/短链的过期时间为<font color=\"red\">7天</font>,超过有效期则不可用。</li>\n<li>2. 合同状态需为<font color=\"red\">签署完成</font> 、<font color=\"red\">已解除</font>才能生成证书查看二维码/短链。</li>\n<li>3. 调用接口时,需确保接口调用身份拥有此合同的访问数据权限或为合同参与方。</li>\n<li>4. 通过扫码或者点击链接,用户无需登录或者鉴权即可查看对应合同的区块链存证证书,请妥善保管好二维码或链接。</li></ul>",
103
103
  "input": "CreateFlowBlockchainEvidenceUrlRequest",
104
104
  "name": "获取签署存证证书查看二维码",
105
105
  "output": "CreateFlowBlockchainEvidenceUrlResponse",
@@ -2940,7 +2940,7 @@
2940
2940
  },
2941
2941
  {
2942
2942
  "disabled": false,
2943
- "document": "查看短链,可直接点击短链查看报告。",
2943
+ "document": "查看短链,可直接点击短链查看证书。",
2944
2944
  "example": "https://test.essurl.cn/SR04UBxxxx",
2945
2945
  "member": "string",
2946
2946
  "name": "Url",
@@ -342,10 +342,10 @@
342
342
  ],
343
343
  "CreateFlowBlockchainEvidenceUrl": [
344
344
  {
345
- "document": "拥有访问权限的员工生成合同区块链存证报告查看二维码/链接",
345
+ "document": "拥有访问权限的员工生成合同区块链存证证书查看二维码/链接",
346
346
  "input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowBlockchainEvidenceUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"UserId\": \"yDR0fUUgyg*********jE1RTDui4pB\"\n },\n \"FlowId\": \"yDCANUUc************SI8fHrn0LCd\"\n}",
347
347
  "output": "{\n \"Response\": {\n \"ExpiredOn\": 1719463451,\n \"QrCode\": \"https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.JPG?hkey=5d92f0db15e6bbba6aea641f64c5c06d7914ff197f4b2b0*********27ec738d02a519c7a9f\",\n \"RequestId\": \"s1718858684971\",\n \"Url\": \"https://test.essurl.cn/SR0*****HF9B\"\n }\n}",
348
- "title": "生成合同区块链存证报告查看二维码/链接"
348
+ "title": "生成合同区块链存证证书查看二维码/链接"
349
349
  }
350
350
  ],
351
351
  "CreateFlowByFiles": [
@@ -344,7 +344,7 @@
344
344
  "status": "online"
345
345
  },
346
346
  "CreateFlowBlockchainEvidenceUrl": {
347
- "document": "获取区块链存证报告查看链接/二维码接口\n\n适用场景:企业员工可以通过此接口生成合同区块链存证报告的查看链接/二维码,以供他人扫码打开腾讯电子签小程序查看。\n\n[点击查看区块链存证报告样式](https://qcloudimg.tencent-cloud.cn/raw/47d5e9c2ffa90ad4e27b3cd14095aa08.jpg)\n\n注:\n<ul><li>1. 二维码下载链接过期时间为5分钟,请尽快下载保存。二维码/短链的过期时间为<font color=\"red\">7天</font>,超过有效期则不可用。</li>\n<li>2. 合同状态需为<font color=\"red\">签署完成</font> 、<font color=\"red\">已解除</font>才能生成报告查看二维码/短链。</li>\n<li>3. 调用接口时,需确保接口调用身份拥有此合同的访问数据权限或为合同参与方。</li>\n<li>4. 通过扫码或者点击链接,用户无需登录或者鉴权即可查看对应合同的区块链存证报告,请妥善保管好二维码或链接。</li></ul>",
347
+ "document": "获取区块链存证证书查看链接/二维码接口\n\n适用场景:企业员工可以通过此接口生成合同区块链存证证书的查看链接/二维码,以供他人扫码打开腾讯电子签小程序查看。\n\n[点击查看区块链存证证书样式](https://qcloudimg.tencent-cloud.cn/raw/47d5e9c2ffa90ad4e27b3cd14095aa08.jpg)\n\n注:\n<ul><li>1. 二维码下载链接过期时间为5分钟,请尽快下载保存。二维码/短链的过期时间为<font color=\"red\">7天</font>,超过有效期则不可用。</li>\n<li>2. 合同状态需为<font color=\"red\">签署完成</font> 、<font color=\"red\">已解除</font>才能生成证书查看二维码/短链。</li>\n<li>3. 调用接口时,需确保接口调用身份拥有此合同的访问数据权限或为合同参与方。</li>\n<li>4. 通过扫码或者点击链接,用户无需登录或者鉴权即可查看对应合同的区块链存证证书,请妥善保管好二维码或链接。</li></ul>",
348
348
  "input": "CreateFlowBlockchainEvidenceUrlRequest",
349
349
  "name": "获取签署存证证书查看二维码",
350
350
  "output": "CreateFlowBlockchainEvidenceUrlResponse",
@@ -2595,7 +2595,7 @@
2595
2595
  },
2596
2596
  {
2597
2597
  "disabled": false,
2598
- "document": "审核节点的签署人标志,用于指定当前审核的签署方\n<ul><li>**如果签署审核节点是个人, 此参数必填**。</li></ul>",
2598
+ "document": "审核节点的签署人标志,用于指定当前审核的签署方。\n<font color= \"red\">注意:以下情况必须传递RecipientId</font>\n<ul><li> **发起签署流程时,指定签署人需要审批(即签署人需要审批\n<a href=\"https://qian.tencent.com/developers/partnerApis/dataTypes#flowapproverinfo\" target=\"_blank\">ApproverNeedSignReview</a>为true),则必须指定RecipientId**</li><li>**如果签署审核节点是个人, 此参数必填**。</li></ul>",
2599
2599
  "example": "yDRS4UUgygqdcj56UuO4zjExBQcOiB68",
2600
2600
  "member": "string",
2601
2601
  "name": "RecipientId",
@@ -6044,7 +6044,7 @@
6044
6044
  },
6045
6045
  {
6046
6046
  "disabled": false,
6047
- "document": "第三方平台子客的企业名称,请确认该企业名称与企业营业执照中注册的名称完全一致。\n在测试环境联调的过程中,企业名称请统一加上“测试”二字,如:典子谦示例企业测试,否则将无法审核通过。\n\n注:\n `1. 如果名称中包含英文括号(),请使用中文括号()代替。`\n `2、该名称需要与Agent.ProxyOrganizationOpenId相匹配, 企业激活后Agent.ProxyOrganizationOpenId会跟此企业名称一一绑定; 如果您的企业已经在认证授权中或者激活完成,这里修改子客企业名字将不会生效。 `",
6047
+ "document": "第三方平台子客的企业名称,请确认该企业名称与企业营业执照中注册的名称完全一致。\n<font color=\"red\">在测试环境联调的过程中,企业名称请统一加上“测试”二字,如:典子谦示例企业测试,否则将无法审核通过。</font>\n\n注:\n `1. 如果名称中包含英文括号(),请使用中文括号()代替。`\n `2、该名称需要与Agent.ProxyOrganizationOpenId相匹配, 企业激活后Agent.ProxyOrganizationOpenId会跟此企业名称一一绑定; 如果您的企业已经在认证授权中或者激活完成,这里修改子客企业名字将不会生效。 `",
6048
6048
  "example": "典子谦示例企业测试",
6049
6049
  "member": "string",
6050
6050
  "name": "ProxyOrganizationName",
@@ -6252,7 +6252,7 @@
6252
6252
  },
6253
6253
  {
6254
6254
  "disabled": false,
6255
- "document": "查看短链,可直接点击短链查看报告。",
6255
+ "document": "查看短链,可直接点击短链查看证书。",
6256
6256
  "example": "https://test.essurl.cn/SR04UBxxxx",
6257
6257
  "member": "string",
6258
6258
  "name": "Url",
@@ -748,10 +748,10 @@
748
748
  ],
749
749
  "CreateFlowBlockchainEvidenceUrl": [
750
750
  {
751
- "document": "拥有访问权限的员工生成合同区块链存证报告查看二维码/链接",
751
+ "document": "拥有访问权限的员工生成合同区块链存证证书查看二维码/链接",
752
752
  "input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateFlowBlockchainEvidenceUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOperator\": {\n \"OpenId\": \"ianc_1111\"\n },\n \"ProxyOrganizationOpenId\": \"ABC_organization_open_id\",\n \"AppId\": \"16fd2f7d7*****f8d501d57b5ec\"\n },\n \"FlowId\": \"yDCANUUckp******7SI8fHrn0LCd\"\n}",
753
753
  "output": "{\n \"Response\": {\n \"ExpiredOn\": 1719463451,\n \"QrCode\": \"https://file.test.ess.tencent.cn/bresource/resource/resource/0/0.JPG?hkey=5d92f0db15e6bbba6aea641f64c5c06d7914ff197f4b2b099ab565a5733**************3a5b2d692827ec738d02a519c7a9f\",\n \"RequestId\": \"s17188843684971\",\n \"Url\": \"https://test.essurl.cn/SR0****F9B\"\n }\n}",
754
- "title": "生成合同区块链存证报告查看二维码/链接"
754
+ "title": "生成合同区块链存证证书查看二维码/链接"
755
755
  }
756
756
  ],
757
757
  "CreateFlowGroupSignReview": [
@@ -2788,7 +2788,7 @@
2788
2788
  },
2789
2789
  {
2790
2790
  "disabled": false,
2791
- "document": "plus版:描述当前请求活体阶段被拒绝的详细原因,详情如下:\n01-用户全程闭眼\n02-用户未完成指定动作\n03-疑似翻拍攻击\n04-疑似合成图片\n05-疑似合成视频\n06-疑似合成动作\n07-疑似黑产模版\n08-疑似存在水印\n09-反光校验未通过\n10-最佳帧校验未通过\n11-人脸质量过差\n12-人脸距离不匹配\n13-疑似对抗样本攻击\nnull-无\n增强版:此字段不生效,默认为null\n注意:此字段可能返回 null,表示取不到有效值。",
2791
+ "document": "plus版:描述当前请求活体阶段被拒绝的详细原因,详情如下:01-用户全程闭眼02-用户未完成指定动作03-疑似翻拍攻击04-疑似合成图片05-疑似合成视频06-疑似合成动作07-疑似黑产模板08-疑似存在水印09-反光校验未通过10-最佳帧校验未通过11-人脸质量过差12-人脸距离不匹配13-疑似对抗样本攻击null-无增强版:此字段不生效,默认为null\n注意:此字段可能返回 null,表示取不到有效值。",
2792
2792
  "example": "01",
2793
2793
  "member": "string",
2794
2794
  "name": "LivenessInfoTag",