tencentcloud-sdk-nodejs 4.1.263 → 4.1.265
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/es/common/sdk_version.js +1 -1
- package/es/services/alb/index.js +4 -0
- package/es/services/alb/v20251030/alb_client.js +150 -0
- package/es/services/alb/v20251030/alb_models.js +1 -0
- package/es/services/alb/v20251030/index.js +6 -0
- package/es/services/asr/v20190614/asr_client.js +3 -0
- package/es/services/chc/v20230418/chc_client.js +9 -0
- package/es/services/clb/v20180317/clb_client.js +148 -16
- package/es/services/csip/v20221121/csip_client.js +155 -41
- package/es/services/cynosdb/v20190107/cynosdb_client.js +5 -2
- package/es/services/dbbrain/v20210527/dbbrain_client.js +3 -0
- package/es/services/index.js +1 -0
- package/es/services/monitor/v20180724/monitor_client.js +3 -0
- package/es/services/ocr/v20181119/ocr_client.js +8 -2
- package/es/services/tione/v20211111/tione_client.js +3 -0
- package/es/services/tmt/v20180321/tmt_client.js +0 -3
- package/es/services/tokenhub/v20260322/tokenhub_client.js +14 -2
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ags/v20250920/ags_models.d.ts +9 -5
- package/tencentcloud/services/ai3d/v20250513/ai3d_models.d.ts +8 -0
- package/tencentcloud/services/alb/index.d.ts +6 -0
- package/tencentcloud/services/alb/index.js +7 -0
- package/tencentcloud/services/alb/v20251030/alb_client.d.ts +222 -0
- package/tencentcloud/services/alb/v20251030/alb_client.js +339 -0
- package/tencentcloud/services/alb/v20251030/alb_models.d.ts +3680 -0
- package/tencentcloud/services/alb/v20251030/alb_models.js +18 -0
- package/tencentcloud/services/alb/v20251030/index.d.ts +6 -0
- package/tencentcloud/services/alb/v20251030/index.js +10 -0
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +7 -10
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +5 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +6 -0
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +30 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +27 -32
- package/tencentcloud/services/cfs/v20190719/cfs_client.d.ts +3 -3
- package/tencentcloud/services/cfs/v20190719/cfs_client.js +2 -2
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +6 -1
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +4 -0
- package/tencentcloud/services/chc/v20230418/chc_client.d.ts +13 -1
- package/tencentcloud/services/chc/v20230418/chc_client.js +18 -0
- package/tencentcloud/services/chc/v20230418/chc_models.d.ts +191 -76
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +212 -21
- package/tencentcloud/services/clb/v20180317/clb_client.js +307 -28
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +6547 -4279
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +24 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +195 -43
- package/tencentcloud/services/csip/v20221121/csip_client.js +291 -63
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +2419 -796
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +58 -67
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +7 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +9 -3
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +194 -72
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.d.ts +5 -1
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_client.js +6 -0
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +64 -34
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +17 -9
- package/tencentcloud/services/dnspod/v20210323/dnspod_models.d.ts +198 -113
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +13 -9
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +48 -32
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +91 -228
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +41 -41
- package/tencentcloud/services/ga2/v20250115/ga2_models.d.ts +22 -14
- package/tencentcloud/services/iai/v20200303/iai_client.d.ts +7 -3
- package/tencentcloud/services/iai/v20200303/iai_client.js +7 -3
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +8 -6
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +11 -75
- package/tencentcloud/services/live/v20180801/live_models.d.ts +8 -4
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -0
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +210 -184
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +34 -0
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +15 -3
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +19 -3
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +208 -91
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +4 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +2 -2
- package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +21 -17
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +81 -66
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_client.d.ts +1 -1
- package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +6 -1
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +32 -34
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +22 -14
- package/tencentcloud/services/tione/v20211111/tione_client.d.ts +5 -1
- package/tencentcloud/services/tione/v20211111/tione_client.js +6 -0
- package/tencentcloud/services/tione/v20211111/tione_models.d.ts +170 -15
- package/tencentcloud/services/tmt/v20180321/tmt_client.d.ts +1 -6
- package/tencentcloud/services/tmt/v20180321/tmt_client.js +0 -7
- package/tencentcloud/services/tmt/v20180321/tmt_models.d.ts +0 -58
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +26 -6
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.js +34 -6
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +1011 -955
- package/tencentcloud/services/trtc/v20190722/trtc_client.d.ts +6 -9
- package/tencentcloud/services/trtc/v20190722/trtc_client.js +6 -9
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +30 -35
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +108 -101
- package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +5 -5
|
@@ -27,12 +27,38 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
27
27
|
constructor(clientConfig) {
|
|
28
28
|
super("clb.tencentcloudapi.com", "2018-03-17", clientConfig);
|
|
29
29
|
}
|
|
30
|
+
/**
|
|
31
|
+
* 查询退还模型路由资源包的价格。非有效状态或者设置了自动续订且自动续订已生效的资源包不允许退款。
|
|
32
|
+
*/
|
|
33
|
+
async InquirePriceRefundModelRouterResourcePackage(req, cb) {
|
|
34
|
+
return this.request("InquirePriceRefundModelRouterResourcePackage", req, cb);
|
|
35
|
+
}
|
|
36
|
+
/**
|
|
37
|
+
* 将模型关联到模型路由实例
|
|
38
|
+
*/
|
|
39
|
+
async AssociateModelsToModelRouter(req, cb) {
|
|
40
|
+
return this.request("AssociateModelsToModelRouter", req, cb);
|
|
41
|
+
}
|
|
42
|
+
/**
|
|
43
|
+
* 退还模型路由资源包,非有效状态或者设置了自动续订且自动续订已生效的资源包不允许退款。
|
|
44
|
+
*/
|
|
45
|
+
async RefundModelRouterResourcePackage(req, cb) {
|
|
46
|
+
return this.request("RefundModelRouterResourcePackage", req, cb);
|
|
47
|
+
}
|
|
30
48
|
/**
|
|
31
49
|
* 拉取配置绑定的 server 或 location,如果 domain 存在,结果将根据 domain 过滤。或拉取配置绑定的 loadbalancer。
|
|
32
50
|
*/
|
|
33
51
|
async DescribeCustomizedConfigAssociateList(req, cb) {
|
|
34
52
|
return this.request("DescribeCustomizedConfigAssociateList", req, cb);
|
|
35
53
|
}
|
|
54
|
+
/**
|
|
55
|
+
* 解除规则的目标组关联关系。
|
|
56
|
+
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
|
57
|
+
当解绑七层转发规则时,LocationId 为必填项。
|
|
58
|
+
*/
|
|
59
|
+
async DisassociateTargetGroups(req, cb) {
|
|
60
|
+
return this.request("DisassociateTargetGroups", req, cb);
|
|
61
|
+
}
|
|
36
62
|
/**
|
|
37
63
|
* InquiryPriceModifyLoadBalancer接口修改负载均衡配置询价。
|
|
38
64
|
*/
|
|
@@ -58,6 +84,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
58
84
|
async AutoRewrite(req, cb) {
|
|
59
85
|
return this.request("AutoRewrite", req, cb);
|
|
60
86
|
}
|
|
87
|
+
/**
|
|
88
|
+
* 查询实例的使用日志
|
|
89
|
+
*/
|
|
90
|
+
async DescribeModelRouterLogs(req, cb) {
|
|
91
|
+
return this.request("DescribeModelRouterLogs", req, cb);
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* 查询模型标识聚合列表
|
|
95
|
+
*/
|
|
96
|
+
async DescribeModelNames(req, cb) {
|
|
97
|
+
return this.request("DescribeModelNames", req, cb);
|
|
98
|
+
}
|
|
61
99
|
/**
|
|
62
100
|
* 批量修改目标组的服务器权重。
|
|
63
101
|
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
|
@@ -89,6 +127,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
89
127
|
async DescribeAsyncJobs(req, cb) {
|
|
90
128
|
return this.request("DescribeAsyncJobs", req, cb);
|
|
91
129
|
}
|
|
130
|
+
/**
|
|
131
|
+
* 删除 BYOK 模型下的指定 Key
|
|
132
|
+
*/
|
|
133
|
+
async RemoveModelKey(req, cb) {
|
|
134
|
+
return this.request("RemoveModelKey", req, cb);
|
|
135
|
+
}
|
|
136
|
+
/**
|
|
137
|
+
* 查询模型路由实例下的意图路由(Intent Router)列表。
|
|
138
|
+
*/
|
|
139
|
+
async DescribeIntentRouters(req, cb) {
|
|
140
|
+
return this.request("DescribeIntentRouters", req, cb);
|
|
141
|
+
}
|
|
92
142
|
/**
|
|
93
143
|
* 本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡的监听器(四层协议)或转发规则(七层协议)上。
|
|
94
144
|
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
|
@@ -100,6 +150,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
100
150
|
async AssociateTargetGroups(req, cb) {
|
|
101
151
|
return this.request("AssociateTargetGroups", req, cb);
|
|
102
152
|
}
|
|
153
|
+
/**
|
|
154
|
+
* 查询平台维护的 IntentRouter Tier 字典。
|
|
155
|
+
*/
|
|
156
|
+
async DescribeIntentRouterTiers(req, cb) {
|
|
157
|
+
return this.request("DescribeIntentRouterTiers", req, cb);
|
|
158
|
+
}
|
|
103
159
|
/**
|
|
104
160
|
* 从目标组中解绑服务器。
|
|
105
161
|
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
|
@@ -119,6 +175,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
119
175
|
async CreateTopic(req, cb) {
|
|
120
176
|
return this.request("CreateTopic", req, cb);
|
|
121
177
|
}
|
|
178
|
+
/**
|
|
179
|
+
* 查询上游 Provider 支持的模型列表。通过代理转发用户提供的 ApiBase 和 ApiKey 到上游 Provider 的模型列表端点,返回可用的模型名称列表。
|
|
180
|
+
*/
|
|
181
|
+
async DescribeUpperModels(req, cb) {
|
|
182
|
+
return this.request("DescribeUpperModels", req, cb);
|
|
183
|
+
}
|
|
184
|
+
/**
|
|
185
|
+
* 修改目标组的名称或者默认端口属性
|
|
186
|
+
*/
|
|
187
|
+
async ModifyTargetGroupAttribute(req, cb) {
|
|
188
|
+
return this.request("ModifyTargetGroupAttribute", req, cb);
|
|
189
|
+
}
|
|
122
190
|
/**
|
|
123
191
|
* 修改一个或多个负载均衡实例所属项目。
|
|
124
192
|
*/
|
|
@@ -137,12 +205,24 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
137
205
|
async DescribeTargetGroupInstanceStatus(req, cb) {
|
|
138
206
|
return this.request("DescribeTargetGroupInstanceStatus", req, cb);
|
|
139
207
|
}
|
|
208
|
+
/**
|
|
209
|
+
* 查询当前用户 BYOK 中已经配置过的模型别名列表,按 Provider 和 ModelAliasName 去重。
|
|
210
|
+
*/
|
|
211
|
+
async DescribeModelAliases(req, cb) {
|
|
212
|
+
return this.request("DescribeModelAliases", req, cb);
|
|
213
|
+
}
|
|
140
214
|
/**
|
|
141
215
|
* 根据 ModifyBlockIPList 接口返回的异步任务的ID,查询封禁IP(黑名单)异步任务的执行状态。(接口灰度中,如需使用请提工单)
|
|
142
216
|
*/
|
|
143
217
|
async DescribeBlockIPTask(req, cb) {
|
|
144
218
|
return this.request("DescribeBlockIPTask", req, cb);
|
|
145
219
|
}
|
|
220
|
+
/**
|
|
221
|
+
* 创建 BYOK 模型
|
|
222
|
+
*/
|
|
223
|
+
async CreateModel(req, cb) {
|
|
224
|
+
return this.request("CreateModel", req, cb);
|
|
225
|
+
}
|
|
146
226
|
/**
|
|
147
227
|
* RegisterTargetsWithClassicalLB 接口用于绑定后端服务到传统型负载均衡。本接口为异步接口,接口返回成功后,需以返回的 RequestId 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
|
148
228
|
*/
|
|
@@ -170,6 +250,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
170
250
|
async ModifyLoadBalancerAttributes(req, cb) {
|
|
171
251
|
return this.request("ModifyLoadBalancerAttributes", req, cb);
|
|
172
252
|
}
|
|
253
|
+
/**
|
|
254
|
+
* 删除 BYOK 模型
|
|
255
|
+
*/
|
|
256
|
+
async DeleteModel(req, cb) {
|
|
257
|
+
return this.request("DeleteModel", req, cb);
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* 修改byok实例下指定模型的属性。该接口为异步接口,可使用DescribeAsyncJobs根据requestId查询异步任务的进度。
|
|
261
|
+
*/
|
|
262
|
+
async ModifyServiceProviderModelAttributes(req, cb) {
|
|
263
|
+
return this.request("ModifyServiceProviderModelAttributes", req, cb);
|
|
264
|
+
}
|
|
173
265
|
/**
|
|
174
266
|
* 在指定模型路由实例下创建一个用户组。用户组是介于模型路由实例与 Key 之间的一层可选分组,可为组内 Key 统一配置模型白名单,并通过关联 Budget 统一管理额度。创建为异步操作,接口会同步返回用户组ID,可凭返回的 RequestId 调用 DescribeAsyncJobs 查询创建进度。
|
|
175
267
|
*/
|
|
@@ -195,6 +287,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
195
287
|
async DeleteRewrite(req, cb) {
|
|
196
288
|
return this.request("DeleteRewrite", req, cb);
|
|
197
289
|
}
|
|
290
|
+
/**
|
|
291
|
+
* 查询平台支持的 Provider 列表
|
|
292
|
+
*/
|
|
293
|
+
async DescribeSupportedProviders(req, cb) {
|
|
294
|
+
return this.request("DescribeSupportedProviders", req, cb);
|
|
295
|
+
}
|
|
198
296
|
/**
|
|
199
297
|
* 去关联个性化配置,准备下线,请使用SetCustomizedConfigForLoadBalancer。
|
|
200
298
|
*/
|
|
@@ -235,6 +333,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
235
333
|
async RegisterTargetGroupInstances(req, cb) {
|
|
236
334
|
return this.request("RegisterTargetGroupInstances", req, cb);
|
|
237
335
|
}
|
|
336
|
+
/**
|
|
337
|
+
* 修改模型路由实例已关联的 Guardrail 防护配置。调用时需要指定已有的 GuardrailId,并在 Type 为 WAF 时传入 InstanceId 和 ServiceId;InputCheckDepth 为选填字段,未传时沿用当前已关联 Guardrail 的取值。修改成功后,GuardrailId 保持不变。
|
|
338
|
+
|
|
339
|
+
本接口为异步接口。接口返回成功表示请求已受理,可使用返回的 RequestId 调用 DescribeAsyncJobs 查询任务执行结果;修改完成后,可调用 DescribeModelRouterGuardrails 查询最新防护配置。
|
|
340
|
+
|
|
341
|
+
当前每个模型路由实例最多关联 1 个 Guardrail。
|
|
342
|
+
*/
|
|
343
|
+
async ModifyModelRouterGuardrails(req, cb) {
|
|
344
|
+
return this.request("ModifyModelRouterGuardrails", req, cb);
|
|
345
|
+
}
|
|
238
346
|
/**
|
|
239
347
|
* 查询指定模型路由实例下的用户组列表或详情,支持按ID、名称、状态、标签过滤及分页。真实用户组按名称字典序升序返回;返回列表末尾恒追加一个「未分组」虚拟分组(UserGroupId 固定为 ugrp-ungrouped、UserGroupName 固定为 ungrouped),它并非用户真实创建的用户组,而是代表该实例下所有未归属任何用户组的 Key(其 KeyCount 为无组 Key 数,不计入 TotalCount,不可修改或删除)。
|
|
240
348
|
*/
|
|
@@ -248,6 +356,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
248
356
|
async SetLoadBalancerStartStatus(req, cb) {
|
|
249
357
|
return this.request("SetLoadBalancerStartStatus", req, cb);
|
|
250
358
|
}
|
|
359
|
+
/**
|
|
360
|
+
* 查询创建模型路由资源包的价格。
|
|
361
|
+
*/
|
|
362
|
+
async InquirePriceCreateModelRouterResourcePackage(req, cb) {
|
|
363
|
+
return this.request("InquirePriceCreateModelRouterResourcePackage", req, cb);
|
|
364
|
+
}
|
|
365
|
+
/**
|
|
366
|
+
* 查询模型路由实例上的全部模型重写规则(Model Rewrite),或按 SourceModel 精确过滤后的单条规则。该接口为同步只读接口。
|
|
367
|
+
*/
|
|
368
|
+
async DescribeModelRewrite(req, cb) {
|
|
369
|
+
return this.request("DescribeModelRewrite", req, cb);
|
|
370
|
+
}
|
|
251
371
|
/**
|
|
252
372
|
* ModifyListener接口用来修改负载均衡监听器的属性,包括监听器名称、健康检查参数、证书信息、转发策略等。本接口不支持传统型负载均衡。
|
|
253
373
|
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
|
@@ -262,10 +382,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
262
382
|
return this.request("DescribeResources", req, cb);
|
|
263
383
|
}
|
|
264
384
|
/**
|
|
265
|
-
*
|
|
385
|
+
* 修改Budget属性。BudgetConfigs最多支持1d、7d、30d三个刷新周期各一个;BudgetResetAt不支持作为入参设置,由系统自动维护。修改请求提交后,可通过DescribeBudgets查询状态。
|
|
266
386
|
*/
|
|
267
|
-
async
|
|
268
|
-
return this.request("
|
|
387
|
+
async ModifyBudgetAttributes(req, cb) {
|
|
388
|
+
return this.request("ModifyBudgetAttributes", req, cb);
|
|
389
|
+
}
|
|
390
|
+
/**
|
|
391
|
+
* 查询实例关联的模型列表
|
|
392
|
+
*/
|
|
393
|
+
async DescribeModelAssociations(req, cb) {
|
|
394
|
+
return this.request("DescribeModelAssociations", req, cb);
|
|
269
395
|
}
|
|
270
396
|
/**
|
|
271
397
|
* 禁用/启用Key
|
|
@@ -309,6 +435,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
309
435
|
async RegisterFunctionTargets(req, cb) {
|
|
310
436
|
return this.request("RegisterFunctionTargets", req, cb);
|
|
311
437
|
}
|
|
438
|
+
/**
|
|
439
|
+
* 批量修改模型别名属性。本期支持批量修改模型别名的 Coefficient 配置。接口为异步接口,提交成功后返回 RequestId。
|
|
440
|
+
*/
|
|
441
|
+
async ModifyModelAliasAttributes(req, cb) {
|
|
442
|
+
return this.request("ModifyModelAliasAttributes", req, cb);
|
|
443
|
+
}
|
|
312
444
|
/**
|
|
313
445
|
* 创建 API Key
|
|
314
446
|
*/
|
|
@@ -321,12 +453,28 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
321
453
|
async DescribeCustomizedConfigList(req, cb) {
|
|
322
454
|
return this.request("DescribeCustomizedConfigList", req, cb);
|
|
323
455
|
}
|
|
456
|
+
/**
|
|
457
|
+
* 为指定模型路由实例关联 Guardrails 防护。当前支持关联腾讯云 WAF LLM SDK 接入配置,关联成功后,模型路由转发的请求会按照绑定的 WAF 防护配置进行安全检测。
|
|
458
|
+
|
|
459
|
+
本接口为异步接口。接口返回成功表示请求已受理,可使用返回的 RequestId 调用 DescribeAsyncJobs 查询任务执行结果;防护配置生效后,可调用 DescribeModelRouterGuardrails 查询当前关联。
|
|
460
|
+
|
|
461
|
+
当前每个模型路由实例最多关联 1 个 Guardrail。如需替换已关联的防护配置,请调用 ModifyModelRouterGuardrails。
|
|
462
|
+
*/
|
|
463
|
+
async AssociateModelRouterGuardrails(req, cb) {
|
|
464
|
+
return this.request("AssociateModelRouterGuardrails", req, cb);
|
|
465
|
+
}
|
|
324
466
|
/**
|
|
325
467
|
* 查询用户配额信息
|
|
326
468
|
*/
|
|
327
469
|
async DescribeModelRouterQuota(req, cb) {
|
|
328
470
|
return this.request("DescribeModelRouterQuota", req, cb);
|
|
329
471
|
}
|
|
472
|
+
/**
|
|
473
|
+
* 查询用户当前地域下的各项配额
|
|
474
|
+
*/
|
|
475
|
+
async DescribeQuota(req, cb) {
|
|
476
|
+
return this.request("DescribeQuota", req, cb);
|
|
477
|
+
}
|
|
330
478
|
/**
|
|
331
479
|
* 查询独占集群中的资源列表,支持按集群ID、VIP、负载均衡ID、是否闲置为过滤条件检索。
|
|
332
480
|
*/
|
|
@@ -340,11 +488,17 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
340
488
|
return this.request("SetLoadBalancerClsLog", req, cb);
|
|
341
489
|
}
|
|
342
490
|
/**
|
|
343
|
-
*
|
|
344
|
-
(接口灰度中,如需使用请提工单)
|
|
491
|
+
* 查询模型路由资源包抵扣明细
|
|
345
492
|
*/
|
|
346
|
-
async
|
|
347
|
-
return this.request("
|
|
493
|
+
async DescribeModelRouterResourcePackageDeduction(req, cb) {
|
|
494
|
+
return this.request("DescribeModelRouterResourcePackageDeduction", req, cb);
|
|
495
|
+
}
|
|
496
|
+
/**
|
|
497
|
+
* 修改意图路由(Intent Router)的属性,支持修改路由名称(RouteName)和分层配置(Tiers)。
|
|
498
|
+
RouteName和Tiers均为选填,至少传入一个。Tiers为全量替换(非增量)。
|
|
499
|
+
*/
|
|
500
|
+
async ModifyIntentRouterAttribute(req, cb) {
|
|
501
|
+
return this.request("ModifyIntentRouterAttribute", req, cb);
|
|
348
502
|
}
|
|
349
503
|
/**
|
|
350
504
|
* DescribeRewrite 接口可根据负载均衡实例ID,查询一个负载均衡实例下转发规则的重定向关系。如果不指定监听器ID或转发规则ID,则返回该负载均衡实例下的所有重定向关系。
|
|
@@ -392,6 +546,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
392
546
|
async ModifyRule(req, cb) {
|
|
393
547
|
return this.request("ModifyRule", req, cb);
|
|
394
548
|
}
|
|
549
|
+
/**
|
|
550
|
+
* 查询指定实例的 API Key 列表。
|
|
551
|
+
*/
|
|
552
|
+
async DescribeKeys(req, cb) {
|
|
553
|
+
return this.request("DescribeKeys", req, cb);
|
|
554
|
+
}
|
|
395
555
|
/**
|
|
396
556
|
* 查询负载均衡的详细信息,包括监听器,规则及后端目标。
|
|
397
557
|
*/
|
|
@@ -423,10 +583,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
423
583
|
return this.request("DescribeCrossTargets", req, cb);
|
|
424
584
|
}
|
|
425
585
|
/**
|
|
426
|
-
*
|
|
586
|
+
* 删除模型路由实例下的一个意图路由(Intent Router)。
|
|
427
587
|
*/
|
|
428
|
-
async
|
|
429
|
-
return this.request("
|
|
588
|
+
async DeleteIntentRouter(req, cb) {
|
|
589
|
+
return this.request("DeleteIntentRouter", req, cb);
|
|
430
590
|
}
|
|
431
591
|
/**
|
|
432
592
|
* 修改 API Key 的属性
|
|
@@ -434,6 +594,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
434
594
|
async ModifyKeyAttributes(req, cb) {
|
|
435
595
|
return this.request("ModifyKeyAttributes", req, cb);
|
|
436
596
|
}
|
|
597
|
+
/**
|
|
598
|
+
* 查询实例下关联模型的可用性
|
|
599
|
+
*/
|
|
600
|
+
async DescribeAssociatedModelAvailability(req, cb) {
|
|
601
|
+
return this.request("DescribeAssociatedModelAvailability", req, cb);
|
|
602
|
+
}
|
|
437
603
|
/**
|
|
438
604
|
* 用户手动配置原访问地址和重定向地址,系统自动将原访问地址的请求重定向至对应路径的目的地址。同一域名下可以配置多条路径作为重定向策略,实现http/https之间请求的自动跳转。设置重定向时,需满足如下约束条件:若A已经重定向至B,则A不能再重定向至C(除非先删除老的重定向关系,再建立新的重定向关系),B不能重定向至任何其它地址。
|
|
439
605
|
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用DescribeTaskStatus接口查询本次任务是否成功。
|
|
@@ -447,6 +613,14 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
447
613
|
async RegenerateKeys(req, cb) {
|
|
448
614
|
return this.request("RegenerateKeys", req, cb);
|
|
449
615
|
}
|
|
616
|
+
/**
|
|
617
|
+
* 查询模型路由实例当前已关联的 Guardrails 防护配置。
|
|
618
|
+
|
|
619
|
+
本接口为同步只读接口,不触发状态变更。AssociateModelRouterGuardrails、DisassociateModelRouterGuardrails 和 ModifyModelRouterGuardrails 为异步受理接口;如需确认变更任务是否执行成功,请优先使用写接口返回的 RequestId 调用 DescribeAsyncJobs 查询任务状态。
|
|
620
|
+
*/
|
|
621
|
+
async DescribeModelRouterGuardrails(req, cb) {
|
|
622
|
+
return this.request("DescribeModelRouterGuardrails", req, cb);
|
|
623
|
+
}
|
|
450
624
|
/**
|
|
451
625
|
* 修改负载均衡转发规则上所绑定的云函数。
|
|
452
626
|
限制说明:
|
|
@@ -481,6 +655,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
481
655
|
async AssociateBudget(req, cb) {
|
|
482
656
|
return this.request("AssociateBudget", req, cb);
|
|
483
657
|
}
|
|
658
|
+
/**
|
|
659
|
+
* 修改BYOK的属性,包含:自定义名字
|
|
660
|
+
*/
|
|
661
|
+
async ModifyModelAttributes(req, cb) {
|
|
662
|
+
return this.request("ModifyModelAttributes", req, cb);
|
|
663
|
+
}
|
|
484
664
|
/**
|
|
485
665
|
* ModifyDomain接口用来修改负载均衡七层监听器下的域名。
|
|
486
666
|
本接口为异步接口,本接口返回成功后需以返回的RequestID为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
|
@@ -500,6 +680,13 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
500
680
|
async DescribeLoadBalancerOverview(req, cb) {
|
|
501
681
|
return this.request("DescribeLoadBalancerOverview", req, cb);
|
|
502
682
|
}
|
|
683
|
+
/**
|
|
684
|
+
* 修改负载均衡的IP(client IP)封禁黑名单列表,一个转发规则最多支持封禁 2000000 个IP,及黑名单容量为 2000000。
|
|
685
|
+
(接口灰度中,如需使用请提工单)
|
|
686
|
+
*/
|
|
687
|
+
async ModifyBlockIPList(req, cb) {
|
|
688
|
+
return this.request("ModifyBlockIPList", req, cb);
|
|
689
|
+
}
|
|
503
690
|
/**
|
|
504
691
|
* DeleteLoadBalancer 接口用以删除指定的一个或多个负载均衡实例。成功删除后,会把负载均衡实例下的监听器、转发规则一起删除,并把后端服务解绑。
|
|
505
692
|
本接口为异步接口,接口返回成功后,需以返回的 RequestId 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
|
@@ -520,6 +707,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
520
707
|
async DeleteRule(req, cb) {
|
|
521
708
|
return this.request("DeleteRule", req, cb);
|
|
522
709
|
}
|
|
710
|
+
/**
|
|
711
|
+
* 给 BYOK 模型添加 Key
|
|
712
|
+
*/
|
|
713
|
+
async AddModelKey(req, cb) {
|
|
714
|
+
return this.request("AddModelKey", req, cb);
|
|
715
|
+
}
|
|
716
|
+
/**
|
|
717
|
+
* 探测模型支持的输入多模态能力。可在创建byok实例勾选模型支持的多模态能力列表、编辑byok实例下模型支持的多模态能力列表时探测。探测完成可根据探测结果一键录入多模态能力列表。
|
|
718
|
+
*/
|
|
719
|
+
async TestModelInputModalities(req, cb) {
|
|
720
|
+
return this.request("TestModelInputModalities", req, cb);
|
|
721
|
+
}
|
|
523
722
|
/**
|
|
524
723
|
* 查询Budget列表。
|
|
525
724
|
*/
|
|
@@ -538,6 +737,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
538
737
|
async DeleteKeys(req, cb) {
|
|
539
738
|
return this.request("DeleteKeys", req, cb);
|
|
540
739
|
}
|
|
740
|
+
/**
|
|
741
|
+
* 为模型路由实例新增或覆盖一条模型重写规则(Model Rewrite)。当 SourceModel 已存在重写规则时,本次请求会用新的 TargetModel 覆盖原值(覆盖语义)。该接口为异步接口。
|
|
742
|
+
*/
|
|
743
|
+
async AddModelRewrite(req, cb) {
|
|
744
|
+
return this.request("AddModelRewrite", req, cb);
|
|
745
|
+
}
|
|
746
|
+
/**
|
|
747
|
+
* DescribeTargets 接口用来查询负载均衡实例的某些监听器绑定的后端服务列表。
|
|
748
|
+
*/
|
|
749
|
+
async DescribeTargets(req, cb) {
|
|
750
|
+
return this.request("DescribeTargets", req, cb);
|
|
751
|
+
}
|
|
541
752
|
/**
|
|
542
753
|
* 修改模型路由属性。支持修改实例名称、限速配置、路由配置,以及替换企业型实例 HTTPS 服务端点绑定的证书(CertId)。每次调用至少传入一个待修改的属性字段,未传入的字段保持原值不变。其中证书替换在请求内同步完成,成功返回即已生效;其余属性修改异步生效,可通过 DescribeModelRouterDetail 接口查询修改结果。
|
|
543
754
|
*/
|
|
@@ -556,18 +767,42 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
556
767
|
async DeleteUserGroups(req, cb) {
|
|
557
768
|
return this.request("DeleteUserGroups", req, cb);
|
|
558
769
|
}
|
|
770
|
+
/**
|
|
771
|
+
* DescribeTargetHealth 接口用来获取负载均衡后端服务的健康检查结果,不支持传统型负载均衡。
|
|
772
|
+
*/
|
|
773
|
+
async DescribeTargetHealth(req, cb) {
|
|
774
|
+
return this.request("DescribeTargetHealth", req, cb);
|
|
775
|
+
}
|
|
559
776
|
/**
|
|
560
777
|
* 获取目标组列表
|
|
561
778
|
*/
|
|
562
779
|
async DescribeTargetGroupList(req, cb) {
|
|
563
780
|
return this.request("DescribeTargetGroupList", req, cb);
|
|
564
781
|
}
|
|
782
|
+
/**
|
|
783
|
+
* 将模型从模型路由实例解除关联
|
|
784
|
+
*/
|
|
785
|
+
async DisassociateModelsFromModelRouter(req, cb) {
|
|
786
|
+
return this.request("DisassociateModelsFromModelRouter", req, cb);
|
|
787
|
+
}
|
|
788
|
+
/**
|
|
789
|
+
* 为模型路由实例创建一个意图路由(Intent Router)。意图路由是独立资源,请求匹配model=<RouteName>时将通过配置的分层进行路由。
|
|
790
|
+
*/
|
|
791
|
+
async CreateIntentRouter(req, cb) {
|
|
792
|
+
return this.request("CreateIntentRouter", req, cb);
|
|
793
|
+
}
|
|
565
794
|
/**
|
|
566
795
|
* 本接口 (RenewLoadBalancers) 用于续费包年包月实例。
|
|
567
796
|
*/
|
|
568
797
|
async RenewLoadBalancers(req, cb) {
|
|
569
798
|
return this.request("RenewLoadBalancers", req, cb);
|
|
570
799
|
}
|
|
800
|
+
/**
|
|
801
|
+
* BYOK健康检查
|
|
802
|
+
*/
|
|
803
|
+
async TestServiceProviderConnection(req, cb) {
|
|
804
|
+
return this.request("TestServiceProviderConnection", req, cb);
|
|
805
|
+
}
|
|
571
806
|
/**
|
|
572
807
|
* 查询目标组信息
|
|
573
808
|
*/
|
|
@@ -575,10 +810,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
575
810
|
return this.request("DescribeTargetGroups", req, cb);
|
|
576
811
|
}
|
|
577
812
|
/**
|
|
578
|
-
*
|
|
813
|
+
* 查询模型路由资源包
|
|
579
814
|
*/
|
|
580
|
-
async
|
|
581
|
-
return this.request("
|
|
815
|
+
async DescribeModelRouterResourcePackages(req, cb) {
|
|
816
|
+
return this.request("DescribeModelRouterResourcePackages", req, cb);
|
|
582
817
|
}
|
|
583
818
|
/**
|
|
584
819
|
* 创建CLB专有日志集,此日志集用于存储CLB的日志。
|
|
@@ -596,10 +831,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
596
831
|
return this.request("ReplaceCertForLoadBalancers", req, cb);
|
|
597
832
|
}
|
|
598
833
|
/**
|
|
599
|
-
*
|
|
834
|
+
* 聊天测试,发送聊天请求验证模型连通性。用户传入 ApiKey 和 Model,支持自定义消息和额外参数、支持多模态附件。stream 强制关闭,max_tokens 上限 100。
|
|
600
835
|
*/
|
|
601
|
-
async
|
|
602
|
-
return this.request("
|
|
836
|
+
async ChatCompletions(req, cb) {
|
|
837
|
+
return this.request("ChatCompletions", req, cb);
|
|
603
838
|
}
|
|
604
839
|
/**
|
|
605
840
|
* 本接口(CreateLoadBalancer)用来创建负载均衡实例。为了使用负载均衡服务,您必须购买一个或多个负载均衡实例。成功调用该接口后,会返回负载均衡实例的唯一 ID。负载均衡实例的类型分为:公网、内网。详情可参考产品说明中的产品类型。
|
|
@@ -635,11 +870,17 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
635
870
|
return this.request("DescribeBudgetAssociations", req, cb);
|
|
636
871
|
}
|
|
637
872
|
/**
|
|
638
|
-
* 创建Budget
|
|
873
|
+
* 创建Budget对象。BudgetConfigs最多支持1d、7d、30d三个刷新周期各一个;BudgetResetAt不支持作为入参设置,由系统自动维护。可在创建时通过Resources同时关联已存在的企业型模型路由实例或企业型实例下的Key。创建请求提交后,可通过DescribeBudgets查询状态。
|
|
639
874
|
*/
|
|
640
875
|
async CreateBudget(req, cb) {
|
|
641
876
|
return this.request("CreateBudget", req, cb);
|
|
642
877
|
}
|
|
878
|
+
/**
|
|
879
|
+
* 初始化 BYOK VPC 网络资源。PrivateCustom 场景的 Phase 1:创建 BYOK 模型主表记录并提交 VPC 网络初始化异步任务(申请 IP、创建 LBNAT、绑定 SNAT 等)。完成后需调用 CreateModel 传入返回的 ServiceProviderId 完成业务资源创建。
|
|
880
|
+
*/
|
|
881
|
+
async CreateBYOKNetwork(req, cb) {
|
|
882
|
+
return this.request("CreateBYOKNetwork", req, cb);
|
|
883
|
+
}
|
|
643
884
|
/**
|
|
644
885
|
* 该接口支持删除负载均衡的多个监听器。
|
|
645
886
|
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
|
@@ -667,12 +908,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
667
908
|
return this.request("ModifyDomainAttributes", req, cb);
|
|
668
909
|
}
|
|
669
910
|
/**
|
|
670
|
-
*
|
|
671
|
-
本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。
|
|
672
|
-
当解绑七层转发规则时,LocationId 为必填项。
|
|
911
|
+
* 将模型关联到模型路由实例
|
|
673
912
|
*/
|
|
674
|
-
async
|
|
675
|
-
return this.request("
|
|
913
|
+
async DeregisterModelsFromServiceProvider(req, cb) {
|
|
914
|
+
return this.request("DeregisterModelsFromServiceProvider", req, cb);
|
|
676
915
|
}
|
|
677
916
|
/**
|
|
678
917
|
* 查询一个地域的负载均衡实例列表。
|
|
@@ -686,6 +925,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
686
925
|
async DescribeBlockIPList(req, cb) {
|
|
687
926
|
return this.request("DescribeBlockIPList", req, cb);
|
|
688
927
|
}
|
|
928
|
+
/**
|
|
929
|
+
* 将模型关联到模型路由实例
|
|
930
|
+
*/
|
|
931
|
+
async RegisterModelsToServiceProvider(req, cb) {
|
|
932
|
+
return this.request("RegisterModelsToServiceProvider", req, cb);
|
|
933
|
+
}
|
|
689
934
|
/**
|
|
690
935
|
* DescribeClassicalLBTargets用于获取传统型负载均衡绑定的后端服务。
|
|
691
936
|
*/
|
|
@@ -712,10 +957,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
712
957
|
return this.request("DescribeClsLogSet", req, cb);
|
|
713
958
|
}
|
|
714
959
|
/**
|
|
715
|
-
*
|
|
960
|
+
* 查询 BYOK 模型列表及 Key 信息
|
|
716
961
|
*/
|
|
717
|
-
async
|
|
718
|
-
return this.request("
|
|
962
|
+
async DescribeModelKeys(req, cb) {
|
|
963
|
+
return this.request("DescribeModelKeys", req, cb);
|
|
964
|
+
}
|
|
965
|
+
/**
|
|
966
|
+
* 删除Budget对象。Budget存在任何关联资源时不允许删除,需要先调用DisassociateBudget解除关联。
|
|
967
|
+
*/
|
|
968
|
+
async DeleteBudgets(req, cb) {
|
|
969
|
+
return this.request("DeleteBudgets", req, cb);
|
|
719
970
|
}
|
|
720
971
|
/**
|
|
721
972
|
* ModifyTargetWeight 接口用于修改负载均衡绑定的后端服务的转发权重。
|
|
@@ -724,6 +975,18 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
724
975
|
async ModifyTargetWeight(req, cb) {
|
|
725
976
|
return this.request("ModifyTargetWeight", req, cb);
|
|
726
977
|
}
|
|
978
|
+
/**
|
|
979
|
+
* 创建模型路由资源包
|
|
980
|
+
*/
|
|
981
|
+
async CreateModelRouterResourcePackage(req, cb) {
|
|
982
|
+
return this.request("CreateModelRouterResourcePackage", req, cb);
|
|
983
|
+
}
|
|
984
|
+
/**
|
|
985
|
+
* 删除模型路由实例上的一条模型重写规则(按 SourceModel 定位)。该接口为幂等接口:当指定的 SourceModel 不存在重写规则时,请求默认成功。
|
|
986
|
+
*/
|
|
987
|
+
async RemoveModelRewrite(req, cb) {
|
|
988
|
+
return this.request("RemoveModelRewrite", req, cb);
|
|
989
|
+
}
|
|
727
990
|
/**
|
|
728
991
|
* 创建目标组。该功能正在内测中,如需使用,请通过[工单申请](https://console.cloud.tencent.com/workorder/category?level1_id=6&level2_id=163&source=0&data_title=%E8%B4%9F%E8%BD%BD%E5%9D%87%E8%A1%A1%20LB&step=1)。
|
|
729
992
|
*/
|
|
@@ -731,10 +994,10 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
731
994
|
return this.request("CreateTargetGroup", req, cb);
|
|
732
995
|
}
|
|
733
996
|
/**
|
|
734
|
-
*
|
|
997
|
+
* 查询BYOK健康检查信息
|
|
735
998
|
*/
|
|
736
|
-
async
|
|
737
|
-
return this.request("
|
|
999
|
+
async DescribeServiceProviderHealthStatus(req, cb) {
|
|
1000
|
+
return this.request("DescribeServiceProviderHealthStatus", req, cb);
|
|
738
1001
|
}
|
|
739
1002
|
/**
|
|
740
1003
|
* 创建模型路由实例
|
|
@@ -767,6 +1030,16 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
767
1030
|
async DescribeClassicalLBHealthStatus(req, cb) {
|
|
768
1031
|
return this.request("DescribeClassicalLBHealthStatus", req, cb);
|
|
769
1032
|
}
|
|
1033
|
+
/**
|
|
1034
|
+
* 解除模型路由实例与 Guardrails 防护配置的关联。解除后,模型路由不再使用指定的 Guardrail 防护配置。
|
|
1035
|
+
|
|
1036
|
+
本接口为异步接口。接口返回成功表示请求已受理,可使用返回的 RequestId 调用 DescribeAsyncJobs 查询任务执行结果;解除完成后,可调用 DescribeModelRouterGuardrails 查询当前关联。
|
|
1037
|
+
|
|
1038
|
+
本接口通过 GuardrailId 定位要解除的防护配置。GuardrailId 可通过 DescribeModelRouterGuardrails 获取。若传入的 GuardrailId 当前未关联到该模型路由实例,接口按幂等成功处理。
|
|
1039
|
+
*/
|
|
1040
|
+
async DisassociateModelRouterGuardrails(req, cb) {
|
|
1041
|
+
return this.request("DisassociateModelRouterGuardrails", req, cb);
|
|
1042
|
+
}
|
|
770
1043
|
/**
|
|
771
1044
|
* 针对SnatPro负载均衡,这个接口用于添加SnatIp,如果负载均衡没有开启SnatPro,添加SnatIp后会自动开启。
|
|
772
1045
|
本接口为异步接口,接口返回成功后,需以得到的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。
|
|
@@ -812,5 +1085,11 @@ BGP带宽包必须传带宽包id
|
|
|
812
1085
|
async BatchModifyTargetTag(req, cb) {
|
|
813
1086
|
return this.request("BatchModifyTargetTag", req, cb);
|
|
814
1087
|
}
|
|
1088
|
+
/**
|
|
1089
|
+
* 修改模型路由实例关联的安全组
|
|
1090
|
+
*/
|
|
1091
|
+
async ModifyModelRouterSecurityGroups(req, cb) {
|
|
1092
|
+
return this.request("ModifyModelRouterSecurityGroups", req, cb);
|
|
1093
|
+
}
|
|
815
1094
|
}
|
|
816
1095
|
exports.Client = Client;
|