tencentcloud-sdk-nodejs-teo 4.0.634 → 4.0.636
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 +509 -0
- package/SERVICE_CHANGELOG.md +615 -53
- package/package.json +1 -1
- package/products.md +26 -26
- package/src/services/teo/v20220901/teo_client.ts +462 -790
- package/src/services/teo/v20220901/teo_models.ts +533 -2272
- package/tencentcloud/services/teo/v20220901/teo_client.d.ts +121 -223
- package/tencentcloud/services/teo/v20220901/teo_client.js +179 -333
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +576 -2245
|
@@ -28,172 +28,180 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
28
28
|
super("teo.tencentcloudapi.com", "2022-09-01", clientConfig);
|
|
29
29
|
}
|
|
30
30
|
/**
|
|
31
|
-
*
|
|
31
|
+
* 修改应用代理规则
|
|
32
32
|
*/
|
|
33
|
-
async
|
|
34
|
-
return this.request("
|
|
33
|
+
async ModifyApplicationProxyRule(req, cb) {
|
|
34
|
+
return this.request("ModifyApplicationProxyRule", req, cb);
|
|
35
35
|
}
|
|
36
36
|
/**
|
|
37
|
-
*
|
|
37
|
+
* 删除源站组
|
|
38
38
|
*/
|
|
39
|
-
async
|
|
40
|
-
return this.request("
|
|
39
|
+
async DeleteOriginGroup(req, cb) {
|
|
40
|
+
return this.request("DeleteOriginGroup", req, cb);
|
|
41
41
|
}
|
|
42
42
|
/**
|
|
43
|
-
*
|
|
43
|
+
* 删除站点。
|
|
44
44
|
*/
|
|
45
|
-
async
|
|
46
|
-
return this.request("
|
|
45
|
+
async DeleteZone(req, cb) {
|
|
46
|
+
return this.request("DeleteZone", req, cb);
|
|
47
47
|
}
|
|
48
48
|
/**
|
|
49
|
-
|
|
49
|
+
* 当源站资源更新,但节点缓存 TTL 未过期时,用户仍会访问到旧的资源,此时可以通过该接口实现节点资源更新。触发更新的方法有以下两种:<li>直接删除:不做任何校验,直接删除节点缓存,用户请求时触发回源拉取;</li><li>标记过期:将节点资源置为过期,用户请求时触发回源校验,即发送带有 If-None-Match 和 If-Modified-Since 头部的 HTTP 条件请求。若源站响应 200,则节点会回源拉取新的资源并更新缓存;若源站响应 304,则节点不会更新缓存;</li>
|
|
50
|
+
|
|
51
|
+
清除缓存任务详情请查看[清除缓存](https://cloud.tencent.com/document/product/1552/70759)。</li>
|
|
52
|
+
*/
|
|
53
|
+
async CreatePurgeTask(req, cb) {
|
|
54
|
+
return this.request("CreatePurgeTask", req, cb);
|
|
55
|
+
}
|
|
56
|
+
/**
|
|
57
|
+
* 创建源站组
|
|
50
58
|
*/
|
|
51
|
-
async
|
|
52
|
-
return this.request("
|
|
59
|
+
async CreateOriginGroup(req, cb) {
|
|
60
|
+
return this.request("CreateOriginGroup", req, cb);
|
|
53
61
|
}
|
|
54
62
|
/**
|
|
55
|
-
*
|
|
63
|
+
* 创建安全 IP 组
|
|
56
64
|
*/
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
65
|
+
async CreateSecurityIPGroup(req, cb) {
|
|
66
|
+
return this.request("CreateSecurityIPGroup", req, cb);
|
|
59
67
|
}
|
|
60
68
|
/**
|
|
61
|
-
*
|
|
69
|
+
* 查询清除缓存历史记录
|
|
62
70
|
*/
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
71
|
+
async DescribePurgeTasks(req, cb) {
|
|
72
|
+
return this.request("DescribePurgeTasks", req, cb);
|
|
65
73
|
}
|
|
66
74
|
/**
|
|
67
|
-
*
|
|
75
|
+
* 用于修改站点配置
|
|
68
76
|
*/
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
77
|
+
async ModifyZoneSetting(req, cb) {
|
|
78
|
+
return this.request("ModifyZoneSetting", req, cb);
|
|
71
79
|
}
|
|
72
80
|
/**
|
|
73
|
-
*
|
|
81
|
+
* 本接口(DescribeTimingL7CacheData)用于查询七层缓存分析时序类流量数据。
|
|
74
82
|
*/
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
83
|
+
async DescribeTimingL7CacheData(req, cb) {
|
|
84
|
+
return this.request("DescribeTimingL7CacheData", req, cb);
|
|
77
85
|
}
|
|
78
86
|
/**
|
|
79
|
-
*
|
|
87
|
+
* 批量删除加速域名
|
|
80
88
|
*/
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
89
|
+
async DeleteAccelerationDomains(req, cb) {
|
|
90
|
+
return this.request("DeleteAccelerationDomains", req, cb);
|
|
83
91
|
}
|
|
84
92
|
/**
|
|
85
|
-
*
|
|
93
|
+
* 用于修改域名证书
|
|
86
94
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
95
|
+
async ModifyHostsCertificate(req, cb) {
|
|
96
|
+
return this.request("ModifyHostsCertificate", req, cb);
|
|
89
97
|
}
|
|
90
98
|
/**
|
|
91
|
-
*
|
|
99
|
+
* 规则引擎创建规则。
|
|
92
100
|
*/
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
101
|
+
async CreateRule(req, cb) {
|
|
102
|
+
return this.request("CreateRule", req, cb);
|
|
95
103
|
}
|
|
96
104
|
/**
|
|
97
|
-
*
|
|
105
|
+
* 为未购买套餐的站点购买套餐
|
|
98
106
|
*/
|
|
99
|
-
async
|
|
100
|
-
return this.request("
|
|
107
|
+
async CreatePlanForZone(req, cb) {
|
|
108
|
+
return this.request("CreatePlanForZone", req, cb);
|
|
101
109
|
}
|
|
102
110
|
/**
|
|
103
|
-
*
|
|
111
|
+
* 查询内容管理接口配额
|
|
104
112
|
*/
|
|
105
|
-
async
|
|
106
|
-
return this.request("
|
|
113
|
+
async DescribeContentQuota(req, cb) {
|
|
114
|
+
return this.request("DescribeContentQuota", req, cb);
|
|
107
115
|
}
|
|
108
116
|
/**
|
|
109
|
-
*
|
|
117
|
+
* 修改应用代理
|
|
110
118
|
*/
|
|
111
|
-
async
|
|
112
|
-
return this.request("
|
|
119
|
+
async ModifyApplicationProxy(req, cb) {
|
|
120
|
+
return this.request("ModifyApplicationProxy", req, cb);
|
|
113
121
|
}
|
|
114
122
|
/**
|
|
115
|
-
*
|
|
123
|
+
* 查询站点的验证信息。
|
|
116
124
|
*/
|
|
117
|
-
async
|
|
118
|
-
return this.request("
|
|
125
|
+
async DescribeIdentifications(req, cb) {
|
|
126
|
+
return this.request("DescribeIdentifications", req, cb);
|
|
119
127
|
}
|
|
120
128
|
/**
|
|
121
|
-
*
|
|
129
|
+
* 用于用户接入新的站点。
|
|
122
130
|
*/
|
|
123
|
-
async
|
|
124
|
-
return this.request("
|
|
131
|
+
async CreateZone(req, cb) {
|
|
132
|
+
return this.request("CreateZone", req, cb);
|
|
125
133
|
}
|
|
126
134
|
/**
|
|
127
|
-
*
|
|
135
|
+
* 修改站点信息。
|
|
128
136
|
*/
|
|
129
|
-
async
|
|
130
|
-
return this.request("
|
|
137
|
+
async ModifyZone(req, cb) {
|
|
138
|
+
return this.request("ModifyZone", req, cb);
|
|
131
139
|
}
|
|
132
140
|
/**
|
|
133
|
-
*
|
|
141
|
+
* 用于查询域名配置信息
|
|
134
142
|
*/
|
|
135
|
-
async
|
|
136
|
-
return this.request("
|
|
143
|
+
async DescribeHostsSetting(req, cb) {
|
|
144
|
+
return this.request("DescribeHostsSetting", req, cb);
|
|
137
145
|
}
|
|
138
146
|
/**
|
|
139
|
-
*
|
|
147
|
+
* 查询当前账户可用套餐信息列表
|
|
140
148
|
*/
|
|
141
|
-
async
|
|
142
|
-
return this.request("
|
|
149
|
+
async DescribeAvailablePlans(req, cb) {
|
|
150
|
+
return this.request("DescribeAvailablePlans", req, cb);
|
|
143
151
|
}
|
|
144
152
|
/**
|
|
145
|
-
*
|
|
153
|
+
* 用于验证站点所有权。
|
|
146
154
|
*/
|
|
147
|
-
async
|
|
148
|
-
return this.request("
|
|
155
|
+
async IdentifyZone(req, cb) {
|
|
156
|
+
return this.request("IdentifyZone", req, cb);
|
|
149
157
|
}
|
|
150
158
|
/**
|
|
151
|
-
*
|
|
159
|
+
* 查询源站防护信息
|
|
152
160
|
*/
|
|
153
|
-
async
|
|
154
|
-
return this.request("
|
|
161
|
+
async DescribeOriginProtection(req, cb) {
|
|
162
|
+
return this.request("DescribeOriginProtection", req, cb);
|
|
155
163
|
}
|
|
156
164
|
/**
|
|
157
|
-
*
|
|
165
|
+
* 查询默认证书列表
|
|
158
166
|
*/
|
|
159
|
-
async
|
|
160
|
-
return this.request("
|
|
167
|
+
async DescribeDefaultCertificates(req, cb) {
|
|
168
|
+
return this.request("DescribeDefaultCertificates", req, cb);
|
|
161
169
|
}
|
|
162
170
|
/**
|
|
163
|
-
*
|
|
171
|
+
* 用于查询站点的所有配置信息。
|
|
164
172
|
*/
|
|
165
|
-
async
|
|
166
|
-
return this.request("
|
|
173
|
+
async DescribeZoneSetting(req, cb) {
|
|
174
|
+
return this.request("DescribeZoneSetting", req, cb);
|
|
167
175
|
}
|
|
168
176
|
/**
|
|
169
|
-
*
|
|
177
|
+
* 返回规则引擎可应用匹配请求的设置列表及其详细建议配置信息
|
|
170
178
|
*/
|
|
171
|
-
async
|
|
172
|
-
return this.request("
|
|
179
|
+
async DescribeRulesSetting(req, cb) {
|
|
180
|
+
return this.request("DescribeRulesSetting", req, cb);
|
|
173
181
|
}
|
|
174
182
|
/**
|
|
175
|
-
*
|
|
183
|
+
* 查询加速域名列表,支持搜索、分页、排序、过滤。
|
|
176
184
|
*/
|
|
177
|
-
async
|
|
178
|
-
return this.request("
|
|
185
|
+
async DescribeAccelerationDomains(req, cb) {
|
|
186
|
+
return this.request("DescribeAccelerationDomains", req, cb);
|
|
179
187
|
}
|
|
180
188
|
/**
|
|
181
|
-
*
|
|
189
|
+
* 修改源站组
|
|
182
190
|
*/
|
|
183
|
-
async
|
|
184
|
-
return this.request("
|
|
191
|
+
async ModifyOriginGroup(req, cb) {
|
|
192
|
+
return this.request("ModifyOriginGroup", req, cb);
|
|
185
193
|
}
|
|
186
194
|
/**
|
|
187
|
-
*
|
|
195
|
+
* 删除指定 IP 组,如果有规则引用了 IP 组情况,则不允许删除。
|
|
188
196
|
*/
|
|
189
|
-
async
|
|
190
|
-
return this.request("
|
|
197
|
+
async DeleteSecurityIPGroup(req, cb) {
|
|
198
|
+
return this.request("DeleteSecurityIPGroup", req, cb);
|
|
191
199
|
}
|
|
192
200
|
/**
|
|
193
|
-
*
|
|
201
|
+
* 创建应用代理规则
|
|
194
202
|
*/
|
|
195
|
-
async
|
|
196
|
-
return this.request("
|
|
203
|
+
async CreateApplicationProxyRule(req, cb) {
|
|
204
|
+
return this.request("CreateApplicationProxyRule", req, cb);
|
|
197
205
|
}
|
|
198
206
|
/**
|
|
199
207
|
* 查询预热任务状态
|
|
@@ -202,40 +210,28 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
202
210
|
return this.request("DescribePrefetchTasks", req, cb);
|
|
203
211
|
}
|
|
204
212
|
/**
|
|
205
|
-
*
|
|
206
|
-
*/
|
|
207
|
-
async DeleteOriginGroup(req, cb) {
|
|
208
|
-
return this.request("DeleteOriginGroup", req, cb);
|
|
209
|
-
}
|
|
210
|
-
/**
|
|
211
|
-
* 更新源站防护IP白名单
|
|
212
|
-
*/
|
|
213
|
-
async UpdateOriginProtectionIPWhitelist(req, cb) {
|
|
214
|
-
return this.request("UpdateOriginProtectionIPWhitelist", req, cb);
|
|
215
|
-
}
|
|
216
|
-
/**
|
|
217
|
-
* 创建安全 IP 组
|
|
213
|
+
* 用户查询用户站点信息列表,支持分页。
|
|
218
214
|
*/
|
|
219
|
-
async
|
|
220
|
-
return this.request("
|
|
215
|
+
async DescribeZones(req, cb) {
|
|
216
|
+
return this.request("DescribeZones", req, cb);
|
|
221
217
|
}
|
|
222
218
|
/**
|
|
223
|
-
*
|
|
219
|
+
* 本接口(DescribeDDoSAttackTopData)用于查询DDoS攻击Top数据。
|
|
224
220
|
*/
|
|
225
|
-
async
|
|
226
|
-
return this.request("
|
|
221
|
+
async DescribeDDoSAttackTopData(req, cb) {
|
|
222
|
+
return this.request("DescribeDDoSAttackTopData", req, cb);
|
|
227
223
|
}
|
|
228
224
|
/**
|
|
229
|
-
*
|
|
225
|
+
* 删除应用代理
|
|
230
226
|
*/
|
|
231
|
-
async
|
|
232
|
-
return this.request("
|
|
227
|
+
async DeleteApplicationProxy(req, cb) {
|
|
228
|
+
return this.request("DeleteApplicationProxy", req, cb);
|
|
233
229
|
}
|
|
234
230
|
/**
|
|
235
|
-
* 本接口(
|
|
231
|
+
* 本接口(DescribeTopL7CacheData)用于查询七层缓存分析topN流量数据。
|
|
236
232
|
*/
|
|
237
|
-
async
|
|
238
|
-
return this.request("
|
|
233
|
+
async DescribeTopL7CacheData(req, cb) {
|
|
234
|
+
return this.request("DescribeTopL7CacheData", req, cb);
|
|
239
235
|
}
|
|
240
236
|
/**
|
|
241
237
|
* 创建别称域名。
|
|
@@ -244,10 +240,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
244
240
|
return this.request("CreateAliasDomain", req, cb);
|
|
245
241
|
}
|
|
246
242
|
/**
|
|
247
|
-
*
|
|
243
|
+
* 用于开启,关闭站点。
|
|
248
244
|
*/
|
|
249
|
-
async
|
|
250
|
-
return this.request("
|
|
245
|
+
async ModifyZoneStatus(req, cb) {
|
|
246
|
+
return this.request("ModifyZoneStatus", req, cb);
|
|
251
247
|
}
|
|
252
248
|
/**
|
|
253
249
|
* 修改别称域名状态。
|
|
@@ -256,148 +252,118 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
256
252
|
return this.request("ModifyAliasDomainStatus", req, cb);
|
|
257
253
|
}
|
|
258
254
|
/**
|
|
259
|
-
* 本接口(
|
|
260
|
-
*/
|
|
261
|
-
async DescribeTopL7CacheData(req, cb) {
|
|
262
|
-
return this.request("DescribeTopL7CacheData", req, cb);
|
|
263
|
-
}
|
|
264
|
-
/**
|
|
265
|
-
* 本接口(DescribeTimingL4Data)用于查询四层时序流量数据列表。
|
|
266
|
-
*/
|
|
267
|
-
async DescribeTimingL4Data(req, cb) {
|
|
268
|
-
return this.request("DescribeTimingL4Data", req, cb);
|
|
269
|
-
}
|
|
270
|
-
/**
|
|
271
|
-
* 修改规则引擎规则。
|
|
272
|
-
*/
|
|
273
|
-
async ModifyRule(req, cb) {
|
|
274
|
-
return this.request("ModifyRule", req, cb);
|
|
275
|
-
}
|
|
276
|
-
/**
|
|
277
|
-
* 本接口(DescribeTopL7AnalysisData)用于查询七层流量前topN的数据。
|
|
278
|
-
*/
|
|
279
|
-
async DescribeTopL7AnalysisData(req, cb) {
|
|
280
|
-
return this.request("DescribeTopL7AnalysisData", req, cb);
|
|
281
|
-
}
|
|
282
|
-
/**
|
|
283
|
-
* 修改Web&Bot安全配置。
|
|
284
|
-
*/
|
|
285
|
-
async ModifySecurityPolicy(req, cb) {
|
|
286
|
-
return this.request("ModifySecurityPolicy", req, cb);
|
|
287
|
-
}
|
|
288
|
-
/**
|
|
289
|
-
* 修改规则引擎规则优先级
|
|
255
|
+
* 本接口(DownloadL7Logs)下载七层离线日志。
|
|
290
256
|
*/
|
|
291
|
-
async
|
|
292
|
-
return this.request("
|
|
257
|
+
async DownloadL7Logs(req, cb) {
|
|
258
|
+
return this.request("DownloadL7Logs", req, cb);
|
|
293
259
|
}
|
|
294
260
|
/**
|
|
295
|
-
*
|
|
261
|
+
* 删除应用代理规则
|
|
296
262
|
*/
|
|
297
|
-
async
|
|
298
|
-
return this.request("
|
|
263
|
+
async DeleteApplicationProxyRule(req, cb) {
|
|
264
|
+
return this.request("DeleteApplicationProxyRule", req, cb);
|
|
299
265
|
}
|
|
300
266
|
/**
|
|
301
|
-
*
|
|
267
|
+
* 校验域名 CNAME 状态
|
|
302
268
|
*/
|
|
303
|
-
async
|
|
304
|
-
return this.request("
|
|
269
|
+
async CheckCnameStatus(req, cb) {
|
|
270
|
+
return this.request("CheckCnameStatus", req, cb);
|
|
305
271
|
}
|
|
306
272
|
/**
|
|
307
|
-
*
|
|
273
|
+
* 批量删除规则引擎规则。
|
|
308
274
|
*/
|
|
309
|
-
async
|
|
310
|
-
return this.request("
|
|
275
|
+
async DeleteRules(req, cb) {
|
|
276
|
+
return this.request("DeleteRules", req, cb);
|
|
311
277
|
}
|
|
312
278
|
/**
|
|
313
|
-
*
|
|
279
|
+
* 本接口(DescribeTimingL4Data)用于查询四层时序流量数据列表。
|
|
314
280
|
*/
|
|
315
|
-
async
|
|
316
|
-
return this.request("
|
|
281
|
+
async DescribeTimingL4Data(req, cb) {
|
|
282
|
+
return this.request("DescribeTimingL4Data", req, cb);
|
|
317
283
|
}
|
|
318
284
|
/**
|
|
319
|
-
*
|
|
285
|
+
* 批量修改加速域名状态
|
|
320
286
|
*/
|
|
321
|
-
async
|
|
322
|
-
return this.request("
|
|
287
|
+
async ModifyAccelerationDomainStatuses(req, cb) {
|
|
288
|
+
return this.request("ModifyAccelerationDomainStatuses", req, cb);
|
|
323
289
|
}
|
|
324
290
|
/**
|
|
325
|
-
*
|
|
291
|
+
* 修改规则引擎规则。
|
|
326
292
|
*/
|
|
327
|
-
async
|
|
328
|
-
return this.request("
|
|
293
|
+
async ModifyRule(req, cb) {
|
|
294
|
+
return this.request("ModifyRule", req, cb);
|
|
329
295
|
}
|
|
330
296
|
/**
|
|
331
|
-
* 本接口(
|
|
297
|
+
* 本接口(DescribeTopL7AnalysisData)用于查询七层流量前topN的数据。
|
|
332
298
|
*/
|
|
333
|
-
async
|
|
334
|
-
return this.request("
|
|
299
|
+
async DescribeTopL7AnalysisData(req, cb) {
|
|
300
|
+
return this.request("DescribeTopL7AnalysisData", req, cb);
|
|
335
301
|
}
|
|
336
302
|
/**
|
|
337
|
-
* 本接口(
|
|
303
|
+
* 本接口(DescribeDDoSAttackData)用于查询DDoS攻击时序数据。
|
|
338
304
|
*/
|
|
339
|
-
async
|
|
340
|
-
return this.request("
|
|
305
|
+
async DescribeDDoSAttackData(req, cb) {
|
|
306
|
+
return this.request("DescribeDDoSAttackData", req, cb);
|
|
341
307
|
}
|
|
342
308
|
/**
|
|
343
|
-
*
|
|
309
|
+
* 本接口(DescribeDDoSAttackEvent)用于查询DDoS攻击事件列表。
|
|
344
310
|
*/
|
|
345
|
-
async
|
|
346
|
-
return this.request("
|
|
311
|
+
async DescribeDDoSAttackEvent(req, cb) {
|
|
312
|
+
return this.request("DescribeDDoSAttackEvent", req, cb);
|
|
347
313
|
}
|
|
348
314
|
/**
|
|
349
|
-
*
|
|
315
|
+
* 修改Web&Bot安全配置。
|
|
350
316
|
*/
|
|
351
|
-
async
|
|
352
|
-
return this.request("
|
|
317
|
+
async ModifySecurityPolicy(req, cb) {
|
|
318
|
+
return this.request("ModifySecurityPolicy", req, cb);
|
|
353
319
|
}
|
|
354
320
|
/**
|
|
355
|
-
*
|
|
321
|
+
* 本接口(DownloadL4Logs)用于下载四层离线日志。
|
|
356
322
|
*/
|
|
357
|
-
async
|
|
358
|
-
return this.request("
|
|
323
|
+
async DownloadL4Logs(req, cb) {
|
|
324
|
+
return this.request("DownloadL4Logs", req, cb);
|
|
359
325
|
}
|
|
360
326
|
/**
|
|
361
|
-
*
|
|
327
|
+
* 创建预热任务
|
|
362
328
|
*/
|
|
363
|
-
async
|
|
364
|
-
return this.request("
|
|
329
|
+
async CreatePrefetchTask(req, cb) {
|
|
330
|
+
return this.request("CreatePrefetchTask", req, cb);
|
|
365
331
|
}
|
|
366
332
|
/**
|
|
367
|
-
*
|
|
333
|
+
* 删除别称域名。
|
|
368
334
|
*/
|
|
369
|
-
async
|
|
370
|
-
return this.request("
|
|
335
|
+
async DeleteAliasDomain(req, cb) {
|
|
336
|
+
return this.request("DeleteAliasDomain", req, cb);
|
|
371
337
|
}
|
|
372
338
|
/**
|
|
373
|
-
*
|
|
339
|
+
* 本接口(DescribeOverviewL7Data)用于查询七层监控类时序流量数据。
|
|
374
340
|
*/
|
|
375
|
-
async
|
|
376
|
-
return this.request("
|
|
341
|
+
async DescribeOverviewL7Data(req, cb) {
|
|
342
|
+
return this.request("DescribeOverviewL7Data", req, cb);
|
|
377
343
|
}
|
|
378
344
|
/**
|
|
379
|
-
*
|
|
345
|
+
* 将未绑定套餐的站点绑定到已有套餐
|
|
380
346
|
*/
|
|
381
|
-
async
|
|
382
|
-
return this.request("
|
|
347
|
+
async BindZoneToPlan(req, cb) {
|
|
348
|
+
return this.request("BindZoneToPlan", req, cb);
|
|
383
349
|
}
|
|
384
350
|
/**
|
|
385
|
-
*
|
|
351
|
+
* 创建加速域名
|
|
386
352
|
*/
|
|
387
|
-
async
|
|
388
|
-
return this.request("
|
|
353
|
+
async CreateAccelerationDomain(req, cb) {
|
|
354
|
+
return this.request("CreateAccelerationDomain", req, cb);
|
|
389
355
|
}
|
|
390
356
|
/**
|
|
391
|
-
*
|
|
357
|
+
* 查询别称域名信息列表。
|
|
392
358
|
*/
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
359
|
+
async DescribeAliasDomains(req, cb) {
|
|
360
|
+
return this.request("DescribeAliasDomains", req, cb);
|
|
395
361
|
}
|
|
396
362
|
/**
|
|
397
|
-
*
|
|
363
|
+
* 修改加速域名信息
|
|
398
364
|
*/
|
|
399
|
-
async
|
|
400
|
-
return this.request("
|
|
365
|
+
async ModifyAccelerationDomain(req, cb) {
|
|
366
|
+
return this.request("ModifyAccelerationDomain", req, cb);
|
|
401
367
|
}
|
|
402
368
|
/**
|
|
403
369
|
* 修改安全 IP 组。
|
|
@@ -405,42 +371,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
405
371
|
async ModifySecurityIPGroup(req, cb) {
|
|
406
372
|
return this.request("ModifySecurityIPGroup", req, cb);
|
|
407
373
|
}
|
|
408
|
-
/**
|
|
409
|
-
* 本接口(DescribeDDoSAttackTopData)用于查询DDoS攻击Top数据。
|
|
410
|
-
*/
|
|
411
|
-
async DescribeDDoSAttackTopData(req, cb) {
|
|
412
|
-
return this.request("DescribeDDoSAttackTopData", req, cb);
|
|
413
|
-
}
|
|
414
|
-
/**
|
|
415
|
-
* 用于开启,关闭站点。
|
|
416
|
-
*/
|
|
417
|
-
async ModifyZoneStatus(req, cb) {
|
|
418
|
-
return this.request("ModifyZoneStatus", req, cb);
|
|
419
|
-
}
|
|
420
|
-
/**
|
|
421
|
-
* 批量删除规则引擎规则。
|
|
422
|
-
*/
|
|
423
|
-
async DeleteRules(req, cb) {
|
|
424
|
-
return this.request("DeleteRules", req, cb);
|
|
425
|
-
}
|
|
426
|
-
/**
|
|
427
|
-
* 本接口(DescribeSingleL7AnalysisData)用于查询七层流量数据分析单值数据列表,单值数据表示:指标在查询时间范围内的单个统计数据,通常表现为接口仅返回一个统计数值。
|
|
428
|
-
*/
|
|
429
|
-
async DescribeSingleL7AnalysisData(req, cb) {
|
|
430
|
-
return this.request("DescribeSingleL7AnalysisData", req, cb);
|
|
431
|
-
}
|
|
432
|
-
/**
|
|
433
|
-
* 修改默认证书状态
|
|
434
|
-
*/
|
|
435
|
-
async ModifyDefaultCertificate(req, cb) {
|
|
436
|
-
return this.request("ModifyDefaultCertificate", req, cb);
|
|
437
|
-
}
|
|
438
|
-
/**
|
|
439
|
-
* 本接口(DescribeWebManagedRulesHitRuleDetail)用于查询WAF攻击命中规则详情。
|
|
440
|
-
*/
|
|
441
|
-
async DescribeWebManagedRulesHitRuleDetail(req, cb) {
|
|
442
|
-
return this.request("DescribeWebManagedRulesHitRuleDetail", req, cb);
|
|
443
|
-
}
|
|
444
374
|
/**
|
|
445
375
|
* 查询规则引擎规则。
|
|
446
376
|
*/
|
|
@@ -460,118 +390,34 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
460
390
|
return this.request("DescribeOriginGroup", req, cb);
|
|
461
391
|
}
|
|
462
392
|
/**
|
|
463
|
-
*
|
|
464
|
-
*/
|
|
465
|
-
async ModifyAliasDomain(req, cb) {
|
|
466
|
-
return this.request("ModifyAliasDomain", req, cb);
|
|
467
|
-
}
|
|
468
|
-
/**
|
|
469
|
-
* 修改应用代理规则
|
|
470
|
-
*/
|
|
471
|
-
async ModifyApplicationProxyRule(req, cb) {
|
|
472
|
-
return this.request("ModifyApplicationProxyRule", req, cb);
|
|
473
|
-
}
|
|
474
|
-
/**
|
|
475
|
-
* 创建源站组
|
|
476
|
-
*/
|
|
477
|
-
async CreateOriginGroup(req, cb) {
|
|
478
|
-
return this.request("CreateOriginGroup", req, cb);
|
|
479
|
-
}
|
|
480
|
-
/**
|
|
481
|
-
* 用于查询拨测分地区数据
|
|
482
|
-
*/
|
|
483
|
-
async DescribeSpeedTestingDetails(req, cb) {
|
|
484
|
-
return this.request("DescribeSpeedTestingDetails", req, cb);
|
|
485
|
-
}
|
|
486
|
-
/**
|
|
487
|
-
* 用于修改域名证书
|
|
488
|
-
*/
|
|
489
|
-
async ModifyHostsCertificate(req, cb) {
|
|
490
|
-
return this.request("ModifyHostsCertificate", req, cb);
|
|
491
|
-
}
|
|
492
|
-
/**
|
|
493
|
-
* 用于查询域名配置信息
|
|
494
|
-
*/
|
|
495
|
-
async DescribeHostsSetting(req, cb) {
|
|
496
|
-
return this.request("DescribeHostsSetting", req, cb);
|
|
497
|
-
}
|
|
498
|
-
/**
|
|
499
|
-
* 查询源站防护信息
|
|
500
|
-
*/
|
|
501
|
-
async DescribeOriginProtection(req, cb) {
|
|
502
|
-
return this.request("DescribeOriginProtection", req, cb);
|
|
503
|
-
}
|
|
504
|
-
/**
|
|
505
|
-
* 本接口(DescribeLogSets)用于获取日志集列表。
|
|
506
|
-
*/
|
|
507
|
-
async DescribeLogSets(req, cb) {
|
|
508
|
-
return this.request("DescribeLogSets", req, cb);
|
|
509
|
-
}
|
|
510
|
-
/**
|
|
511
|
-
* 用于查询站点的所有配置信息。
|
|
512
|
-
*/
|
|
513
|
-
async DescribeZoneSetting(req, cb) {
|
|
514
|
-
return this.request("DescribeZoneSetting", req, cb);
|
|
515
|
-
}
|
|
516
|
-
/**
|
|
517
|
-
* 删除指定 IP 组,如果有规则引用了 IP 组情况,则不允许删除。
|
|
518
|
-
*/
|
|
519
|
-
async DeleteSecurityIPGroup(req, cb) {
|
|
520
|
-
return this.request("DeleteSecurityIPGroup", req, cb);
|
|
521
|
-
}
|
|
522
|
-
/**
|
|
523
|
-
* 当客户取回站定的同时会取回此站点下关联的别称域名,此时入参为ZoneId;当客户接入站点发现已被别称域名接入时通过验证之后可取回域名,此时入参为ZoneName。
|
|
524
|
-
*/
|
|
525
|
-
async ReclaimAliasDomain(req, cb) {
|
|
526
|
-
return this.request("ReclaimAliasDomain", req, cb);
|
|
527
|
-
}
|
|
528
|
-
/**
|
|
529
|
-
* 创建应用代理规则
|
|
530
|
-
*/
|
|
531
|
-
async CreateApplicationProxyRule(req, cb) {
|
|
532
|
-
return this.request("CreateApplicationProxyRule", req, cb);
|
|
533
|
-
}
|
|
534
|
-
/**
|
|
535
|
-
* 用户查询用户站点信息列表,支持分页。
|
|
536
|
-
*/
|
|
537
|
-
async DescribeZones(req, cb) {
|
|
538
|
-
return this.request("DescribeZones", req, cb);
|
|
539
|
-
}
|
|
540
|
-
/**
|
|
541
|
-
* 站点被其他用户接入后,验证了站点所有权之后,可以找回该站点。
|
|
542
|
-
*/
|
|
543
|
-
async ReclaimZone(req, cb) {
|
|
544
|
-
return this.request("ReclaimZone", req, cb);
|
|
545
|
-
}
|
|
546
|
-
/**
|
|
547
|
-
* 删除站点。
|
|
393
|
+
* 修改应用代理的状态
|
|
548
394
|
*/
|
|
549
|
-
async
|
|
550
|
-
return this.request("
|
|
395
|
+
async ModifyApplicationProxyStatus(req, cb) {
|
|
396
|
+
return this.request("ModifyApplicationProxyStatus", req, cb);
|
|
551
397
|
}
|
|
552
398
|
/**
|
|
553
|
-
* 本接口(
|
|
399
|
+
* 本接口(DescribeTimingL7AnalysisData)查询七层数据分析类时序数据。
|
|
554
400
|
*/
|
|
555
|
-
async
|
|
556
|
-
return this.request("
|
|
401
|
+
async DescribeTimingL7AnalysisData(req, cb) {
|
|
402
|
+
return this.request("DescribeTimingL7AnalysisData", req, cb);
|
|
557
403
|
}
|
|
558
404
|
/**
|
|
559
|
-
*
|
|
405
|
+
* 修改别称域名。
|
|
560
406
|
*/
|
|
561
|
-
async
|
|
562
|
-
return this.request("
|
|
407
|
+
async ModifyAliasDomain(req, cb) {
|
|
408
|
+
return this.request("ModifyAliasDomain", req, cb);
|
|
563
409
|
}
|
|
564
410
|
/**
|
|
565
|
-
*
|
|
411
|
+
* 修改应用代理规则的状态
|
|
566
412
|
*/
|
|
567
|
-
async
|
|
568
|
-
return this.request("
|
|
413
|
+
async ModifyApplicationProxyRuleStatus(req, cb) {
|
|
414
|
+
return this.request("ModifyApplicationProxyRuleStatus", req, cb);
|
|
569
415
|
}
|
|
570
416
|
/**
|
|
571
|
-
*
|
|
417
|
+
* 查询应用代理列表。
|
|
572
418
|
*/
|
|
573
|
-
async
|
|
574
|
-
return this.request("
|
|
419
|
+
async DescribeApplicationProxies(req, cb) {
|
|
420
|
+
return this.request("DescribeApplicationProxies", req, cb);
|
|
575
421
|
}
|
|
576
422
|
}
|
|
577
423
|
exports.Client = Client;
|