tencentcloud-sdk-nodejs-cngw 4.1.302 → 4.1.311
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.
|
@@ -35,10 +35,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
35
35
|
return this.request("DeleteCloudNativeAPIGatewayConsumer", req, cb);
|
|
36
36
|
}
|
|
37
37
|
/**
|
|
38
|
-
*
|
|
38
|
+
* 查询AI网关配额
|
|
39
39
|
*/
|
|
40
|
-
async
|
|
41
|
-
return this.request("
|
|
40
|
+
async DescribeCloudNativeAPIGatewayAIQuota(req, cb) {
|
|
41
|
+
return this.request("DescribeCloudNativeAPIGatewayAIQuota", req, cb);
|
|
42
|
+
}
|
|
43
|
+
/**
|
|
44
|
+
* 上传插件前置操作,获取COS相关信息
|
|
45
|
+
*/
|
|
46
|
+
async ModifyCloudNativeAPIGatewayMCPRoute(req, cb) {
|
|
47
|
+
return this.request("ModifyCloudNativeAPIGatewayMCPRoute", req, cb);
|
|
48
|
+
}
|
|
49
|
+
/**
|
|
50
|
+
* 为资源(模型 API / MCP Server)添加消费者组授权。
|
|
51
|
+
*/
|
|
52
|
+
async AddCloudNativeAPIGatewayConsumerGroupAuth(req, cb) {
|
|
53
|
+
return this.request("AddCloudNativeAPIGatewayConsumerGroupAuth", req, cb);
|
|
42
54
|
}
|
|
43
55
|
/**
|
|
44
56
|
* 删除AI网关MCP服务
|
|
@@ -58,6 +70,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
58
70
|
async ModifyCloudNativeAPIGatewayMCPServerACL(req, cb) {
|
|
59
71
|
return this.request("ModifyCloudNativeAPIGatewayMCPServerACL", req, cb);
|
|
60
72
|
}
|
|
73
|
+
/**
|
|
74
|
+
* 查询AI配额配置列表
|
|
75
|
+
*/
|
|
76
|
+
async DescribeCloudNativeAPIGatewayAIQuotaList(req, cb) {
|
|
77
|
+
return this.request("DescribeCloudNativeAPIGatewayAIQuotaList", req, cb);
|
|
78
|
+
}
|
|
79
|
+
/**
|
|
80
|
+
* 创建云原生网关AI服务来源
|
|
81
|
+
*/
|
|
82
|
+
async CreateCloudNativeAPIGatewayAIServiceSource(req, cb) {
|
|
83
|
+
return this.request("CreateCloudNativeAPIGatewayAIServiceSource", req, cb);
|
|
84
|
+
}
|
|
61
85
|
/**
|
|
62
86
|
* 从资源(模型 API / MCP Server)移除消费者组授权。
|
|
63
87
|
*/
|
|
@@ -70,6 +94,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
70
94
|
async DeleteCloudNativeAPIGatewayMCPTool(req, cb) {
|
|
71
95
|
return this.request("DeleteCloudNativeAPIGatewayMCPTool", req, cb);
|
|
72
96
|
}
|
|
97
|
+
/**
|
|
98
|
+
* 修改云原生智能网关MCP Tool
|
|
99
|
+
*/
|
|
100
|
+
async DescribeCloudNativeAPIGatewayMCPToolVersion(req, cb) {
|
|
101
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPToolVersion", req, cb);
|
|
102
|
+
}
|
|
103
|
+
/**
|
|
104
|
+
* 修改消费者组。
|
|
105
|
+
*/
|
|
106
|
+
async ModifyCloudNativeAPIGatewayConsumerGroup(req, cb) {
|
|
107
|
+
return this.request("ModifyCloudNativeAPIGatewayConsumerGroup", req, cb);
|
|
108
|
+
}
|
|
73
109
|
/**
|
|
74
110
|
* 创建 LLM 模型 API。
|
|
75
111
|
*/
|
|
@@ -95,16 +131,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
95
131
|
return this.request("ModifyCloudNativeAPIGatewayMCPToolStatus", req, cb);
|
|
96
132
|
}
|
|
97
133
|
/**
|
|
98
|
-
*
|
|
134
|
+
* 查询批量导入MCP Tools的任务进度
|
|
99
135
|
*/
|
|
100
|
-
async
|
|
101
|
-
return this.request("
|
|
136
|
+
async DescribeCloudNativeAPIGatewayMCPToolImportTask(req, cb) {
|
|
137
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPToolImportTask", req, cb);
|
|
102
138
|
}
|
|
103
139
|
/**
|
|
104
|
-
* 修改
|
|
140
|
+
* 修改MCP服务配置
|
|
105
141
|
*/
|
|
106
|
-
async
|
|
107
|
-
return this.request("
|
|
142
|
+
async ModifyCloudNativeAPIGatewayMCPServer(req, cb) {
|
|
143
|
+
return this.request("ModifyCloudNativeAPIGatewayMCPServer", req, cb);
|
|
144
|
+
}
|
|
145
|
+
/**
|
|
146
|
+
* 删除云原生网关AI服务来源
|
|
147
|
+
*/
|
|
148
|
+
async DeleteCloudNativeAPIGatewayAIServiceSource(req, cb) {
|
|
149
|
+
return this.request("DeleteCloudNativeAPIGatewayAIServiceSource", req, cb);
|
|
108
150
|
}
|
|
109
151
|
/**
|
|
110
152
|
* 查询消费者组详情。
|
|
@@ -130,6 +172,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
130
172
|
async DescribeCloudNativeAPIGatewayMCPToolACLList(req, cb) {
|
|
131
173
|
return this.request("DescribeCloudNativeAPIGatewayMCPToolACLList", req, cb);
|
|
132
174
|
}
|
|
175
|
+
/**
|
|
176
|
+
* 修改云原生智能网关MCP Tool
|
|
177
|
+
*/
|
|
178
|
+
async CheckCloudNativeAPIGatewayMCPToolVersionExist(req, cb) {
|
|
179
|
+
return this.request("CheckCloudNativeAPIGatewayMCPToolVersionExist", req, cb);
|
|
180
|
+
}
|
|
133
181
|
/**
|
|
134
182
|
* 创建 LLM 模型服务。同一网关下 Name 唯一。
|
|
135
183
|
*/
|
|
@@ -148,6 +196,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
148
196
|
async DescribeCloudNativeAPIGatewayLLMModelAPIs(req, cb) {
|
|
149
197
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelAPIs", req, cb);
|
|
150
198
|
}
|
|
199
|
+
/**
|
|
200
|
+
* 上传插件前置操作,获取COS相关信息
|
|
201
|
+
*/
|
|
202
|
+
async DescribeCloudNativeAPIGatewayMCPRouteList(req, cb) {
|
|
203
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPRouteList", req, cb);
|
|
204
|
+
}
|
|
151
205
|
/**
|
|
152
206
|
* 将消费者添加到消费者组。
|
|
153
207
|
*/
|
|
@@ -167,10 +221,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
167
221
|
return this.request("DescribeCNGWServicesWithRoutes", req, cb);
|
|
168
222
|
}
|
|
169
223
|
/**
|
|
170
|
-
*
|
|
224
|
+
* 查询云原生网关AI服务来源
|
|
171
225
|
*/
|
|
172
|
-
async
|
|
173
|
-
return this.request("
|
|
226
|
+
async DescribeCloudNativeAPIGatewayAIServiceSourceList(req, cb) {
|
|
227
|
+
return this.request("DescribeCloudNativeAPIGatewayAIServiceSourceList", req, cb);
|
|
174
228
|
}
|
|
175
229
|
/**
|
|
176
230
|
* AI网关查询MCP服务列表
|
|
@@ -196,12 +250,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
196
250
|
async DeleteCloudNativeAPIGatewaySecretKey(req, cb) {
|
|
197
251
|
return this.request("DeleteCloudNativeAPIGatewaySecretKey", req, cb);
|
|
198
252
|
}
|
|
253
|
+
/**
|
|
254
|
+
* 解绑密钥
|
|
255
|
+
*/
|
|
256
|
+
async UnbindCloudNativeAPIGatewaySecretKey(req, cb) {
|
|
257
|
+
return this.request("UnbindCloudNativeAPIGatewaySecretKey", req, cb);
|
|
258
|
+
}
|
|
199
259
|
/**
|
|
200
260
|
* 查询单个 LLM 模型服务详情。
|
|
201
261
|
*/
|
|
202
262
|
async DescribeCloudNativeAPIGatewayLLMModelService(req, cb) {
|
|
203
263
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelService", req, cb);
|
|
204
264
|
}
|
|
265
|
+
/**
|
|
266
|
+
* 从OpenAPI文件中解析出可导入的MCP tools
|
|
267
|
+
*/
|
|
268
|
+
async DescribeCloudNativeAPIGatewayMCPToolsFromFile(req, cb) {
|
|
269
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPToolsFromFile", req, cb);
|
|
270
|
+
}
|
|
205
271
|
/**
|
|
206
272
|
* 修改 LLM 模型 API。
|
|
207
273
|
*/
|
|
@@ -214,6 +280,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
214
280
|
async DescribeCloudNativeAPIGatewayLLMTokenUsageStatistics(req, cb) {
|
|
215
281
|
return this.request("DescribeCloudNativeAPIGatewayLLMTokenUsageStatistics", req, cb);
|
|
216
282
|
}
|
|
283
|
+
/**
|
|
284
|
+
* 修改云原生智能网关MCP Tool
|
|
285
|
+
*/
|
|
286
|
+
async RollbackCloudNativeAPIGatewayMCPToolVersion(req, cb) {
|
|
287
|
+
return this.request("RollbackCloudNativeAPIGatewayMCPToolVersion", req, cb);
|
|
288
|
+
}
|
|
217
289
|
/**
|
|
218
290
|
* 创建AI 网关消费者组
|
|
219
291
|
*/
|
|
@@ -226,6 +298,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
226
298
|
async DescribeCloudNativeAPIGatewayMCPTool(req, cb) {
|
|
227
299
|
return this.request("DescribeCloudNativeAPIGatewayMCPTool", req, cb);
|
|
228
300
|
}
|
|
301
|
+
/**
|
|
302
|
+
* 上传插件前置操作,获取COS相关信息
|
|
303
|
+
*/
|
|
304
|
+
async CreateCloudNativeAPIGatewayMCPRoute(req, cb) {
|
|
305
|
+
return this.request("CreateCloudNativeAPIGatewayMCPRoute", req, cb);
|
|
306
|
+
}
|
|
229
307
|
/**
|
|
230
308
|
* 创建AI网关MCP Tool
|
|
231
309
|
*/
|
|
@@ -244,6 +322,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
244
322
|
async UpdateCloudNativeAPIGatewayMCPTools(req, cb) {
|
|
245
323
|
return this.request("UpdateCloudNativeAPIGatewayMCPTools", req, cb);
|
|
246
324
|
}
|
|
325
|
+
/**
|
|
326
|
+
* 查询密钥列表。
|
|
327
|
+
*/
|
|
328
|
+
async DescribeCloudNativeAPIGatewaySecretKeyList(req, cb) {
|
|
329
|
+
return this.request("DescribeCloudNativeAPIGatewaySecretKeyList", req, cb);
|
|
330
|
+
}
|
|
247
331
|
/**
|
|
248
332
|
* 修改 MCP Server 的认证配置
|
|
249
333
|
*/
|
|
@@ -262,6 +346,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
262
346
|
async ModifyCloudNativeAPIGatewayMCPServerStatus(req, cb) {
|
|
263
347
|
return this.request("ModifyCloudNativeAPIGatewayMCPServerStatus", req, cb);
|
|
264
348
|
}
|
|
349
|
+
/**
|
|
350
|
+
* 修改云原生智能网关MCP Tool
|
|
351
|
+
*/
|
|
352
|
+
async DescribeCloudNativeAPIGatewayMCPToolVersionList(req, cb) {
|
|
353
|
+
return this.request("DescribeCloudNativeAPIGatewayMCPToolVersionList", req, cb);
|
|
354
|
+
}
|
|
265
355
|
/**
|
|
266
356
|
* 创建AI网关MCP Server
|
|
267
357
|
*/
|
|
@@ -305,10 +395,16 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
305
395
|
return this.request("DescribeCloudNativeAPIGatewaySecretKey", req, cb);
|
|
306
396
|
}
|
|
307
397
|
/**
|
|
308
|
-
*
|
|
398
|
+
* 修改 LLM 模型服务。
|
|
309
399
|
*/
|
|
310
|
-
async
|
|
311
|
-
return this.request("
|
|
400
|
+
async ModifyCloudNativeAPIGatewayLLMModelService(req, cb) {
|
|
401
|
+
return this.request("ModifyCloudNativeAPIGatewayLLMModelService", req, cb);
|
|
402
|
+
}
|
|
403
|
+
/**
|
|
404
|
+
* 修改云原生智能网关MCP Tool
|
|
405
|
+
*/
|
|
406
|
+
async CompareCloudNativeAPIGatewayMCPToolVersion(req, cb) {
|
|
407
|
+
return this.request("CompareCloudNativeAPIGatewayMCPToolVersion", req, cb);
|
|
312
408
|
}
|
|
313
409
|
/**
|
|
314
410
|
* 添加密钥与资源的引用关系接口
|
|
@@ -323,10 +419,22 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
323
419
|
return this.request("DescribeCloudNativeAPIGatewayLLMModelServices", req, cb);
|
|
324
420
|
}
|
|
325
421
|
/**
|
|
326
|
-
*
|
|
422
|
+
* 修改云原生网关AI服务来源
|
|
327
423
|
*/
|
|
328
|
-
async
|
|
329
|
-
return this.request("
|
|
424
|
+
async ModifyCloudNativeAPIGatewayAIServiceSource(req, cb) {
|
|
425
|
+
return this.request("ModifyCloudNativeAPIGatewayAIServiceSource", req, cb);
|
|
426
|
+
}
|
|
427
|
+
/**
|
|
428
|
+
* 上传插件前置操作,获取COS相关信息
|
|
429
|
+
*/
|
|
430
|
+
async DeleteCloudNativeAPIGatewayMCPRoute(req, cb) {
|
|
431
|
+
return this.request("DeleteCloudNativeAPIGatewayMCPRoute", req, cb);
|
|
432
|
+
}
|
|
433
|
+
/**
|
|
434
|
+
* 上传插件前置操作,获取COS相关信息
|
|
435
|
+
*/
|
|
436
|
+
async CheckCloudNativeAPIGatewayMCPRouteMatch(req, cb) {
|
|
437
|
+
return this.request("CheckCloudNativeAPIGatewayMCPRouteMatch", req, cb);
|
|
330
438
|
}
|
|
331
439
|
/**
|
|
332
440
|
* 删除AI网关消费者组
|
|
@@ -334,6 +442,18 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
334
442
|
async DeleteCloudNativeAPIGatewayConsumerGroup(req, cb) {
|
|
335
443
|
return this.request("DeleteCloudNativeAPIGatewayConsumerGroup", req, cb);
|
|
336
444
|
}
|
|
445
|
+
/**
|
|
446
|
+
* 修改云原生智能网关MCP Tool
|
|
447
|
+
*/
|
|
448
|
+
async DeleteCloudNativeAPIGatewayMCPToolVersion(req, cb) {
|
|
449
|
+
return this.request("DeleteCloudNativeAPIGatewayMCPToolVersion", req, cb);
|
|
450
|
+
}
|
|
451
|
+
/**
|
|
452
|
+
* 上传插件前置操作,获取COS相关信息
|
|
453
|
+
*/
|
|
454
|
+
async ModifyCloudNativeAPIGatewayMCPRouteStatus(req, cb) {
|
|
455
|
+
return this.request("ModifyCloudNativeAPIGatewayMCPRouteStatus", req, cb);
|
|
456
|
+
}
|
|
337
457
|
/**
|
|
338
458
|
* 创建AI网关消费者。
|
|
339
459
|
*/
|