tencentcloud-sdk-nodejs 4.1.99 → 4.1.101
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/dlc/v20210125/dlc_client.js +29 -8
- package/es/services/tdmq/v20200217/tdmq_client.js +3 -0
- package/es/services/vod/v20180717/vod_client.js +12 -0
- 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/cbs/v20170312/cbs_models.d.ts +6 -2
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +7 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +152 -41
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +37 -9
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +54 -12
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +349 -76
- package/tencentcloud/services/es/v20180416/es_models.d.ts +22 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +37 -0
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +33 -0
- package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +21 -14
- package/tencentcloud/services/lke/v20231130/lke_client.d.ts +1 -1
- package/tencentcloud/services/lke/v20231130/lke_client.js +1 -1
- package/tencentcloud/services/lke/v20231130/lke_models.d.ts +754 -199
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +17 -5
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +4 -0
- package/tencentcloud/services/partners/v20180321/partners_models.d.ts +2 -2
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +1 -1
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +9 -9
- package/tencentcloud/services/tbaas/v20180416/tbaas_models.d.ts +6 -6
- package/tencentcloud/services/tcaplusdb/v20190823/tcaplusdb_models.d.ts +240 -404
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +5 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +6 -0
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +18 -5
- package/tencentcloud/services/trabbit/v20230418/trabbit_models.d.ts +4 -0
- package/tencentcloud/services/trocket/v20230308/trocket_models.d.ts +1 -1
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +4 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +107 -63
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +26 -1
- package/tencentcloud/services/vod/v20180717/vod_client.js +33 -0
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +215 -75
package/es/common/sdk_version.js
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export const sdkVersion = "4.1.
|
1
|
+
export const sdkVersion = "4.1.101";
|
@@ -15,8 +15,8 @@ export class Client extends AbstractClient {
|
|
15
15
|
async DescribeForbiddenTablePro(req, cb) {
|
16
16
|
return this.request("DescribeForbiddenTablePro", req, cb);
|
17
17
|
}
|
18
|
-
async
|
19
|
-
return this.request("
|
18
|
+
async DescribeUserInfo(req, cb) {
|
19
|
+
return this.request("DescribeUserInfo", req, cb);
|
20
20
|
}
|
21
21
|
async ModifyUserType(req, cb) {
|
22
22
|
return this.request("ModifyUserType", req, cb);
|
@@ -36,6 +36,9 @@ export class Client extends AbstractClient {
|
|
36
36
|
async CreateNotebookSession(req, cb) {
|
37
37
|
return this.request("CreateNotebookSession", req, cb);
|
38
38
|
}
|
39
|
+
async DescribeDataMaskStrategies(req, cb) {
|
40
|
+
return this.request("DescribeDataMaskStrategies", req, cb);
|
41
|
+
}
|
39
42
|
async DeleteWorkGroup(req, cb) {
|
40
43
|
return this.request("DeleteWorkGroup", req, cb);
|
41
44
|
}
|
@@ -69,14 +72,17 @@ export class Client extends AbstractClient {
|
|
69
72
|
async CancelTask(req, cb) {
|
70
73
|
return this.request("CancelTask", req, cb);
|
71
74
|
}
|
75
|
+
async DeleteDataMaskStrategy(req, cb) {
|
76
|
+
return this.request("DeleteDataMaskStrategy", req, cb);
|
77
|
+
}
|
72
78
|
async DescribeDLCCatalogAccess(req, cb) {
|
73
79
|
return this.request("DescribeDLCCatalogAccess", req, cb);
|
74
80
|
}
|
75
81
|
async DescribeDMSTables(req, cb) {
|
76
82
|
return this.request("DescribeDMSTables", req, cb);
|
77
83
|
}
|
78
|
-
async
|
79
|
-
return this.request("
|
84
|
+
async DescribeNativeSparkSessions(req, cb) {
|
85
|
+
return this.request("DescribeNativeSparkSessions", req, cb);
|
80
86
|
}
|
81
87
|
async DescribeUserType(req, cb) {
|
82
88
|
return this.request("DescribeUserType", req, cb);
|
@@ -87,6 +93,9 @@ export class Client extends AbstractClient {
|
|
87
93
|
async RenewDataEngine(req, cb) {
|
88
94
|
return this.request("RenewDataEngine", req, cb);
|
89
95
|
}
|
96
|
+
async DescribeUserRoles(req, cb) {
|
97
|
+
return this.request("DescribeUserRoles", req, cb);
|
98
|
+
}
|
90
99
|
async DescribeNetworkConnections(req, cb) {
|
91
100
|
return this.request("DescribeNetworkConnections", req, cb);
|
92
101
|
}
|
@@ -168,6 +177,9 @@ export class Client extends AbstractClient {
|
|
168
177
|
async DescribeScripts(req, cb) {
|
169
178
|
return this.request("DescribeScripts", req, cb);
|
170
179
|
}
|
180
|
+
async AttachDataMaskPolicy(req, cb) {
|
181
|
+
return this.request("AttachDataMaskPolicy", req, cb);
|
182
|
+
}
|
171
183
|
async ModifyWorkGroup(req, cb) {
|
172
184
|
return this.request("ModifyWorkGroup", req, cb);
|
173
185
|
}
|
@@ -225,6 +237,9 @@ export class Client extends AbstractClient {
|
|
225
237
|
async CreateUserVpcConnection(req, cb) {
|
226
238
|
return this.request("CreateUserVpcConnection", req, cb);
|
227
239
|
}
|
240
|
+
async DescribeUDFPolicy(req, cb) {
|
241
|
+
return this.request("DescribeUDFPolicy", req, cb);
|
242
|
+
}
|
228
243
|
async DescribeNotebookSessionStatements(req, cb) {
|
229
244
|
return this.request("DescribeNotebookSessionStatements", req, cb);
|
230
245
|
}
|
@@ -363,6 +378,9 @@ export class Client extends AbstractClient {
|
|
363
378
|
async DescribeTasksOverview(req, cb) {
|
364
379
|
return this.request("DescribeTasksOverview", req, cb);
|
365
380
|
}
|
381
|
+
async UpdateDataMaskStrategy(req, cb) {
|
382
|
+
return this.request("UpdateDataMaskStrategy", req, cb);
|
383
|
+
}
|
366
384
|
async UpdateDataEngineConfig(req, cb) {
|
367
385
|
return this.request("UpdateDataEngineConfig", req, cb);
|
368
386
|
}
|
@@ -384,6 +402,9 @@ export class Client extends AbstractClient {
|
|
384
402
|
async DetachUserPolicy(req, cb) {
|
385
403
|
return this.request("DetachUserPolicy", req, cb);
|
386
404
|
}
|
405
|
+
async UpdateUDFPolicy(req, cb) {
|
406
|
+
return this.request("UpdateUDFPolicy", req, cb);
|
407
|
+
}
|
387
408
|
async DescribeDataEngineEvents(req, cb) {
|
388
409
|
return this.request("DescribeDataEngineEvents", req, cb);
|
389
410
|
}
|
@@ -435,8 +456,8 @@ export class Client extends AbstractClient {
|
|
435
456
|
async UnbindWorkGroupsFromUser(req, cb) {
|
436
457
|
return this.request("UnbindWorkGroupsFromUser", req, cb);
|
437
458
|
}
|
438
|
-
async
|
439
|
-
return this.request("
|
459
|
+
async CreateSparkSubmitTask(req, cb) {
|
460
|
+
return this.request("CreateSparkSubmitTask", req, cb);
|
440
461
|
}
|
441
462
|
async DescribeWorkGroups(req, cb) {
|
442
463
|
return this.request("DescribeWorkGroups", req, cb);
|
@@ -492,8 +513,8 @@ export class Client extends AbstractClient {
|
|
492
513
|
async CancelNotebookSessionStatement(req, cb) {
|
493
514
|
return this.request("CancelNotebookSessionStatement", req, cb);
|
494
515
|
}
|
495
|
-
async
|
496
|
-
return this.request("
|
516
|
+
async CreateDataMaskStrategy(req, cb) {
|
517
|
+
return this.request("CreateDataMaskStrategy", req, cb);
|
497
518
|
}
|
498
519
|
async DescribeStoreLocation(req, cb) {
|
499
520
|
return this.request("DescribeStoreLocation", req, cb);
|
@@ -99,6 +99,9 @@ export class Client extends AbstractClient {
|
|
99
99
|
async ModifyRocketMQTopic(req, cb) {
|
100
100
|
return this.request("ModifyRocketMQTopic", req, cb);
|
101
101
|
}
|
102
|
+
async ExecuteDisasterRecovery(req, cb) {
|
103
|
+
return this.request("ExecuteDisasterRecovery", req, cb);
|
104
|
+
}
|
102
105
|
async DescribeRocketMQTopicMsgs(req, cb) {
|
103
106
|
return this.request("DescribeRocketMQTopicMsgs", req, cb);
|
104
107
|
}
|
@@ -168,6 +168,9 @@ export class Client extends AbstractClient {
|
|
168
168
|
async CreateContentReviewTemplate(req, cb) {
|
169
169
|
return this.request("CreateContentReviewTemplate", req, cb);
|
170
170
|
}
|
171
|
+
async DescribeMPSTemplates(req, cb) {
|
172
|
+
return this.request("DescribeMPSTemplates", req, cb);
|
173
|
+
}
|
171
174
|
async RebuildMedia(req, cb) {
|
172
175
|
return this.request("RebuildMedia", req, cb);
|
173
176
|
}
|
@@ -339,6 +342,9 @@ export class Client extends AbstractClient {
|
|
339
342
|
async DeleteWordSamples(req, cb) {
|
340
343
|
return this.request("DeleteWordSamples", req, cb);
|
341
344
|
}
|
345
|
+
async CreateMPSTemplate(req, cb) {
|
346
|
+
return this.request("CreateMPSTemplate", req, cb);
|
347
|
+
}
|
342
348
|
async FastEditMedia(req, cb) {
|
343
349
|
return this.request("FastEditMedia", req, cb);
|
344
350
|
}
|
@@ -447,6 +453,9 @@ export class Client extends AbstractClient {
|
|
447
453
|
async DescribeDefaultDistributionConfig(req, cb) {
|
448
454
|
return this.request("DescribeDefaultDistributionConfig", req, cb);
|
449
455
|
}
|
456
|
+
async DeleteMPSTemplate(req, cb) {
|
457
|
+
return this.request("DeleteMPSTemplate", req, cb);
|
458
|
+
}
|
450
459
|
async DescribeReviewTemplates(req, cb) {
|
451
460
|
return this.request("DescribeReviewTemplates", req, cb);
|
452
461
|
}
|
@@ -480,6 +489,9 @@ export class Client extends AbstractClient {
|
|
480
489
|
async ModifyAnimatedGraphicsTemplate(req, cb) {
|
481
490
|
return this.request("ModifyAnimatedGraphicsTemplate", req, cb);
|
482
491
|
}
|
492
|
+
async ModifyMPSTemplate(req, cb) {
|
493
|
+
return this.request("ModifyMPSTemplate", req, cb);
|
494
|
+
}
|
483
495
|
async AttachMediaSubtitles(req, cb) {
|
484
496
|
return this.request("AttachMediaSubtitles", req, cb);
|
485
497
|
}
|
package/package.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
export declare const sdkVersion = "4.1.
|
1
|
+
export declare const sdkVersion = "4.1.101";
|
@@ -2062,13 +2062,17 @@ export interface InquiryPriceResizeDiskRequest {
|
|
2062
2062
|
*/
|
2063
2063
|
DiskSize: number;
|
2064
2064
|
/**
|
2065
|
-
* 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)
|
2065
|
+
* 云硬盘ID, 通过[DescribeDisks](/document/product/362/16315)接口查询。与参数DiskIds互斥。
|
2066
2066
|
*/
|
2067
|
-
DiskId
|
2067
|
+
DiskId?: string;
|
2068
2068
|
/**
|
2069
2069
|
* 云硬盘所属项目ID。该参数可以通过调用[DescribeProject](https://cloud.tencent.com/document/api/651/78725) 的返回值中的 projectId 字段来获取。 如传入则仅用于鉴权。
|
2070
2070
|
*/
|
2071
2071
|
ProjectId?: number;
|
2072
|
+
/**
|
2073
|
+
* 云硬盘ID列表, 通过[DescribeDisks](/document/product/362/16315)接口查询。与参数DiskId互斥。
|
2074
|
+
*/
|
2075
|
+
DiskIds?: Array<string>;
|
2072
2076
|
}
|
2073
2077
|
/**
|
2074
2078
|
* DescribeDiskConfigQuota请求参数结构体
|
@@ -722,6 +722,13 @@ export interface CreateAICallRequest {
|
|
722
722
|
* 衔接语
|
723
723
|
*/
|
724
724
|
ToneWord?: ToneWordInfo;
|
725
|
+
/**
|
726
|
+
* 合规提示音,
|
727
|
+
该参数传true(默认)表示通话开始播放摩斯码,提示对话内容为 AI 生成。
|
728
|
+
该参数传false表示关闭合规提示音。该参数传false则代表您知晓并同意以下协议:
|
729
|
+
我方充分知悉和理解,根据[《网络安全法》](https://www.gov.cn/xinwen/2016-11/07/content_5129723.htm)[《互联网信息服务深度合成管理规定》](https://www.gov.cn/zhengce/zhengceku/2022-12/12/content_5731431.htm)[《生成式人工智能服务管理暂行办法》](https://www.gov.cn/zhengce/zhengceku/202307/content_6891752.htm)[《人工智能生成合成内容标识办法》](https://www.gov.cn/zhengce/zhengceku/202503/content_7014286.htm)的法律法规的规定,对人工智能生成合成内容应当添加显式标识和隐式标识。我方基于业务需求,请腾讯云对生成合成内容不添加显式标识,我方承诺合法合规使用生成合成内容,避免造成混淆、误认;如果使用生成合成内容对公众提供服务的,或通过网络传播的,我方将自觉主动添加符合法律规定和国家标准要求的显式标识,承担人工智能生成合成内容标识的法律义务。我方未能恰当、合理地履行人工智能内容标识义务造成不良后果的,或遭受主管部门责罚的,相关责任由我方完全承担。
|
730
|
+
*/
|
731
|
+
EnableComplianceAudio?: boolean;
|
725
732
|
}
|
726
733
|
/**
|
727
734
|
* 带有技能组优先级的座席信息
|
@@ -714,6 +714,25 @@ export interface CreateScheduledSqlResponse {
|
|
714
714
|
*/
|
715
715
|
RequestId?: string;
|
716
716
|
}
|
717
|
+
/**
|
718
|
+
* 通知内容模板详细配置
|
719
|
+
*/
|
720
|
+
export interface NoticeContent {
|
721
|
+
/**
|
722
|
+
* 渠道类型
|
723
|
+
|
724
|
+
Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
725
|
+
*/
|
726
|
+
Type: string;
|
727
|
+
/**
|
728
|
+
* 告警触发通知内容模板。
|
729
|
+
*/
|
730
|
+
TriggerContent?: NoticeContentInfo;
|
731
|
+
/**
|
732
|
+
* 告警恢复通知内容模板。
|
733
|
+
*/
|
734
|
+
RecoveryContent?: NoticeContentInfo;
|
735
|
+
}
|
717
736
|
/**
|
718
737
|
* DescribeDashboards请求参数结构体
|
719
738
|
*/
|
@@ -728,19 +747,46 @@ export interface DescribeDashboardsRequest {
|
|
728
747
|
Limit?: number;
|
729
748
|
/**
|
730
749
|
* - dashboardId 按照【仪表盘id】进行过滤,类型:String, 必选:否。
|
750
|
+
- 示例值:dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5
|
731
751
|
- dashboardName 按照【仪表盘名字】进行模糊搜索过滤,类型:String,必选:否。
|
732
|
-
|
752
|
+
- 示例值:业务大盘
|
753
|
+
- dashboardRegion 按照【仪表盘地域】进行过滤(兼容老的仪表盘),通过云API创建的仪表盘该属性,类型:String,必选:否。
|
754
|
+
- 参考 [地域和访问域名](https://cloud.tencent.com/document/product/614/18940)
|
755
|
+
- 示例:ap-guangzhou
|
733
756
|
- tagKey 按照【标签键】进行过滤,类型:String,必选:否。
|
734
|
-
|
757
|
+
- 示例值:
|
758
|
+
```
|
759
|
+
"Filters":[
|
760
|
+
{
|
761
|
+
"Key": "tagKey",
|
762
|
+
"Values": [
|
763
|
+
"tag-key-test"
|
764
|
+
]
|
765
|
+
}
|
766
|
+
]
|
767
|
+
```
|
768
|
+
|
769
|
+
- tag:tagKey 按照【标签键值对】进行过滤。tagKey使用具体的标签键进行替换,类型:String,必选:否,
|
770
|
+
- 参考 [示例1](https://cloud.tencent.com/document/api/614/95636#4.-.E7.A4.BA.E4.BE.8B) 使用。
|
771
|
+
```
|
772
|
+
"Filters": [
|
773
|
+
{
|
774
|
+
"Key": "tag:tag-key-test",
|
775
|
+
"Values": [
|
776
|
+
"12"
|
777
|
+
]
|
778
|
+
}
|
779
|
+
]
|
780
|
+
```
|
735
781
|
|
736
782
|
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
737
783
|
*/
|
738
784
|
Filters?: Array<Filter>;
|
739
785
|
/**
|
740
786
|
* 按照topicId和regionId过滤。
|
741
|
-
|
742
787
|
- topicId:日志主题Id。
|
743
788
|
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
789
|
+
- 示例值:439a5304-08f9-484b-9c4d-46ff57133816
|
744
790
|
- regionId
|
745
791
|
- 1:广州
|
746
792
|
- 4:上海
|
@@ -1776,31 +1822,40 @@ export interface NoticeRule {
|
|
1776
1822
|
*/
|
1777
1823
|
export interface DashboardNoticeMode {
|
1778
1824
|
/**
|
1779
|
-
*
|
1780
|
-
|
1781
|
-
|
1782
|
-
|
1783
|
-
|
1784
|
-
|
1785
|
-
|
1825
|
+
* 仪表盘通知方式。
|
1826
|
+
|
1827
|
+
- Uin:腾讯云用户
|
1828
|
+
- Group:腾讯云用户组
|
1829
|
+
- WeCom:企业微信回调
|
1830
|
+
- Email:自定义邮件
|
1831
|
+
- DingTalk:钉钉
|
1832
|
+
- Lark:飞书
|
1786
1833
|
*/
|
1787
1834
|
ReceiverType: string;
|
1788
1835
|
/**
|
1789
1836
|
* 知方式对应的值。
|
1790
|
-
|
1837
|
+
- 当ReceiverType为:`WeCom`、`DingTalk`、`Lark` 时,Values必须为空,且Url字段必填。
|
1838
|
+
- 当ReceiverType为:`Uin`、`Group`、`Email` 时,Values必填,且Url字段必须为空。
|
1839
|
+
- 当ReceiverType为:`Uin ` 时,Values为用户id,通过 [拉取子用户](https://cloud.tencent.com/document/product/598/34587) 获取子用户 UID 。
|
1840
|
+
- 当ReceiverType为:`Group` 时,Values为用户组id,通过 [查询用户组列表](https://cloud.tencent.com/document/product/598/34589) 获取用户组 ID 。
|
1841
|
+
- 当ReceiverType为:`Email` 时,Values为用户邮箱信息。
|
1791
1842
|
*/
|
1792
1843
|
Values?: Array<string>;
|
1793
1844
|
/**
|
1794
1845
|
* 仪表盘通知渠道。
|
1795
|
-
|
1796
|
-
|
1846
|
+
|
1847
|
+
- 支持:["Email","Sms","WeChat","Phone"]。
|
1848
|
+
- 当ReceiverType为 `Email` 或 `WeCom` 时,ReceiverChannels无效。
|
1797
1849
|
注意:此字段可能返回 null,表示取不到有效值。
|
1798
1850
|
*/
|
1799
1851
|
ReceiverChannels?: Array<string>;
|
1800
1852
|
/**
|
1801
|
-
*
|
1802
|
-
|
1803
|
-
|
1853
|
+
* 订阅方式 - 回调地址。
|
1854
|
+
- 当ReceiverType为:`WeCom`、`DingTalk`、`Lark` 时,Url字段必填为各渠道的回调地址。
|
1855
|
+
- 为:`WeCom` 时,Url为 企业微信回调地址。
|
1856
|
+
- 为:`DingTalk` 时,Url为 钉钉机器人Webhook地址。
|
1857
|
+
- 为:`Lark` 时,Url为 飞书机器人Webhook地址。
|
1858
|
+
- 当ReceiverType为:`Uin`、`Group`、`Email` 时,Url字段必须为空。
|
1804
1859
|
*/
|
1805
1860
|
Url?: string;
|
1806
1861
|
}
|
@@ -2019,7 +2074,7 @@ export interface ModifyTopicRequest {
|
|
2019
2074
|
PartitionCount?: number;
|
2020
2075
|
/**
|
2021
2076
|
* 取消切换存储任务的id
|
2022
|
-
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取取消切换存储任务的id
|
2077
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取取消切换存储任务的id【Topics中的TopicAsyncTaskID字段】。
|
2023
2078
|
*/
|
2024
2079
|
CancelTopicAsyncTaskID?: string;
|
2025
2080
|
}
|
@@ -2374,7 +2429,7 @@ export interface QueryMetricResponse {
|
|
2374
2429
|
*/
|
2375
2430
|
export interface DescribeAlarmShieldsRequest {
|
2376
2431
|
/**
|
2377
|
-
* 通知渠道组id
|
2432
|
+
* 通知渠道组id。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组id
|
2378
2433
|
*/
|
2379
2434
|
AlarmNoticeId: string;
|
2380
2435
|
/**
|
@@ -2646,7 +2701,7 @@ export interface LogItems {
|
|
2646
2701
|
*/
|
2647
2702
|
export interface ModifyAlarmNoticeRequest {
|
2648
2703
|
/**
|
2649
|
-
* 通知渠道组ID。-通过[
|
2704
|
+
* 通知渠道组ID。-通过[获取通知渠道组列表](https://cloud.tencent.com/document/api/614/56462)获取通知渠道组ID
|
2650
2705
|
*/
|
2651
2706
|
AlarmNoticeId: string;
|
2652
2707
|
/**
|
@@ -2882,6 +2937,7 @@ export interface DescribeDashboardSubscribesRequest {
|
|
2882
2937
|
* dashboardId:按照【仪表盘id】进行过滤。类型:String必选:否
|
2883
2938
|
|
2884
2939
|
- 仪表盘id。通过 [获取仪表盘](https://cloud.tencent.com/document/api/614/95636)接口获取DashboardId。
|
2940
|
+
- 入参示例:dashboard-522a5609-1f41-4b11-8086-5afd1d7574f5
|
2885
2941
|
|
2886
2942
|
每次请求的Filters的上限为10,Filter.Values的上限为100。
|
2887
2943
|
*/
|
@@ -3055,6 +3111,7 @@ export interface CreateConfigExtraRequest {
|
|
3055
3111
|
Name: string;
|
3056
3112
|
/**
|
3057
3113
|
* 日志主题id
|
3114
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题Id。
|
3058
3115
|
*/
|
3059
3116
|
TopicId: string;
|
3060
3117
|
/**
|
@@ -3080,18 +3137,23 @@ export interface CreateConfigExtraRequest {
|
|
3080
3137
|
ConfigFlag: string;
|
3081
3138
|
/**
|
3082
3139
|
* 日志集id
|
3140
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集Id。
|
3083
3141
|
*/
|
3084
3142
|
LogsetId: string;
|
3085
3143
|
/**
|
3086
|
-
*
|
3144
|
+
* 日志集名称
|
3145
|
+
- 通过[获取日志集列表](https://cloud.tencent.com/document/api/614/58624)获取日志集名称。
|
3087
3146
|
*/
|
3088
3147
|
LogsetName: string;
|
3089
3148
|
/**
|
3090
3149
|
* 日志主题名称
|
3150
|
+
- 通过[获取日志主题列表](https://cloud.tencent.com/document/product/614/56454)获取日志主题名称。
|
3091
3151
|
*/
|
3092
3152
|
TopicName: string;
|
3093
3153
|
/**
|
3094
|
-
*
|
3154
|
+
* 自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息。
|
3155
|
+
|
3156
|
+
- 详细参考 [HostFileInfo](https://cloud.tencent.com/document/api/614/56471#HostFileInfo) 信息。
|
3095
3157
|
*/
|
3096
3158
|
HostFile?: HostFileInfo;
|
3097
3159
|
/**
|
@@ -3099,7 +3161,9 @@ export interface CreateConfigExtraRequest {
|
|
3099
3161
|
*/
|
3100
3162
|
ContainerFile?: ContainerFileInfo;
|
3101
3163
|
/**
|
3102
|
-
*
|
3164
|
+
* 自建k8s-容器标准输出信息,包括容器、命名空间等。
|
3165
|
+
|
3166
|
+
- 详细参考 [ContainerStdoutInfo](https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo) 信息。
|
3103
3167
|
*/
|
3104
3168
|
ContainerStdout?: ContainerStdoutInfo;
|
3105
3169
|
/**
|
@@ -3124,15 +3188,19 @@ export interface CreateConfigExtraRequest {
|
|
3124
3188
|
*/
|
3125
3189
|
UserDefineRule?: string;
|
3126
3190
|
/**
|
3127
|
-
* 绑定的机器组
|
3191
|
+
* 绑定的机器组ID
|
3192
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id。
|
3193
|
+
- GroupId 与 GroupIds 选择其一即可,不可同时为空。
|
3128
3194
|
*/
|
3129
3195
|
GroupId?: string;
|
3130
3196
|
/**
|
3131
|
-
* 绑定的机器组
|
3197
|
+
* 绑定的机器组ID列表
|
3198
|
+
- 通过[获取机器组列表](https://cloud.tencent.com/document/api/614/56438)获取机器组Id信息。
|
3199
|
+
- GroupId 与 GroupIds 选择其一即可,不可同时为空。
|
3132
3200
|
*/
|
3133
3201
|
GroupIds?: Array<string>;
|
3134
3202
|
/**
|
3135
|
-
*
|
3203
|
+
* 采集相关配置信息。详细参考 [CollectInfo](https://cloud.tencent.com/document/api/614/56471#CollectInfo) 信息。
|
3136
3204
|
*/
|
3137
3205
|
CollectInfos?: Array<CollectInfo>;
|
3138
3206
|
/**
|
@@ -4608,7 +4676,7 @@ export interface LogRechargeRuleInfo {
|
|
4608
4676
|
export interface DeleteCosRechargeRequest {
|
4609
4677
|
/**
|
4610
4678
|
* COS导入配置Id。
|
4611
|
-
- 通过[
|
4679
|
+
- 通过 [获取cos导入配置](https://cloud.tencent.com/document/product/614/88099) 获取COS导入配置Id。
|
4612
4680
|
*/
|
4613
4681
|
Id: string;
|
4614
4682
|
/**
|
@@ -6090,23 +6158,53 @@ export interface SearchLogResponse {
|
|
6090
6158
|
RequestId?: string;
|
6091
6159
|
}
|
6092
6160
|
/**
|
6093
|
-
*
|
6161
|
+
* 仪表盘订阅信息
|
6094
6162
|
*/
|
6095
|
-
export interface
|
6163
|
+
export interface DashboardSubscribeInfo {
|
6096
6164
|
/**
|
6097
|
-
*
|
6098
|
-
|
6099
|
-
Email:邮件;Sms:短信;WeChat:微信;Phone:电话;WeCom:企业微信;DingTalk:钉钉;Lark:飞书;Http:自定义回调;
|
6165
|
+
* 仪表盘订阅id。
|
6100
6166
|
*/
|
6101
|
-
|
6167
|
+
Id?: number;
|
6102
6168
|
/**
|
6103
|
-
*
|
6169
|
+
* 仪表盘订阅名称。
|
6104
6170
|
*/
|
6105
|
-
|
6171
|
+
Name?: string;
|
6106
6172
|
/**
|
6107
|
-
*
|
6173
|
+
* 仪表盘id。
|
6108
6174
|
*/
|
6109
|
-
|
6175
|
+
DashboardId?: string;
|
6176
|
+
/**
|
6177
|
+
* 仪表盘订阅时间。
|
6178
|
+
*/
|
6179
|
+
Cron?: string;
|
6180
|
+
/**
|
6181
|
+
* 仪表盘订阅数据。
|
6182
|
+
*/
|
6183
|
+
SubscribeData?: DashboardSubscribeData;
|
6184
|
+
/**
|
6185
|
+
* 仪表盘订阅记录创建时间。格式:`YYYY-MM-DD HH:MM:SS`
|
6186
|
+
*/
|
6187
|
+
CreateTime?: string;
|
6188
|
+
/**
|
6189
|
+
* 仪表盘订阅记录更新时间。格式:`YYYY-MM-DD HH:MM:SS`
|
6190
|
+
*/
|
6191
|
+
UpdateTime?: string;
|
6192
|
+
/**
|
6193
|
+
* 仪表盘订阅记录最后一次发送成功时间。格式:`YYYY-MM-DD HH:MM:SS`
|
6194
|
+
*/
|
6195
|
+
LastTime?: string;
|
6196
|
+
/**
|
6197
|
+
* 腾讯云主账号Id。
|
6198
|
+
*/
|
6199
|
+
Uin?: number;
|
6200
|
+
/**
|
6201
|
+
* 腾讯云主账号下的子账号Id。
|
6202
|
+
*/
|
6203
|
+
SubUin?: number;
|
6204
|
+
/**
|
6205
|
+
* 仪表盘订阅记录最后一次发送的状态。success:全部发送成功,fail:未发送, partialSuccess:部分发送成功。
|
6206
|
+
*/
|
6207
|
+
LastStatus?: string;
|
6110
6208
|
}
|
6111
6209
|
/**
|
6112
6210
|
* CheckFunction返回参数结构体
|
@@ -7092,6 +7190,14 @@ export interface QueryMetricRequest {
|
|
7092
7190
|
* DescribeDashboardSubscribes返回参数结构体
|
7093
7191
|
*/
|
7094
7192
|
export interface DescribeDashboardSubscribesResponse {
|
7193
|
+
/**
|
7194
|
+
* 仪表盘订阅列表
|
7195
|
+
*/
|
7196
|
+
DashboardSubscribeInfos?: Array<DashboardSubscribeInfo>;
|
7197
|
+
/**
|
7198
|
+
* 总数目
|
7199
|
+
*/
|
7200
|
+
TotalCount?: number;
|
7095
7201
|
/**
|
7096
7202
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
7097
7203
|
*/
|
@@ -8094,16 +8200,21 @@ export interface ModifyConfigExtraRequest {
|
|
8094
8200
|
*/
|
8095
8201
|
TopicId?: string;
|
8096
8202
|
/**
|
8097
|
-
* 自建k8s
|
8203
|
+
* 自建k8s-节点文件配置信息,包括文件路径、名称及元数据相关信息。
|
8204
|
+
|
8205
|
+
- 详情参考 [HostFileInfo](https://cloud.tencent.com/document/api/614/56471#HostFileInfo) 文档。
|
8098
8206
|
*/
|
8099
8207
|
HostFile?: HostFileInfo;
|
8100
8208
|
/**
|
8101
8209
|
* 采集配置标记。
|
8102
8210
|
- 目前只支持label_k8s,用于标记自建k8s集群使用的采集配置
|
8211
|
+
- 详情参考 [ ContainerFileInfo](https://cloud.tencent.com/document/api/614/56471#ContainerFileInfo) 文档
|
8103
8212
|
*/
|
8104
8213
|
ContainerFile?: ContainerFileInfo;
|
8105
8214
|
/**
|
8106
|
-
* 自建k8s
|
8215
|
+
* 自建k8s-容器标准输出信息,包括容器、命名空间等,
|
8216
|
+
|
8217
|
+
- 详情参考 [ContainerStdoutInfo]( https://cloud.tencent.com/document/api/614/56471#ContainerStdoutInfo) 文档
|
8107
8218
|
*/
|
8108
8219
|
ContainerStdout?: ContainerStdoutInfo;
|
8109
8220
|
/**
|
@@ -8125,7 +8236,7 @@ export interface ModifyConfigExtraRequest {
|
|
8125
8236
|
*/
|
8126
8237
|
LogFormat?: string;
|
8127
8238
|
/**
|
8128
|
-
* 提取规则,如果设置了ExtractRule,则必须设置LogType
|
8239
|
+
* 提取规则,如果设置了ExtractRule,则必须设置LogType。
|
8129
8240
|
*/
|
8130
8241
|
ExtractRule?: ExtractRuleInfo;
|
8131
8242
|
/**
|
@@ -8751,9 +8862,9 @@ export interface DeliverConfig {
|
|
8751
8862
|
ap-guangzhou 广州地域;
|
8752
8863
|
ap-nanjing 南京地域。
|
8753
8864
|
|
8754
|
-
|
8865
|
+
详细信息请查看官网[地域和访问域名](https://cloud.tencent.com/document/product/614/18940)
|
8866
|
+
|
8755
8867
|
|
8756
|
-
https://cloud.tencent.com/document/product/614/18940
|
8757
8868
|
*/
|
8758
8869
|
Region: string;
|
8759
8870
|
/**
|