tccli 3.0.873.1__py2.py3-none-any.whl → 3.0.874.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 (31) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/cdb/v20170320/api.json +23 -0
  3. tccli/services/cdb/v20170320/examples.json +1 -1
  4. tccli/services/ckafka/v20190819/api.json +0 -3
  5. tccli/services/ckafka/v20190819/examples.json +1 -1
  6. tccli/services/cwp/v20180228/api.json +28 -32
  7. tccli/services/cwp/v20180228/examples.json +1 -1
  8. tccli/services/dlc/v20210125/api.json +37 -15
  9. tccli/services/dlc/v20210125/examples.json +1 -1
  10. tccli/services/eis/v20210601/api.json +8 -2
  11. tccli/services/eis/v20210601/examples.json +2 -2
  12. tccli/services/ess/v20201111/api.json +1 -1
  13. tccli/services/essbasic/v20210526/api.json +10 -1
  14. tccli/services/mrs/v20200910/api.json +2 -2
  15. tccli/services/mrs/v20200910/examples.json +1 -1
  16. tccli/services/scf/v20180416/api.json +29 -21
  17. tccli/services/scf/v20180416/examples.json +1 -1
  18. tccli/services/tione/v20211111/api.json +17 -55
  19. tccli/services/tione/v20211111/examples.json +5 -5
  20. tccli/services/trp/v20210515/api.json +0 -2
  21. tccli/services/trp/v20210515/examples.json +2 -2
  22. tccli/services/vpc/v20170312/api.json +20 -22
  23. tccli/services/vpc/v20170312/examples.json +10 -16
  24. tccli/services/vrs/v20200824/api.json +3 -3
  25. tccli/services/wedata/v20210820/api.json +11 -10
  26. {tccli-3.0.873.1.dist-info → tccli-3.0.874.1.dist-info}/METADATA +2 -2
  27. {tccli-3.0.873.1.dist-info → tccli-3.0.874.1.dist-info}/RECORD +31 -31
  28. {tccli-3.0.873.1.dist-info → tccli-3.0.874.1.dist-info}/LICENSE +0 -0
  29. {tccli-3.0.873.1.dist-info → tccli-3.0.874.1.dist-info}/WHEEL +0 -0
  30. {tccli-3.0.873.1.dist-info → tccli-3.0.874.1.dist-info}/entry_points.txt +0 -0
  31. {tccli-3.0.873.1.dist-info → tccli-3.0.874.1.dist-info}/top_level.txt +0 -0
tccli/__init__.py CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.873.1'
1
+ __version__ = '3.0.874.1'
@@ -9866,10 +9866,29 @@
9866
9866
  {
9867
9867
  "default": "",
9868
9868
  "document": "实例 ID 列表,单个实例 ID 的格式如:cdb-c1nl9rpv。与云数据库控制台页面中显示的实例 ID 相同。",
9869
+ "example": "[\"cdb-fix44sxh\\r\\n\",\"cdb-bdf7h3j1\\r\\n\"]",
9869
9870
  "member": "string",
9870
9871
  "name": "InstanceIds",
9871
9872
  "required": true,
9872
9873
  "type": "list"
9874
+ },
9875
+ {
9876
+ "default": "",
9877
+ "document": "克隆实例与源实例是否在同一可用区,是:\"false\",否:\"true\"",
9878
+ "example": "false",
9879
+ "member": "string",
9880
+ "name": "IsRemoteZone",
9881
+ "required": false,
9882
+ "type": "string"
9883
+ },
9884
+ {
9885
+ "default": "",
9886
+ "document": "克隆实例与源实例不在同一地域时需填写克隆实例所在地域,例:\"ap-guangzhou\"",
9887
+ "example": "ap-guangzhou",
9888
+ "member": "string",
9889
+ "name": "BackupRegion",
9890
+ "required": false,
9891
+ "type": "string"
9873
9892
  }
9874
9893
  ],
9875
9894
  "type": "object"
