tencentcloud-sdk-nodejs 4.1.32 → 4.1.34
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/cat/v20180409/cat_client.js +3 -0
- package/es/services/cynosdb/v20190107/cynosdb_client.js +3 -0
- package/es/services/dsgc/v20190723/dsgc_client.js +5 -2
- package/es/services/hunyuan/v20230901/hunyuan_client.js +3 -0
- package/es/services/partners/v20180321/partners_client.js +3 -0
- package/es/services/waf/v20180125/waf_client.js +5 -2
- package/es/services/wedata/v20210820/wedata_client.js +26 -8
- 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/aiart/v20221229/aiart_models.d.ts +7 -0
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +16 -0
- package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
- package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +2 -0
- package/tencentcloud/services/bh/v20230418/bh_models.d.ts +2 -4
- package/tencentcloud/services/cat/v20180409/cat_client.d.ts +5 -1
- package/tencentcloud/services/cat/v20180409/cat_client.js +6 -0
- package/tencentcloud/services/cat/v20180409/cat_models.d.ts +78 -29
- package/tencentcloud/services/cfs/v20190719/cfs_models.d.ts +6 -0
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +17 -9
- package/tencentcloud/services/clb/v20180317/clb_client.js +17 -9
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +104 -51
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +0 -32
- package/tencentcloud/services/config/v20220802/config_models.d.ts +10 -85
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +1 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +32 -0
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.d.ts +7 -3
- package/tencentcloud/services/dsgc/v20190723/dsgc_client.js +9 -3
- package/tencentcloud/services/dsgc/v20190723/dsgc_models.d.ts +105 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +1 -1
- package/tencentcloud/services/ess/v20201111/ess_client.js +1 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.d.ts +12 -1
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_client.js +13 -0
- package/tencentcloud/services/hunyuan/v20230901/hunyuan_models.d.ts +1181 -1097
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +1 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -1
- package/tencentcloud/services/organization/v20210331/organization_models.d.ts +0 -6
- package/tencentcloud/services/partners/v20180321/partners_client.d.ts +5 -1
- package/tencentcloud/services/partners/v20180321/partners_client.js +6 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +76 -8
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +48 -4
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +2 -2
- package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +1 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.d.ts +0 -1
- package/tencentcloud/services/trocket/v20230308/trocket_client.js +0 -1
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +47 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +4 -4
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +72 -81
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +7 -3
- package/tencentcloud/services/waf/v20180125/waf_client.js +9 -3
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +22 -0
- package/tencentcloud/services/wedata/v20210820/wedata_client.d.ts +39 -14
- package/tencentcloud/services/wedata/v20210820/wedata_client.js +54 -17
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +606 -87
package/es/common/sdk_version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const sdkVersion = "4.1.
|
|
1
|
+
export const sdkVersion = "4.1.34";
|
|
@@ -18,6 +18,9 @@ export class Client extends AbstractClient {
|
|
|
18
18
|
async DescribeProbeNodes(req, cb) {
|
|
19
19
|
return this.request("DescribeProbeNodes", req, cb);
|
|
20
20
|
}
|
|
21
|
+
async DescribeProbeMetricTagValues(req, cb) {
|
|
22
|
+
return this.request("DescribeProbeMetricTagValues", req, cb);
|
|
23
|
+
}
|
|
21
24
|
async DescribeNodes(req, cb) {
|
|
22
25
|
return this.request("DescribeNodes", req, cb);
|
|
23
26
|
}
|
|
@@ -471,6 +471,9 @@ export class Client extends AbstractClient {
|
|
|
471
471
|
async RemoveClusterSlaveZone(req, cb) {
|
|
472
472
|
return this.request("RemoveClusterSlaveZone", req, cb);
|
|
473
473
|
}
|
|
474
|
+
async CloseSSL(req, cb) {
|
|
475
|
+
return this.request("CloseSSL", req, cb);
|
|
476
|
+
}
|
|
474
477
|
async DescribeParamTemplateDetail(req, cb) {
|
|
475
478
|
return this.request("DescribeParamTemplateDetail", req, cb);
|
|
476
479
|
}
|
|
@@ -78,6 +78,9 @@ export class Client extends AbstractClient {
|
|
|
78
78
|
async DescribeReportTaskDownloadUrl(req, cb) {
|
|
79
79
|
return this.request("DescribeReportTaskDownloadUrl", req, cb);
|
|
80
80
|
}
|
|
81
|
+
async ModifyMergeClassification(req, cb) {
|
|
82
|
+
return this.request("ModifyMergeClassification", req, cb);
|
|
83
|
+
}
|
|
81
84
|
async DescribeDSPACOSDiscoveryTaskResult(req, cb) {
|
|
82
85
|
return this.request("DescribeDSPACOSDiscoveryTaskResult", req, cb);
|
|
83
86
|
}
|
|
@@ -240,8 +243,8 @@ export class Client extends AbstractClient {
|
|
|
240
243
|
async DescribeDSPAAssessmentRiskTemplateVulnerableList(req, cb) {
|
|
241
244
|
return this.request("DescribeDSPAAssessmentRiskTemplateVulnerableList", req, cb);
|
|
242
245
|
}
|
|
243
|
-
async
|
|
244
|
-
return this.request("
|
|
246
|
+
async DescribeDSPADiscoveryTasks(req, cb) {
|
|
247
|
+
return this.request("DescribeDSPADiscoveryTasks", req, cb);
|
|
245
248
|
}
|
|
246
249
|
async DeleteDSPAAssessmentTask(req, cb) {
|
|
247
250
|
return this.request("DeleteDSPAAssessmentTask", req, cb);
|
|
@@ -21,6 +21,9 @@ export class Client extends AbstractClient {
|
|
|
21
21
|
async GetEmbedding(req, cb) {
|
|
22
22
|
return this.request("GetEmbedding", req, cb);
|
|
23
23
|
}
|
|
24
|
+
async ImageQuestion(req, cb) {
|
|
25
|
+
return this.request("ImageQuestion", req, cb);
|
|
26
|
+
}
|
|
24
27
|
async GroupChatCompletions(req, cb) {
|
|
25
28
|
return this.request("GroupChatCompletions", req, cb);
|
|
26
29
|
}
|
|
@@ -45,6 +45,9 @@ export class Client extends AbstractClient {
|
|
|
45
45
|
async DescribeAgentAuditedClients(req, cb) {
|
|
46
46
|
return this.request("DescribeAgentAuditedClients", req, cb);
|
|
47
47
|
}
|
|
48
|
+
async DescribeAgentDealsPriceDetailByDealName(req, cb) {
|
|
49
|
+
return this.request("DescribeAgentDealsPriceDetailByDealName", req, cb);
|
|
50
|
+
}
|
|
48
51
|
async DescribeClientJoinIncreaseList(req, cb) {
|
|
49
52
|
return this.request("DescribeClientJoinIncreaseList", req, cb);
|
|
50
53
|
}
|
|
@@ -129,8 +129,8 @@ export class Client extends AbstractClient {
|
|
|
129
129
|
async DescribeAreaBanSupportAreas(req, cb) {
|
|
130
130
|
return this.request("DescribeAreaBanSupportAreas", req, cb);
|
|
131
131
|
}
|
|
132
|
-
async
|
|
133
|
-
return this.request("
|
|
132
|
+
async ModifyInstanceAttackLogPost(req, cb) {
|
|
133
|
+
return this.request("ModifyInstanceAttackLogPost", req, cb);
|
|
134
134
|
}
|
|
135
135
|
async DescribeRuleLimit(req, cb) {
|
|
136
136
|
return this.request("DescribeRuleLimit", req, cb);
|
|
@@ -321,6 +321,9 @@ export class Client extends AbstractClient {
|
|
|
321
321
|
async SwitchDomainRules(req, cb) {
|
|
322
322
|
return this.request("SwitchDomainRules", req, cb);
|
|
323
323
|
}
|
|
324
|
+
async UpsertCCAutoStatus(req, cb) {
|
|
325
|
+
return this.request("UpsertCCAutoStatus", req, cb);
|
|
326
|
+
}
|
|
324
327
|
async DestroyPostCLSFlow(req, cb) {
|
|
325
328
|
return this.request("DestroyPostCLSFlow", req, cb);
|
|
326
329
|
}
|
|
@@ -45,6 +45,9 @@ export class Client extends AbstractClient {
|
|
|
45
45
|
async DescribeDataCheckStat(req, cb) {
|
|
46
46
|
return this.request("DescribeDataCheckStat", req, cb);
|
|
47
47
|
}
|
|
48
|
+
async DescribeOpsWorkflows(req, cb) {
|
|
49
|
+
return this.request("DescribeOpsWorkflows", req, cb);
|
|
50
|
+
}
|
|
48
51
|
async BatchKillIntegrationTaskInstances(req, cb) {
|
|
49
52
|
return this.request("BatchKillIntegrationTaskInstances", req, cb);
|
|
50
53
|
}
|
|
@@ -183,6 +186,9 @@ export class Client extends AbstractClient {
|
|
|
183
186
|
async DescribeOpsMakePlanTasks(req, cb) {
|
|
184
187
|
return this.request("DescribeOpsMakePlanTasks", req, cb);
|
|
185
188
|
}
|
|
189
|
+
async UpdateWorkflowInfo(req, cb) {
|
|
190
|
+
return this.request("UpdateWorkflowInfo", req, cb);
|
|
191
|
+
}
|
|
186
192
|
async DescribeTopTableStat(req, cb) {
|
|
187
193
|
return this.request("DescribeTopTableStat", req, cb);
|
|
188
194
|
}
|
|
@@ -192,6 +198,9 @@ export class Client extends AbstractClient {
|
|
|
192
198
|
async RunForceSucScheduleInstances(req, cb) {
|
|
193
199
|
return this.request("RunForceSucScheduleInstances", req, cb);
|
|
194
200
|
}
|
|
201
|
+
async CreateTaskNew(req, cb) {
|
|
202
|
+
return this.request("CreateTaskNew", req, cb);
|
|
203
|
+
}
|
|
195
204
|
async DescribeDsFolderTree(req, cb) {
|
|
196
205
|
return this.request("DescribeDsFolderTree", req, cb);
|
|
197
206
|
}
|
|
@@ -390,8 +399,8 @@ export class Client extends AbstractClient {
|
|
|
390
399
|
async DeleteDsFolder(req, cb) {
|
|
391
400
|
return this.request("DeleteDsFolder", req, cb);
|
|
392
401
|
}
|
|
393
|
-
async
|
|
394
|
-
return this.request("
|
|
402
|
+
async DescribeDutyScheduleList(req, cb) {
|
|
403
|
+
return this.request("DescribeDutyScheduleList", req, cb);
|
|
395
404
|
}
|
|
396
405
|
async DescribeTaskLineage(req, cb) {
|
|
397
406
|
return this.request("DescribeTaskLineage", req, cb);
|
|
@@ -432,8 +441,8 @@ export class Client extends AbstractClient {
|
|
|
432
441
|
async DescribeInstanceDetailInfo(req, cb) {
|
|
433
442
|
return this.request("DescribeInstanceDetailInfo", req, cb);
|
|
434
443
|
}
|
|
435
|
-
async
|
|
436
|
-
return this.request("
|
|
444
|
+
async DescribeBatchOperateTask(req, cb) {
|
|
445
|
+
return this.request("DescribeBatchOperateTask", req, cb);
|
|
437
446
|
}
|
|
438
447
|
async DeleteRule(req, cb) {
|
|
439
448
|
return this.request("DeleteRule", req, cb);
|
|
@@ -513,6 +522,9 @@ export class Client extends AbstractClient {
|
|
|
513
522
|
async DescribeTableLineage(req, cb) {
|
|
514
523
|
return this.request("DescribeTableLineage", req, cb);
|
|
515
524
|
}
|
|
525
|
+
async ModifyTaskLinksDs(req, cb) {
|
|
526
|
+
return this.request("ModifyTaskLinksDs", req, cb);
|
|
527
|
+
}
|
|
516
528
|
async SuspendIntegrationTask(req, cb) {
|
|
517
529
|
return this.request("SuspendIntegrationTask", req, cb);
|
|
518
530
|
}
|
|
@@ -531,8 +543,8 @@ export class Client extends AbstractClient {
|
|
|
531
543
|
async DescribeRules(req, cb) {
|
|
532
544
|
return this.request("DescribeRules", req, cb);
|
|
533
545
|
}
|
|
534
|
-
async
|
|
535
|
-
return this.request("
|
|
546
|
+
async RegisterDsEvent(req, cb) {
|
|
547
|
+
return this.request("RegisterDsEvent", req, cb);
|
|
536
548
|
}
|
|
537
549
|
async StartIntegrationTask(req, cb) {
|
|
538
550
|
return this.request("StartIntegrationTask", req, cb);
|
|
@@ -609,6 +621,9 @@ export class Client extends AbstractClient {
|
|
|
609
621
|
async DescribeIntegrationVersionNodesInfo(req, cb) {
|
|
610
622
|
return this.request("DescribeIntegrationVersionNodesInfo", req, cb);
|
|
611
623
|
}
|
|
624
|
+
async RenewWorkflowOwnerDs(req, cb) {
|
|
625
|
+
return this.request("RenewWorkflowOwnerDs", req, cb);
|
|
626
|
+
}
|
|
612
627
|
async DescribeProjectUsers(req, cb) {
|
|
613
628
|
return this.request("DescribeProjectUsers", req, cb);
|
|
614
629
|
}
|
|
@@ -714,6 +729,9 @@ export class Client extends AbstractClient {
|
|
|
714
729
|
async ModifyIntegrationNode(req, cb) {
|
|
715
730
|
return this.request("ModifyIntegrationNode", req, cb);
|
|
716
731
|
}
|
|
732
|
+
async RobAndLockIntegrationTask(req, cb) {
|
|
733
|
+
return this.request("RobAndLockIntegrationTask", req, cb);
|
|
734
|
+
}
|
|
717
735
|
async DescribeProject(req, cb) {
|
|
718
736
|
return this.request("DescribeProject", req, cb);
|
|
719
737
|
}
|
|
@@ -726,8 +744,8 @@ export class Client extends AbstractClient {
|
|
|
726
744
|
async GetIntegrationNodeColumnSchema(req, cb) {
|
|
727
745
|
return this.request("GetIntegrationNodeColumnSchema", req, cb);
|
|
728
746
|
}
|
|
729
|
-
async
|
|
730
|
-
return this.request("
|
|
747
|
+
async DescribeBaseBizCatalogs(req, cb) {
|
|
748
|
+
return this.request("DescribeBaseBizCatalogs", req, cb);
|
|
731
749
|
}
|
|
732
750
|
async BatchRerunIntegrationTaskInstances(req, cb) {
|
|
733
751
|
return this.request("BatchRerunIntegrationTaskInstances", req, cb);
|
package/package.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
|
1
|
+
export declare const sdkVersion = "4.1.34";
|
|
@@ -39,14 +39,17 @@ export interface RefineImageRequest {
|
|
|
39
39
|
export interface LogoParam {
|
|
40
40
|
/**
|
|
41
41
|
* 水印 Url
|
|
42
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
42
43
|
*/
|
|
43
44
|
LogoUrl?: string;
|
|
44
45
|
/**
|
|
45
46
|
* 水印 Base64,Url 和 Base64 二选一传入,如果都提供以 Url 为准
|
|
47
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
46
48
|
*/
|
|
47
49
|
LogoImage?: string;
|
|
48
50
|
/**
|
|
49
51
|
* 水印图片位于生成结果图中的坐标,将按照坐标对标识图片进行位置和大小的拉伸匹配
|
|
52
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
50
53
|
*/
|
|
51
54
|
LogoRect?: LogoRect;
|
|
52
55
|
}
|
|
@@ -731,18 +734,22 @@ export interface GenerateAvatarRequest {
|
|
|
731
734
|
export interface LogoRect {
|
|
732
735
|
/**
|
|
733
736
|
* 左上角X坐标
|
|
737
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
734
738
|
*/
|
|
735
739
|
X?: number;
|
|
736
740
|
/**
|
|
737
741
|
* 左上角Y坐标
|
|
742
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
738
743
|
*/
|
|
739
744
|
Y?: number;
|
|
740
745
|
/**
|
|
741
746
|
* 方框宽度
|
|
747
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
742
748
|
*/
|
|
743
749
|
Width?: number;
|
|
744
750
|
/**
|
|
745
751
|
* 方框高度
|
|
752
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
746
753
|
*/
|
|
747
754
|
Height?: number;
|
|
748
755
|
}
|
|
@@ -113,6 +113,14 @@ export interface ModifyApmInstanceRequest {
|
|
|
113
113
|
* 是否开启组件漏洞检测(0=关,1=开)
|
|
114
114
|
*/
|
|
115
115
|
IsInstrumentationVulnerabilityScan?: number;
|
|
116
|
+
/**
|
|
117
|
+
* 是否开启远程命令攻击检测
|
|
118
|
+
*/
|
|
119
|
+
IsRemoteCommandExecutionAnalysis?: number;
|
|
120
|
+
/**
|
|
121
|
+
* 是否开启内存马检测
|
|
122
|
+
*/
|
|
123
|
+
IsMemoryHijackingAnalysis?: number;
|
|
116
124
|
}
|
|
117
125
|
/**
|
|
118
126
|
* APM 业务系统信息
|
|
@@ -272,6 +280,14 @@ export interface ApmInstanceDetail {
|
|
|
272
280
|
}
|
|
273
281
|
*/
|
|
274
282
|
StopReason?: number;
|
|
283
|
+
/**
|
|
284
|
+
* 是否开远程命令执行检测(0=关, 1=开)
|
|
285
|
+
*/
|
|
286
|
+
IsRemoteCommandExecutionAnalysis?: number;
|
|
287
|
+
/**
|
|
288
|
+
* 是否开内存马执行检测(0=关, 1=开)
|
|
289
|
+
*/
|
|
290
|
+
IsMemoryHijackingAnalysis?: number;
|
|
275
291
|
}
|
|
276
292
|
/**
|
|
277
293
|
* CreateApmInstance请求参数结构体
|
|
@@ -73,7 +73,7 @@ export declare class Client extends AbstractClient {
|
|
|
73
73
|
/**
|
|
74
74
|
* 本接口用于对60秒之内的短音频文件进行识别。
|
|
75
75
|
• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、德语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
76
|
-
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL
|
|
76
|
+
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL并提交请求,此种方式会走内网下载音频,极大降低整体请求时延;并且不会产生外网和流量下行费用,可节约成本(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url)
|
|
77
77
|
• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、 amr。
|
|
78
78
|
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
79
79
|
• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
|
|
@@ -121,7 +121,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
121
121
|
/**
|
|
122
122
|
* 本接口用于对60秒之内的短音频文件进行识别。
|
|
123
123
|
• 支持中文普通话、英语、粤语、日语、越南语、马来语、印度尼西亚语、菲律宾语、泰语、葡萄牙语、土耳其语、阿拉伯语、印地语、法语、德语、上海话、四川话、武汉话、贵阳话、昆明话、西安话、郑州话、太原话、兰州话、银川话、西宁话、南京话、合肥话、南昌话、长沙话、苏州话、杭州话、济南话、天津话、石家庄话、黑龙江话、吉林话、辽宁话。
|
|
124
|
-
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL
|
|
124
|
+
• 支持本地语音文件上传和语音URL上传两种请求方式,音频时长不能超过60s,音频文件大小不能超过3MB。推荐使用 [腾讯云COS](https://cloud.tencent.com/document/product/436/38484) 来存储音频、生成URL并提交请求,此种方式会走内网下载音频,极大降低整体请求时延;并且不会产生外网和流量下行费用,可节约成本(可参考COS预签名指南:[使用预签名 URL 访问 COS](https://cloud.tencent.com/document/product/436/68284) ,获取COS预签名url)
|
|
125
125
|
• 音频格式支持wav、pcm、ogg-opus、speex、silk、mp3、m4a、aac、 amr。
|
|
126
126
|
• 请求方法为 HTTP POST , Content-Type为"application/json; charset=utf-8"
|
|
127
127
|
• 签名方法参考 [公共参数](https://cloud.tencent.com/document/api/1093/35640) 中签名方法v3。
|
|
@@ -642,6 +642,7 @@ export interface ModifyCustomizationResponse {
|
|
|
642
642
|
export interface GetAsrVocabListRequest {
|
|
643
643
|
/**
|
|
644
644
|
* 标签信息,格式为“$TagKey : $TagValue ”,中间分隔符为“空格”+“:”+“空格”
|
|
645
|
+
* @deprecated
|
|
645
646
|
*/
|
|
646
647
|
TagInfos?: Array<string>;
|
|
647
648
|
/**
|
|
@@ -1683,6 +1684,7 @@ export interface Model {
|
|
|
1683
1684
|
/**
|
|
1684
1685
|
* 标签信息
|
|
1685
1686
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1687
|
+
* @deprecated
|
|
1686
1688
|
*/
|
|
1687
1689
|
TagInfos?: Array<string>;
|
|
1688
1690
|
}
|
|
@@ -1009,7 +1009,7 @@ export interface SearchCommandResult {
|
|
|
1009
1009
|
*/
|
|
1010
1010
|
SessionTime?: string;
|
|
1011
1011
|
/**
|
|
1012
|
-
*
|
|
1012
|
+
* 该命令所属会话的会话开始时间(使用SessionTime)
|
|
1013
1013
|
*/
|
|
1014
1014
|
SessTime?: string;
|
|
1015
1015
|
/**
|
|
@@ -2363,9 +2363,7 @@ export interface CreateCmdTemplateRequest {
|
|
|
2363
2363
|
*/
|
|
2364
2364
|
CmdList: string;
|
|
2365
2365
|
/**
|
|
2366
|
-
* 标识
|
|
2367
|
-
0:表示非base64加密
|
|
2368
|
-
1:表示是base64加密
|
|
2366
|
+
* 标识CmdList字段前端是否为base64加密传值.0:表示非base64加密1:表示是base64加密
|
|
2369
2367
|
*/
|
|
2370
2368
|
Encoding?: number;
|
|
2371
2369
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeNodesRequest, SuspendProbeTaskResponse, DescribeProbeNodesResponse, DescribeInstantTasksResponse, DescribeDetailedSingleProbeDataRequest, DescribeProbeTasksResponse, UpdateProbeTaskAttributesResponse, DeleteProbeTaskRequest, DescribeDetailedSingleProbeDataResponse, SuspendProbeTaskRequest, DescribeProbeMetricDataRequest,
|
|
3
|
+
import { DescribeNodesRequest, DescribeNodeGroupsResponse, SuspendProbeTaskResponse, DescribeProbeNodesResponse, DescribeInstantTasksResponse, DescribeDetailedSingleProbeDataRequest, DescribeProbeTasksResponse, UpdateProbeTaskAttributesResponse, DescribeProbeMetricTagValuesRequest, DeleteProbeTaskRequest, DescribeDetailedSingleProbeDataResponse, SuspendProbeTaskRequest, DescribeProbeMetricDataRequest, DescribeProbeMetricTagValuesResponse, DescribeProbeTasksRequest, DescribeInstantTasksRequest, UpdateProbeTaskConfigurationListRequest, CreateProbeTasksRequest, UpdateProbeTaskAttributesRequest, DescribeNodeGroupsRequest, ResumeProbeTaskResponse, DeleteProbeTaskResponse, CreateProbeTasksResponse, ResumeProbeTaskRequest, DescribeProbeNodesRequest, DescribeNodesResponse, DescribeProbeMetricDataResponse, UpdateProbeTaskConfigurationListResponse } from "./cat_models";
|
|
4
4
|
/**
|
|
5
5
|
* cat client
|
|
6
6
|
* @class
|
|
@@ -28,6 +28,10 @@ export declare class Client extends AbstractClient {
|
|
|
28
28
|
* 查询拨测节点
|
|
29
29
|
*/
|
|
30
30
|
DescribeProbeNodes(req: DescribeProbeNodesRequest, cb?: (error: string, rep: DescribeProbeNodesResponse) => void): Promise<DescribeProbeNodesResponse>;
|
|
31
|
+
/**
|
|
32
|
+
* 查询同个任务类型下的维度标签值,包括查询用户任务信息,具体任务下的多个维度标签信息。(通过为DescribeProbeMetricData接口的Filters参数添加维度筛选条件,可实现多维数据分析)
|
|
33
|
+
*/
|
|
34
|
+
DescribeProbeMetricTagValues(req: DescribeProbeMetricTagValuesRequest, cb?: (error: string, rep: DescribeProbeMetricTagValuesResponse) => void): Promise<DescribeProbeMetricTagValuesResponse>;
|
|
31
35
|
/**
|
|
32
36
|
* 获取拨测节点
|
|
33
37
|
*/
|
|
@@ -58,6 +58,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
58
58
|
async DescribeProbeNodes(req, cb) {
|
|
59
59
|
return this.request("DescribeProbeNodes", req, cb);
|
|
60
60
|
}
|
|
61
|
+
/**
|
|
62
|
+
* 查询同个任务类型下的维度标签值,包括查询用户任务信息,具体任务下的多个维度标签信息。(通过为DescribeProbeMetricData接口的Filters参数添加维度筛选条件,可实现多维数据分析)
|
|
63
|
+
*/
|
|
64
|
+
async DescribeProbeMetricTagValues(req, cb) {
|
|
65
|
+
return this.request("DescribeProbeMetricTagValues", req, cb);
|
|
66
|
+
}
|
|
61
67
|
/**
|
|
62
68
|
* 获取拨测节点
|
|
63
69
|
*/
|
|
@@ -93,17 +93,28 @@ export interface Field {
|
|
|
93
93
|
Value: number;
|
|
94
94
|
}
|
|
95
95
|
/**
|
|
96
|
-
*
|
|
96
|
+
* DescribeNodeGroups返回参数结构体
|
|
97
97
|
*/
|
|
98
|
-
export interface
|
|
98
|
+
export interface DescribeNodeGroupsResponse {
|
|
99
99
|
/**
|
|
100
|
-
*
|
|
100
|
+
* 树状节点列表,总共两级
|
|
101
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
101
102
|
*/
|
|
102
|
-
|
|
103
|
+
NodeList?: Array<NodeTree>;
|
|
103
104
|
/**
|
|
104
|
-
*
|
|
105
|
+
* 省份或国家列表
|
|
106
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
105
107
|
*/
|
|
106
|
-
|
|
108
|
+
DistrictList?: Array<DistinctOrNetServiceInfo>;
|
|
109
|
+
/**
|
|
110
|
+
* 运营商列表
|
|
111
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
112
|
+
*/
|
|
113
|
+
NetServiceList?: Array<DistinctOrNetServiceInfo>;
|
|
114
|
+
/**
|
|
115
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
116
|
+
*/
|
|
117
|
+
RequestId?: string;
|
|
107
118
|
}
|
|
108
119
|
/**
|
|
109
120
|
* 任务执行结果
|
|
@@ -416,6 +427,42 @@ export interface UpdateProbeTaskAttributesResponse {
|
|
|
416
427
|
*/
|
|
417
428
|
RequestId?: string;
|
|
418
429
|
}
|
|
430
|
+
/**
|
|
431
|
+
* DescribeProbeMetricTagValues请求参数结构体
|
|
432
|
+
*/
|
|
433
|
+
export interface DescribeProbeMetricTagValuesRequest {
|
|
434
|
+
/**
|
|
435
|
+
* 分析任务类型,支持以下几种类型:
|
|
436
|
+
AnalyzeTaskType_Network:网络质量
|
|
437
|
+
AnalyzeTaskType_Browse:页面性能
|
|
438
|
+
AnalyzeTaskType_Transport:端口性能
|
|
439
|
+
AnalyzeTaskType_UploadDownload:文件传输
|
|
440
|
+
AnalyzeTaskType_MediaStream:音视频体验
|
|
441
|
+
|
|
442
|
+
*/
|
|
443
|
+
AnalyzeTaskType?: string;
|
|
444
|
+
/**
|
|
445
|
+
* 维度标签值,参考:
|
|
446
|
+
host:任务域名
|
|
447
|
+
errorInfo:状态类型
|
|
448
|
+
area:拨测点地区
|
|
449
|
+
operator:拨测点运营商
|
|
450
|
+
taskId:任务ID
|
|
451
|
+
*/
|
|
452
|
+
Key?: string;
|
|
453
|
+
/**
|
|
454
|
+
* 过滤条件,可以传单个过滤条件也可以拼接多个参数,支持正则匹配
|
|
455
|
+
*/
|
|
456
|
+
Filter?: string;
|
|
457
|
+
/**
|
|
458
|
+
* 过滤条件数组
|
|
459
|
+
*/
|
|
460
|
+
Filters?: Array<string>;
|
|
461
|
+
/**
|
|
462
|
+
* 时间范围
|
|
463
|
+
*/
|
|
464
|
+
TimeRange?: string;
|
|
465
|
+
}
|
|
419
466
|
/**
|
|
420
467
|
* 单个即时拨测任务信息
|
|
421
468
|
*/
|
|
@@ -541,17 +588,17 @@ export interface DescribeProbeMetricDataRequest {
|
|
|
541
588
|
Filters?: Array<string>;
|
|
542
589
|
}
|
|
543
590
|
/**
|
|
544
|
-
*
|
|
591
|
+
* DescribeProbeMetricTagValues返回参数结构体
|
|
545
592
|
*/
|
|
546
|
-
export interface
|
|
593
|
+
export interface DescribeProbeMetricTagValuesResponse {
|
|
547
594
|
/**
|
|
548
|
-
*
|
|
595
|
+
* 标签值序列化后的字符串
|
|
549
596
|
*/
|
|
550
|
-
|
|
597
|
+
TagValueSet?: string;
|
|
551
598
|
/**
|
|
552
|
-
*
|
|
599
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
553
600
|
*/
|
|
554
|
-
|
|
601
|
+
RequestId?: string;
|
|
555
602
|
}
|
|
556
603
|
/**
|
|
557
604
|
* DescribeProbeTasks请求参数结构体
|
|
@@ -742,6 +789,19 @@ export interface CreateProbeTasksRequest {
|
|
|
742
789
|
*/
|
|
743
790
|
SubSyncFlag?: number;
|
|
744
791
|
}
|
|
792
|
+
/**
|
|
793
|
+
* UpdateProbeTaskAttributes请求参数结构体
|
|
794
|
+
*/
|
|
795
|
+
export interface UpdateProbeTaskAttributesRequest {
|
|
796
|
+
/**
|
|
797
|
+
* 任务 ID
|
|
798
|
+
*/
|
|
799
|
+
TaskId: string;
|
|
800
|
+
/**
|
|
801
|
+
* 任务名,该参数为空时不作任何修改。
|
|
802
|
+
*/
|
|
803
|
+
Name?: string;
|
|
804
|
+
}
|
|
745
805
|
/**
|
|
746
806
|
* 子节点。用于新建任务重构页面的节点选择
|
|
747
807
|
*/
|
|
@@ -1073,28 +1133,17 @@ export interface DescribeProbeMetricDataResponse {
|
|
|
1073
1133
|
RequestId?: string;
|
|
1074
1134
|
}
|
|
1075
1135
|
/**
|
|
1076
|
-
*
|
|
1136
|
+
* 健值对
|
|
1077
1137
|
*/
|
|
1078
|
-
export interface
|
|
1079
|
-
/**
|
|
1080
|
-
* 树状节点列表,总共两级
|
|
1081
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1082
|
-
*/
|
|
1083
|
-
NodeList?: Array<NodeTree>;
|
|
1084
|
-
/**
|
|
1085
|
-
* 省份或国家列表
|
|
1086
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1087
|
-
*/
|
|
1088
|
-
DistrictList?: Array<DistinctOrNetServiceInfo>;
|
|
1138
|
+
export interface KeyValuePair {
|
|
1089
1139
|
/**
|
|
1090
|
-
*
|
|
1091
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1140
|
+
* 健
|
|
1092
1141
|
*/
|
|
1093
|
-
|
|
1142
|
+
Key: string;
|
|
1094
1143
|
/**
|
|
1095
|
-
*
|
|
1144
|
+
* 值
|
|
1096
1145
|
*/
|
|
1097
|
-
|
|
1146
|
+
Value: string;
|
|
1098
1147
|
}
|
|
1099
1148
|
/**
|
|
1100
1149
|
* UpdateProbeTaskConfigurationList返回参数结构体
|
|
@@ -1560,6 +1560,12 @@ export interface CreateCfsFileSystemRequest {
|
|
|
1560
1560
|
* 是否开启默认扩容,仅Turbo类型文件存储支持
|
|
1561
1561
|
*/
|
|
1562
1562
|
EnableAutoScaleUp?: boolean;
|
|
1563
|
+
/**
|
|
1564
|
+
* v1.5:创建普通版的通用文件系统;
|
|
1565
|
+
v3.1:创建增强版的通用文件系统
|
|
1566
|
+
说明:增强版的通用系统需要开通白名单才能使用,如有需要请提交工单与我们联系。
|
|
1567
|
+
*/
|
|
1568
|
+
CfsVersion?: string;
|
|
1563
1569
|
}
|
|
1564
1570
|
/**
|
|
1565
1571
|
* 版本控制-可用区数组
|