tencentcloud-sdk-nodejs 4.0.962 → 4.0.964

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 (230) hide show
  1. package/CHANGELOG.md +1650 -0
  2. package/SERVICE_CHANGELOG.md +2160 -434
  3. package/package.json +1 -1
  4. package/products.md +59 -60
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/apm/v20210622/apm_models.ts +10 -0
  7. package/src/services/asr/v20190614/asr_models.ts +3 -2
  8. package/src/services/bi/v20220105/bi_models.ts +20 -4
  9. package/src/services/billing/v20180709/billing_client.ts +15 -2
  10. package/src/services/billing/v20180709/billing_models.ts +181 -23
  11. package/src/services/bsca/v20210811/bsca_client.ts +2 -0
  12. package/src/services/bsca/v20210811/bsca_models.ts +112 -8
  13. package/src/services/ccc/v20200210/ccc_client.ts +14 -1
  14. package/src/services/ccc/v20200210/ccc_models.ts +108 -26
  15. package/src/services/cdb/v20170320/cdb_client.ts +1 -1
  16. package/src/services/cdb/v20170320/cdb_models.ts +9 -1
  17. package/src/services/cdn/v20180606/cdn_models.ts +1 -1
  18. package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +13 -2
  19. package/src/services/cfs/v20190719/cfs_models.ts +3 -3
  20. package/src/services/cfw/v20190904/cfw_client.ts +17 -36
  21. package/src/services/cfw/v20190904/cfw_models.ts +128 -194
  22. package/src/services/ciam/v20220331/ciam_models.ts +80 -75
  23. package/src/services/ckafka/v20190819/ckafka_models.ts +5 -5
  24. package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +23 -25
  25. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +162 -141
  26. package/src/services/cls/v20201016/cls_client.ts +16 -6
  27. package/src/services/cls/v20201016/cls_models.ts +265 -114
  28. package/src/services/csip/v20221121/csip_client.ts +1 -0
  29. package/src/services/csip/v20221121/csip_models.ts +85 -10
  30. package/src/services/cvm/v20170312/cvm_client.ts +1 -0
  31. package/src/services/cvm/v20170312/cvm_models.ts +26 -0
  32. package/src/services/cwp/v20180228/cwp_client.ts +6 -5
  33. package/src/services/cwp/v20180228/cwp_models.ts +718 -668
  34. package/src/services/cynosdb/v20190107/cynosdb_client.ts +28 -27
  35. package/src/services/cynosdb/v20190107/cynosdb_models.ts +35 -9
  36. package/src/services/dasb/v20191018/dasb_models.ts +58 -4
  37. package/src/services/dlc/v20210125/dlc_models.ts +5 -0
  38. package/src/services/domain/v20180808/domain_models.ts +1 -1
  39. package/src/services/eb/v20210416/eb_models.ts +12 -12
  40. package/src/services/emr/v20190103/emr_models.ts +4 -0
  41. package/src/services/es/v20180416/es_client.ts +118 -68
  42. package/src/services/es/v20180416/es_models.ts +371 -101
  43. package/src/services/ess/v20201111/ess_client.ts +99 -42
  44. package/src/services/ess/v20201111/ess_models.ts +171 -71
  45. package/src/services/essbasic/v20210526/essbasic_client.ts +114 -52
  46. package/src/services/essbasic/v20210526/essbasic_models.ts +213 -72
  47. package/src/services/gaap/v20180529/gaap_models.ts +38 -17
  48. package/src/services/index.ts +0 -1
  49. package/src/services/ioa/v20220601/ioa_client.ts +35 -17
  50. package/src/services/ioa/v20220601/ioa_models.ts +583 -389
  51. package/src/services/iotexplorer/v20190423/iotexplorer_models.ts +20 -0
  52. package/src/services/iss/v20230517/iss_models.ts +9 -0
  53. package/src/services/live/v20180801/live_client.ts +1 -0
  54. package/src/services/live/v20180801/live_models.ts +15 -0
  55. package/src/services/mongodb/v20190725/mongodb_models.ts +3 -7
  56. package/src/services/mqtt/v20240516/mqtt_models.ts +2 -2
  57. package/src/services/ms/v20180408/ms_models.ts +5 -5
  58. package/src/services/ocr/v20181119/ocr_client.ts +1 -0
  59. package/src/services/ocr/v20181119/ocr_models.ts +7 -16
  60. package/src/services/organization/v20210331/organization_client.ts +96 -23
  61. package/src/services/organization/v20210331/organization_models.ts +334 -108
  62. package/src/services/partners/v20180321/partners_client.ts +18 -6
  63. package/src/services/partners/v20180321/partners_models.ts +25 -0
  64. package/src/services/region/v20220627/region_models.ts +0 -1
  65. package/src/services/scf/v20180416/scf_client.ts +73 -8
  66. package/src/services/scf/v20180416/scf_models.ts +311 -26
  67. package/src/services/smop/v20201203/smop_models.ts +17 -17
  68. package/src/services/ssl/v20191205/ssl_models.ts +17 -5
  69. package/src/services/ssm/v20190923/ssm_models.ts +31 -3
  70. package/src/services/tat/v20201028/tat_models.ts +4 -9
  71. package/src/services/tcss/v20201101/tcss_client.ts +4 -2
  72. package/src/services/tcss/v20201101/tcss_models.ts +1027 -772
  73. package/src/services/tdmq/v20200217/tdmq_models.ts +14 -14
  74. package/src/services/tem/v20210701/tem_models.ts +143 -139
  75. package/src/services/teo/v20220901/teo_client.ts +77 -8
  76. package/src/services/teo/v20220901/teo_models.ts +610 -147
  77. package/src/services/tke/v20180525/tke_client.ts +12 -0
  78. package/src/services/tke/v20180525/tke_models.ts +24 -0
  79. package/src/services/tms/v20201229/tms_client.ts +2 -18
  80. package/src/services/tms/v20201229/tms_models.ts +50 -235
  81. package/src/services/trp/v20210515/trp_models.ts +34 -34
  82. package/src/services/trtc/v20190722/trtc_client.ts +5 -1
  83. package/src/services/trtc/v20190722/trtc_models.ts +129 -10
  84. package/src/services/tse/v20201207/tse_client.ts +279 -267
  85. package/src/services/tse/v20201207/tse_models.ts +4451 -4419
  86. package/src/services/vpc/v20170312/vpc_client.ts +13 -1
  87. package/src/services/vpc/v20170312/vpc_models.ts +72 -27
  88. package/src/services/waf/v20180125/waf_client.ts +12 -0
  89. package/src/services/waf/v20180125/waf_models.ts +32 -0
  90. package/src/services/wedata/v20210820/wedata_client.ts +37 -7
  91. package/src/services/wedata/v20210820/wedata_models.ts +455 -118
  92. package/tencentcloud/common/sdk_version.d.ts +1 -1
  93. package/tencentcloud/common/sdk_version.js +1 -1
  94. package/tencentcloud/services/apm/v20210622/apm_models.d.ts +10 -0
  95. package/tencentcloud/services/asr/v20190614/asr_models.d.ts +3 -2
  96. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +20 -4
  97. package/tencentcloud/services/billing/v20180709/billing_client.d.ts +5 -1
  98. package/tencentcloud/services/billing/v20180709/billing_client.js +6 -0
  99. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +178 -23
  100. package/tencentcloud/services/bsca/v20210811/bsca_models.d.ts +110 -8
  101. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
  102. package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
  103. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +105 -26
  104. package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
  105. package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
  106. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +9 -1
  107. package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
  108. package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +13 -2
  109. package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +3 -3
  110. package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +7 -17
  111. package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -18
  112. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +128 -191
  113. package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +80 -75
  114. package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +5 -5
  115. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +7 -11
  116. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +9 -13
  117. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +156 -137
  118. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +9 -2
  119. package/tencentcloud/services/cls/v20201016/cls_client.js +8 -1
  120. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +262 -114
  121. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +84 -10
  122. package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +25 -0
  123. package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -2
  124. package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -2
  125. package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +718 -668
  126. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +27 -27
  127. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +27 -27
  128. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +34 -9
  129. package/tencentcloud/services/dasb/v20191018/dasb_models.d.ts +58 -4
  130. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -0
  131. package/tencentcloud/services/domain/v20180808/domain_models.d.ts +1 -1
  132. package/tencentcloud/services/eb/v20210416/eb_models.d.ts +12 -12
  133. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -0
  134. package/tencentcloud/services/es/v20180416/es_client.d.ts +41 -25
  135. package/tencentcloud/services/es/v20180416/es_client.js +58 -34
  136. package/tencentcloud/services/es/v20180416/es_models.d.ts +361 -101
  137. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +74 -26
  138. package/tencentcloud/services/ess/v20201111/ess_client.js +79 -29
  139. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +168 -71
  140. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +97 -52
  141. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +100 -51
  142. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +208 -72
  143. package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +38 -17
  144. package/tencentcloud/services/index.d.ts +0 -1
  145. package/tencentcloud/services/index.js +0 -2
  146. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +8 -3
  147. package/tencentcloud/services/ioa/v20220601/ioa_client.js +9 -2
  148. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +567 -380
  149. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +20 -0
  150. package/tencentcloud/services/iss/v20230517/iss_models.d.ts +9 -0
  151. package/tencentcloud/services/live/v20180801/live_models.d.ts +14 -0
  152. package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +3 -7
  153. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +2 -2
  154. package/tencentcloud/services/ms/v20180408/ms_models.d.ts +5 -5
  155. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -0
  156. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -0
  157. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +7 -16
  158. package/tencentcloud/services/organization/v20210331/organization_client.d.ts +31 -7
  159. package/tencentcloud/services/organization/v20210331/organization_client.js +45 -9
  160. package/tencentcloud/services/organization/v20210331/organization_models.d.ts +320 -107
  161. package/tencentcloud/services/partners/v20180321/partners_client.d.ts +7 -3
  162. package/tencentcloud/services/partners/v20180321/partners_client.js +9 -3
  163. package/tencentcloud/services/partners/v20180321/partners_models.d.ts +23 -0
  164. package/tencentcloud/services/region/v20220627/region_models.d.ts +0 -1
  165. package/tencentcloud/services/scf/v20180416/scf_client.d.ts +23 -3
  166. package/tencentcloud/services/scf/v20180416/scf_client.js +33 -3
  167. package/tencentcloud/services/scf/v20180416/scf_models.d.ts +296 -26
  168. package/tencentcloud/services/smop/v20201203/smop_models.d.ts +17 -17
  169. package/tencentcloud/services/ssl/v20191205/ssl_models.d.ts +17 -5
  170. package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +31 -3
  171. package/tencentcloud/services/tat/v20201028/tat_models.d.ts +4 -9
  172. package/tencentcloud/services/tcss/v20201101/tcss_client.d.ts +2 -2
  173. package/tencentcloud/services/tcss/v20201101/tcss_client.js +1 -1
  174. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +1025 -772
  175. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +14 -14
  176. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +143 -139
  177. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +21 -1
  178. package/tencentcloud/services/teo/v20220901/teo_client.js +30 -0
  179. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +601 -157
  180. package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
  181. package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
  182. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +22 -0
  183. package/tencentcloud/services/tms/v20201229/tms_client.d.ts +1 -5
  184. package/tencentcloud/services/tms/v20201229/tms_client.js +0 -6
  185. package/tencentcloud/services/tms/v20201229/tms_models.d.ts +49 -228
  186. package/tencentcloud/services/trp/v20210515/trp_models.d.ts +34 -34
  187. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +125 -10
  188. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +5 -1
  189. package/tencentcloud/services/tse/v20201207/tse_client.js +6 -0
  190. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4373 -4343
  191. package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +5 -1
  192. package/tencentcloud/services/vpc/v20170312/vpc_client.js +6 -0
  193. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +70 -27
  194. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
  195. package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
  196. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +30 -0
  197. package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +9 -1
  198. package/tencentcloud/services/wedata/v20210820/wedata_client.js +12 -0
  199. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +445 -118
  200. package/test/billing.v20180709.test.js +10 -0
  201. package/test/ccc.v20200210.test.js +10 -0
  202. package/test/cfw.v20190904.test.js +0 -10
  203. package/test/cloudaudit.v20190319.test.js +12 -12
  204. package/test/es.v20180416.test.js +64 -24
  205. package/test/ess.v20201111.test.js +24 -14
  206. package/test/essbasic.v20210526.test.js +20 -0
  207. package/test/ioa.v20220601.test.js +10 -0
  208. package/test/organization.v20210331.test.js +72 -12
  209. package/test/partners.v20180321.test.js +12 -2
  210. package/test/scf.v20180416.test.js +52 -2
  211. package/test/teo.v20220901.test.js +50 -0
  212. package/test/tke.v20180525.test.js +10 -0
  213. package/test/tms.v20201229.test.js +0 -10
  214. package/test/tse.v20201207.test.js +10 -0
  215. package/test/vpc.v20170312.test.js +10 -0
  216. package/test/waf.v20180125.test.js +10 -0
  217. package/test/wedata.v20210820.test.js +20 -0
  218. package/src/services/cr/index.ts +0 -5
  219. package/src/services/cr/v20180321/cr_client.ts +0 -385
  220. package/src/services/cr/v20180321/cr_models.ts +0 -1663
  221. package/src/services/cr/v20180321/index.ts +0 -6
  222. package/tencentcloud/services/cr/index.d.ts +0 -6
  223. package/tencentcloud/services/cr/index.js +0 -7
  224. package/tencentcloud/services/cr/v20180321/cr_client.d.ts +0 -123
  225. package/tencentcloud/services/cr/v20180321/cr_client.js +0 -203
  226. package/tencentcloud/services/cr/v20180321/cr_models.d.ts +0 -1577
  227. package/tencentcloud/services/cr/v20180321/cr_models.js +0 -18
  228. package/tencentcloud/services/cr/v20180321/index.d.ts +0 -6
  229. package/tencentcloud/services/cr/v20180321/index.js +0 -9
  230. package/test/cr.v20180321.test.js +0 -301