@@ -9879,15 +9898,19 @@
9879
9898
  "members": [
9880
9899
  {
9881
9900
  "document": "符合查询条件的实例总数。",
9901
+ "example": "2",
9882
9902
  "member": "int64",
9883
9903
  "name": "TotalCount",
9904
+ "required": true,
9884
9905
  "type": "int",
9885
9906
  "value_allowed_null": false
9886
9907
  },
9887
9908
  {
9888
9909
  "document": "返回的参数信息。",
9910
+ "example": "无",
9889
9911
  "member": "InstanceRollbackRangeTime",
9890
9912
  "name": "Items",
9913
+ "required": true,
9891
9914
  "type": "list",
9892
9915
  "value_allowed_null": false
9893
9916
  },
@@ -681,7 +681,7 @@
681
681
  "DescribeRollbackRangeTime": [
682
682
  {
683
683
  "document": "",
684
- "input": "https://cdb.tencentcloudapi.com/?Action=DescribeRollbackRangeTime\r\n&InstanceIds.0=cdb-fix44sxh\r\n&InstanceIds.1=cdb-bdf7h3j1\r\n&<公共请求参数>",
684
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRollbackRangeTime\n<公共请求参数>\n\n{\n \"InstanceIds\": [\n \"cdb-bdf7h3j1\",\n \"cdb-fix44sxh\"\n ]\n}",
685
685
  "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"TotalCount\": 2,\n \"Items\": [\n {\n \"InstanceId\": \"cdb-fix44sxh\",\n \"Message\": \"ok\",\n \"Code\": 0,\n \"Times\": [\n {\n \"Begin\": \"2017-08-21 02:06:20\",\n \"End\": \"2017-08-25 17:52:05\"\n }\n ]\n },\n {\n \"InstanceId\": \"cdb-bdf7h3j1\",\n \"Message\": \"ok\",\n \"Code\": 0,\n \"Times\": [\n {\n \"Begin\": \"2017-08-21 02:06:00\",\n \"End\": \"2017-08-25 17:52:05\"\n }\n ]\n }\n ]\n }\n}",
686
686
  "title": "查询可回档时间"
687
687
  }
@@ -14099,7 +14099,6 @@
14099
14099
  "document": "SendMessage请求参数结构体",
14100
14100
  "members": [
14101
14101
  {
14102
- "default": "",
14103
14102
  "document": "DataHub接入ID",
14104
14103
  "example": "datahubId",
14105
14104
  "member": "string",
@@ -14108,7 +14107,6 @@
14108
14107
  "type": "string"
14109
14108
  },
14110
14109
  {
14111
- "default": "",
14112
14110
  "document": "发送消息内容(单次请求最多500条)",
14113
14111
  "example": "无",
14114
14112
  "member": "BatchContent",
@@ -14127,7 +14125,6 @@
14127
14125
  "example": "无",
14128
14126
  "member": "string",
14129
14127
  "name": "MessageId",
14130
- "required": true,
14131
14128
  "type": "list",
14132
14129
  "value_allowed_null": false
14133
14130
  },
@@ -642,7 +642,7 @@
642
642
  ],
643
643
  "SendMessage": [
644
644
  {
645
- "document": "",
645
+ "document": "HTTP协议接入点",
646
646
  "input": "POST / HTTP/1.1\nHost: ckafka.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SendMessage\n<公共请求参数>\n\n{\n \"DataHubId\": \"datahub-meuh9nhn\",\n \"Message\": [\n {\n \"Key\": \"\",\n \"Body\": \"vvvvsdgsgshhh\"\n },\n {\n \"Key\": \"\",\n \"Body\": \"vvvhhhhhhvsdgsgshhh\"\n }\n ]\n}",
647
647
  "output": "{\n \"Response\": {\n \"RequestId\": \"20e995ed-75b9-43bb-84c0-35676567e1a8\",\n \"MessageId\": [\n \"646174616875622d6d657568396e686e3a6465736372696265436c6f75644170693a343a3236313838\",\n \"875622d6d657568396e686e3a6465736372696265436c6f75644170693a343a3236323337\"\n ]\n }\n}",
648
648
  "title": "DataHubHTTP 发送消息"
@@ -22717,7 +22717,6 @@
22717
22717
  "document": "DescribeVulList请求参数结构体",
22718
22718
  "members": [
22719
22719
  {
22720
- "default": "",
22721
22720
  "document": "返回数量,最大值为100。",
22722
22721
  "example": "10",
22723
22722
  "member": "uint64",
@@ -22726,7 +22725,6 @@
22726
22725
  "type": "int"
22727
22726
  },
22728
22727
  {
22729
- "default": "",
22730
22728
  "document": "偏移量,默认为0。",
22731
22729
  "example": "0",
22732
22730
  "member": "uint64",
@@ -22735,8 +22733,7 @@
22735
22733
  "type": "int"
22736
22734
  },
22737
22735
  {
22738
- "default": "",
22739
- "document": "过滤条件。\n<li>Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略</li>\n<li>ModifyTime - String - 是否必填:否 - 最近发生时间</li>\n<li>Uuid- String - 是否必填:否 - 主机uuid查询</li>\n<li>VulName- string -</li>\n<li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>\n<li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>\n<li>Labels- string- 是否必填:否 - 标签搜索</li>",
22736
+ "document": "过滤条件。\n<li>Status - String - 是否必填:否 - 处理状态 0 -- 待处理 1 -- 已加白 2 -- 已删除 3 - 已忽略</li>\n<li>ModifyTime - String - 是否必填:否 - 最近发生时间</li>\n<li>Uuid- String - 是否必填:否 - 主机uuid查询</li>\n<li>VulName- string -</li>\n<li>VulCategory- string - 是否必填:否 - 漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞</li>\n<li>IsSupportDefense - int- 是否必填:否 - 是否支持防御 0:不支持 1:支持</li>\n<li>Labels- string- 是否必填:否 - 标签搜索</li>\n<li>IsSupportAutoFix- string- 是否必填:否 - 是否支持自动修复 0:不支持 1:支持</li>\n<li>CvssScore- string- 是否必填:否 - CvssScore大于多少</li>\n<li>AttackLevel- string- 是否必填:否 - 攻击热度大于多少</li>\n\n",
22740
22737
  "example": "[]",
22741
22738
  "member": "Filters",
22742
22739
  "name": "Filters",
@@ -22744,7 +22741,6 @@
22744
22741
  "type": "list"
22745
22742
  },
22746
22743
  {
22747
- "default": "",
22748
22744
  "document": "可选排序字段 Level,LastTime,HostCount",
22749
22745
  "example": "无",
22750
22746
  "member": "string",
@@ -22753,7 +22749,6 @@
22753
22749
  "type": "string"
22754
22750
  },
22755
22751
  {
22756
- "default": "",
22757
22752
  "document": "排序顺序:desc 默认asc",
22758
22753
  "example": "无",
22759
22754
  "member": "string",
@@ -22772,7 +22767,6 @@
22772
22767
  "example": "[]",
22773
22768
  "member": "VulInfoList",
22774
22769
  "name": "VulInfoList",
22775
- "required": true,
22776
22770
  "type": "list",
22777
22771
  "value_allowed_null": true
22778
22772
  },
@@ -22781,7 +22775,6 @@
22781
22775
  "example": "1",
22782
22776
  "member": "uint64",
22783
22777
  "name": "TotalCount",
22784
- "required": true,
22785
22778
  "type": "int",
22786
22779
  "value_allowed_null": true
22787
22780
  },
@@ -22790,7 +22783,6 @@
22790
22783
  "example": "23",
22791
22784
  "member": "uint64",
22792
22785
  "name": "FollowVulCount",
22793
- "required": true,
22794
22786
  "type": "int",
22795
22787
  "value_allowed_null": true
22796
22788
  },
@@ -33672,7 +33664,6 @@
33672
33664
  "document": "主机安全-漏洞管理-漏洞列表",
33673
33665
  "members": [
33674
33666
  {
33675
- "default": "",
33676
33667
  "document": "漏洞包含的事件id串,多个用“,”分割",
33677
33668
  "example": "1",
33678
33669
  "member": "string",
@@ -33682,7 +33673,6 @@
33682
33673
  "value_allowed_null": false
33683
33674
  },
33684
33675
  {
33685
- "default": "",
33686
33676
  "document": "漏洞名",
33687
33677
  "example": "git注入",
33688
33678
  "member": "string",
@@ -33692,7 +33682,6 @@
33692
33682
  "value_allowed_null": false
33693
33683
  },
33694
33684
  {
33695
- "default": "",
33696
33685
  "document": "0: 待处理 1:忽略 3:已修复 5:检测中 6:修复中 8:修复失败",
33697
33686
  "example": "1",
33698
33687
  "member": "uint64",
@@ -33702,7 +33691,6 @@
33702
33691
  "value_allowed_null": false
33703
33692
  },
33704
33693
  {
33705
- "default": "",
33706
33694
  "document": "漏洞id",
33707
33695
  "example": "1",
33708
33696
  "member": "uint64",
@@ -33712,7 +33700,6 @@
33712
33700
  "value_allowed_null": false
33713
33701
  },
33714
33702
  {
33715
- "default": "",
33716
33703
  "document": "漏洞披露事件",
33717
33704
  "example": "2021-03-16 16:21:51",
33718
33705
  "member": "string",
@@ -33722,7 +33709,6 @@
33722
33709
  "value_allowed_null": false
33723
33710
  },
33724
33711
  {
33725
- "default": "",
33726
33712
  "document": "最后检测时间",
33727
33713
  "example": "2021-03-16 16:21:51",
33728
33714
  "member": "string",
@@ -33732,7 +33718,6 @@
33732
33718
  "value_allowed_null": false
33733
33719
  },
33734
33720
  {
33735
- "default": "",
33736
33721
  "document": "影响主机数",
33737
33722
  "example": "2",
33738
33723
  "member": "uint64",
@@ -33742,7 +33727,6 @@
33742
33727
  "value_allowed_null": false
33743
33728
  },
33744
33729
  {
33745
- "default": "",
33746
33730
  "document": "漏洞等级 1:低 2:中 3:高 4:严重",
33747
33731
  "example": "1",
33748
33732
  "member": "uint64",
@@ -33752,7 +33736,6 @@
33752
33736
  "value_allowed_null": false
33753
33737
  },
33754
33738
  {
33755
- "default": "",
33756
33739
  "document": "废弃字段\n注意:此字段可能返回 null,表示取不到有效值。",
33757
33740
  "example": "0",
33758
33741
  "member": "uint64",
@@ -33762,7 +33745,6 @@
33762
33745
  "value_allowed_null": true
33763
33746
  },
33764
33747
  {
33765
- "default": "",
33766
33748
  "document": "描述\n注意:此字段可能返回 null,表示取不到有效值。",
33767
33749
  "example": "漏洞描述",
33768
33750
  "member": "string",
@@ -33772,7 +33754,6 @@
33772
33754
  "value_allowed_null": true
33773
33755
  },
33774
33756
  {
33775
- "default": "",
33776
33757
  "document": "废弃字段\n注意:此字段可能返回 null,表示取不到有效值。",
33777
33758
  "example": "废弃字段",
33778
33759
  "member": "string",
@@ -33782,7 +33763,6 @@
33782
33763
  "value_allowed_null": true
33783
33764
  },
33784
33765
  {
33785
- "default": "",
33786
33766
  "document": "废弃字段\n注意:此字段可能返回 null,表示取不到有效值。",
33787
33767
  "example": "废弃字段",
33788
33768
  "member": "string",
@@ -33792,7 +33772,6 @@
33792
33772
  "value_allowed_null": true
33793
33773
  },
33794
33774
  {
33795
- "default": "",
33796
33775
  "document": "废弃字段\n注意:此字段可能返回 null,表示取不到有效值。",
33797
33776
  "example": "废弃字段",
33798
33777
  "member": "string",
@@ -33802,7 +33781,6 @@
33802
33781
  "value_allowed_null": true
33803
33782
  },
33804
33783
  {
33805
- "default": "",
33806
33784
  "document": "聚合后事件状态串\n注意:此字段可能返回 null,表示取不到有效值。",
33807
33785
  "example": "1,2",
33808
33786
  "member": "string",
@@ -33812,7 +33790,6 @@
33812
33790
  "value_allowed_null": true
33813
33791
  },
33814
33792
  {
33815
- "default": "",
33816
33793
  "document": "cve编号\n注意:此字段可能返回 null,表示取不到有效值。",
33817
33794
  "example": "CVE-2021-3156",
33818
33795
  "member": "string",
@@ -33822,7 +33799,6 @@
33822
33799
  "value_allowed_null": true
33823
33800
  },
33824
33801
  {
33825
- "default": "",
33826
33802
  "document": "CVSS评分\n注意:此字段可能返回 null,表示取不到有效值。",
33827
33803
  "example": "9",
33828
33804
  "member": "float",
@@ -33832,7 +33808,6 @@
33832
33808
  "value_allowed_null": true
33833
33809
  },
33834
33810
  {
33835
- "default": "",
33836
33811
  "document": "漏洞标签 多个逗号分割\n注意:此字段可能返回 null,表示取不到有效值。",
33837
33812
  "example": "标签1,标签2",
33838
33813
  "member": "string",
@@ -33842,7 +33817,6 @@
33842
33817
  "value_allowed_null": true
33843
33818
  },
33844
33819
  {
33845
- "default": "",
33846
33820
  "document": "是否能自动修复且包含能自动修复的主机, 0=否 1=是\n注意:此字段可能返回 null,表示取不到有效值。",
33847
33821
  "example": "1",
33848
33822
  "member": "uint64",
@@ -33852,7 +33826,6 @@
33852
33826
  "value_allowed_null": true
33853
33827
  },
33854
33828
  {
33855
- "default": "",
33856
33829
  "document": "最后扫描任务的id\n注意:此字段可能返回 null,表示取不到有效值。",
33857
33830
  "example": "12",
33858
33831
  "member": "uint64",
@@ -33862,7 +33835,6 @@
33862
33835
  "value_allowed_null": true
33863
33836
  },
33864
33837
  {
33865
- "default": "",
33866
33838
  "document": "是否支持防御, 0:不支持 1:支持\n注意:此字段可能返回 null,表示取不到有效值。",
33867
33839
  "example": "1",
33868
33840
  "member": "uint64",
@@ -33872,7 +33844,6 @@
33872
33844
  "value_allowed_null": true
33873
33845
  },
33874
33846
  {
33875
- "default": "",
33876
33847
  "document": "已防御的攻击次数\n注意:此字段可能返回 null,表示取不到有效值。",
33877
33848
  "example": "12",
33878
33849
  "member": "uint64",
@@ -33882,7 +33853,6 @@
33882
33853
  "value_allowed_null": true
33883
33854
  },
33884
33855
  {
33885
- "default": "",
33886
33856
  "document": "首次出现时间\n注意:此字段可能返回 null,表示取不到有效值。",
33887
33857
  "example": "2021-03-30 19:17:28",
33888
33858
  "member": "string",
@@ -33892,7 +33862,6 @@
33892
33862
  "value_allowed_null": true
33893
33863
  },
33894
33864
  {
33895
- "default": "",
33896
33865
  "document": "漏洞类别 1: web-cms漏洞 2:应用漏洞 4: Linux软件漏洞 5: Windows系统漏洞\n注意:此字段可能返回 null,表示取不到有效值。",
33897
33866
  "example": "1",
33898
33867
  "member": "uint64",
@@ -33900,6 +33869,33 @@
33900
33869
  "required": true,
33901
33870
  "type": "int",
33902
33871
  "value_allowed_null": true
33872
+ },
33873
+ {
33874
+ "document": "攻击热度级别\n注意:此字段可能返回 null,表示取不到有效值。",
33875
+ "example": "1",
33876
+ "member": "uint64",
33877
+ "name": "AttackLevel",
33878
+ "required": false,
33879
+ "type": "int",
33880
+ "value_allowed_null": true
33881
+ },
33882
+ {
33883
+ "document": "漏洞修复后是否需要重启\n注意:此字段可能返回 null,表示取不到有效值。",
33884
+ "example": "true",
33885
+ "member": "bool",
33886
+ "name": "FixNoNeedRestart",
33887
+ "required": false,
33888
+ "type": "bool",
33889
+ "value_allowed_null": true
33890
+ },
33891
+ {
33892
+ "document": "检测方式0 - 版本比对, 1 - POC验证\n注意:此字段可能返回 null,表示取不到有效值。",
33893
+ "example": "1",
33894
+ "member": "uint64",
33895
+ "name": "Method",
33896
+ "required": false,
33897
+ "type": "int",
33898
+ "value_allowed_null": true
33903
33899
  }
33904
33900
  ],
33905
33901
  "usage": "out"
@@ -1588,7 +1588,7 @@
1588
1588
  {
1589
1589
  "document": "获取指定分类和状态的漏洞列表数据",
1590
1590
  "input": "https://cwp.tencentcloudapi.com/?Action=DescribeVulList\n&Limit=10\n&Offset=0\n&<公共请求参数>",
1591
- "output": "{\n \"Response\": {\n \"RequestId\": \"4234234\",\n \"TotalCount\": 1,\n \"FollowVulCount\": 0,\n \"VulInfoList\": [\n {\n \"Ids\": \"1748\",\n \"Name\": \"Linux帐户口令生存期策略\",\n \"Status\": 0,\n \"VulId\": 100392,\n \"PublishTime\": \"2019-09-02 00:00:00\",\n \"LastTime\": \"2020-06-29 03:04:15\",\n \"HostCount\": 1,\n \"Level\": 2,\n \"From\": 0,\n \"Descript\": \"口令老化(Password aging)是一种增强的系统口令生命期认证机制,能够确保用户的口令定期更换,提高系统安全性。\",\n \"PublishTimeWisteria\": \"\",\n \"NameWisteria\": \"\",\n \"DescriptWisteria\": \"\"\n }\n ]\n }\n}",
1591
+ "output": "{\n \"Response\": {\n \"VulInfoList\": [\n {\n \"Ids\": \"abc\",\n \"Name\": \"abc\",\n \"Status\": 1,\n \"VulId\": 1,\n \"PublishTime\": \"abc\",\n \"LastTime\": \"abc\",\n \"HostCount\": 1,\n \"Level\": 1,\n \"From\": 1,\n \"Descript\": \"abc\",\n \"PublishTimeWisteria\": \"abc\",\n \"NameWisteria\": \"abc\",\n \"DescriptWisteria\": \"abc\",\n \"StatusStr\": \"abc\",\n \"CveId\": \"abc\",\n \"CvssScore\": 0,\n \"Labels\": \"abc\",\n \"FixSwitch\": 1,\n \"TaskId\": 1,\n \"IsSupportDefense\": 1,\n \"DefenseAttackCount\": 1,\n \"FirstAppearTime\": \"abc\",\n \"VulCategory\": 1,\n \"AttackLevel\": 1,\n \"FixNoNeedRestart\": true\n }\n ],\n \"TotalCount\": 1,\n \"FollowVulCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
1592
1592
  "title": "获取指定分类和状态的漏洞列表"
1593
1593
  }
1594
1594
  ],
@@ -4394,7 +4394,26 @@
4394
4394
  },
4395
4395
  "DataGovernPolicy": {
4396
4396
  "document": "数据治理规则",
4397
- "members": [],
4397
+ "members": [
4398
+ {
4399
+ "document": "治理规则类型,Customize: 自定义;Intelligence: 智能治理\n注意:此字段可能返回 null,表示取不到有效值。",
4400
+ "example": "Customize",
4401
+ "member": "string",
4402
+ "name": "RuleType",
4403
+ "required": false,
4404
+ "type": "string",
4405
+ "value_allowed_null": true
4406
+ },
4407
+ {
4408
+ "document": "治理引擎\n注意:此字段可能返回 null,表示取不到有效值。",
4409
+ "example": "DataEngine-",
4410
+ "member": "string",
4411
+ "name": "GovernEngine",
4412
+ "required": false,
4413
+ "type": "string",
4414
+ "value_allowed_null": true
4415
+ }
4416
+ ],
4398
4417
  "usage": "both"
4399
4418
  },
4400
4419
  "DatabaseInfo": {
@@ -7446,7 +7465,6 @@
7446
7465
  "document": "GenerateCreateMangedTableSql请求参数结构体",
7447
7466
  "members": [
7448
7467
  {
7449
- "default": "",
7450
7468
  "document": "表基本信息",
7451
7469
  "example": "无",
7452
7470
  "member": "TableBaseInfo",
@@ -7455,7 +7473,6 @@
7455
7473
  "type": "object"
7456
7474
  },
7457
7475
  {
7458
- "default": "",
7459
7476
  "document": "表字段信息",
7460
7477
  "example": "无",
7461
7478
  "member": "TColumn",
@@ -7464,7 +7481,6 @@
7464
7481
  "type": "list"
7465
7482
  },
7466
7483
  {
7467
- "default": "",
7468
7484
  "document": "表分区信息",
7469
7485
  "example": "无",
7470
7486
  "member": "TPartition",
@@ -7473,13 +7489,20 @@
7473
7489
  "type": "list"
7474
7490
  },
7475
7491
  {
7476
- "default": "",
7477
7492
  "document": "表属性信息",
7478
7493
  "example": "无",
7479
7494
  "member": "Property",
7480
7495
  "name": "Properties",
7481
7496
  "required": false,
7482
7497
  "type": "list"
7498
+ },
7499
+ {
7500
+ "document": "V2 upsert表 upsert键",
7501
+ "example": "[\"col1\",col2\"\"]",
7502
+ "member": "string",
7503
+ "name": "UpsertKeys",
7504
+ "required": false,
7505
+ "type": "list"
7483
7506
  }
7484
7507
  ],
7485
7508
  "type": "object"
@@ -7492,7 +7515,6 @@
7492
7515
  "example": "无",
7493
7516
  "member": "Execution",
7494
7517
  "name": "Execution",
7495
- "required": true,
7496
7518
  "type": "object",
7497
7519
  "value_allowed_null": false
7498
7520
  },
@@ -9999,7 +10021,6 @@
9999
10021
  "document": "数据表配置信息",
10000
10022
  "members": [
10001
10023
  {
10002
- "default": "",
10003
10024
  "document": "该数据表所属数据库名字",
10004
10025
  "example": "database1",
10005
10026
  "member": "string",
@@ -10009,7 +10030,6 @@
10009
10030
  "value_allowed_null": false
10010
10031
  },
10011
10032
  {
10012
- "default": "",
10013
10033
  "document": "数据表名字",
10014
10034
  "example": "table",
10015
10035
  "member": "string",
@@ -10019,7 +10039,6 @@
10019
10039
  "value_allowed_null": false
10020
10040
  },
10021
10041
  {
10022
- "default": "",
10023
10042
  "document": "该数据表所属数据源名字\n注意:此字段可能返回 null,表示取不到有效值。",
10024
10043
  "example": "CosDataCatalog",
10025
10044
  "member": "string",
@@ -10029,7 +10048,6 @@
10029
10048
  "value_allowed_null": true
10030
10049
  },
10031
10050
  {
10032
- "default": "",
10033
10051
  "document": "该数据表备注\n注意:此字段可能返回 null,表示取不到有效值。",
10034
10052
  "example": "test",
10035
10053
  "member": "string",
@@ -10039,7 +10057,6 @@
10039
10057
  "value_allowed_null": true
10040
10058
  },
10041
10059
  {
10042
- "default": "",
10043
10060
  "document": "具体类型,表or视图\n注意:此字段可能返回 null,表示取不到有效值。",
10044
10061
  "example": "table",
10045
10062
  "member": "string",
@@ -10049,7 +10066,6 @@
10049
10066
  "value_allowed_null": true
10050
10067
  },
10051
10068
  {
10052
- "default": "",
10053
10069
  "document": "数据格式类型,hive,iceberg等\n注意:此字段可能返回 null,表示取不到有效值。",
10054
10070
  "example": "hive",
10055
10071
  "member": "string",
@@ -10059,7 +10075,6 @@
10059
10075
  "value_allowed_null": true
10060
10076
  },
10061
10077
  {
10062
- "default": "",
10063
10078
  "document": "建表用户昵称\n注意:此字段可能返回 null,表示取不到有效值。",
10064
10079
  "example": "test",
10065
10080
  "member": "string",
@@ -10069,7 +10084,6 @@
10069
10084
  "value_allowed_null": true
10070
10085
  },
10071
10086
  {
10072
- "default": "",
10073
10087
  "document": "建表用户ID\n注意:此字段可能返回 null,表示取不到有效值。",
10074
10088
  "example": "100019878767",
10075
10089
  "member": "string",
@@ -10079,7 +10093,6 @@
10079
10093
  "value_allowed_null": true
10080
10094
  },
10081
10095
  {
10082
- "default": "",
10083
10096
  "document": "数据治理配置项\n注意:此字段可能返回 null,表示取不到有效值。",
10084
10097
  "example": "无",
10085
10098
  "member": "DataGovernPolicy",
@@ -10087,6 +10100,15 @@
10087
10100
  "required": false,
10088
10101
  "type": "object",
10089
10102
  "value_allowed_null": true
10103
+ },
10104
+ {
10105
+ "document": "库数据治理是否关闭,关闭:true,开启:false\n注意:此字段可能返回 null,表示取不到有效值。",
10106
+ "example": "fasle",
10107
+ "member": "string",
10108
+ "name": "DbGovernPolicyIsDisable",
10109
+ "required": false,
10110
+ "type": "string",
10111
+ "value_allowed_null": true
10090
10112
  }
10091
10113
  ],
10092
10114
  "usage": "both"
@@ -587,7 +587,7 @@
587
587
  "GenerateCreateMangedTableSql": [
588
588
  {
589
589
  "document": "创建托管存储内表",
590
- "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateCreateMangedTableSql\n<公共请求参数>\n\n{\n \"Columns\": [\n {\n \"Comment\": \"xx\",\n \"Default\": \"xx\",\n \"Type\": \"xx\",\n \"Name\": \"xx\",\n \"NotNull\": true\n }\n ],\n \"TableBaseInfo\": {\n \"TableName\": \"xx\",\n \"DatasourceConnectionName\": \"xx\",\n \"DatabaseName\": \"xx\",\n \"TableComment\": \"xx\"\n },\n \"Partitions\": [\n {\n \"Comment\": \"xx\",\n \"PartitionDot\": 0,\n \"Name\": \"xx\",\n \"PartitionFormat\": \"xx\",\n \"Type\": \"xx\",\n \"PartitionType\": \"xx\",\n \"Transform\": \"xx\",\n \"TransformArgs\": []\n }\n ]\n}",
590
+ "input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GenerateCreateMangedTableSql\n<公共请求参数>\n\n{\n \"TableBaseInfo\": {\n \"DatabaseName\": \"abc\",\n \"TableName\": \"abc\",\n \"DatasourceConnectionName\": \"abc\",\n \"TableComment\": \"abc\",\n \"Type\": \"abc\",\n \"TableFormat\": \"abc\",\n \"UserAlias\": \"abc\",\n \"UserSubUin\": \"abc\",\n \"GovernPolicy\": {},\n \"DbGovernPolicyIsDisable\": \"abc\"\n },\n \"Columns\": [\n {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"Comment\": \"abc\",\n \"Default\": \"abc\",\n \"NotNull\": true\n }\n ],\n \"Partitions\": [\n {\n \"Name\": \"abc\",\n \"Type\": \"abc\",\n \"Comment\": \"abc\",\n \"PartitionType\": \"abc\",\n \"PartitionFormat\": \"abc\",\n \"PartitionDot\": 0,\n \"Transform\": \"abc\",\n \"TransformArgs\": [\n \"abc\"\n ]\n }\n ],\n \"Properties\": [\n {\n \"Key\": \"abc\",\n \"Value\": \"abc\"\n }\n ],\n \"UpsertKeys\": [\n \"abc\"\n ]\n}",
591
591
  "output": "{\n \"Response\": {\n \"Execution\": {\n \"SQL\": \"<create sql>\"\n },\n \"RequestId\": \"RequestId\"\n }\n}",
592
592
  "title": "创建托管存储内表"
593
593
  }
@@ -473,13 +473,20 @@
473
473
  "document": "ListRuntimesMC请求参数结构体",
474
474
  "members": [
475
475
  {
476
- "default": "",
477
476
  "document": "环境运行类型:0:运行时类型、1:api类型",
478
477
  "example": "1",
479
478
  "member": "int64",
480
479
  "name": "RuntimeClass",
481
480
  "required": false,
482
481
  "type": "int"
482
+ },
483
+ {
484
+ "document": "计划类型:0-pro 1-lite",
485
+ "example": "0",
486
+ "member": "int64",
487
+ "name": "PlanType",
488
+ "required": false,
489
+ "type": "int"
483
490
  }
484
491
  ],
485
492
  "type": "object"
@@ -492,7 +499,6 @@
492
499
  "example": "无",
493
500
  "member": "RuntimeMC",
494
501
  "name": "Runtimes",
495
- "required": true,
496
502
  "type": "list",
497
503
  "value_allowed_null": false
498
504
  },
@@ -35,8 +35,8 @@
35
35
  "ListRuntimesMC": [
36
36
  {
37
37
  "document": "返回用户的运行时列表,运行时管理主页使用,包含沙箱、共享运行时及独立运行时环境,不包含已经删除的运行时",
38
- "input": "POST / HTTP/1.1\nHost: eis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRuntimesMC\n<公共请求参数>\n\n{}",
39
- "output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"Runtimes\": [\n {\n \"Status\": 0,\n \"AutoRenewal\": true,\n \"CpuLimit\": 0.0,\n \"DisplayName\": \"xx\",\n \"RunningInstanceCount\": 2,\n \"Zone\": \"xx\",\n \"Type\": 2,\n \"RuntimeType\": 0,\n \"ExpiredAt\": 0,\n \"WorkerReplica\": 0,\n \"MemoryLimit\": 0.0,\n \"CpuUsed\": 0.055,\n \"ChargeType\": 0,\n \"UpdatedAt\": 1624354153,\n \"ResourceLimitType\": 0,\n \"RuntimeId\": 123,\n \"Uin\": \"xx\",\n \"MemoryUsed\": 703.605,\n \"CreatedAt\": 1624354153,\n \"WorkerSize\": 2\n }\n ]\n }\n}",
38
+ "input": "POST / HTTP/1.1\nHost: eis.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListRuntimesMC\n<公共请求参数>\n\n{\n \"RuntimeClass\": 0\n}",
39
+ "output": "{\n \"Response\": {\n \"Runtimes\": [\n {\n \"RuntimeId\": 0,\n \"Uin\": \"abc\",\n \"DisplayName\": \"abc\",\n \"Zone\": \"abc\",\n \"Type\": 0,\n \"Status\": 0,\n \"CreatedAt\": 0,\n \"UpdatedAt\": 0,\n \"WorkerSize\": 0,\n \"WorkerReplica\": 0,\n \"RunningInstanceCount\": 0,\n \"CpuUsed\": 0,\n \"CpuLimit\": 0,\n \"MemoryUsed\": 0,\n \"MemoryLimit\": 0,\n \"ExpiredAt\": 0,\n \"ChargeType\": 0,\n \"ResourceLimitType\": 0,\n \"AutoRenewal\": true,\n \"WorkerExtensions\": [\n {\n \"Type\": 0,\n \"Size\": 0,\n \"Replica\": 0,\n \"Name\": \"abc\",\n \"Status\": 0,\n \"CreatedAt\": 0,\n \"UpdatedAt\": 0\n }\n ],\n \"RuntimeType\": 0,\n \"RuntimeClass\": 0,\n \"BandwidthOutUsed\": 0,\n \"BandwidthOutLimit\": 0\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
40
40
  "title": "获取运行时列表"
41
41
  }
42
42
  ]
@@ -964,7 +964,7 @@
964
964
  "document": "模板控件信息",
965
965
  "members": [
966
966
  {
967
- "document": "如果是Component控件类型,则可选的字段为:\nTEXT - 普通文本控件,输入文本字符串;\nMULTI_LINE_TEXT - 多行文本控件,输入文本字符串;\nCHECK_BOX - 勾选框控件,若选中填写ComponentValue 填写 true或者 false 字符串;\nFILL_IMAGE - 图片控件,ComponentValue 填写图片的资源 ID;\nDYNAMIC_TABLE - 动态表格控件;\nATTACHMENT - 附件控件,ComponentValue 填写附件图片的资源 ID列表,以逗号分割;\nSELECTOR - 选择器控件,ComponentValue填写选择的字符串内容;\nDATE - 日期控件;默认是格式化为xxxx年xx月xx日字符串;\nDISTRICT - 省市区行政区划控件,ComponentValue填写省市区行政区划字符串内容;\n\n如果是SignComponent控件类型,则可选的字段为\nSIGN_SEAL - 签署印章控件;\nSIGN_DATE - 签署日期控件;\nSIGN_SIGNATURE - 用户签名控件;\nSIGN_PERSONAL_SEAL - 个人签署印章控件(使用文件发起暂不支持此类型);\nSIGN_PAGING_SEAL - 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight\nSIGN_OPINION - 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;\nSIGN_LEGAL_PERSON_SEAL - 企业法定代表人控件。\n\n表单域的控件不能作为印章和签名控件",
967
+ "document": "如果是Component控件类型,则可选的字段为:\nTEXT - 普通文本控件,输入文本字符串;\nMULTI_LINE_TEXT - 多行文本控件,输入文本字符串;\nCHECK_BOX - 勾选框控件,若选中填写ComponentValue 填写 true或者 false 字符串;\nFILL_IMAGE - 图片控件,ComponentValue 填写图片的资源 ID;\nDYNAMIC_TABLE - 动态表格控件;\nATTACHMENT - 附件控件,ComponentValue 填写附件图片的资源 ID列表,以逗号分割;\nSELECTOR - 选择器控件,ComponentValue填写选择的字符串内容;\nDATE - 日期控件;默认是格式化为xxxx年xx月xx日字符串;\nDISTRICT - 省市区行政区控件,ComponentValue填写省市区行政区字符串内容;\n\n如果是SignComponent控件类型,则可选的字段为\nSIGN_SEAL - 签署印章控件;\nSIGN_DATE - 签署日期控件;\nSIGN_SIGNATURE - 用户签名控件;\nSIGN_PERSONAL_SEAL - 个人签署印章控件(使用文件发起暂不支持此类型);\nSIGN_PAGING_SEAL - 骑缝章;若文件发起,需要对应填充ComponentPosY、ComponentWidth、ComponentHeight\nSIGN_OPINION - 签署意见控件,用户需要根据配置的签署意见内容,完成对意见内容的确认;\nSIGN_LEGAL_PERSON_SEAL - 企业法定代表人控件。\n\n表单域的控件不能作为印章和签名控件",
968
968
  "example": "无",
969
969
  "member": "string",
970
970
  "name": "ComponentType",