tencentcloud-sdk-nodejs-tcb 4.0.630 → 4.0.632
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 +538 -0
- package/SERVICE_CHANGELOG.md +629 -57
- package/package.json +1 -1
- package/products.md +23 -23
- package/src/services/tcb/v20180608/tcb_client.ts +587 -479
- package/src/services/tcb/v20180608/tcb_models.ts +951 -102
- package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +197 -162
- package/tencentcloud/services/tcb/v20180608/tcb_client.js +290 -239
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +937 -113
|
@@ -33,12 +33,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
33
33
|
async DescribeWxCloudBaseRunSubNets(req, cb) {
|
|
34
34
|
return this.request("DescribeWxCloudBaseRunSubNets", req, cb);
|
|
35
35
|
}
|
|
36
|
-
/**
|
|
37
|
-
* 查询环境1分钱抵扣信息
|
|
38
|
-
*/
|
|
39
|
-
async DescribeSpecialCostItems(req, cb) {
|
|
40
|
-
return this.request("DescribeSpecialCostItems", req, cb);
|
|
41
|
-
}
|
|
42
36
|
/**
|
|
43
37
|
* 查询环境下所有的vpc列表
|
|
44
38
|
*/
|
|
@@ -46,277 +40,273 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
46
40
|
return this.request("DescribeCloudBaseRunAllVpcs", req, cb);
|
|
47
41
|
}
|
|
48
42
|
/**
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
43
|
+
* 查询后付费短信资源量
|
|
44
|
+
1 有免费包的返回SmsFreeQuota结构所有字段
|
|
45
|
+
2 没有免费包,有付费包,付费返回复用SmsFreeQuota结构,其中只有 TodayUsedQuota 字段有效
|
|
46
|
+
3 都没有返回为空数组
|
|
47
|
+
*/
|
|
48
|
+
async DescribeSmsQuotas(req, cb) {
|
|
49
|
+
return this.request("DescribeSmsQuotas", req, cb);
|
|
53
50
|
}
|
|
54
51
|
/**
|
|
55
|
-
*
|
|
52
|
+
* 查询微信云托管服务域名
|
|
56
53
|
*/
|
|
57
|
-
async
|
|
58
|
-
return this.request("
|
|
54
|
+
async DescribeCloudBaseRunServerDomainName(req, cb) {
|
|
55
|
+
return this.request("DescribeCloudBaseRunServerDomainName", req, cb);
|
|
59
56
|
}
|
|
60
57
|
/**
|
|
61
|
-
*
|
|
58
|
+
* 创建微信云托管
|
|
62
59
|
*/
|
|
63
|
-
async
|
|
64
|
-
return this.request("
|
|
60
|
+
async CreateWxCloudBaseRunEnv(req, cb) {
|
|
61
|
+
return this.request("CreateWxCloudBaseRunEnv", req, cb);
|
|
65
62
|
}
|
|
66
63
|
/**
|
|
67
|
-
*
|
|
64
|
+
* 本接口(TurnOffStandaloneGateway)用于关闭小租户网关。
|
|
68
65
|
*/
|
|
69
|
-
async
|
|
70
|
-
return this.request("
|
|
66
|
+
async TurnOffStandaloneGateway(req, cb) {
|
|
67
|
+
return this.request("TurnOffStandaloneGateway", req, cb);
|
|
71
68
|
}
|
|
72
69
|
/**
|
|
73
|
-
*
|
|
70
|
+
* 本接口(TurnOnStandaloneGateway)用于开启小租户网关。
|
|
74
71
|
*/
|
|
75
|
-
async
|
|
76
|
-
return this.request("
|
|
72
|
+
async TurnOnStandaloneGateway(req, cb) {
|
|
73
|
+
return this.request("TurnOnStandaloneGateway", req, cb);
|
|
77
74
|
}
|
|
78
75
|
/**
|
|
79
|
-
*
|
|
76
|
+
* 开通后付费资源
|
|
80
77
|
*/
|
|
81
|
-
async
|
|
82
|
-
return this.request("
|
|
78
|
+
async CreatePostpayPackage(req, cb) {
|
|
79
|
+
return this.request("CreatePostpayPackage", req, cb);
|
|
83
80
|
}
|
|
84
81
|
/**
|
|
85
|
-
*
|
|
82
|
+
* 获取新套餐列表,含详情,如果传了PackageId,则只获取指定套餐详情
|
|
86
83
|
*/
|
|
87
|
-
async
|
|
88
|
-
return this.request("
|
|
84
|
+
async DescribeBaasPackageList(req, cb) {
|
|
85
|
+
return this.request("DescribeBaasPackageList", req, cb);
|
|
89
86
|
}
|
|
90
87
|
/**
|
|
91
|
-
*
|
|
88
|
+
* 云项目部署列表
|
|
92
89
|
*/
|
|
93
|
-
async
|
|
94
|
-
return this.request("
|
|
95
|
-
}
|
|
96
|
-
/**
|
|
97
|
-
* 查询后付费短信资源量
|
|
98
|
-
1 有免费包的返回SmsFreeQuota结构所有字段
|
|
99
|
-
2 没有免费包,有付费包,付费返回复用SmsFreeQuota结构,其中只有 TodayUsedQuota 字段有效
|
|
100
|
-
3 都没有返回为空数组
|
|
101
|
-
*/
|
|
102
|
-
async DescribeSmsQuotas(req, cb) {
|
|
103
|
-
return this.request("DescribeSmsQuotas", req, cb);
|
|
90
|
+
async DescribeCloudBaseProjectVersionList(req, cb) {
|
|
91
|
+
return this.request("DescribeCloudBaseProjectVersionList", req, cb);
|
|
104
92
|
}
|
|
105
93
|
/**
|
|
106
|
-
*
|
|
94
|
+
* 获取云开发项目列表
|
|
107
95
|
*/
|
|
108
|
-
async
|
|
109
|
-
return this.request("
|
|
96
|
+
async DescribeCloudBaseProjectLatestVersionList(req, cb) {
|
|
97
|
+
return this.request("DescribeCloudBaseProjectLatestVersionList", req, cb);
|
|
110
98
|
}
|
|
111
99
|
/**
|
|
112
|
-
*
|
|
100
|
+
* 独立网关中拉取云托管服务对应的配置信息
|
|
113
101
|
*/
|
|
114
|
-
async
|
|
115
|
-
return this.request("
|
|
102
|
+
async DescribeCloudBaseRunConfForGateWay(req, cb) {
|
|
103
|
+
return this.request("DescribeCloudBaseRunConfForGateWay", req, cb);
|
|
116
104
|
}
|
|
117
105
|
/**
|
|
118
|
-
*
|
|
106
|
+
* 创建云应用服务
|
|
119
107
|
*/
|
|
120
|
-
async
|
|
121
|
-
return this.request("
|
|
108
|
+
async EstablishCloudBaseRunServer(req, cb) {
|
|
109
|
+
return this.request("EstablishCloudBaseRunServer", req, cb);
|
|
122
110
|
}
|
|
123
111
|
/**
|
|
124
|
-
*
|
|
112
|
+
* 创建云开发项目
|
|
125
113
|
*/
|
|
126
|
-
async
|
|
127
|
-
return this.request("
|
|
114
|
+
async CreateAndDeployCloudBaseProject(req, cb) {
|
|
115
|
+
return this.request("CreateAndDeployCloudBaseProject", req, cb);
|
|
128
116
|
}
|
|
129
117
|
/**
|
|
130
|
-
*
|
|
118
|
+
* 检查是否开通Tcb服务
|
|
131
119
|
*/
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
120
|
+
async CheckTcbService(req, cb) {
|
|
121
|
+
return this.request("CheckTcbService", req, cb);
|
|
134
122
|
}
|
|
135
123
|
/**
|
|
136
|
-
*
|
|
124
|
+
* 删除终端用户
|
|
137
125
|
*/
|
|
138
|
-
async
|
|
139
|
-
return this.request("
|
|
126
|
+
async DeleteEndUser(req, cb) {
|
|
127
|
+
return this.request("DeleteEndUser", req, cb);
|
|
140
128
|
}
|
|
141
129
|
/**
|
|
142
|
-
*
|
|
130
|
+
* 创建或修改安全网关路由
|
|
143
131
|
*/
|
|
144
|
-
async
|
|
145
|
-
return this.request("
|
|
132
|
+
async EstablishWxGatewayRoute(req, cb) {
|
|
133
|
+
return this.request("EstablishWxGatewayRoute", req, cb);
|
|
146
134
|
}
|
|
147
135
|
/**
|
|
148
|
-
*
|
|
136
|
+
* 查询用户活动信息
|
|
149
137
|
*/
|
|
150
|
-
async
|
|
151
|
-
return this.request("
|
|
138
|
+
async DescribeUserActivityInfo(req, cb) {
|
|
139
|
+
return this.request("DescribeUserActivityInfo", req, cb);
|
|
152
140
|
}
|
|
153
141
|
/**
|
|
154
|
-
*
|
|
142
|
+
* 删除云项目
|
|
155
143
|
*/
|
|
156
|
-
async
|
|
157
|
-
return this.request("
|
|
144
|
+
async DeleteCloudBaseProjectLatestVersion(req, cb) {
|
|
145
|
+
return this.request("DeleteCloudBaseProjectLatestVersion", req, cb);
|
|
158
146
|
}
|
|
159
147
|
/**
|
|
160
|
-
*
|
|
148
|
+
* 获取终端用户总量与平台分布情况
|
|
161
149
|
*/
|
|
162
|
-
async
|
|
163
|
-
return this.request("
|
|
150
|
+
async DescribeEndUserStatistic(req, cb) {
|
|
151
|
+
return this.request("DescribeEndUserStatistic", req, cb);
|
|
164
152
|
}
|
|
165
153
|
/**
|
|
166
|
-
*
|
|
154
|
+
* 批量冻结
|
|
167
155
|
*/
|
|
168
|
-
async
|
|
169
|
-
return this.request("
|
|
156
|
+
async FreezeCloudBaseRunServers(req, cb) {
|
|
157
|
+
return this.request("FreezeCloudBaseRunServers", req, cb);
|
|
170
158
|
}
|
|
171
159
|
/**
|
|
172
|
-
*
|
|
160
|
+
* 获取云托管代码上传url
|
|
173
161
|
*/
|
|
174
|
-
async
|
|
175
|
-
return this.request("
|
|
162
|
+
async DescribeCloudBaseBuildService(req, cb) {
|
|
163
|
+
return this.request("DescribeCloudBaseBuildService", req, cb);
|
|
176
164
|
}
|
|
177
165
|
/**
|
|
178
|
-
*
|
|
166
|
+
* 获取终端用户列表
|
|
179
167
|
*/
|
|
180
|
-
async
|
|
181
|
-
return this.request("
|
|
168
|
+
async DescribeEndUsers(req, cb) {
|
|
169
|
+
return this.request("DescribeEndUsers", req, cb);
|
|
182
170
|
}
|
|
183
171
|
/**
|
|
184
|
-
*
|
|
172
|
+
* 创建静态托管资源,包括COS和CDN,异步任务创建,查看创建结果需要根据DescribeStaticStore接口来查看
|
|
185
173
|
*/
|
|
186
|
-
async
|
|
187
|
-
return this.request("
|
|
174
|
+
async CreateStaticStore(req, cb) {
|
|
175
|
+
return this.request("CreateStaticStore", req, cb);
|
|
188
176
|
}
|
|
189
177
|
/**
|
|
190
|
-
*
|
|
178
|
+
* 查询环境1分钱抵扣信息
|
|
191
179
|
*/
|
|
192
|
-
async
|
|
193
|
-
return this.request("
|
|
180
|
+
async DescribeSpecialCostItems(req, cb) {
|
|
181
|
+
return this.request("DescribeSpecialCostItems", req, cb);
|
|
194
182
|
}
|
|
195
183
|
/**
|
|
196
|
-
*
|
|
184
|
+
* 删除网关某版本
|
|
197
185
|
*/
|
|
198
|
-
async
|
|
199
|
-
return this.request("
|
|
186
|
+
async DeleteGatewayVersion(req, cb) {
|
|
187
|
+
return this.request("DeleteGatewayVersion", req, cb);
|
|
200
188
|
}
|
|
201
189
|
/**
|
|
202
|
-
*
|
|
190
|
+
* 修改日志主题
|
|
203
191
|
*/
|
|
204
|
-
async
|
|
205
|
-
return this.request("
|
|
192
|
+
async ModifyClsTopic(req, cb) {
|
|
193
|
+
return this.request("ModifyClsTopic", req, cb);
|
|
206
194
|
}
|
|
207
195
|
/**
|
|
208
|
-
*
|
|
196
|
+
* 查询静态托管域名任务状态
|
|
209
197
|
*/
|
|
210
|
-
async
|
|
211
|
-
return this.request("
|
|
198
|
+
async DescribeHostingDomainTask(req, cb) {
|
|
199
|
+
return this.request("DescribeHostingDomainTask", req, cb);
|
|
212
200
|
}
|
|
213
201
|
/**
|
|
214
|
-
*
|
|
202
|
+
* 删除安全网关路由
|
|
215
203
|
*/
|
|
216
|
-
async
|
|
217
|
-
return this.request("
|
|
204
|
+
async DeleteWxGatewayRoute(req, cb) {
|
|
205
|
+
return this.request("DeleteWxGatewayRoute", req, cb);
|
|
218
206
|
}
|
|
219
207
|
/**
|
|
220
|
-
*
|
|
208
|
+
* 开通微信云托管MySQL数据库服务
|
|
221
209
|
*/
|
|
222
|
-
async
|
|
223
|
-
return this.request("
|
|
210
|
+
async CreateWxCloudBaseRunServerDBCluster(req, cb) {
|
|
211
|
+
return this.request("CreateWxCloudBaseRunServerDBCluster", req, cb);
|
|
224
212
|
}
|
|
225
213
|
/**
|
|
226
|
-
*
|
|
214
|
+
* 设置网关版本的流量比例
|
|
227
215
|
*/
|
|
228
|
-
async
|
|
229
|
-
return this.request("
|
|
216
|
+
async ModifyGatewayVersionTraffic(req, cb) {
|
|
217
|
+
return this.request("ModifyGatewayVersionTraffic", req, cb);
|
|
230
218
|
}
|
|
231
219
|
/**
|
|
232
|
-
*
|
|
220
|
+
* 增加安全域名
|
|
233
221
|
*/
|
|
234
|
-
async
|
|
235
|
-
return this.request("
|
|
222
|
+
async CreateAuthDomain(req, cb) {
|
|
223
|
+
return this.request("CreateAuthDomain", req, cb);
|
|
236
224
|
}
|
|
237
225
|
/**
|
|
238
|
-
*
|
|
226
|
+
* 获取环境列表,含环境下的各个资源信息。尤其是各资源的唯一标识,是请求各资源的关键参数
|
|
239
227
|
*/
|
|
240
|
-
async
|
|
241
|
-
return this.request("
|
|
228
|
+
async DescribeEnvs(req, cb) {
|
|
229
|
+
return this.request("DescribeEnvs", req, cb);
|
|
242
230
|
}
|
|
243
231
|
/**
|
|
244
|
-
*
|
|
232
|
+
* 查看容器托管的集群状态
|
|
245
233
|
*/
|
|
246
|
-
async
|
|
247
|
-
return this.request("
|
|
234
|
+
async DescribeCloudBaseRunResource(req, cb) {
|
|
235
|
+
return this.request("DescribeCloudBaseRunResource", req, cb);
|
|
248
236
|
}
|
|
249
237
|
/**
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
238
|
+
* 查看安全网关路由
|
|
239
|
+
|
|
240
|
+
*/
|
|
241
|
+
async DescribeWxGatewayRoutes(req, cb) {
|
|
242
|
+
return this.request("DescribeWxGatewayRoutes", req, cb);
|
|
254
243
|
}
|
|
255
244
|
/**
|
|
256
|
-
*
|
|
245
|
+
* 管理终端用户
|
|
257
246
|
*/
|
|
258
|
-
async
|
|
259
|
-
return this.request("
|
|
247
|
+
async ModifyEndUser(req, cb) {
|
|
248
|
+
return this.request("ModifyEndUser", req, cb);
|
|
260
249
|
}
|
|
261
250
|
/**
|
|
262
|
-
*
|
|
251
|
+
* 获取环境下单地域
|
|
263
252
|
*/
|
|
264
|
-
async
|
|
265
|
-
return this.request("
|
|
253
|
+
async DescribeEnvDealRegion(req, cb) {
|
|
254
|
+
return this.request("DescribeEnvDealRegion", req, cb);
|
|
266
255
|
}
|
|
267
256
|
/**
|
|
268
|
-
*
|
|
257
|
+
* 查询网关监控数据
|
|
269
258
|
*/
|
|
270
|
-
async
|
|
271
|
-
return this.request("
|
|
259
|
+
async DescribeGatewayCurveData(req, cb) {
|
|
260
|
+
return this.request("DescribeGatewayCurveData", req, cb);
|
|
272
261
|
}
|
|
273
262
|
/**
|
|
274
|
-
*
|
|
263
|
+
* 描述扩展上传文件信息
|
|
275
264
|
*/
|
|
276
|
-
async
|
|
277
|
-
return this.request("
|
|
265
|
+
async DescribeExtensionUploadInfo(req, cb) {
|
|
266
|
+
return this.request("DescribeExtensionUploadInfo", req, cb);
|
|
278
267
|
}
|
|
279
268
|
/**
|
|
280
|
-
*
|
|
269
|
+
* 删除服务版本
|
|
281
270
|
*/
|
|
282
|
-
async
|
|
283
|
-
return this.request("
|
|
271
|
+
async DeleteCloudBaseRunServerVersion(req, cb) {
|
|
272
|
+
return this.request("DeleteCloudBaseRunServerVersion", req, cb);
|
|
284
273
|
}
|
|
285
274
|
/**
|
|
286
|
-
*
|
|
275
|
+
* 开通容器托管的资源,包括集群创建,VPC配置,异步任务创建,镜像托管,Coding等,查看创建结果需要根据DescribeCloudBaseRunResource接口来查看
|
|
287
276
|
*/
|
|
288
|
-
async
|
|
289
|
-
return this.request("
|
|
277
|
+
async CreateCloudBaseRunResource(req, cb) {
|
|
278
|
+
return this.request("CreateCloudBaseRunResource", req, cb);
|
|
290
279
|
}
|
|
291
280
|
/**
|
|
292
|
-
*
|
|
281
|
+
* 获取增值包计费相关信息
|
|
293
282
|
*/
|
|
294
|
-
async
|
|
295
|
-
return this.request("
|
|
283
|
+
async DescribeExtraPkgBillingInfo(req, cb) {
|
|
284
|
+
return this.request("DescribeExtraPkgBillingInfo", req, cb);
|
|
296
285
|
}
|
|
297
286
|
/**
|
|
298
|
-
*
|
|
287
|
+
* 查询版本历史
|
|
299
288
|
*/
|
|
300
|
-
async
|
|
301
|
-
return this.request("
|
|
289
|
+
async DescribeCloudBaseRunVersionSnapshot(req, cb) {
|
|
290
|
+
return this.request("DescribeCloudBaseRunVersionSnapshot", req, cb);
|
|
302
291
|
}
|
|
303
292
|
/**
|
|
304
|
-
*
|
|
293
|
+
* 根据用户传入的指标, 拉取一段时间内的监控数据。
|
|
305
294
|
*/
|
|
306
|
-
async
|
|
307
|
-
return this.request("
|
|
295
|
+
async DescribeCurveData(req, cb) {
|
|
296
|
+
return this.request("DescribeCurveData", req, cb);
|
|
308
297
|
}
|
|
309
298
|
/**
|
|
310
|
-
*
|
|
299
|
+
* 修改数据库权限
|
|
311
300
|
*/
|
|
312
|
-
async
|
|
313
|
-
return this.request("
|
|
301
|
+
async ModifyDatabaseACL(req, cb) {
|
|
302
|
+
return this.request("ModifyDatabaseACL", req, cb);
|
|
314
303
|
}
|
|
315
304
|
/**
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
319
|
-
|
|
305
|
+
* 查看安全网关
|
|
306
|
+
|
|
307
|
+
*/
|
|
308
|
+
async DescribeWxGateways(req, cb) {
|
|
309
|
+
return this.request("DescribeWxGateways", req, cb);
|
|
320
310
|
}
|
|
321
311
|
/**
|
|
322
312
|
* TCB云API统一入口
|
|
@@ -325,52 +315,52 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
325
315
|
return this.request("CommonServiceAPI", req, cb);
|
|
326
316
|
}
|
|
327
317
|
/**
|
|
328
|
-
*
|
|
318
|
+
* 查询环境个数上限
|
|
329
319
|
*/
|
|
330
|
-
async
|
|
331
|
-
return this.request("
|
|
320
|
+
async DescribeEnvLimit(req, cb) {
|
|
321
|
+
return this.request("DescribeEnvLimit", req, cb);
|
|
332
322
|
}
|
|
333
323
|
/**
|
|
334
|
-
*
|
|
324
|
+
* 销毁静态托管资源,该接口创建异步销毁任务,资源最终状态可从DestroyStaticStore接口查看
|
|
335
325
|
*/
|
|
336
|
-
async
|
|
337
|
-
return this.request("
|
|
326
|
+
async DestroyStaticStore(req, cb) {
|
|
327
|
+
return this.request("DestroyStaticStore", req, cb);
|
|
338
328
|
}
|
|
339
329
|
/**
|
|
340
|
-
*
|
|
330
|
+
* 查询后付费免费配额信息
|
|
341
331
|
*/
|
|
342
|
-
async
|
|
343
|
-
return this.request("
|
|
332
|
+
async DescribeEnvFreeQuota(req, cb) {
|
|
333
|
+
return this.request("DescribeEnvFreeQuota", req, cb);
|
|
344
334
|
}
|
|
345
335
|
/**
|
|
346
|
-
*
|
|
336
|
+
* 本接口(DestroyStandaloneGateway)用于销毁小租户网关。
|
|
347
337
|
*/
|
|
348
|
-
async
|
|
349
|
-
return this.request("
|
|
338
|
+
async DestroyStandaloneGateway(req, cb) {
|
|
339
|
+
return this.request("DestroyStandaloneGateway", req, cb);
|
|
350
340
|
}
|
|
351
341
|
/**
|
|
352
|
-
*
|
|
342
|
+
* 创建托管域名
|
|
353
343
|
*/
|
|
354
|
-
async
|
|
355
|
-
return this.request("
|
|
344
|
+
async CreateHostingDomain(req, cb) {
|
|
345
|
+
return this.request("CreateHostingDomain", req, cb);
|
|
356
346
|
}
|
|
357
347
|
/**
|
|
358
|
-
*
|
|
348
|
+
* 绑定另外一个环境下的网关,callContainer请求可以访问到该网关
|
|
359
349
|
*/
|
|
360
|
-
async
|
|
361
|
-
return this.request("
|
|
350
|
+
async BindEnvGateway(req, cb) {
|
|
351
|
+
return this.request("BindEnvGateway", req, cb);
|
|
362
352
|
}
|
|
363
353
|
/**
|
|
364
|
-
*
|
|
354
|
+
* 创建服务版本
|
|
365
355
|
*/
|
|
366
|
-
async
|
|
367
|
-
return this.request("
|
|
356
|
+
async CreateCloudBaseRunServerVersion(req, cb) {
|
|
357
|
+
return this.request("CreateCloudBaseRunServerVersion", req, cb);
|
|
368
358
|
}
|
|
369
359
|
/**
|
|
370
|
-
*
|
|
360
|
+
* 查询服务版本的详情,CPU和MEM 请使用CPUSize和MemSize
|
|
371
361
|
*/
|
|
372
|
-
async
|
|
373
|
-
return this.request("
|
|
362
|
+
async DescribeCloudBaseRunServerVersion(req, cb) {
|
|
363
|
+
return this.request("DescribeCloudBaseRunServerVersion", req, cb);
|
|
374
364
|
}
|
|
375
365
|
/**
|
|
376
366
|
* 查询指定指标的配额使用量
|
|
@@ -379,22 +369,40 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
379
369
|
return this.request("DescribeQuotaData", req, cb);
|
|
380
370
|
}
|
|
381
371
|
/**
|
|
382
|
-
*
|
|
372
|
+
* 查询单个服务的详情,版本以及详情
|
|
383
373
|
*/
|
|
384
|
-
async
|
|
385
|
-
return this.request("
|
|
374
|
+
async DescribeCloudBaseRunServer(req, cb) {
|
|
375
|
+
return this.request("DescribeCloudBaseRunServer", req, cb);
|
|
386
376
|
}
|
|
387
377
|
/**
|
|
388
|
-
*
|
|
378
|
+
* 本接口(DescribeStandaloneGateway)查询小租户网关套餐信息。
|
|
389
379
|
*/
|
|
390
|
-
async
|
|
391
|
-
return this.request("
|
|
380
|
+
async DescribeStandaloneGateway(req, cb) {
|
|
381
|
+
return this.request("DescribeStandaloneGateway", req, cb);
|
|
392
382
|
}
|
|
393
383
|
/**
|
|
394
|
-
*
|
|
384
|
+
* 查看容器托管的集群状态扩展使用
|
|
395
385
|
*/
|
|
396
|
-
async
|
|
397
|
-
return this.request("
|
|
386
|
+
async DescribeCloudBaseRunResourceForExtend(req, cb) {
|
|
387
|
+
return this.request("DescribeCloudBaseRunResourceForExtend", req, cb);
|
|
388
|
+
}
|
|
389
|
+
/**
|
|
390
|
+
* 获取后付费免费额度
|
|
391
|
+
*/
|
|
392
|
+
async DescribePostpayPackageFreeQuotas(req, cb) {
|
|
393
|
+
return this.request("DescribePostpayPackageFreeQuotas", req, cb);
|
|
394
|
+
}
|
|
395
|
+
/**
|
|
396
|
+
* 更新活动详情
|
|
397
|
+
*/
|
|
398
|
+
async ReplaceActivityRecord(req, cb) {
|
|
399
|
+
return this.request("ReplaceActivityRecord", req, cb);
|
|
400
|
+
}
|
|
401
|
+
/**
|
|
402
|
+
* 获取环境终端用户新增与登录信息
|
|
403
|
+
*/
|
|
404
|
+
async DescribeEndUserLoginStatistic(req, cb) {
|
|
405
|
+
return this.request("DescribeEndUserLoginStatistic", req, cb);
|
|
398
406
|
}
|
|
399
407
|
/**
|
|
400
408
|
* 查询服务、版本和操作类型
|
|
@@ -403,118 +411,161 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
403
411
|
return this.request("DescribeCloudBaseRunOperationTypes", req, cb);
|
|
404
412
|
}
|
|
405
413
|
/**
|
|
406
|
-
*
|
|
414
|
+
* 销毁环境
|
|
407
415
|
*/
|
|
408
|
-
async
|
|
409
|
-
return this.request("
|
|
416
|
+
async DestroyEnv(req, cb) {
|
|
417
|
+
return this.request("DestroyEnv", req, cb);
|
|
410
418
|
}
|
|
411
419
|
/**
|
|
412
|
-
*
|
|
420
|
+
* 查询活动信息
|
|
413
421
|
*/
|
|
414
|
-
async
|
|
415
|
-
return this.request("
|
|
422
|
+
async DescribeActivityInfo(req, cb) {
|
|
423
|
+
return this.request("DescribeActivityInfo", req, cb);
|
|
416
424
|
}
|
|
417
425
|
/**
|
|
418
|
-
*
|
|
426
|
+
* 查询一键部署任务 (特定接口:外部查询使用)
|
|
419
427
|
*/
|
|
420
|
-
async
|
|
421
|
-
return this.request("
|
|
428
|
+
async DescribeCloudBaseRunOneClickTaskExternal(req, cb) {
|
|
429
|
+
return this.request("DescribeCloudBaseRunOneClickTaskExternal", req, cb);
|
|
422
430
|
}
|
|
423
431
|
/**
|
|
424
|
-
*
|
|
432
|
+
* DescribeCloudBaseRunVersionRsByCondition 获取云托管详情
|
|
425
433
|
*/
|
|
426
|
-
async
|
|
427
|
-
return this.request("
|
|
434
|
+
async DescribeCloudBaseRunVersionRsByCondition(req, cb) {
|
|
435
|
+
return this.request("DescribeCloudBaseRunVersionRsByCondition", req, cb);
|
|
428
436
|
}
|
|
429
437
|
/**
|
|
430
|
-
*
|
|
438
|
+
* 查询后付费资源免费量
|
|
431
439
|
*/
|
|
432
|
-
async
|
|
433
|
-
return this.request("
|
|
440
|
+
async DescribePostpayFreeQuotas(req, cb) {
|
|
441
|
+
return this.request("DescribePostpayFreeQuotas", req, cb);
|
|
434
442
|
}
|
|
435
443
|
/**
|
|
436
|
-
|
|
444
|
+
* 查询网关版本信息
|
|
445
|
+
暂不鉴权
|
|
446
|
+
*/
|
|
447
|
+
async DescribeGatewayVersions(req, cb) {
|
|
448
|
+
return this.request("DescribeGatewayVersions", req, cb);
|
|
449
|
+
}
|
|
450
|
+
/**
|
|
451
|
+
* 查询微信云托管环境信息
|
|
437
452
|
*/
|
|
438
|
-
async
|
|
439
|
-
return this.request("
|
|
453
|
+
async DescribeWxCloudBaseRunEnvs(req, cb) {
|
|
454
|
+
return this.request("DescribeWxCloudBaseRunEnvs", req, cb);
|
|
440
455
|
}
|
|
441
456
|
/**
|
|
442
|
-
*
|
|
457
|
+
* 查询服务版本的详情
|
|
443
458
|
*/
|
|
444
|
-
async
|
|
445
|
-
return this.request("
|
|
459
|
+
async DescribeCbrServerVersion(req, cb) {
|
|
460
|
+
return this.request("DescribeCbrServerVersion", req, cb);
|
|
446
461
|
}
|
|
447
462
|
/**
|
|
448
|
-
*
|
|
463
|
+
* 针对特定的版本,进行滚动更新
|
|
449
464
|
*/
|
|
450
|
-
async
|
|
451
|
-
return this.request("
|
|
465
|
+
async RollUpdateCloudBaseRunServerVersion(req, cb) {
|
|
466
|
+
return this.request("RollUpdateCloudBaseRunServerVersion", req, cb);
|
|
452
467
|
}
|
|
453
468
|
/**
|
|
454
|
-
*
|
|
469
|
+
* 查询环境后付费计费详情
|
|
455
470
|
*/
|
|
456
|
-
async
|
|
457
|
-
return this.request("
|
|
471
|
+
async DescribeEnvPostpaidDeduct(req, cb) {
|
|
472
|
+
return this.request("DescribeEnvPostpaidDeduct", req, cb);
|
|
458
473
|
}
|
|
459
474
|
/**
|
|
460
|
-
*
|
|
475
|
+
* 获取下载文件信息
|
|
461
476
|
*/
|
|
462
|
-
async
|
|
463
|
-
return this.request("
|
|
477
|
+
async DescribeDownloadFile(req, cb) {
|
|
478
|
+
return this.request("DescribeDownloadFile", req, cb);
|
|
464
479
|
}
|
|
465
480
|
/**
|
|
466
|
-
*
|
|
481
|
+
* 本接口(CreateStandaloneGateway)用于创建独立网关。
|
|
467
482
|
*/
|
|
468
|
-
async
|
|
469
|
-
return this.request("
|
|
483
|
+
async CreateStandaloneGateway(req, cb) {
|
|
484
|
+
return this.request("CreateStandaloneGateway", req, cb);
|
|
485
|
+
}
|
|
486
|
+
/**
|
|
487
|
+
* 获取安全域名列表
|
|
488
|
+
*/
|
|
489
|
+
async DescribeAuthDomains(req, cb) {
|
|
490
|
+
return this.request("DescribeAuthDomains", req, cb);
|
|
491
|
+
}
|
|
492
|
+
/**
|
|
493
|
+
* 批量解冻服务
|
|
494
|
+
*/
|
|
495
|
+
async UnfreezeCloudBaseRunServers(req, cb) {
|
|
496
|
+
return this.request("UnfreezeCloudBaseRunServers", req, cb);
|
|
497
|
+
}
|
|
498
|
+
/**
|
|
499
|
+
* 获取计费相关信息
|
|
500
|
+
*/
|
|
501
|
+
async DescribeBillingInfo(req, cb) {
|
|
502
|
+
return this.request("DescribeBillingInfo", req, cb);
|
|
503
|
+
}
|
|
504
|
+
/**
|
|
505
|
+
* 针对已隔离的免费环境,可以通过本接口将其恢复访问。
|
|
506
|
+
*/
|
|
507
|
+
async ReinstateEnv(req, cb) {
|
|
508
|
+
return this.request("ReinstateEnv", req, cb);
|
|
509
|
+
}
|
|
510
|
+
/**
|
|
511
|
+
* 获取数据库权限
|
|
512
|
+
*/
|
|
513
|
+
async DescribeDatabaseACL(req, cb) {
|
|
514
|
+
return this.request("DescribeDatabaseACL", req, cb);
|
|
515
|
+
}
|
|
516
|
+
/**
|
|
517
|
+
* 修改容器内的版本流量配置
|
|
518
|
+
*/
|
|
519
|
+
async ModifyCloudBaseRunServerFlowConf(req, cb) {
|
|
520
|
+
return this.request("ModifyCloudBaseRunServerFlowConf", req, cb);
|
|
470
521
|
}
|
|
471
522
|
/**
|
|
472
523
|
* 根据用户传入的指标, 拉取一段时间内的监控数据。
|
|
473
524
|
*/
|
|
474
|
-
async
|
|
475
|
-
return this.request("
|
|
525
|
+
async DescribeGraphData(req, cb) {
|
|
526
|
+
return this.request("DescribeGraphData", req, cb);
|
|
476
527
|
}
|
|
477
528
|
/**
|
|
478
|
-
*
|
|
529
|
+
* 查询活动记录信息
|
|
479
530
|
*/
|
|
480
|
-
async
|
|
481
|
-
return this.request("
|
|
531
|
+
async DescribeActivityRecord(req, cb) {
|
|
532
|
+
return this.request("DescribeActivityRecord", req, cb);
|
|
482
533
|
}
|
|
483
534
|
/**
|
|
484
|
-
*
|
|
535
|
+
* 搜索CLS日志,TCB角色密钥访问
|
|
485
536
|
*/
|
|
486
|
-
async
|
|
487
|
-
return this.request("
|
|
537
|
+
async SearchClsLog(req, cb) {
|
|
538
|
+
return this.request("SearchClsLog", req, cb);
|
|
488
539
|
}
|
|
489
540
|
/**
|
|
490
|
-
*
|
|
541
|
+
* 本接口(DescribeStandaloneGatewayPackage)用于查询小租户网关套餐信息。
|
|
491
542
|
*/
|
|
492
|
-
async
|
|
493
|
-
return this.request("
|
|
543
|
+
async DescribeStandaloneGatewayPackage(req, cb) {
|
|
544
|
+
return this.request("DescribeStandaloneGatewayPackage", req, cb);
|
|
494
545
|
}
|
|
495
546
|
/**
|
|
496
|
-
*
|
|
547
|
+
* 更新环境信息
|
|
497
548
|
*/
|
|
498
|
-
async
|
|
499
|
-
return this.request("
|
|
549
|
+
async ModifyEnv(req, cb) {
|
|
550
|
+
return this.request("ModifyEnv", req, cb);
|
|
500
551
|
}
|
|
501
552
|
/**
|
|
502
|
-
*
|
|
553
|
+
* 修改服务版本的副本数,环境变量
|
|
503
554
|
*/
|
|
504
|
-
async
|
|
505
|
-
return this.request("
|
|
555
|
+
async ModifyCloudBaseRunServerVersion(req, cb) {
|
|
556
|
+
return this.request("ModifyCloudBaseRunServerVersion", req, cb);
|
|
506
557
|
}
|
|
507
558
|
/**
|
|
508
|
-
*
|
|
559
|
+
* 查询服务版本详情(新)
|
|
509
560
|
*/
|
|
510
|
-
async
|
|
511
|
-
return this.request("
|
|
561
|
+
async DescribeCloudBaseRunVersion(req, cb) {
|
|
562
|
+
return this.request("DescribeCloudBaseRunVersion", req, cb);
|
|
512
563
|
}
|
|
513
564
|
/**
|
|
514
|
-
*
|
|
565
|
+
* 查询云应用服务版本容器列表
|
|
515
566
|
*/
|
|
516
|
-
async
|
|
517
|
-
return this.request("
|
|
567
|
+
async DescribeCloudBaseRunPodList(req, cb) {
|
|
568
|
+
return this.request("DescribeCloudBaseRunPodList", req, cb);
|
|
518
569
|
}
|
|
519
570
|
}
|
|
520
571
|
exports.Client = Client;
|