package/CHANGELOG.md CHANGED
@@ -1,3 +1,1653 @@
1
+ # Release 4.0.964
2
+
3
+ ## 云防火墙(cfw) 版本:2019-09-04
4
+
5
+ ### 第 71 次发布
6
+
7
+ 发布时间:2024-10-30 15:47:20
8
+
9
+ 本次发布包含了以下内容:
10
+
11
+ 改善已有的文档。
12
+
13
+ 修改数据结构:
14
+
15
+ * [AcListsData](https://cloud.tencent.com/document/api/1132/49071#AcListsData)
16
+
17
+ * 新增成员:Status, SrcType, DstType, Uuid, Invalid, IsRegion, CloudCode, AutoTask, InstanceName, RegionCode, Country, City, RegName1, RegName2
18
+
19
+
20
+ ### 第 70 次发布
21
+
22
+ 发布时间:2024-10-30 10:32:23
23
+
24
+ 本次发布包含了以下内容:
25
+
26
+ 改善已有的文档。
27
+
28
+ <font color="#dd0000">**删除接口**:</font>
29
+
30
+ * DescribeNatSwitchList
31
+
32
+ <font color="#dd0000">**删除数据结构**:</font>
33
+
34
+ * NatSwitchListData
35
+
36
+
37
+
38
+ ## 云安全一体化平台(csip) 版本:2022-11-21
39
+
40
+ ### 第 46 次发布
41
+
42
+ 发布时间:2024-10-30 20:52:19
43
+
44
+ 本次发布包含了以下内容:
45
+
46
+ 改善已有的文档。
47
+
48
+ 修改数据结构:
49
+
50
+ * [AssetInfoDetail](https://cloud.tencent.com/document/api/664/90825#AssetInfoDetail)
51
+
52
+ * <font color="#dd0000">**修改成员**:</font>AppID, CVEId, IsScan, InfluenceAsset, NotRepairAsset, NotProtectAsset, TaskId, TaskPercent, TaskTime, ScanTime
53
+
54
+
55
+ ### 第 45 次发布
56
+
57
+ 发布时间:2024-10-30 20:10:52
58
+
59
+ 本次发布包含了以下内容:
60
+
61
+ 改善已有的文档。
62
+
63
+ 修改接口:
64
+
65
+ * [DescribeClusterPodAssets](https://cloud.tencent.com/document/api/664/93512)
66
+
67
+ * 新增入参:MemberId
68
+
69
+ * [DescribeSubnetAssets](https://cloud.tencent.com/document/api/664/90818)
70
+
71
+ * 新增入参:MemberId
72
+
73
+ * [DescribeTopAttackInfo](https://cloud.tencent.com/document/api/664/104060)
74
+
75
+ * 新增入参:MemberId
76
+
77
+ * [DescribeVpcAssets](https://cloud.tencent.com/document/api/664/90817)
78
+
79
+ * 新增入参:MemberId
80
+
81
+ * [ModifyOrganizationAccountStatus](https://cloud.tencent.com/document/api/664/103094)
82
+
83
+ * 新增入参:MemberId
84
+
85
+ * [UpdateAlertStatusList](https://cloud.tencent.com/document/api/664/106208)
86
+
87
+ * 新增入参:MemberId
88
+
89
+
90
+ 新增数据结构:
91
+
92
+ * [ProductSupport](https://cloud.tencent.com/document/api/664/90825#ProductSupport)
93
+
94
+ 修改数据结构:
95
+
96
+ * [AssetBaseInfoResponse](https://cloud.tencent.com/document/api/664/90825#AssetBaseInfoResponse)
97
+
98
+ * <font color="#dd0000">**修改成员**:</font>VpcId, VpcName, AssetName, Os, PublicIp, PrivateIp, Region, AssetType, AssetId, AccountNum, PortNum, ProcessNum, SoftApplicationNum, DatabaseNum, WebApplicationNum, ServiceNum, WebFrameworkNum, WebSiteNum, JarPackageNum, StartServiceNum, ScheduledTaskNum, EnvironmentVariableNum, KernelModuleNum, SystemInstallationPackageNum, SurplusProtectDay, CWPStatus, Tag, ProtectLevel, ProtectedDay
99
+
100
+ * [AssetViewCFGRisk](https://cloud.tencent.com/document/api/664/90825#AssetViewCFGRisk)
101
+
102
+ * 新增成员:ClbId
103
+
104
+ * [BugInfoDetail](https://cloud.tencent.com/document/api/664/90825#BugInfoDetail)
105
+
106
+ * <font color="#dd0000">**修改成员**:</font>Id, PatchId, VULName, Level, CVSSScore, CVEId, Tag, VULCategory, ImpactOs, ImpactCOMPENT, ImpactVersion, Reference, VULDescribe, Fix, ProSupport, IsPublish, ReleaseTime, CreateTime, UpdateTime, SubCategory
107
+
108
+ * [DataSearchBug](https://cloud.tencent.com/document/api/664/90825#DataSearchBug)
109
+
110
+ * 新增成员:DataSupport, CveId
111
+
112
+ * <font color="#dd0000">**修改成员**:</font>StateCode, DataBug, DataAsset, VSSScan, CWPScan, CFWPatch, WafPatch, CWPFix
113
+
114
+ * [DbAssetInfo](https://cloud.tencent.com/document/api/664/90825#DbAssetInfo)
115
+
116
+ * <font color="#dd0000">**修改成员**:</font>CFWStatus, AssetId, VpcName, AssetType, PublicIp, PrivateIp, Region, VpcId, AssetName, CFWProtectLevel, Tag
117
+
118
+
119
+
120
+
121
+ ## 主机安全(cwp) 版本:2018-02-28
122
+
123
+ ### 第 130 次发布
124
+
125
+ 发布时间:2024-10-30 21:51:23
126
+
127
+ 本次发布包含了以下内容:
128
+
129
+ 改善已有的文档。
130
+
131
+ 修改数据结构:
132
+
133
+ * [JavaMemShellDetail](https://cloud.tencent.com/document/api/296/19867#JavaMemShellDetail)
134
+
135
+ * <font color="#dd0000">**修改成员**:</font>InstanceName, InstanceState, PrivateIp, PublicIp, Type, Description, CreateTime, RecentFoundTime, Status, ClassLoaderName, SuperClassName, Md5, Interfaces, Annotations, Pid, Exe, Args, ClassName, ClassContent, ClassContentPretty, EventDescription, SecurityAdvice, MachineExtraInfo, MachineState
136
+
137
+ * [RansomDefenseRollbackTask](https://cloud.tencent.com/document/api/296/19867#RansomDefenseRollbackTask)
138
+
139
+ * <font color="#dd0000">**修改成员**:</font>InstanceId
140
+
141
+ * [RansomDefenseStrategyMachineBackupInfo](https://cloud.tencent.com/document/api/296/19867#RansomDefenseStrategyMachineBackupInfo)
142
+
143
+ * <font color="#dd0000">**修改成员**:</font>HostVersion
144
+
145
+ * [VulDefenceEvent](https://cloud.tencent.com/document/api/296/19867#VulDefenceEvent)
146
+
147
+ * <font color="#dd0000">**修改成员**:</font>VulId, VulName, CveId, Id, Quuid, Alias, PrivateIp, PublicIp, EventType, SourceIp, City, SourcePort, CreateTime, MergeTime, Count, Status, UpgradeType, FixType, Uuid, MachineExtraInfo
148
+
149
+ * [VulDefenceEventDetail](https://cloud.tencent.com/document/api/296/19867#VulDefenceEventDetail)
150
+
151
+ * <font color="#dd0000">**修改成员**:</font>VulName, CveId, Id, Quuid, Alias, PrivateIp, PublicIp, EventType, SourceIp, City, SourcePort, CreateTime, MergeTime, Count, Status, MachineStatus, Description, Fix, NetworkPayload, Pid, MainClass, StackTrace, EventDetail, ExceptionPstree, MachineExtraInfo
152
+
153
+
154
+ ### 第 129 次发布
155
+
156
+ 发布时间:2024-10-30 19:37:28
157
+
158
+ 本次发布包含了以下内容:
159
+
160
+ 改善已有的文档。
161
+
162
+ <font color="#dd0000">**预下线接口**:</font>
163
+
164
+ * DescribeAttackLogs
165
+
166
+ 修改接口:
167
+
168
+ * [ModifyLogStorageConfig](https://cloud.tencent.com/document/api/296/91084)
169
+
170
+ * 新增入参:Granularity
171
+
172
+ * [ModifyRiskEventsStatus](https://cloud.tencent.com/document/api/296/99585)
173
+
174
+ * 新增入参:DoClean
175
+
176
+
177
+ 修改数据结构:
178
+
179
+ * [AssetEnvBaseInfo](https://cloud.tencent.com/document/api/296/19867#AssetEnvBaseInfo)
180
+
181
+ * <font color="#dd0000">**修改成员**:</font>Name, Type, User, Value, MachineIp, MachineName, OsInfo, Quuid, Uuid, UpdateTime, FirstTime, IsNew, MachineWanIp, MachineExtraInfo
182
+
183
+ * [BashEventsInfoNew](https://cloud.tencent.com/document/api/296/19867#BashEventsInfoNew)
184
+
185
+ * <font color="#dd0000">**修改成员**:</font>Id, Uuid, Quuid, HostIp, Platform, BashCmd, RuleId, RuleName, RuleLevel, Status, CreateTime, MachineName, Exe, ModifyTime, RuleCategory, RegexBashCmd, PsTree, SuggestScheme, HarmDescribe, Tags, References, MachineWanIp, MachineStatus, User, Pid, MachineType, DetectBy
186
+
187
+ * [FileTamperEvent](https://cloud.tencent.com/document/api/296/19867#FileTamperEvent)
188
+
189
+ * <font color="#dd0000">**修改成员**:</font>HostName, HostIp, CreateTime, ModifyTime, Id, Uuid, Quuid, Type, ProcessExe, ProcessArgv, Target, Status, EventCount, RuleId, RuleName, Pstree, RuleCategory, MachineStatus, Description, Suggestion, PrivateIp, ExePermission, UserName, UserGroup, ExeMd5, ExeSize, ExeTime, TargetSize, TargetPermission, TargetModifyTime, TargetCreatTime, ExePid, TargetName, Reference, Level, ExeName, MachineExtraInfo, FileAction
190
+
191
+ * [FileTamperRuleDetail](https://cloud.tencent.com/document/api/296/19867#FileTamperRuleDetail)
192
+
193
+ * <font color="#dd0000">**修改成员**:</font>AddWhiteType
194
+
195
+ * [HostLoginList](https://cloud.tencent.com/document/api/296/19867#HostLoginList)
196
+
197
+ * <font color="#dd0000">**修改成员**:</font>Id, Uuid, MachineIp, MachineName, UserName, SrcIp, Status, Country, City, Province, LoginTime, ModifyTime, IsRiskArea, IsRiskUser, IsRiskTime, IsRiskSrcIp, RiskLevel, Location, Quuid, Desc, MachineExtraInfo, Port
198
+
199
+ * [LicenseBindDetail](https://cloud.tencent.com/document/api/296/19867#LicenseBindDetail)
200
+
201
+ * <font color="#dd0000">**修改成员**:</font>MachineName, MachineWanIp, MachineIp, Quuid, Uuid, Tags, AgentStatus, IsUnBind, IsSwitchBind, MachineExtraInfo
202
+
203
+ * [MachineLicenseDetail](https://cloud.tencent.com/document/api/296/19867#MachineLicenseDetail)
204
+
205
+ * 新增成员:LicenseType, AutoRenewFlag, Deadline, BuyTime, LicenseCnt
206
+
207
+ * [MalWareList](https://cloud.tencent.com/document/api/296/19867#MalWareList)
208
+
209
+ * <font color="#dd0000">**修改成员**:</font>HostIp, Uuid, FilePath, VirusName, Status, Id, Alias, Tags, FileCreateTime, FileModifierTime, CreateTime, LatestScanTime, Level, CheckPlatform, ProcessExists, FileExists, Quuid, MD5, MachineExtraInfo
210
+
211
+ * [MalwareInfo](https://cloud.tencent.com/document/api/296/19867#MalwareInfo)
212
+
213
+ * <font color="#dd0000">**修改成员**:</font>VirusName, FileSize, MD5, FilePath, FileCreateTime, FileModifierTime, HarmDescribe, SuggestScheme, ServersName, HostIp, ProcessName, ProcessID, Tags, Breadth, Heat, Id, FileName, CreateTime, LatestScanTime, Reference, MachineWanIp, PsTree, MachineStatus, Status, Level, CheckPlatform, Uuid, ModifyTime, StrFileAccessTime, MachineExtraInfo, References
214
+
215
+ * [PrivilegeEscalationProcess](https://cloud.tencent.com/document/api/296/19867#PrivilegeEscalationProcess)
216
+
217
+ * <font color="#dd0000">**修改成员**:</font>Id, Uuid, Quuid, Hostip, ProcessName, FullPath, CmdLine, UserName, UserGroup, ProcFilePrivilege, ParentProcName, ParentProcUser, ParentProcGroup, ParentProcPath, ProcTree, Status, CreateTime, MachineName, MachineExtraInfo, Pid
218
+
219
+ * [RiskProcessEvent](https://cloud.tencent.com/document/api/296/19867#RiskProcessEvent)
220
+
221
+ * <font color="#dd0000">**修改成员**:</font>EventId, HostName, HostIp, WanIp, ProcessId, FilePath, CmdLine, StartTime, DetectTime, VirusName, CheckPlatform, VirusTags, ThreatDesc, SuggestSolution, ReferenceLink, HandleStatus, OnlineStatus, MachineExtraInfo, Uuid
222
+
223
+ * [ScanTaskDetails](https://cloud.tencent.com/document/api/296/19867#ScanTaskDetails)
224
+
225
+ * <font color="#dd0000">**修改成员**:</font>HostIp, HostName, OsName, RiskNum, ScanBeginTime, ScanEndTime, Uuid, Quuid, Status, Description, Id, FailType, MachineWanIp, MachineExtraInfo
226
+
227
+ * [VulDefenceRangeDetail](https://cloud.tencent.com/document/api/296/19867#VulDefenceRangeDetail)
228
+
229
+ * 新增成员:Status
230
+
231
+
232
+
233
+
234
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
235
+
236
+ ### 第 112 次发布
237
+
238
+ 发布时间:2024-10-31 01:27:40
239
+
240
+ 本次发布包含了以下内容:
241
+
242
+ 改善已有的文档。
243
+
244
+ 修改数据结构:
245
+
246
+ * [NetAddr](https://cloud.tencent.com/document/api/1003/48097#NetAddr)
247
+
248
+ * <font color="#dd0000">**修改成员**:</font>Vip, Vport, WanDomain, WanPort, NetType, UniqSubnetId, UniqVpcId, Description, WanIP, WanStatus, InstanceGroupId
249
+
250
+
251
+
252
+
253
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
254
+
255
+ ### 第 34 次发布
256
+
257
+ 发布时间:2024-10-31 01:29:04
258
+
259
+ 本次发布包含了以下内容:
260
+
261
+ 改善已有的文档。
262
+
263
+ 修改接口:
264
+
265
+ * [DescribeAcls](https://cloud.tencent.com/document/api/1025/74409)
266
+
267
+ * 新增入参:Filters
268
+
269
+ * [DescribeCmdTemplates](https://cloud.tencent.com/document/api/1025/86962)
270
+
271
+ * 新增入参:Type
272
+
273
+ * [ModifyCmdTemplate](https://cloud.tencent.com/document/api/1025/98702)
274
+
275
+ * 新增入参:Type
276
+
277
+
278
+ 修改数据结构:
279
+
280
+ * [CmdTemplate](https://cloud.tencent.com/document/api/1025/74416#CmdTemplate)
281
+
282
+ * 新增成员:Type
283
+
284
+
285
+
286
+
287
+ ## iOA 零信任安全管理系统(ioa) 版本:2022-06-01
288
+
289
+ ### 第 8 次发布
290
+
291
+ 发布时间:2024-10-30 11:23:05
292
+
293
+ 本次发布包含了以下内容:
294
+
295
+ 改善已有的文档。
296
+
297
+ 新增接口:
298
+
299
+ * [CreateDeviceVirtualGroup](https://cloud.tencent.com/document/api/1092/112071)
300
+
301
+ 修改接口:
302
+
303
+ * [DescribeAccountGroups](https://cloud.tencent.com/document/api/1092/107711)
304
+
305
+ * <font color="#dd0000">**修改出参**:</font>Data
306
+
307
+ * [DescribeDevices](https://cloud.tencent.com/document/api/1092/102467)
308
+
309
+ * 新增入参:GroupIds
310
+
311
+
312
+ 新增数据结构:
313
+
314
+ * [ComplexRule](https://cloud.tencent.com/document/api/1092/102488#ComplexRule)
315
+ * [CreateDeviceVirtualGroupRspData](https://cloud.tencent.com/document/api/1092/102488#CreateDeviceVirtualGroupRspData)
316
+ * [RuleExpression](https://cloud.tencent.com/document/api/1092/102488#RuleExpression)
317
+ * [RuleItem](https://cloud.tencent.com/document/api/1092/102488#RuleItem)
318
+ * [SimpleRule](https://cloud.tencent.com/document/api/1092/102488#SimpleRule)
319
+
320
+
321
+
322
+ ## 腾讯安心用户运营平台(smop) 版本:2020-12-03
323
+
324
+ ### 第 3 次发布
325
+
326
+ 发布时间:2024-10-31 02:02:47
327
+
328
+ 本次发布包含了以下内容:
329
+
330
+ 改善已有的文档。
331
+
332
+ 修改数据结构:
333
+
334
+ * [TaskEventData](https://cloud.tencent.com/document/api/1310/89033#TaskEventData)
335
+
336
+ * <font color="#dd0000">**修改成员**:</font>Code, Message, TaskId, TaskOrderId, TaskCode, TaskCoinNumber, TaskType, TotalCoin, Attach, DoneTimes, TotalTimes, TaskName, GrowScore
337
+
338
+
339
+
340
+
341
+ ## 凭据管理系统(ssm) 版本:2019-09-23
342
+
343
+ ### 第 11 次发布
344
+
345
+ 发布时间:2024-10-31 02:04:56
346
+
347
+ 本次发布包含了以下内容:
348
+
349
+ 改善已有的文档。
350
+
351
+ 修改接口:
352
+
353
+ * [GetServiceStatus](https://cloud.tencent.com/document/api/1140/40521)
354
+
355
+ * 新增出参:ExpireTime, QPSLimit, SecretLimit, PayModel, RenewFlag, ResourceId, TotalCount
356
+
357
+
358
+
359
+
360
+ ## 容器安全服务(tcss) 版本:2020-11-01
361
+
362
+ ### 第 71 次发布
363
+
364
+ 发布时间:2024-10-31 02:08:14
365
+
366
+ 本次发布包含了以下内容:
367
+
368
+ 改善已有的文档。
369
+
370
+ 修改接口:
371
+
372
+ * [CreateComponentExportJob](https://cloud.tencent.com/document/api/1285/81636)
373
+
374
+ * <font color="#dd0000">**修改入参**:</font>ExportField
375
+
376
+ * [DescribeAgentDaemonSetCmd](https://cloud.tencent.com/document/api/1285/81685)
377
+
378
+ * 新增出参:URL, FileContent
379
+
380
+ * [DescribeAgentInstallCommand](https://cloud.tencent.com/document/api/1285/81684)
381
+
382
+ * 新增入参:Vip
383
+
384
+ * 新增出参:ARMCommand
385
+
386
+ * [DescribeClusterDetail](https://cloud.tencent.com/document/api/1285/65448)
387
+
388
+ * 新增出参:ClusterSubStatus
389
+
390
+
391
+ 新增数据结构:
392
+
393
+ * [ImageRegistryInfo](https://cloud.tencent.com/document/api/1285/65614#ImageRegistryInfo)
394
+
395
+ 修改数据结构:
396
+
397
+ * [AbnormalProcessEventInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventInfo)
398
+
399
+ * <font color="#dd0000">**修改成员**:</font>ClusterID, NodeType, PodName, PodIP, NodeUniqueID, PublicIP, NodeName, NodeID, HostID, HostIP, ClusterName
400
+
401
+ * [AccessControlEventInfo](https://cloud.tencent.com/document/api/1285/65614#AccessControlEventInfo)
402
+
403
+ * <font color="#dd0000">**修改成员**:</font>NodeName, PodName, PodIP, NodeType, ClusterID, NodeUniqueID, PublicIP, NodeID, HostID, HostIP, ClusterName
404
+
405
+ * [AssetClusterListItem](https://cloud.tencent.com/document/api/1285/65614#AssetClusterListItem)
406
+
407
+ * <font color="#dd0000">**修改成员**:</font>ClusterVersion, MemLimit, CpuLimit
408
+
409
+ * [ClsTopicInfo](https://cloud.tencent.com/document/api/1285/65614#ClsTopicInfo)
410
+
411
+ * <font color="#dd0000">**修改成员**:</font>TopicID, TopicName
412
+
413
+ * [ClusterInfoItem](https://cloud.tencent.com/document/api/1285/65614#ClusterInfoItem)
414
+
415
+ * 新增成员:ClusterSubStatus, ClusterAuditStatus, ClusterAuditFailedInfo
416
+
417
+ * [ComplianceAffectedAsset](https://cloud.tencent.com/document/api/1285/65614#ComplianceAffectedAsset)
418
+
419
+ * 新增成员:ImageRegistryInfo, ClusterID, ClusterName
420
+
421
+ * [ComplianceAssetInfo](https://cloud.tencent.com/document/api/1285/65614#ComplianceAssetInfo)
422
+
423
+ * 新增成员:ImageRegistryInfo, ClusterID, ClusterName
424
+
425
+ * [EscapeEventInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventInfo)
426
+
427
+ * <font color="#dd0000">**修改成员**:</font>ClusterID, NodeType, PodIP, NodeUniqueID, PublicIP, NodeID, HostIP, ClusterName
428
+
429
+ * [ImageSimpleInfo](https://cloud.tencent.com/document/api/1285/65614#ImageSimpleInfo)
430
+
431
+ * 新增成员:HostCnt
432
+
433
+ * [ReverseShellEventInfo](https://cloud.tencent.com/document/api/1285/65614#ReverseShellEventInfo)
434
+
435
+ * 新增成员:ClusterID, NodeType, PodName, PodIP, NodeUniqueID, PublicIP, NodeName, HostID, HostIP, NodeID, ClusterName
436
+
437
+ * [RiskSyscallEventInfo](https://cloud.tencent.com/document/api/1285/65614#RiskSyscallEventInfo)
438
+
439
+ * <font color="#dd0000">**修改成员**:</font>NodeType, ClusterID, PodIP, NodeUniqueID, PublicIP, NodeID, HostID, HostIP, ClusterName
440
+
441
+ * [SupportDefenceVul](https://cloud.tencent.com/document/api/1285/65614#SupportDefenceVul)
442
+
443
+ * 新增成员:VulId, Status
444
+
445
+ * [VirusInfo](https://cloud.tencent.com/document/api/1285/65614#VirusInfo)
446
+
447
+ * <font color="#dd0000">**修改成员**:</font>NodeID, NodeName, PodIP, PodName, ClusterID, NodeType, PublicIP, InnerIP, NodeUniqueID, HostID, ClusterName
448
+
449
+ * [VirusTaskInfo](https://cloud.tencent.com/document/api/1285/65614#VirusTaskInfo)
450
+
451
+ * <font color="#dd0000">**修改成员**:</font>NodeType, PublicIP, NodeID
452
+
453
+ * [VulAffectedContainerInfo](https://cloud.tencent.com/document/api/1285/65614#VulAffectedContainerInfo)
454
+
455
+ * 新增成员:ContainerStatus
456
+
457
+ * <font color="#dd0000">**修改成员**:</font>ClusterID, ClusterName, NodeType, NodeUniqueID, NodeID, NodeName
458
+
459
+ * [VulDefenceEvent](https://cloud.tencent.com/document/api/1285/65614#VulDefenceEvent)
460
+
461
+ * 新增成员:PodName, PodIP
462
+
463
+
464
+
465
+
466
+ ## 弹性微服务(tem) 版本:2021-07-01
467
+
468
+ ### 第 45 次发布
469
+
470
+ 发布时间:2024-10-31 02:13:44
471
+
472
+ 本次发布包含了以下内容:
473
+
474
+ 改善已有的文档。
475
+
476
+ 修改接口:
477
+
478
+ * [CreateApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78341)
479
+
480
+ * <font color="#dd0000">**修改入参**:</font>Autoscaler
481
+
482
+ * [CreateApplicationService](https://cloud.tencent.com/document/api/1371/81051)
483
+
484
+ * <font color="#dd0000">**修改入参**:</font>Service
485
+
486
+ * [CreateConfigData](https://cloud.tencent.com/document/api/1371/78337)
487
+
488
+ * <font color="#dd0000">**修改入参**:</font>Data
489
+
490
+ * [CreateLogConfig](https://cloud.tencent.com/document/api/1371/78465)
491
+
492
+ * <font color="#dd0000">**修改入参**:</font>ApplicationId
493
+
494
+ * [DeleteApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78340)
495
+
496
+ * <font color="#dd0000">**修改入参**:</font>AutoscalerId
497
+
498
+ * [DeleteApplicationService](https://cloud.tencent.com/document/api/1371/81050)
499
+
500
+ * <font color="#dd0000">**修改入参**:</font>ApplicationId, EnvironmentId, ServiceName
501
+
502
+ * [DescribeApplicationsStatus](https://cloud.tencent.com/document/api/1371/75754)
503
+
504
+ * <font color="#dd0000">**修改入参**:</font>EnvironmentId
505
+
506
+ * [DescribeDeployApplicationDetail](https://cloud.tencent.com/document/api/1371/60154)
507
+
508
+ * <font color="#dd0000">**修改入参**:</font>ApplicationId, EnvironmentId
509
+
510
+ * [DescribeIngresses](https://cloud.tencent.com/document/api/1371/60168)
511
+
512
+ * <font color="#dd0000">**修改入参**:</font>EnvironmentId, ClusterNamespace
513
+
514
+ * [DescribeLogConfig](https://cloud.tencent.com/document/api/1371/78470)
515
+
516
+ * <font color="#dd0000">**修改入参**:</font>ApplicationId
517
+
518
+ * [DescribeRelatedIngresses](https://cloud.tencent.com/document/api/1371/60167)
519
+
520
+ * <font color="#dd0000">**修改入参**:</font>EnvironmentId, ClusterNamespace, ApplicationId
521
+
522
+ * [DisableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78955)
523
+
524
+ * <font color="#dd0000">**修改入参**:</font>AutoscalerId
525
+
526
+ * [EnableApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78954)
527
+
528
+ * <font color="#dd0000">**修改入参**:</font>AutoscalerId
529
+
530
+ * [ModifyApplicationAutoscaler](https://cloud.tencent.com/document/api/1371/78338)
531
+
532
+ * <font color="#dd0000">**修改入参**:</font>AutoscalerId, Autoscaler
533
+
534
+ * [ModifyConfigData](https://cloud.tencent.com/document/api/1371/78333)
535
+
536
+ * <font color="#dd0000">**修改入参**:</font>Data
537
+
538
+ * [ModifyLogConfig](https://cloud.tencent.com/document/api/1371/78467)
539
+
540
+ * <font color="#dd0000">**修改入参**:</font>Data, ApplicationId
541
+
542
+ * [RestartApplication](https://cloud.tencent.com/document/api/1371/66685)
543
+
544
+ * <font color="#dd0000">**修改入参**:</font>EnvironmentId
545
+
546
+ * [ResumeDeployApplication](https://cloud.tencent.com/document/api/1371/60153)
547
+
548
+ * <font color="#dd0000">**修改入参**:</font>ApplicationId, EnvironmentId
549
+
550
+ * [RevertDeployApplication](https://cloud.tencent.com/document/api/1371/60152)
551
+
552
+ * <font color="#dd0000">**修改入参**:</font>ApplicationId, EnvironmentId
553
+
554
+ * [StopApplication](https://cloud.tencent.com/document/api/1371/66684)
555
+
556
+ * <font color="#dd0000">**修改入参**:</font>EnvironmentId
557
+
558
+
559
+ 修改数据结构:
560
+
561
+ * [IngressInfo](https://cloud.tencent.com/document/api/1371/60171#IngressInfo)
562
+
563
+ * <font color="#dd0000">**修改成员**:</font>ClbId
564
+
565
+
566
+
567
+
568
+ ## 弹性微服务(tem) 版本:2020-12-21
569
+
570
+
571
+
572
+ ## 微服务引擎(tse) 版本:2020-12-07
573
+
574
+ ### 第 78 次发布
575
+
576
+ 发布时间:2024-10-31 02:20:00
577
+
578
+ 本次发布包含了以下内容:
579
+
580
+ 改善已有的文档。
581
+
582
+ 新增接口:
583
+
584
+ * [RestartSREInstance](https://cloud.tencent.com/document/api/1364/112085)
585
+
586
+
587
+
588
+ ## 私有网络(vpc) 版本:2017-03-12
589
+
590
+ ### 第 218 次发布
591
+
592
+ 发布时间:2024-10-31 02:24:54
593
+
594
+ 本次发布包含了以下内容:
595
+
596
+ 改善已有的文档。
597
+
598
+ 修改接口:
599
+
600
+ * [ReplaceCcnRouteTableInputPolicys](https://cloud.tencent.com/document/api/215/108739)
601
+
602
+ * <font color="#dd0000">**修改入参**:</font>Policys
603
+
604
+
605
+ 修改数据结构:
606
+
607
+ * [CcnInstance](https://cloud.tencent.com/document/api/215/15824#CcnInstance)
608
+
609
+ * <font color="#dd0000">**修改成员**:</font>InstanceType
610
+
611
+ * [Ipv6Address](https://cloud.tencent.com/document/api/215/15824#Ipv6Address)
612
+
613
+ * 新增成员:PublicIpAddress, AddressType
614
+
615
+
616
+
617
+
618
+ # Release 4.0.963
619
+
620
+ ## 应用性能监控(apm) 版本:2021-06-22
621
+
622
+ ### 第 26 次发布
623
+
624
+ 发布时间:2024-10-25 01:09:11
625
+
626
+ 本次发布包含了以下内容:
627
+
628
+ 改善已有的文档。
629
+
630
+ 修改数据结构:
631
+
632
+ * [ApmInstanceDetail](https://cloud.tencent.com/document/api/1463/64927#ApmInstanceDetail)
633
+
634
+ * 新增成员:Free, DefaultTSF
635
+
636
+
637
+
638
+
639
+ ## 商业智能分析 BI(bi) 版本:2022-01-05
640
+
641
+ ### 第 16 次发布
642
+
643
+ 发布时间:2024-10-30 01:05:53
644
+
645
+ 本次发布包含了以下内容:
646
+
647
+ 改善已有的文档。
648
+
649
+ 修改接口:
650
+
651
+ * [ApplyEmbedInterval](https://cloud.tencent.com/document/api/590/73725)
652
+
653
+ * 新增入参:Intention
654
+
655
+
656
+ ### 第 15 次发布
657
+
658
+ 发布时间:2024-10-25 01:10:42
659
+
660
+ 本次发布包含了以下内容:
661
+
662
+ 改善已有的文档。
663
+
664
+ 修改接口:
665
+
666
+ * [CreateEmbedToken](https://cloud.tencent.com/document/api/590/73724)
667
+
668
+ * 新增入参:Intention
669
+
670
+
671
+ 修改数据结构:
672
+
673
+ * [EmbedTokenInfo](https://cloud.tencent.com/document/api/590/73726#EmbedTokenInfo)
674
+
675
+ * 新增成员:Intention
676
+
677
+
678
+
679
+
680
+ ## 费用中心(billing) 版本:2018-07-09
681
+
682
+ ### 第 62 次发布
683
+
684
+ 发布时间:2024-10-30 01:06:10
685
+
686
+ 本次发布包含了以下内容:
687
+
688
+ 改善已有的文档。
689
+
690
+ 新增接口:
691
+
692
+ * [DescribeBillAdjustInfo](https://cloud.tencent.com/document/api/555/112039)
693
+
694
+ 修改接口:
695
+
696
+ * [DescribeAllocationBillConditions](https://cloud.tencent.com/document/api/555/104185)
697
+
698
+ * 新增出参:TagKey
699
+
700
+
701
+ 新增数据结构:
702
+
703
+ * [AdjustInfoDetail](https://cloud.tencent.com/document/api/555/19183#AdjustInfoDetail)
704
+
705
+ 修改数据结构:
706
+
707
+ * [AllocationDetail](https://cloud.tencent.com/document/api/555/19183#AllocationDetail)
708
+
709
+ * 新增成员:DiscountObject, DiscountType, DiscountContent, SPDeduction, SPDeductionRate, BillMonth
710
+
711
+ * [AllocationSummaryByItem](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByItem)
712
+
713
+ * 新增成员:SPDeduction, SPDeductionRate, AssociatedOrder, DiscountObject, DiscountType, DiscountContent, BillMonth
714
+
715
+ * [AllocationSummaryByResource](https://cloud.tencent.com/document/api/555/19183#AllocationSummaryByResource)
716
+
717
+ * 新增成员:SPDeduction, BillMonth
718
+
719
+
720
+
721
+
722
+ ## 软件成分分析(bsca) 版本:2021-08-11
723
+
724
+ ### 第 7 次发布
725
+
726
+ 发布时间:2024-10-29 21:02:24
727
+
728
+ 本次发布包含了以下内容:
729
+
730
+ 改善已有的文档。
731
+
732
+ 修改接口:
733
+
734
+ * [DescribeKBComponentVersionList](https://cloud.tencent.com/document/api/1483/100319)
735
+
736
+ * 新增入参:PageNumber, PageSize, Order, OrderBy, Filter
737
+
738
+ * [DescribeKBComponentVulnerability](https://cloud.tencent.com/document/api/1483/72072)
739
+
740
+ * 新增出参:PURL, RecommendedVersion
741
+
742
+
743
+ 新增数据结构:
744
+
745
+ * [ComponentTagFilter](https://cloud.tencent.com/document/api/1483/72074#ComponentTagFilter)
746
+ * [ComponentVersionInfo](https://cloud.tencent.com/document/api/1483/72074#ComponentVersionInfo)
747
+
748
+ 修改数据结构:
749
+
750
+ * [Component](https://cloud.tencent.com/document/api/1483/72074#Component)
751
+
752
+ * 新增成员:VersionInfo, LastUpdateTime, TagList
753
+
754
+ * [ComponentVersion](https://cloud.tencent.com/document/api/1483/72074#ComponentVersion)
755
+
756
+ * 新增成员:VersionInfo
757
+
758
+ * [VulnerabilityDetail](https://cloud.tencent.com/document/api/1483/72074#VulnerabilityDetail)
759
+
760
+ * 新增成员:UpdateTime
761
+
762
+ * [VulnerabilitySummary](https://cloud.tencent.com/document/api/1483/72074#VulnerabilitySummary)
763
+
764
+ * 新增成员:Architecture, ArchitectureList, PatchUrlList
765
+
766
+
767
+
768
+
769
+ ## 云联络中心(ccc) 版本:2020-02-10
770
+
771
+ ### 第 79 次发布
772
+
773
+ 发布时间:2024-10-28 01:14:26
774
+
775
+ 本次发布包含了以下内容:
776
+
777
+ 改善已有的文档。
778
+
779
+ 新增接口:
780
+
781
+ * [DescribeTelRecordAsr](https://cloud.tencent.com/document/api/679/111941)
782
+
783
+ 新增数据结构:
784
+
785
+ * [AsrData](https://cloud.tencent.com/document/api/679/47715#AsrData)
786
+
787
+ 修改数据结构:
788
+
789
+ * [IVRKeyPressedElement](https://cloud.tencent.com/document/api/679/47715#IVRKeyPressedElement)
790
+
791
+ * 新增成员:Timestamp, NodeLabel, OriginalContent, TTSPrompt
792
+
793
+
794
+
795
+
796
+ ## 云数据库 MySQL(cdb) 版本:2017-03-20
797
+
798
+ ### 第 171 次发布
799
+
800
+ 发布时间:2024-10-28 01:14:59
801
+
802
+ 本次发布包含了以下内容:
803
+
804
+ 改善已有的文档。
805
+
806
+ 修改接口:
807
+
808
+ * [DeleteRotationPassword](https://cloud.tencent.com/document/api/236/108309)
809
+
810
+ * 新增入参:EncryptMethod
811
+
812
+
813
+
814
+
815
+ ## 腾讯云数据仓库 TCHouse-D(cdwdoris) 版本:2021-12-28
816
+
817
+ ### 第 29 次发布
818
+
819
+ 发布时间:2024-10-30 01:13:02
820
+
821
+ 本次发布包含了以下内容:
822
+
823
+ 改善已有的文档。
824
+
825
+ 修改数据结构:
826
+
827
+ * [InstanceNode](https://cloud.tencent.com/document/api/1387/102385#InstanceNode)
828
+
829
+ * 新增成员:Zone
830
+
831
+
832
+
833
+
834
+ ## 云防火墙(cfw) 版本:2019-09-04
835
+
836
+ ### 第 69 次发布
837
+
838
+ 发布时间:2024-10-30 01:14:07
839
+
840
+ 本次发布包含了以下内容:
841
+
842
+ 改善已有的文档。
843
+
844
+ 修改接口:
845
+
846
+ * [CreateAddressTemplate](https://cloud.tencent.com/document/api/1132/95034)
847
+
848
+ * 新增入参:IpVersion
849
+
850
+ * [DescribeBlockStaticList](https://cloud.tencent.com/document/api/1132/58281)
851
+
852
+ * 新增出参:Status
853
+
854
+
855
+ 修改数据结构:
856
+
857
+ * [RuleChangeItem](https://cloud.tencent.com/document/api/1132/49071#RuleChangeItem)
858
+
859
+ * 新增成员:IpVersion
860
+
861
+ * [VpcRuleItem](https://cloud.tencent.com/document/api/1132/49071#VpcRuleItem)
862
+
863
+ * 新增成员:IpVersion
864
+
865
+ * <font color="#dd0000">**修改成员**:</font>Uuid
866
+
867
+
868
+ ### 第 68 次发布
869
+
870
+ 发布时间:2024-10-25 01:19:23
871
+
872
+ 本次发布包含了以下内容:
873
+
874
+ 改善已有的文档。
875
+
876
+ <font color="#dd0000">**预下线接口**:</font>
877
+
878
+ * ModifyAllVPCSwitchStatus
879
+
880
+ 修改数据结构:
881
+
882
+ * [CreateNatRuleItem](https://cloud.tencent.com/document/api/1132/49071#CreateNatRuleItem)
883
+
884
+ * <font color="#dd0000">**修改成员**:</font>Enable
885
+
886
+
887
+
888
+
889
+ ## 账号风控平台(ciam) 版本:2022-03-31
890
+
891
+ ### 第 12 次发布
892
+
893
+ 发布时间:2024-10-25 01:20:30
894
+
895
+ 本次发布包含了以下内容:
896
+
897
+ 改善已有的文档。
898
+
899
+ 修改数据结构:
900
+
901
+ * [LogMessage](https://cloud.tencent.com/document/api/1441/75643#LogMessage)
902
+
903
+ * 新增成员:ActionResult
904
+
905
+
906
+
907
+
908
+ ## 操作审计(cloudaudit) 版本:2019-03-19
909
+
910
+ ### 第 15 次发布
911
+
912
+ 发布时间:2024-10-24 16:22:27
913
+
914
+ 本次发布包含了以下内容:
915
+
916
+ 改善已有的文档。
917
+
918
+ 新增接口:
919
+
920
+ * [ModifyEventsAuditTrack](https://cloud.tencent.com/document/api/629/111900)
921
+
922
+ ### 第 14 次发布
923
+
924
+ 发布时间:2024-10-24 15:52:03
925
+
926
+ 本次发布包含了以下内容:
927
+
928
+ 改善已有的文档。
929
+
930
+ 新增接口:
931
+
932
+ * [CreateEventsAuditTrack](https://cloud.tencent.com/document/api/629/111894)
933
+
934
+ <font color="#dd0000">**删除接口**:</font>
935
+
936
+ * CreateAudit
937
+ * DeleteAudit
938
+
939
+ 修改接口:
940
+
941
+ * [DescribeAuditTrack](https://cloud.tencent.com/document/api/629/83247)
942
+
943
+ * 新增出参:Filters
944
+
945
+
946
+ 新增数据结构:
947
+
948
+ * [Filter](https://cloud.tencent.com/document/api/629/35353#Filter)
949
+ * [ResourceField](https://cloud.tencent.com/document/api/629/35353#ResourceField)
950
+
951
+
952
+
953
+ ## 日志服务(cls) 版本:2020-10-16
954
+
955
+ ### 第 112 次发布
956
+
957
+ 发布时间:2024-10-30 01:17:18
958
+
959
+ 本次发布包含了以下内容:
960
+
961
+ 改善已有的文档。
962
+
963
+ 修改接口:
964
+
965
+ * [CreateAlarmNotice](https://cloud.tencent.com/document/api/614/56465)
966
+
967
+ * 新增入参:Tags, JumpDomain, DeliverStatus, DeliverConfig, AlarmShieldStatus
968
+
969
+
970
+ 新增数据结构:
971
+
972
+ * [AlarmNoticeDeliverConfig](https://cloud.tencent.com/document/api/614/56471#AlarmNoticeDeliverConfig)
973
+ * [DeliverConfig](https://cloud.tencent.com/document/api/614/56471#DeliverConfig)
974
+
975
+ 修改数据结构:
976
+
977
+ * [AlarmNotice](https://cloud.tencent.com/document/api/614/56471#AlarmNotice)
978
+
979
+ * 新增成员:Tags, AlarmShieldStatus, JumpDomain, AlarmNoticeDeliverConfig
980
+
981
+ * [WebCallback](https://cloud.tencent.com/document/api/614/56471#WebCallback)
982
+
983
+ * 新增成员:RemindType, Mobiles, UserIds
984
+
985
+
986
+ ### 第 111 次发布
987
+
988
+ 发布时间:2024-10-29 01:17:00
989
+
990
+ 本次发布包含了以下内容:
991
+
992
+ 改善已有的文档。
993
+
994
+ 新增数据结构:
995
+
996
+ * [EscalateNoticeInfo](https://cloud.tencent.com/document/api/614/56471#EscalateNoticeInfo)
997
+
998
+ 修改数据结构:
999
+
1000
+ * [NoticeRule](https://cloud.tencent.com/document/api/614/56471#NoticeRule)
1001
+
1002
+ * 新增成员:Escalate, Interval, Type, EscalateNotice
1003
+
1004
+
1005
+
1006
+
1007
+ ## 云服务器(cvm) 版本:2017-03-12
1008
+
1009
+ ### 第 134 次发布
1010
+
1011
+ 发布时间:2024-10-25 01:25:09
1012
+
1013
+ 本次发布包含了以下内容:
1014
+
1015
+ 改善已有的文档。
1016
+
1017
+ 修改接口:
1018
+
1019
+ * [ImportImage](https://cloud.tencent.com/document/api/213/15717)
1020
+
1021
+ * 新增入参:ImportImageDataDiskList
1022
+
1023
+ * [SyncImages](https://cloud.tencent.com/document/api/213/15711)
1024
+
1025
+ * 新增入参:Encrypt, KmsKeyId
1026
+
1027
+
1028
+ 新增数据结构:
1029
+
1030
+ * [ImportImageDataDisk](https://cloud.tencent.com/document/api/213/15753#ImportImageDataDisk)
1031
+
1032
+
1033
+
1034
+ ## 主机安全(cwp) 版本:2018-02-28
1035
+
1036
+ ### 第 128 次发布
1037
+
1038
+ 发布时间:2024-10-28 01:24:41
1039
+
1040
+ 本次发布包含了以下内容:
1041
+
1042
+ 改善已有的文档。
1043
+
1044
+ 修改接口:
1045
+
1046
+ * [EditBashRules](https://cloud.tencent.com/document/api/296/58239)
1047
+
1048
+ * 新增入参:Descript, Status, BashAction, Scope, Quuids
1049
+
1050
+
1051
+ 修改数据结构:
1052
+
1053
+ * [PrivilegeRule](https://cloud.tencent.com/document/api/296/19867#PrivilegeRule)
1054
+
1055
+ * <font color="#dd0000">**修改成员**:</font>Id, Uuid, ProcessName, SMode, Operator, IsGlobal, Status, CreateTime, ModifyTime, Hostip
1056
+
1057
+
1058
+
1059
+
1060
+ ## TDSQL-C MySQL 版(cynosdb) 版本:2019-01-07
1061
+
1062
+ ### 第 111 次发布
1063
+
1064
+ 发布时间:2024-10-29 01:23:16
1065
+
1066
+ 本次发布包含了以下内容:
1067
+
1068
+ 改善已有的文档。
1069
+
1070
+ 修改数据结构:
1071
+
1072
+ * [PackageDetail](https://cloud.tencent.com/document/api/1003/48097#PackageDetail)
1073
+
1074
+ * <font color="#dd0000">**修改成员**:</font>AppId, PackageId, InstanceId, SuccessDeductSpec, PackageTotalUsedSpec, StartTime, EndTime, ExtendInfo
1075
+
1076
+
1077
+ ### 第 110 次发布
1078
+
1079
+ 发布时间:2024-10-28 01:28:11
1080
+
1081
+ 本次发布包含了以下内容:
1082
+
1083
+ 改善已有的文档。
1084
+
1085
+ 新增数据结构:
1086
+
1087
+ * [DeliverSummary](https://cloud.tencent.com/document/api/1003/48097#DeliverSummary)
1088
+
1089
+ 修改数据结构:
1090
+
1091
+ * [InstanceAuditStatus](https://cloud.tencent.com/document/api/1003/48097#InstanceAuditStatus)
1092
+
1093
+ * 新增成员:Deliver, DeliverSummary
1094
+
1095
+
1096
+
1097
+
1098
+ ## 运维安全中心(堡垒机)(dasb) 版本:2019-10-18
1099
+
1100
+ ### 第 33 次发布
1101
+
1102
+ 发布时间:2024-10-25 01:30:51
1103
+
1104
+ 本次发布包含了以下内容:
1105
+
1106
+ 改善已有的文档。
1107
+
1108
+ 修改数据结构:
1109
+
1110
+ * [Device](https://cloud.tencent.com/document/api/1025/74416#Device)
1111
+
1112
+ * 新增成员:EnableSSL, SSLCertName
1113
+
1114
+ * [ExternalDevice](https://cloud.tencent.com/document/api/1025/74416#ExternalDevice)
1115
+
1116
+ * 新增成员:EnableSSL, SSLCert, SSLCertName
1117
+
1118
+ * [Resource](https://cloud.tencent.com/document/api/1025/74416#Resource)
1119
+
1120
+ * 新增成员:CdcClusterId, LogDelivery, DeployModel
1121
+
1122
+
1123
+
1124
+
1125
+ ## 事件总线(eb) 版本:2021-04-16
1126
+
1127
+ ### 第 15 次发布
1128
+
1129
+ 发布时间:2024-10-29 01:30:37
1130
+
1131
+ 本次发布包含了以下内容:
1132
+
1133
+ 改善已有的文档。
1134
+
1135
+ 修改接口:
1136
+
1137
+ * [ListTargets](https://cloud.tencent.com/document/api/1359/67701)
1138
+
1139
+ * <font color="#dd0000">**修改入参**:</font>RuleId
1140
+
1141
+
1142
+
1143
+
1144
+ ## Elasticsearch Service(es) 版本:2018-04-16
1145
+
1146
+ ### 第 71 次发布
1147
+
1148
+ 发布时间:2024-10-30 01:33:25
1149
+
1150
+ 本次发布包含了以下内容:
1151
+
1152
+ 改善已有的文档。
1153
+
1154
+ 新增接口:
1155
+
1156
+ * [CreateClusterSnapshot](https://cloud.tencent.com/document/api/845/112044)
1157
+ * [DeleteClusterSnapshot](https://cloud.tencent.com/document/api/845/112042)
1158
+ * [DescribeClusterSnapshot](https://cloud.tencent.com/document/api/845/112041)
1159
+ * [RestoreClusterSnapshot](https://cloud.tencent.com/document/api/845/112040)
1160
+
1161
+ 新增数据结构:
1162
+
1163
+ * [Failures](https://cloud.tencent.com/document/api/845/30634#Failures)
1164
+ * [Snapshots](https://cloud.tencent.com/document/api/845/30634#Snapshots)
1165
+
1166
+
1167
+
1168
+ ## 腾讯电子签企业版(ess) 版本:2020-11-11
1169
+
1170
+ ### 第 193 次发布
1171
+
1172
+ 发布时间:2024-10-28 01:38:32
1173
+
1174
+ 本次发布包含了以下内容:
1175
+
1176
+ 改善已有的文档。
1177
+
1178
+ 新增接口:
1179
+
1180
+ * [DeleteOrganizationAuthorizations](https://cloud.tencent.com/document/api/1323/111942)
1181
+
1182
+ 新增数据结构:
1183
+
1184
+ * [DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1323/70369#DeleteOrganizationAuthorizationInfo)
1185
+
1186
+ 修改数据结构:
1187
+
1188
+ * [FillError](https://cloud.tencent.com/document/api/1323/70369#FillError)
1189
+
1190
+ * 新增成员:FlowId
1191
+
1192
+
1193
+
1194
+
1195
+ ## 腾讯电子签(基础版)(essbasic) 版本:2021-05-26
1196
+
1197
+ ### 第 192 次发布
1198
+
1199
+ 发布时间:2024-10-30 01:34:59
1200
+
1201
+ 本次发布包含了以下内容:
1202
+
1203
+ 改善已有的文档。
1204
+
1205
+ 新增接口:
1206
+
1207
+ * [CreateCloseOrganizationUrl](https://cloud.tencent.com/document/api/1420/112045)
1208
+
1209
+ ### 第 191 次发布
1210
+
1211
+ 发布时间:2024-10-28 01:39:56
1212
+
1213
+ 本次发布包含了以下内容:
1214
+
1215
+ 改善已有的文档。
1216
+
1217
+ 新增接口:
1218
+
1219
+ * [DeleteOrganizationAuthorizations](https://cloud.tencent.com/document/api/1420/111943)
1220
+
1221
+ 新增数据结构:
1222
+
1223
+ * [DeleteOrganizationAuthorizationInfo](https://cloud.tencent.com/document/api/1420/61525#DeleteOrganizationAuthorizationInfo)
1224
+
1225
+ 修改数据结构:
1226
+
1227
+ * [FillError](https://cloud.tencent.com/document/api/1420/61525#FillError)
1228
+
1229
+ * 新增成员:FlowId
1230
+
1231
+
1232
+
1233
+
1234
+ ## 腾讯电子签(基础版)(essbasic) 版本:2020-12-22
1235
+
1236
+
1237
+
1238
+ ## 全球应用加速(gaap) 版本:2018-05-29
1239
+
1240
+ ### 第 51 次发布
1241
+
1242
+ 发布时间:2024-10-30 01:36:27
1243
+
1244
+ 本次发布包含了以下内容:
1245
+
1246
+ 改善已有的文档。
1247
+
1248
+ 修改接口:
1249
+
1250
+ * [SetAuthentication](https://cloud.tencent.com/document/api/608/36982)
1251
+
1252
+ * 新增入参:TLSSupportVersion, TLSCiphers
1253
+
1254
+
1255
+
1256
+
1257
+ ## 物联网开发平台(iotexplorer) 版本:2019-04-23
1258
+
1259
+ ### 第 80 次发布
1260
+
1261
+ 发布时间:2024-10-29 01:39:13
1262
+
1263
+ 本次发布包含了以下内容:
1264
+
1265
+ 改善已有的文档。
1266
+
1267
+ 修改接口:
1268
+
1269
+ * [CreateIotVideoCloudStorage](https://cloud.tencent.com/document/api/1081/104654)
1270
+
1271
+ * 新增出参:Price, Amount
1272
+
1273
+ * [DescribeCloudStorageOrder](https://cloud.tencent.com/document/api/1081/104648)
1274
+
1275
+ * 新增出参:Price, Amount
1276
+
1277
+
1278
+
1279
+
1280
+ ## 云直播CSS(live) 版本:2018-08-01
1281
+
1282
+ ### 第 131 次发布
1283
+
1284
+ 发布时间:2024-10-30 01:45:45
1285
+
1286
+ 本次发布包含了以下内容:
1287
+
1288
+ 改善已有的文档。
1289
+
1290
+ 新增数据结构:
1291
+
1292
+ * [TimeShiftSubStream](https://cloud.tencent.com/document/api/267/20474#TimeShiftSubStream)
1293
+
1294
+ 修改数据结构:
1295
+
1296
+ * [TimeShiftStreamInfo](https://cloud.tencent.com/document/api/267/20474#TimeShiftStreamInfo)
1297
+
1298
+ * 新增成员:TimeShiftSubStreams
1299
+
1300
+ * <font color="#dd0000">**修改成员**:</font>DomainGroup, Domain, AppName, StreamName, StartTime, EndTime, TransCodeId, StreamType, Duration
1301
+
1302
+
1303
+
1304
+
1305
+ ## 集团账号管理(organization) 版本:2021-03-31
1306
+
1307
+ ### 第 39 次发布
1308
+
1309
+ 发布时间:2024-10-30 01:54:08
1310
+
1311
+ 本次发布包含了以下内容:
1312
+
1313
+ 改善已有的文档。
1314
+
1315
+ 新增接口:
1316
+
1317
+ * [CreateSCIMCredential](https://cloud.tencent.com/document/api/850/112052)
1318
+ * [DeleteSCIMCredential](https://cloud.tencent.com/document/api/850/112051)
1319
+ * [GetSCIMSynchronizationStatus](https://cloud.tencent.com/document/api/850/112050)
1320
+ * [ListSCIMCredentials](https://cloud.tencent.com/document/api/850/112049)
1321
+ * [UpdateSCIMCredentialStatus](https://cloud.tencent.com/document/api/850/112048)
1322
+ * [UpdateSCIMSynchronizationStatus](https://cloud.tencent.com/document/api/850/112047)
1323
+
1324
+ 修改接口:
1325
+
1326
+ * [CreateGroup](https://cloud.tencent.com/document/api/850/109920)
1327
+
1328
+ * 新增入参:GroupType
1329
+
1330
+ * [CreateUser](https://cloud.tencent.com/document/api/850/109928)
1331
+
1332
+ * 新增入参:UserType
1333
+
1334
+ * [ListGroups](https://cloud.tencent.com/document/api/850/109916)
1335
+
1336
+ * 新增入参:Offset
1337
+
1338
+ * [ListUsers](https://cloud.tencent.com/document/api/850/109925)
1339
+
1340
+ * 新增入参:Offset
1341
+
1342
+
1343
+ 新增数据结构:
1344
+
1345
+ * [SCIMCredential](https://cloud.tencent.com/document/api/850/67060#SCIMCredential)
1346
+
1347
+
1348
+
1349
+ ## 集团账号管理(organization) 版本:2018-12-25
1350
+
1351
+
1352
+
1353
+ ## 云函数(scf) 版本:2018-04-16
1354
+
1355
+ ### 第 67 次发布
1356
+
1357
+ 发布时间:2024-10-25 17:22:38
1358
+
1359
+ 本次发布包含了以下内容:
1360
+
1361
+ 改善已有的文档。
1362
+
1363
+ 新增接口:
1364
+
1365
+ * [CreateCustomDomain](https://cloud.tencent.com/document/api/583/111926)
1366
+ * [DeleteCustomDomain](https://cloud.tencent.com/document/api/583/111925)
1367
+ * [GetCustomDomain](https://cloud.tencent.com/document/api/583/111924)
1368
+ * [ListCustomDomains](https://cloud.tencent.com/document/api/583/111923)
1369
+ * [UpdateCustomDomain](https://cloud.tencent.com/document/api/583/111922)
1370
+
1371
+ 新增数据结构:
1372
+
1373
+ * [CertConf](https://cloud.tencent.com/document/api/583/17244#CertConf)
1374
+ * [DomainInfo](https://cloud.tencent.com/document/api/583/17244#DomainInfo)
1375
+ * [EndpointsConf](https://cloud.tencent.com/document/api/583/17244#EndpointsConf)
1376
+ * [PathRewriteRule](https://cloud.tencent.com/document/api/583/17244#PathRewriteRule)
1377
+ * [WafConf](https://cloud.tencent.com/document/api/583/17244#WafConf)
1378
+
1379
+
1380
+
1381
+ ## 弹性微服务(tem) 版本:2021-07-01
1382
+
1383
+ ### 第 44 次发布
1384
+
1385
+ 发布时间:2024-10-30 02:08:10
1386
+
1387
+ 本次发布包含了以下内容:
1388
+
1389
+ 改善已有的文档。
1390
+
1391
+ 修改数据结构:
1392
+
1393
+ * [LogConfig](https://cloud.tencent.com/document/api/1371/60171#LogConfig)
1394
+
1395
+ * <font color="#dd0000">**修改成员**:</font>Name, InputType, LogsetId, TopicId, LogType, BeginningRegex, LogPath, FilePattern, CreateDate, ModifyDate, ApplicationId, ApplicationName, ExtractRule
1396
+
1397
+
1398
+
1399
+
1400
+ ## 弹性微服务(tem) 版本:2020-12-21
1401
+
1402
+
1403
+
1404
+ ## 边缘安全加速平台(teo) 版本:2022-09-01
1405
+
1406
+ ### 第 89 次发布
1407
+
1408
+ 发布时间:2024-10-29 02:07:51
1409
+
1410
+ 本次发布包含了以下内容:
1411
+
1412
+ 改善已有的文档。
1413
+
1414
+ 修改接口:
1415
+
1416
+ * [ModifyZoneSetting](https://cloud.tencent.com/document/api/1552/80614)
1417
+
1418
+ * 新增入参:JITVideoProcess
1419
+
1420
+
1421
+ 新增数据结构:
1422
+
1423
+ * [JITVideoProcess](https://cloud.tencent.com/document/api/1552/80721#JITVideoProcess)
1424
+
1425
+ 修改数据结构:
1426
+
1427
+ * [ZoneSetting](https://cloud.tencent.com/document/api/1552/80721#ZoneSetting)
1428
+
1429
+ * 新增成员:JITVideoProcess
1430
+
1431
+
1432
+ ### 第 88 次发布
1433
+
1434
+ 发布时间:2024-10-28 15:12:04
1435
+
1436
+ 本次发布包含了以下内容:
1437
+
1438
+ 改善已有的文档。
1439
+
1440
+ 新增接口:
1441
+
1442
+ * [DeleteLoadBalancer](https://cloud.tencent.com/document/api/1552/111973)
1443
+ * [DescribeLoadBalancerList](https://cloud.tencent.com/document/api/1552/111972)
1444
+ * [DescribeOriginGroupHealthStatus](https://cloud.tencent.com/document/api/1552/111971)
1445
+
1446
+ 新增数据结构:
1447
+
1448
+ * [CheckRegionHealthStatus](https://cloud.tencent.com/document/api/1552/80721#CheckRegionHealthStatus)
1449
+ * [LoadBalancer](https://cloud.tencent.com/document/api/1552/80721#LoadBalancer)
1450
+ * [OriginGroupHealthStatus](https://cloud.tencent.com/document/api/1552/80721#OriginGroupHealthStatus)
1451
+ * [OriginGroupHealthStatusDetail](https://cloud.tencent.com/document/api/1552/80721#OriginGroupHealthStatusDetail)
1452
+ * [OriginHealthStatus](https://cloud.tencent.com/document/api/1552/80721#OriginHealthStatus)
1453
+
1454
+ ### 第 87 次发布
1455
+
1456
+ 发布时间:2024-10-28 15:03:09
1457
+
1458
+ 本次发布包含了以下内容:
1459
+
1460
+ 改善已有的文档。
1461
+
1462
+ 新增接口:
1463
+
1464
+ * [CreateLoadBalancer](https://cloud.tencent.com/document/api/1552/111970)
1465
+ * [ModifyLoadBalancer](https://cloud.tencent.com/document/api/1552/111969)
1466
+
1467
+ 新增数据结构:
1468
+
1469
+ * [CustomizedHeader](https://cloud.tencent.com/document/api/1552/80721#CustomizedHeader)
1470
+ * [HealthChecker](https://cloud.tencent.com/document/api/1552/80721#HealthChecker)
1471
+ * [OriginGroupInLoadBalancer](https://cloud.tencent.com/document/api/1552/80721#OriginGroupInLoadBalancer)
1472
+
1473
+
1474
+
1475
+ ## 边缘安全加速平台(teo) 版本:2022-01-06
1476
+
1477
+
1478
+
1479
+ ## 容器服务(tke) 版本:2022-05-01
1480
+
1481
+
1482
+
1483
+ ## 容器服务(tke) 版本:2018-05-25
1484
+
1485
+ ### 第 185 次发布
1486
+
1487
+ 发布时间:2024-10-29 02:10:04
1488
+
1489
+ 本次发布包含了以下内容:
1490
+
1491
+ 改善已有的文档。
1492
+
1493
+ 新增接口:
1494
+
1495
+ * [ModifyClusterImage](https://cloud.tencent.com/document/api/457/111984)
1496
+
1497
+
1498
+
1499
+ ## 文本内容安全(tms) 版本:2020-12-29
1500
+
1501
+ ### 第 12 次发布
1502
+
1503
+ 发布时间:2024-10-30 02:12:39
1504
+
1505
+ 本次发布包含了以下内容:
1506
+
1507
+ 改善已有的文档。
1508
+
1509
+ <font color="#dd0000">**删除接口**:</font>
1510
+
1511
+ * ModerateText
1512
+
1513
+ <font color="#dd0000">**删除数据结构**:</font>
1514
+
1515
+ * LabelGrade
1516
+ * LibCheckResult
1517
+ * ModelResult
1518
+ * ModerationDetail
1519
+
1520
+
1521
+
1522
+ ## 文本内容安全(tms) 版本:2020-07-13
1523
+
1524
+
1525
+
1526
+ ## 实时音视频(trtc) 版本:2019-07-22
1527
+
1528
+ ### 第 92 次发布
1529
+
1530
+ 发布时间:2024-10-28 02:18:14
1531
+
1532
+ 本次发布包含了以下内容:
1533
+
1534
+ 改善已有的文档。
1535
+
1536
+ 修改接口:
1537
+
1538
+ * [StartPublishCdnStream](https://cloud.tencent.com/document/api/647/81479)
1539
+
1540
+ * 新增入参:RecordParams
1541
+
1542
+ * [StopPublishCdnStream](https://cloud.tencent.com/document/api/647/81478)
1543
+
1544
+ * 新增入参:RecordKey
1545
+
1546
+
1547
+ 新增数据结构:
1548
+
1549
+ * [McuCloudVod](https://cloud.tencent.com/document/api/647/44055#McuCloudVod)
1550
+ * [McuRecordParams](https://cloud.tencent.com/document/api/647/44055#McuRecordParams)
1551
+ * [McuStorageParams](https://cloud.tencent.com/document/api/647/44055#McuStorageParams)
1552
+ * [McuTencentVod](https://cloud.tencent.com/document/api/647/44055#McuTencentVod)
1553
+
1554
+
1555
+
1556
+ ## 私有网络(vpc) 版本:2017-03-12
1557
+
1558
+ ### 第 217 次发布
1559
+
1560
+ 发布时间:2024-10-30 02:19:09
1561
+
1562
+ 本次发布包含了以下内容:
1563
+
1564
+ 改善已有的文档。
1565
+
1566
+ 修改接口:
1567
+
1568
+ * [DeleteDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19190)
1569
+
1570
+ * 新增入参:AddressType
1571
+
1572
+ * [DescribeDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19189)
1573
+
1574
+ * 新增入参:AddressType
1575
+
1576
+ * [ReplaceDirectConnectGatewayCcnRoutes](https://cloud.tencent.com/document/api/215/19188)
1577
+
1578
+ * 新增入参:AddressType
1579
+
1580
+
1581
+ 修改数据结构:
1582
+
1583
+ * [DirectConnectGatewayCcnRoute](https://cloud.tencent.com/document/api/215/15824#DirectConnectGatewayCcnRoute)
1584
+
1585
+ * <font color="#dd0000">**修改成员**:</font>RouteId, DestinationCidrBlock, ASPath, Description, UpdateTime
1586
+
1587
+
1588
+ ### 第 216 次发布
1589
+
1590
+ 发布时间:2024-10-29 02:18:19
1591
+
1592
+ 本次发布包含了以下内容:
1593
+
1594
+ 改善已有的文档。
1595
+
1596
+ 新增接口:
1597
+
1598
+ * [ModifyAddressesRenewFlag](https://cloud.tencent.com/document/api/215/111985)
1599
+
1600
+ 修改数据结构:
1601
+
1602
+ * [NatGatewayDestinationIpPortTranslationNatRule](https://cloud.tencent.com/document/api/215/15824#NatGatewayDestinationIpPortTranslationNatRule)
1603
+
1604
+ * <font color="#dd0000">**修改成员**:</font>IpProtocol, Description
1605
+
1606
+
1607
+
1608
+
1609
+ ## Web 应用防火墙(waf) 版本:2018-01-25
1610
+
1611
+ ### 第 98 次发布
1612
+
1613
+ 发布时间:2024-10-25 02:31:29
1614
+
1615
+ 本次发布包含了以下内容:
1616
+
1617
+ 改善已有的文档。
1618
+
1619
+ 新增接口:
1620
+
1621
+ * [ModifyUserSignatureRuleV2](https://cloud.tencent.com/document/api/627/111901)
1622
+
1623
+
1624
+
1625
+ ## 数据开发治理平台 WeData(wedata) 版本:2021-08-20
1626
+
1627
+ ### 第 109 次发布
1628
+
1629
+ 发布时间:2024-10-30 02:23:17
1630
+
1631
+ 本次发布包含了以下内容:
1632
+
1633
+ 改善已有的文档。
1634
+
1635
+ 新增接口:
1636
+
1637
+ * [DescribeDataServicePublishedApiDetail](https://cloud.tencent.com/document/api/1267/112055)
1638
+ * [DescribeDataServicePublishedApiList](https://cloud.tencent.com/document/api/1267/112054)
1639
+
1640
+ 新增数据结构:
1641
+
1642
+ * [DataServicePublishedApiListFilter](https://cloud.tencent.com/document/api/1267/76336#DataServicePublishedApiListFilter)
1643
+ * [DataServiceRequestListOrder](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestListOrder)
1644
+ * [DataServiceRequestParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceRequestParam)
1645
+ * [DataServiceResponseParam](https://cloud.tencent.com/document/api/1267/76336#DataServiceResponseParam)
1646
+ * [DescribeDataServicePublishedApiDetailResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiDetailResp)
1647
+ * [DescribeDataServicePublishedApiListResp](https://cloud.tencent.com/document/api/1267/76336#DescribeDataServicePublishedApiListResp)
1648
+
1649
+
1650
+
1
1651
  # Release 4.0.962
2
1652
 
3
1653
  ## 云防火墙(cfw) 版本:2019-09-04