tencentcloud-sdk-nodejs 4.0.327 → 4.0.330
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.
- package/CHANGELOG.md +139 -0
- package/README.md +3 -1
- package/SERVICE_CHANGELOG.md +163 -126
- package/package.json +1 -1
- package/products.md +13 -13
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +13 -2
- package/src/services/bmeip/v20180625/bmeip_models.ts +3 -3
- package/src/services/cdb/v20170320/cdb_client.ts +1 -1
- package/src/services/cdb/v20170320/cdb_models.ts +3 -3
- package/src/services/clb/v20180317/clb_models.ts +5 -4
- package/src/services/cpdp/v20190820/cpdp_models.ts +3 -3
- package/src/services/dbbrain/v20210527/dbbrain_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_models.ts +12 -0
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +32 -1
- package/src/services/ssa/v20180608/ssa_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +83 -13
- package/src/services/tiia/v20190529/tiia_client.ts +3 -2
- package/src/services/tiia/v20190529/tiia_models.ts +2 -2
- package/src/services/waf/v20180125/waf_client.ts +70 -57
- package/src/services/waf/v20180125/waf_models.ts +1083 -923
- package/tencentcloud/common/abstract_client.d.ts +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +11 -2
- package/tencentcloud/services/bmeip/v20180625/bmeip_models.d.ts +3 -3
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +3 -3
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +5 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +3 -3
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +10 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +27 -1
- package/tencentcloud/services/ssa/v20180608/ssa_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +70 -11
- package/tencentcloud/services/tiia/v20190529/tiia_client.d.ts +3 -2
- package/tencentcloud/services/tiia/v20190529/tiia_client.js +3 -2
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +2 -2
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +5 -1
- package/tencentcloud/services/waf/v20180125/waf_client.js +6 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +936 -805
- package/test/waf.v20180125.test.js +10 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,142 @@
|
|
|
1
|
+
# Release 4.0.330
|
|
2
|
+
|
|
3
|
+
## API网关(apigateway) 版本:2018-08-08
|
|
4
|
+
|
|
5
|
+
### 第 29 次发布
|
|
6
|
+
|
|
7
|
+
发布时间:2022-04-20 06:02:43
|
|
8
|
+
|
|
9
|
+
本次发布包含了以下内容:
|
|
10
|
+
|
|
11
|
+
改善已有的文档。
|
|
12
|
+
|
|
13
|
+
修改接口:
|
|
14
|
+
|
|
15
|
+
* [CreateApi](https://cloud.tencent.com/document/api/628/45243)
|
|
16
|
+
|
|
17
|
+
* 新增入参:Owner
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
修改数据结构:
|
|
21
|
+
|
|
22
|
+
* [ServiceConfig](https://cloud.tencent.com/document/api/628/45244#ServiceConfig)
|
|
23
|
+
|
|
24
|
+
* 新增成员:UpstreamId
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
30
|
+
|
|
31
|
+
### 第 15 次发布
|
|
32
|
+
|
|
33
|
+
发布时间:2022-04-20 06:13:52
|
|
34
|
+
|
|
35
|
+
本次发布包含了以下内容:
|
|
36
|
+
|
|
37
|
+
改善已有的文档。
|
|
38
|
+
|
|
39
|
+
修改数据结构:
|
|
40
|
+
|
|
41
|
+
* [AbnormalProcessChildRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessChildRuleInfo)
|
|
42
|
+
|
|
43
|
+
* 新增成员:RuleLevel
|
|
44
|
+
|
|
45
|
+
* [AbnormalProcessEventDescription](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventDescription)
|
|
46
|
+
|
|
47
|
+
* 新增成员:GroupName
|
|
48
|
+
|
|
49
|
+
* [AbnormalProcessEventInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventInfo)
|
|
50
|
+
|
|
51
|
+
* 新增成员:MatchGroupName, MatchRuleLevel
|
|
52
|
+
|
|
53
|
+
* [AbnormalProcessSystemChildRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessSystemChildRuleInfo)
|
|
54
|
+
|
|
55
|
+
* 新增成员:RuleLevel
|
|
56
|
+
|
|
57
|
+
* [EscapeEventInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventInfo)
|
|
58
|
+
|
|
59
|
+
* 新增成员:NodeIP, HostID
|
|
60
|
+
|
|
61
|
+
* [EscapeRule](https://cloud.tencent.com/document/api/1285/65614#EscapeRule)
|
|
62
|
+
|
|
63
|
+
* 新增成员:Group
|
|
64
|
+
|
|
65
|
+
* [RunTimeEventBaseInfo](https://cloud.tencent.com/document/api/1285/65614#RunTimeEventBaseInfo)
|
|
66
|
+
|
|
67
|
+
* 新增成员:ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
# Release 4.0.329
|
|
73
|
+
|
|
74
|
+
## 文字识别(ocr) 版本:2018-11-19
|
|
75
|
+
|
|
76
|
+
### 第 65 次发布
|
|
77
|
+
|
|
78
|
+
发布时间:2022-04-19 19:47:18
|
|
79
|
+
|
|
80
|
+
本次发布包含了以下内容:
|
|
81
|
+
|
|
82
|
+
改善已有的文档。
|
|
83
|
+
|
|
84
|
+
修改接口:
|
|
85
|
+
|
|
86
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
87
|
+
|
|
88
|
+
* 新增入参:Type
|
|
89
|
+
|
|
90
|
+
* 新增出参:IDNumber, TestingInterval, TestingResult, TestingTime
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
# Release 4.0.328
|
|
96
|
+
|
|
97
|
+
## 云监控(monitor) 版本:2018-07-24
|
|
98
|
+
|
|
99
|
+
### 第 43 次发布
|
|
100
|
+
|
|
101
|
+
发布时间:2022-04-19 06:13:47
|
|
102
|
+
|
|
103
|
+
本次发布包含了以下内容:
|
|
104
|
+
|
|
105
|
+
改善已有的文档。
|
|
106
|
+
|
|
107
|
+
修改数据结构:
|
|
108
|
+
|
|
109
|
+
* [URLNotice](https://cloud.tencent.com/document/api/248/30354#URLNotice)
|
|
110
|
+
|
|
111
|
+
* 新增成员:Weekday
|
|
112
|
+
|
|
113
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
114
|
+
|
|
115
|
+
* 新增成员:Weekday
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
121
|
+
|
|
122
|
+
### 第 7 次发布
|
|
123
|
+
|
|
124
|
+
发布时间:2022-04-19 06:20:51
|
|
125
|
+
|
|
126
|
+
本次发布包含了以下内容:
|
|
127
|
+
|
|
128
|
+
改善已有的文档。
|
|
129
|
+
|
|
130
|
+
新增接口:
|
|
131
|
+
|
|
132
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
133
|
+
|
|
134
|
+
新增数据结构:
|
|
135
|
+
|
|
136
|
+
* [PortItem](https://cloud.tencent.com/document/api/627/53609#PortItem)
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
1
140
|
# Release 4.0.327
|
|
2
141
|
|
|
3
142
|
## DDoS 防护(antiddos) 版本:2020-03-09
|
package/README.md
CHANGED
|
@@ -55,7 +55,9 @@ const clientConfig = {
|
|
|
55
55
|
}
|
|
56
56
|
// 实例化要请求产品(以cvm为例)的client对象
|
|
57
57
|
const client = new CvmClient(clientConfig)
|
|
58
|
-
// 通过client
|
|
58
|
+
// 通过client对象调用想要访问的接口(Action),需要传入请求对象(Params)以及响应回调函数
|
|
59
|
+
// 即:client.Action(Params).then(res => console.log(res), err => console.error(err))
|
|
60
|
+
// 如:查询云服务器可用区列表
|
|
59
61
|
client.DescribeZones().then(
|
|
60
62
|
(data) => {
|
|
61
63
|
console.log(data)
|
package/SERVICE_CHANGELOG.md
CHANGED
|
@@ -1,29 +1,10 @@
|
|
|
1
1
|
# 本版本更新包含以下内容:
|
|
2
2
|
|
|
3
|
-
##
|
|
4
|
-
|
|
5
|
-
### 第 27 次发布
|
|
6
|
-
|
|
7
|
-
发布时间:2022-04-18 06:05:37
|
|
8
|
-
|
|
9
|
-
本次发布包含了以下内容:
|
|
10
|
-
|
|
11
|
-
改善已有的文档。
|
|
12
|
-
|
|
13
|
-
修改数据结构:
|
|
14
|
-
|
|
15
|
-
* [NewL7RuleEntry](https://cloud.tencent.com/document/api/1021/57582#NewL7RuleEntry)
|
|
16
|
-
|
|
17
|
-
* 新增成员:RewriteHttps, ErrCode
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
3
|
+
## API网关(apigateway) 版本:2018-08-08
|
|
21
4
|
|
|
22
|
-
|
|
5
|
+
### 第 29 次发布
|
|
23
6
|
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
发布时间:2022-04-18 06:07:35
|
|
7
|
+
发布时间:2022-04-20 06:02:43
|
|
27
8
|
|
|
28
9
|
本次发布包含了以下内容:
|
|
29
10
|
|
|
@@ -31,29 +12,25 @@
|
|
|
31
12
|
|
|
32
13
|
修改接口:
|
|
33
14
|
|
|
34
|
-
* [
|
|
35
|
-
|
|
36
|
-
* 新增出参:EnableBackupPeriodSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
15
|
+
* [CreateApi](https://cloud.tencent.com/document/api/628/45243)
|
|
37
16
|
|
|
38
|
-
*
|
|
39
|
-
|
|
40
|
-
* 新增入参:EnableBackupPeriodSave, EnableBackupPeriodLongTermSave, BackupPeriodSaveDays, BackupPeriodSaveInterval, BackupPeriodSaveCount, StartBackupPeriodSaveDate
|
|
17
|
+
* 新增入参:Owner
|
|
41
18
|
|
|
42
19
|
|
|
43
20
|
修改数据结构:
|
|
44
21
|
|
|
45
|
-
* [
|
|
22
|
+
* [ServiceConfig](https://cloud.tencent.com/document/api/628/45244#ServiceConfig)
|
|
46
23
|
|
|
47
|
-
* 新增成员:
|
|
24
|
+
* 新增成员:UpstreamId
|
|
48
25
|
|
|
49
26
|
|
|
50
27
|
|
|
51
28
|
|
|
52
|
-
##
|
|
29
|
+
## 容器安全服务(tcss) 版本:2020-11-01
|
|
53
30
|
|
|
54
|
-
### 第
|
|
31
|
+
### 第 15 次发布
|
|
55
32
|
|
|
56
|
-
发布时间:2022-04-
|
|
33
|
+
发布时间:2022-04-20 06:13:52
|
|
57
34
|
|
|
58
35
|
本次发布包含了以下内容:
|
|
59
36
|
|
|
@@ -61,87 +38,34 @@
|
|
|
61
38
|
|
|
62
39
|
修改数据结构:
|
|
63
40
|
|
|
64
|
-
* [
|
|
65
|
-
|
|
66
|
-
* 新增成员:HwPrivateAccess, QnPrivateAccess
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
## 物联网开发平台(iotexplorer) 版本:2019-04-23
|
|
72
|
-
|
|
73
|
-
### 第 44 次发布
|
|
74
|
-
|
|
75
|
-
发布时间:2022-04-18 06:13:51
|
|
76
|
-
|
|
77
|
-
本次发布包含了以下内容:
|
|
78
|
-
|
|
79
|
-
改善已有的文档。
|
|
80
|
-
|
|
81
|
-
新增接口:
|
|
82
|
-
|
|
83
|
-
* [PublishBroadcastMessage](https://cloud.tencent.com/document/api/1081/72633)
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
## 安全运营中心(ssa) 版本:2018-06-08
|
|
88
|
-
|
|
89
|
-
### 第 11 次发布
|
|
90
|
-
|
|
91
|
-
发布时间:2022-04-18 06:17:42
|
|
92
|
-
|
|
93
|
-
本次发布包含了以下内容:
|
|
94
|
-
|
|
95
|
-
改善已有的文档。
|
|
41
|
+
* [AbnormalProcessChildRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessChildRuleInfo)
|
|
96
42
|
|
|
97
|
-
|
|
43
|
+
* 新增成员:RuleLevel
|
|
98
44
|
|
|
99
|
-
* [
|
|
45
|
+
* [AbnormalProcessEventDescription](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventDescription)
|
|
100
46
|
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
* [DescribeSocCheckResultListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckResultListRspRsp)
|
|
104
|
-
* [SocCheckResult](https://cloud.tencent.com/document/api/664/51406#SocCheckResult)
|
|
47
|
+
* 新增成员:GroupName
|
|
105
48
|
|
|
49
|
+
* [AbnormalProcessEventInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventInfo)
|
|
106
50
|
|
|
51
|
+
* 新增成员:MatchGroupName, MatchRuleLevel
|
|
107
52
|
|
|
108
|
-
|
|
53
|
+
* [AbnormalProcessSystemChildRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessSystemChildRuleInfo)
|
|
109
54
|
|
|
110
|
-
|
|
55
|
+
* 新增成员:RuleLevel
|
|
111
56
|
|
|
112
|
-
|
|
57
|
+
* [EscapeEventInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventInfo)
|
|
113
58
|
|
|
114
|
-
|
|
59
|
+
* 新增成员:NodeIP, HostID
|
|
115
60
|
|
|
116
|
-
|
|
61
|
+
* [EscapeRule](https://cloud.tencent.com/document/api/1285/65614#EscapeRule)
|
|
117
62
|
|
|
118
|
-
|
|
63
|
+
* 新增成员:Group
|
|
119
64
|
|
|
120
|
-
* [
|
|
121
|
-
* [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
|
|
122
|
-
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
123
|
-
* [DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)
|
|
124
|
-
* [DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)
|
|
125
|
-
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
126
|
-
* [DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)
|
|
127
|
-
* [DescribeWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72643)
|
|
128
|
-
* [DescribeWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72642)
|
|
129
|
-
* [DescribeWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72641)
|
|
130
|
-
* [ModifyDomainWhiteRule](https://cloud.tencent.com/document/api/627/72640)
|
|
131
|
-
* [ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)
|
|
132
|
-
* [ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)
|
|
133
|
-
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
134
|
-
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
65
|
+
* [RunTimeEventBaseInfo](https://cloud.tencent.com/document/api/1285/65614#RunTimeEventBaseInfo)
|
|
135
66
|
|
|
136
|
-
|
|
67
|
+
* 新增成员:ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc
|
|
137
68
|
|
|
138
|
-
* [AutoDenyDetail](https://cloud.tencent.com/document/api/627/53609#AutoDenyDetail)
|
|
139
|
-
* [IpAccessControlData](https://cloud.tencent.com/document/api/627/53609#IpAccessControlData)
|
|
140
|
-
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
141
|
-
* [IpHitItem](https://cloud.tencent.com/document/api/627/53609#IpHitItem)
|
|
142
|
-
* [IpHitItemsData](https://cloud.tencent.com/document/api/627/53609#IpHitItemsData)
|
|
143
|
-
* [RuleList](https://cloud.tencent.com/document/api/627/53609#RuleList)
|
|
144
|
-
* [WafThreatenIntelligenceDetails](https://cloud.tencent.com/document/api/627/53609#WafThreatenIntelligenceDetails)
|
|
145
69
|
|
|
146
70
|
|
|
147
71
|
|
|
@@ -2218,6 +2142,28 @@
|
|
|
2218
2142
|
|
|
2219
2143
|
## API网关(apigateway) 版本:2018-08-08
|
|
2220
2144
|
|
|
2145
|
+
### 第 29 次发布
|
|
2146
|
+
|
|
2147
|
+
发布时间:2022-04-20 06:02:43
|
|
2148
|
+
|
|
2149
|
+
本次发布包含了以下内容:
|
|
2150
|
+
|
|
2151
|
+
改善已有的文档。
|
|
2152
|
+
|
|
2153
|
+
修改接口:
|
|
2154
|
+
|
|
2155
|
+
* [CreateApi](https://cloud.tencent.com/document/api/628/45243)
|
|
2156
|
+
|
|
2157
|
+
* 新增入参:Owner
|
|
2158
|
+
|
|
2159
|
+
|
|
2160
|
+
修改数据结构:
|
|
2161
|
+
|
|
2162
|
+
* [ServiceConfig](https://cloud.tencent.com/document/api/628/45244#ServiceConfig)
|
|
2163
|
+
|
|
2164
|
+
* 新增成员:UpstreamId
|
|
2165
|
+
|
|
2166
|
+
|
|
2221
2167
|
### 第 28 次发布
|
|
2222
2168
|
|
|
2223
2169
|
发布时间:2022-03-17 08:01:42
|
|
@@ -38562,7 +38508,7 @@
|
|
|
38562
38508
|
|
|
38563
38509
|
新增接口:
|
|
38564
38510
|
|
|
38565
|
-
* [
|
|
38511
|
+
* [PublishBroadcastMessage](https://cloud.tencent.com/document/api/1081/72633)
|
|
38566
38512
|
|
|
38567
38513
|
### 第 43 次发布
|
|
38568
38514
|
|
|
@@ -45073,6 +45019,25 @@
|
|
|
45073
45019
|
|
|
45074
45020
|
## 云监控(monitor) 版本:2018-07-24
|
|
45075
45021
|
|
|
45022
|
+
### 第 43 次发布
|
|
45023
|
+
|
|
45024
|
+
发布时间:2022-04-19 06:13:47
|
|
45025
|
+
|
|
45026
|
+
本次发布包含了以下内容:
|
|
45027
|
+
|
|
45028
|
+
改善已有的文档。
|
|
45029
|
+
|
|
45030
|
+
修改数据结构:
|
|
45031
|
+
|
|
45032
|
+
* [URLNotice](https://cloud.tencent.com/document/api/248/30354#URLNotice)
|
|
45033
|
+
|
|
45034
|
+
* 新增成员:Weekday
|
|
45035
|
+
|
|
45036
|
+
* [UserNotice](https://cloud.tencent.com/document/api/248/30354#UserNotice)
|
|
45037
|
+
|
|
45038
|
+
* 新增成员:Weekday
|
|
45039
|
+
|
|
45040
|
+
|
|
45076
45041
|
### 第 42 次发布
|
|
45077
45042
|
|
|
45078
45043
|
发布时间:2022-03-18 08:14:49
|
|
@@ -48414,6 +48379,23 @@
|
|
|
48414
48379
|
|
|
48415
48380
|
## 文字识别(ocr) 版本:2018-11-19
|
|
48416
48381
|
|
|
48382
|
+
### 第 65 次发布
|
|
48383
|
+
|
|
48384
|
+
发布时间:2022-04-19 19:47:18
|
|
48385
|
+
|
|
48386
|
+
本次发布包含了以下内容:
|
|
48387
|
+
|
|
48388
|
+
改善已有的文档。
|
|
48389
|
+
|
|
48390
|
+
修改接口:
|
|
48391
|
+
|
|
48392
|
+
* [RecognizeHealthCodeOCR](https://cloud.tencent.com/document/api/866/68580)
|
|
48393
|
+
|
|
48394
|
+
* 新增入参:Type
|
|
48395
|
+
|
|
48396
|
+
* 新增出参:IDNumber, TestingInterval, TestingResult, TestingTime
|
|
48397
|
+
|
|
48398
|
+
|
|
48417
48399
|
### 第 64 次发布
|
|
48418
48400
|
|
|
48419
48401
|
发布时间:2022-03-24 17:13:23
|
|
@@ -55025,12 +55007,12 @@
|
|
|
55025
55007
|
|
|
55026
55008
|
新增接口:
|
|
55027
55009
|
|
|
55028
|
-
* [
|
|
55010
|
+
* [DescribeSocCheckResultList](https://cloud.tencent.com/document/api/664/72634)
|
|
55029
55011
|
|
|
55030
55012
|
新增数据结构:
|
|
55031
55013
|
|
|
55032
|
-
* [
|
|
55033
|
-
* [
|
|
55014
|
+
* [DescribeSocCheckResultListRspRsp](https://cloud.tencent.com/document/api/664/51406#DescribeSocCheckResultListRspRsp)
|
|
55015
|
+
* [SocCheckResult](https://cloud.tencent.com/document/api/664/51406#SocCheckResult)
|
|
55034
55016
|
|
|
55035
55017
|
### 第 10 次发布
|
|
55036
55018
|
|
|
@@ -60312,6 +60294,45 @@
|
|
|
60312
60294
|
|
|
60313
60295
|
## 容器安全服务(tcss) 版本:2020-11-01
|
|
60314
60296
|
|
|
60297
|
+
### 第 15 次发布
|
|
60298
|
+
|
|
60299
|
+
发布时间:2022-04-20 06:13:52
|
|
60300
|
+
|
|
60301
|
+
本次发布包含了以下内容:
|
|
60302
|
+
|
|
60303
|
+
改善已有的文档。
|
|
60304
|
+
|
|
60305
|
+
修改数据结构:
|
|
60306
|
+
|
|
60307
|
+
* [AbnormalProcessChildRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessChildRuleInfo)
|
|
60308
|
+
|
|
60309
|
+
* 新增成员:RuleLevel
|
|
60310
|
+
|
|
60311
|
+
* [AbnormalProcessEventDescription](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventDescription)
|
|
60312
|
+
|
|
60313
|
+
* 新增成员:GroupName
|
|
60314
|
+
|
|
60315
|
+
* [AbnormalProcessEventInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessEventInfo)
|
|
60316
|
+
|
|
60317
|
+
* 新增成员:MatchGroupName, MatchRuleLevel
|
|
60318
|
+
|
|
60319
|
+
* [AbnormalProcessSystemChildRuleInfo](https://cloud.tencent.com/document/api/1285/65614#AbnormalProcessSystemChildRuleInfo)
|
|
60320
|
+
|
|
60321
|
+
* 新增成员:RuleLevel
|
|
60322
|
+
|
|
60323
|
+
* [EscapeEventInfo](https://cloud.tencent.com/document/api/1285/65614#EscapeEventInfo)
|
|
60324
|
+
|
|
60325
|
+
* 新增成员:NodeIP, HostID
|
|
60326
|
+
|
|
60327
|
+
* [EscapeRule](https://cloud.tencent.com/document/api/1285/65614#EscapeRule)
|
|
60328
|
+
|
|
60329
|
+
* 新增成员:Group
|
|
60330
|
+
|
|
60331
|
+
* [RunTimeEventBaseInfo](https://cloud.tencent.com/document/api/1285/65614#RunTimeEventBaseInfo)
|
|
60332
|
+
|
|
60333
|
+
* 新增成员:ContainerNetStatus, ContainerNetSubStatus, ContainerIsolateOperationSrc
|
|
60334
|
+
|
|
60335
|
+
|
|
60315
60336
|
### 第 14 次发布
|
|
60316
60337
|
|
|
60317
60338
|
发布时间:2022-04-12 06:21:48
|
|
@@ -75117,6 +75138,22 @@
|
|
|
75117
75138
|
|
|
75118
75139
|
## Web 应用防火墙(waf) 版本:2018-01-25
|
|
75119
75140
|
|
|
75141
|
+
### 第 7 次发布
|
|
75142
|
+
|
|
75143
|
+
发布时间:2022-04-19 06:20:51
|
|
75144
|
+
|
|
75145
|
+
本次发布包含了以下内容:
|
|
75146
|
+
|
|
75147
|
+
改善已有的文档。
|
|
75148
|
+
|
|
75149
|
+
新增接口:
|
|
75150
|
+
|
|
75151
|
+
* [AddSpartaProtection](https://cloud.tencent.com/document/api/627/72689)
|
|
75152
|
+
|
|
75153
|
+
新增数据结构:
|
|
75154
|
+
|
|
75155
|
+
* [PortItem](https://cloud.tencent.com/document/api/627/53609#PortItem)
|
|
75156
|
+
|
|
75120
75157
|
### 第 6 次发布
|
|
75121
75158
|
|
|
75122
75159
|
发布时间:2022-04-18 06:22:13
|
|
@@ -75127,31 +75164,31 @@
|
|
|
75127
75164
|
|
|
75128
75165
|
新增接口:
|
|
75129
75166
|
|
|
75130
|
-
* [
|
|
75131
|
-
* [
|
|
75132
|
-
* [
|
|
75133
|
-
* [
|
|
75134
|
-
* [
|
|
75135
|
-
* [
|
|
75136
|
-
* [
|
|
75137
|
-
* [
|
|
75138
|
-
* [
|
|
75139
|
-
* [
|
|
75140
|
-
* [
|
|
75141
|
-
* [
|
|
75142
|
-
* [
|
|
75143
|
-
* [
|
|
75144
|
-
* [
|
|
75167
|
+
* [AddDomainWhiteRule](https://cloud.tencent.com/document/api/627/72650)
|
|
75168
|
+
* [DeleteDomainWhiteRules](https://cloud.tencent.com/document/api/627/72649)
|
|
75169
|
+
* [DeleteIpAccessControl](https://cloud.tencent.com/document/api/627/72648)
|
|
75170
|
+
* [DescribeAutoDenyIP](https://cloud.tencent.com/document/api/627/72647)
|
|
75171
|
+
* [DescribeDomainWhiteRules](https://cloud.tencent.com/document/api/627/72646)
|
|
75172
|
+
* [DescribeIpAccessControl](https://cloud.tencent.com/document/api/627/72645)
|
|
75173
|
+
* [DescribeIpHitItems](https://cloud.tencent.com/document/api/627/72644)
|
|
75174
|
+
* [DescribeWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72643)
|
|
75175
|
+
* [DescribeWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72642)
|
|
75176
|
+
* [DescribeWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72641)
|
|
75177
|
+
* [ModifyDomainWhiteRule](https://cloud.tencent.com/document/api/627/72640)
|
|
75178
|
+
* [ModifyWafAutoDenyRules](https://cloud.tencent.com/document/api/627/72639)
|
|
75179
|
+
* [ModifyWafAutoDenyStatus](https://cloud.tencent.com/document/api/627/72638)
|
|
75180
|
+
* [ModifyWafThreatenIntelligence](https://cloud.tencent.com/document/api/627/72637)
|
|
75181
|
+
* [UpsertIpAccessControl](https://cloud.tencent.com/document/api/627/72636)
|
|
75145
75182
|
|
|
75146
75183
|
新增数据结构:
|
|
75147
75184
|
|
|
75148
|
-
* [
|
|
75149
|
-
* [
|
|
75150
|
-
* [
|
|
75151
|
-
* [
|
|
75152
|
-
* [
|
|
75153
|
-
* [
|
|
75154
|
-
* [
|
|
75185
|
+
* [AutoDenyDetail](https://cloud.tencent.com/document/api/627/53609#AutoDenyDetail)
|
|
75186
|
+
* [IpAccessControlData](https://cloud.tencent.com/document/api/627/53609#IpAccessControlData)
|
|
75187
|
+
* [IpAccessControlItem](https://cloud.tencent.com/document/api/627/53609#IpAccessControlItem)
|
|
75188
|
+
* [IpHitItem](https://cloud.tencent.com/document/api/627/53609#IpHitItem)
|
|
75189
|
+
* [IpHitItemsData](https://cloud.tencent.com/document/api/627/53609#IpHitItemsData)
|
|
75190
|
+
* [RuleList](https://cloud.tencent.com/document/api/627/53609#RuleList)
|
|
75191
|
+
* [WafThreatenIntelligenceDetails](https://cloud.tencent.com/document/api/627/53609#WafThreatenIntelligenceDetails)
|
|
75155
75192
|
|
|
75156
75193
|
### 第 5 次发布
|
|
75157
75194
|
|