tencentcloud-sdk-nodejs-cls 4.1.266 → 4.1.269
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.
|
@@ -89,6 +89,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
89
89
|
async GetClsService(req, cb) {
|
|
90
90
|
return this.request("GetClsService", req, cb);
|
|
91
91
|
}
|
|
92
|
+
/**
|
|
93
|
+
* 该接口用于获取通知渠道组列表
|
|
94
|
+
*/
|
|
95
|
+
async DescribeAlarmNotices(req, cb) {
|
|
96
|
+
return this.request("DescribeAlarmNotices", req, cb);
|
|
97
|
+
}
|
|
92
98
|
/**
|
|
93
99
|
* 查询指定时刻指标的最新值。
|
|
94
100
|
如果该时刻向前推5分钟内均无指标数据,则无相应的查询结果。
|
|
@@ -120,6 +126,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
120
126
|
async CreateDeliverCloudFunction(req, cb) {
|
|
121
127
|
return this.request("CreateDeliverCloudFunction", req, cb);
|
|
122
128
|
}
|
|
129
|
+
/**
|
|
130
|
+
* 本接口用于获取cos导入配置
|
|
131
|
+
*/
|
|
132
|
+
async DescribeS3Recharges(req, cb) {
|
|
133
|
+
return this.request("DescribeS3Recharges", req, cb);
|
|
134
|
+
}
|
|
123
135
|
/**
|
|
124
136
|
* 本接口用于删除日志集。
|
|
125
137
|
*/
|
|
@@ -235,6 +247,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
235
247
|
async DescribeTopics(req, cb) {
|
|
236
248
|
return this.request("DescribeTopics", req, cb);
|
|
237
249
|
}
|
|
250
|
+
/**
|
|
251
|
+
* 本接口用于修改aws导入任务
|
|
252
|
+
*/
|
|
253
|
+
async ModifyS3Recharge(req, cb) {
|
|
254
|
+
return this.request("ModifyS3Recharge", req, cb);
|
|
255
|
+
}
|
|
238
256
|
/**
|
|
239
257
|
* 取消重建索引任务
|
|
240
258
|
*/
|
|
@@ -331,6 +349,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
331
349
|
async CreateDlcDeliver(req, cb) {
|
|
332
350
|
return this.request("CreateDlcDeliver", req, cb);
|
|
333
351
|
}
|
|
352
|
+
/**
|
|
353
|
+
* 本接口用于预览cos导入信息
|
|
354
|
+
*/
|
|
355
|
+
async SearchCosRechargeInfo(req, cb) {
|
|
356
|
+
return this.request("SearchCosRechargeInfo", req, cb);
|
|
357
|
+
}
|
|
334
358
|
/**
|
|
335
359
|
* 本接口用于修改索引配置,该接口除受默认接口请求频率限制外,针对单个日志主题,并发数不能超过1,即同一时间同一个日志主题只能有一个正在执行的索引配置修改操作。
|
|
336
360
|
*/
|
|
@@ -404,10 +428,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
404
428
|
return this.request("CreateShipper", req, cb);
|
|
405
429
|
}
|
|
406
430
|
/**
|
|
407
|
-
*
|
|
431
|
+
* 本接口用于删除Agent应用
|
|
408
432
|
*/
|
|
409
|
-
async
|
|
410
|
-
return this.request("
|
|
433
|
+
async DeleteAgentApplication(req, cb) {
|
|
434
|
+
return this.request("DeleteAgentApplication", req, cb);
|
|
411
435
|
}
|
|
412
436
|
/**
|
|
413
437
|
* 删除投递Ckafka任务
|
|
@@ -463,6 +487,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
463
487
|
async DescribeKafkaRecharges(req, cb) {
|
|
464
488
|
return this.request("DescribeKafkaRecharges", req, cb);
|
|
465
489
|
}
|
|
490
|
+
/**
|
|
491
|
+
* 删除RemoteWrite任务
|
|
492
|
+
*/
|
|
493
|
+
async DeleteRemoteWriteTask(req, cb) {
|
|
494
|
+
return this.request("DeleteRemoteWriteTask", req, cb);
|
|
495
|
+
}
|
|
466
496
|
/**
|
|
467
497
|
* 本接口用于获取告警策略列表。
|
|
468
498
|
*/
|
|
@@ -607,6 +637,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
607
637
|
async DescribeRebuildIndexTasks(req, cb) {
|
|
608
638
|
return this.request("DescribeRebuildIndexTasks", req, cb);
|
|
609
639
|
}
|
|
640
|
+
/**
|
|
641
|
+
* 修改采集规则配置
|
|
642
|
+
*/
|
|
643
|
+
async ModifyConfig(req, cb) {
|
|
644
|
+
return this.request("ModifyConfig", req, cb);
|
|
645
|
+
}
|
|
610
646
|
/**
|
|
611
647
|
* 获取告警屏蔽配置规则
|
|
612
648
|
*/
|
|
@@ -680,10 +716,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
680
716
|
return this.request("ModifyNoticeContent", req, cb);
|
|
681
717
|
}
|
|
682
718
|
/**
|
|
683
|
-
*
|
|
719
|
+
* 创建remote write投递任务
|
|
684
720
|
*/
|
|
685
|
-
async
|
|
686
|
-
return this.request("
|
|
721
|
+
async CreateRemoteWriteTask(req, cb) {
|
|
722
|
+
return this.request("CreateRemoteWriteTask", req, cb);
|
|
687
723
|
}
|
|
688
724
|
/**
|
|
689
725
|
* 本接口用于获取索引配置信息
|
|
@@ -758,6 +794,14 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
758
794
|
async CreateRebuildIndexTask(req, cb) {
|
|
759
795
|
return this.request("CreateRebuildIndexTask", req, cb);
|
|
760
796
|
}
|
|
797
|
+
/**
|
|
798
|
+
* 本接口用于检索分析日志,使用该接口时请注意如下事项:
|
|
799
|
+
1. 该接口除受默认接口请求频率限制外,针对单个日志主题,查询并发数不能超过15。
|
|
800
|
+
2. API返回数据包最大49MB,建议启用 gzip 压缩(HTTP Request Header Accept-Encoding:gzip)。
|
|
801
|
+
*/
|
|
802
|
+
async SearchLog(req, cb) {
|
|
803
|
+
return this.request("SearchLog", req, cb);
|
|
804
|
+
}
|
|
761
805
|
/**
|
|
762
806
|
* 本接口用于修改日志或指标主题。
|
|
763
807
|
*/
|
|
@@ -801,10 +845,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
801
845
|
return this.request("DeleteConsoleSharing", req, cb);
|
|
802
846
|
}
|
|
803
847
|
/**
|
|
804
|
-
*
|
|
848
|
+
* 本接口用于删除日志主题的索引配置,删除索引配置后将无法检索和查询采集到的日志。
|
|
805
849
|
*/
|
|
806
|
-
async
|
|
807
|
-
return this.request("
|
|
850
|
+
async DeleteIndex(req, cb) {
|
|
851
|
+
return this.request("DeleteIndex", req, cb);
|
|
808
852
|
}
|
|
809
853
|
/**
|
|
810
854
|
* 该接口已废弃,如需获取分区数量,请使用DescribeTopics接口。
|
|
@@ -837,12 +881,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
837
881
|
return this.request("DescribeRecordingRuleYamlTask", req, cb);
|
|
838
882
|
}
|
|
839
883
|
/**
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
async SearchLog(req, cb) {
|
|
845
|
-
return this.request("SearchLog", req, cb);
|
|
884
|
+
* 本接口用于修改投递Ckafka任务
|
|
885
|
+
*/
|
|
886
|
+
async ModifyConsumer(req, cb) {
|
|
887
|
+
return this.request("ModifyConsumer", req, cb);
|
|
846
888
|
}
|
|
847
889
|
/**
|
|
848
890
|
* 本接口用于修改定时预聚合任务
|
|
@@ -850,12 +892,30 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
850
892
|
async ModifyRecordingRuleTask(req, cb) {
|
|
851
893
|
return this.request("ModifyRecordingRuleTask", req, cb);
|
|
852
894
|
}
|
|
895
|
+
/**
|
|
896
|
+
* 获取agent对应的采集配置
|
|
897
|
+
*/
|
|
898
|
+
async DescribeAgentConfigs(req, cb) {
|
|
899
|
+
return this.request("DescribeAgentConfigs", req, cb);
|
|
900
|
+
}
|
|
853
901
|
/**
|
|
854
902
|
* 删除投递COS任务
|
|
855
903
|
*/
|
|
856
904
|
async DeleteShipper(req, cb) {
|
|
857
905
|
return this.request("DeleteShipper", req, cb);
|
|
858
906
|
}
|
|
907
|
+
/**
|
|
908
|
+
* 该接口用于修改告警渠道回调配置。
|
|
909
|
+
*/
|
|
910
|
+
async ModifyWebCallback(req, cb) {
|
|
911
|
+
return this.request("ModifyWebCallback", req, cb);
|
|
912
|
+
}
|
|
913
|
+
/**
|
|
914
|
+
* 本接口用于预览aws导入信息
|
|
915
|
+
*/
|
|
916
|
+
async SearchS3RechargeInfo(req, cb) {
|
|
917
|
+
return this.request("SearchS3RechargeInfo", req, cb);
|
|
918
|
+
}
|
|
859
919
|
/**
|
|
860
920
|
* 该接口用于创建告警渠道回调配置。
|
|
861
921
|
*/
|
|
@@ -874,6 +934,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
874
934
|
async DescribeConfigMachineGroups(req, cb) {
|
|
875
935
|
return this.request("DescribeConfigMachineGroups", req, cb);
|
|
876
936
|
}
|
|
937
|
+
/**
|
|
938
|
+
* 本接口用于创建aws导入任务
|
|
939
|
+
*/
|
|
940
|
+
async CreateS3Recharge(req, cb) {
|
|
941
|
+
return this.request("CreateS3Recharge", req, cb);
|
|
942
|
+
}
|
|
877
943
|
/**
|
|
878
944
|
* 本接口用于删除日志下载任务
|
|
879
945
|
*/
|
|
@@ -937,10 +1003,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
937
1003
|
return this.request("DescribeShipperTasks", req, cb);
|
|
938
1004
|
}
|
|
939
1005
|
/**
|
|
940
|
-
*
|
|
1006
|
+
* 本接口用于删除aws导入任务
|
|
941
1007
|
*/
|
|
942
|
-
async
|
|
943
|
-
return this.request("
|
|
1008
|
+
async DeleteS3Recharge(req, cb) {
|
|
1009
|
+
return this.request("DeleteS3Recharge", req, cb);
|
|
944
1010
|
}
|
|
945
1011
|
/**
|
|
946
1012
|
* 修改机器组。
|
|
@@ -1027,12 +1093,24 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1027
1093
|
async ModifyConsoleSharing(req, cb) {
|
|
1028
1094
|
return this.request("ModifyConsoleSharing", req, cb);
|
|
1029
1095
|
}
|
|
1096
|
+
/**
|
|
1097
|
+
* 本接口用于创建Agent应用
|
|
1098
|
+
*/
|
|
1099
|
+
async CreateAgentApplication(req, cb) {
|
|
1100
|
+
return this.request("CreateAgentApplication", req, cb);
|
|
1101
|
+
}
|
|
1030
1102
|
/**
|
|
1031
1103
|
* 获取指标订阅配置
|
|
1032
1104
|
*/
|
|
1033
1105
|
async DescribeMetricSubscribes(req, cb) {
|
|
1034
1106
|
return this.request("DescribeMetricSubscribes", req, cb);
|
|
1035
1107
|
}
|
|
1108
|
+
/**
|
|
1109
|
+
* 本接口用于修改Agent应用
|
|
1110
|
+
*/
|
|
1111
|
+
async ModifyAgentApplication(req, cb) {
|
|
1112
|
+
return this.request("ModifyAgentApplication", req, cb);
|
|
1113
|
+
}
|
|
1036
1114
|
/**
|
|
1037
1115
|
* 获取时序label values列表
|
|
1038
1116
|
*/
|
|
@@ -1051,6 +1129,12 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1051
1129
|
async DeleteNetworkApplication(req, cb) {
|
|
1052
1130
|
return this.request("DeleteNetworkApplication", req, cb);
|
|
1053
1131
|
}
|
|
1132
|
+
/**
|
|
1133
|
+
* 获取Agent应用列表
|
|
1134
|
+
*/
|
|
1135
|
+
async DescribeAgentApplications(req, cb) {
|
|
1136
|
+
return this.request("DescribeAgentApplications", req, cb);
|
|
1137
|
+
}
|
|
1054
1138
|
/**
|
|
1055
1139
|
* 获取Kafka协议消费组详情
|
|
1056
1140
|
*/
|
|
@@ -1076,10 +1160,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1076
1160
|
return this.request("ModifyCosRecharge", req, cb);
|
|
1077
1161
|
}
|
|
1078
1162
|
/**
|
|
1079
|
-
*
|
|
1163
|
+
* 本接口获取RemoteWrite投递任务列表
|
|
1080
1164
|
*/
|
|
1081
|
-
async
|
|
1082
|
-
return this.request("
|
|
1165
|
+
async DescribeRemoteWriteTasks(req, cb) {
|
|
1166
|
+
return this.request("DescribeRemoteWriteTasks", req, cb);
|
|
1083
1167
|
}
|
|
1084
1168
|
/**
|
|
1085
1169
|
* ## 提示
|
|
@@ -1242,10 +1326,10 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1242
1326
|
return this.request("ModifyLogset", req, cb);
|
|
1243
1327
|
}
|
|
1244
1328
|
/**
|
|
1245
|
-
*
|
|
1329
|
+
* 该接口用于创建通知内容。
|
|
1246
1330
|
*/
|
|
1247
|
-
async
|
|
1248
|
-
return this.request("
|
|
1331
|
+
async CreateNoticeContent(req, cb) {
|
|
1332
|
+
return this.request("CreateNoticeContent", req, cb);
|
|
1249
1333
|
}
|
|
1250
1334
|
/**
|
|
1251
1335
|
* 获取机器组绑定的采集规则配置
|
|
@@ -1302,12 +1386,6 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1302
1386
|
async DescribeNoticeContents(req, cb) {
|
|
1303
1387
|
return this.request("DescribeNoticeContents", req, cb);
|
|
1304
1388
|
}
|
|
1305
|
-
/**
|
|
1306
|
-
* 本接口用于删除日志主题的索引配置,删除索引配置后将无法检索和查询采集到的日志。
|
|
1307
|
-
*/
|
|
1308
|
-
async DeleteIndex(req, cb) {
|
|
1309
|
-
return this.request("DeleteIndex", req, cb);
|
|
1310
|
-
}
|
|
1311
1389
|
/**
|
|
1312
1390
|
* 创建指标采集配置
|
|
1313
1391
|
*/
|
|
@@ -1344,5 +1422,11 @@ class Client extends TencentCloudCommon.AbstractClient {
|
|
|
1344
1422
|
async DeleteTopic(req, cb) {
|
|
1345
1423
|
return this.request("DeleteTopic", req, cb);
|
|
1346
1424
|
}
|
|
1425
|
+
/**
|
|
1426
|
+
* 修改RemoteWrite任务
|
|
1427
|
+
*/
|
|
1428
|
+
async ModifyRemoteWriteTask(req, cb) {
|
|
1429
|
+
return this.request("ModifyRemoteWriteTask", req, cb);
|
|
1430
|
+
}
|
|
1347
1431
|
}
|
|
1348
1432
|
exports.Client = Client;
|