tencentcloud-sdk-nodejs 4.1.302 → 4.1.304

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.
Files changed (90) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/cynosdb/v20190107/cynosdb_client.js +3 -0
  3. package/es/services/emr/v20190103/emr_client.js +3 -0
  4. package/es/services/ess/v20201111/ess_client.js +3 -0
  5. package/es/services/essbasic/v20210526/essbasic_client.js +5 -2
  6. package/es/services/ioa/v20220601/ioa_client.js +3 -0
  7. package/es/services/monitor/v20230616/monitor_client.js +32 -2
  8. package/es/services/mps/v20190612/mps_client.js +21 -6
  9. package/es/services/postgres/v20170312/postgres_client.js +16 -4
  10. package/es/services/sms/v20210111/sms_client.js +7 -4
  11. package/es/services/tcb/v20180608/tcb_client.js +10 -7
  12. package/es/services/tcr/v20190924/tcr_client.js +6 -0
  13. package/es/services/teo/v20220901/teo_client.js +3 -0
  14. package/es/services/thpc/v20230321/thpc_client.js +38 -11
  15. package/es/services/vod/v20180717/vod_client.js +26 -8
  16. package/package.json +1 -1
  17. package/tencentcloud/common/sdk_version.d.ts +1 -1
  18. package/tencentcloud/common/sdk_version.js +1 -1
  19. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +32 -3
  20. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  21. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  22. package/tencentcloud/services/bi/v20220105/bi_models.d.ts +48 -34
  23. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +23 -27
  24. package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +8 -0
  25. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +111 -45
  26. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +2 -0
  27. package/tencentcloud/services/clb/v20180317/clb_client.js +2 -0
  28. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +117 -1
  29. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +2 -2
  30. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +5 -1
  31. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  32. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +36 -5
  33. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -5
  34. package/tencentcloud/services/dts/v20211206/dts_models.d.ts +17 -22
  35. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  36. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  37. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +35 -5
  38. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +135 -32
  39. package/tencentcloud/services/ess/v20201111/ess_client.js +136 -31
  40. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +55 -42
  41. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +129 -6
  42. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +131 -6
  43. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +55 -37
  44. package/tencentcloud/services/fwm/v20250611/fwm_models.d.ts +48 -28
  45. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +20 -4
  46. package/tencentcloud/services/ioa/v20220601/ioa_client.d.ts +5 -1
  47. package/tencentcloud/services/ioa/v20220601/ioa_client.js +6 -0
  48. package/tencentcloud/services/ioa/v20220601/ioa_models.d.ts +127 -28
  49. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +92 -57
  50. package/tencentcloud/services/live/v20180801/live_models.d.ts +13 -17
  51. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +67 -63
  52. package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +43 -3
  53. package/tencentcloud/services/monitor/v20230616/monitor_client.js +63 -3
  54. package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +591 -74
  55. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +27 -7
  56. package/tencentcloud/services/mps/v20190612/mps_client.js +39 -9
  57. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +497 -319
  58. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +15 -7
  59. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +23 -7
  60. package/tencentcloud/services/postgres/v20170312/postgres_client.js +32 -8
  61. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +278 -98
  62. package/tencentcloud/services/smh/v20210712/smh_models.d.ts +55 -13
  63. package/tencentcloud/services/sms/v20210111/sms_client.d.ts +11 -7
  64. package/tencentcloud/services/sms/v20210111/sms_client.js +14 -8
  65. package/tencentcloud/services/sms/v20210111/sms_models.d.ts +87 -0
  66. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +15 -11
  67. package/tencentcloud/services/tcb/v20180608/tcb_client.js +20 -14
  68. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +181 -37
  69. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +9 -1
  70. package/tencentcloud/services/tcr/v20190924/tcr_client.js +12 -0
  71. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +186 -24
  72. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +13 -23
  73. package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +4 -4
  74. package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +4 -4
  75. package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +44 -32
  76. package/tencentcloud/services/tdmysql/v20211122/tdmysql_models.d.ts +46 -3
  77. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +6 -1
  78. package/tencentcloud/services/teo/v20220901/teo_client.js +7 -0
  79. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +140 -0
  80. package/tencentcloud/services/thpc/v20220401/thpc_models.d.ts +5 -0
  81. package/tencentcloud/services/thpc/v20230321/thpc_client.d.ts +51 -15
  82. package/tencentcloud/services/thpc/v20230321/thpc_client.js +74 -20
  83. package/tencentcloud/services/thpc/v20230321/thpc_models.d.ts +625 -224
  84. package/tencentcloud/services/vod/v20180717/vod_client.d.ts +42 -18
  85. package/tencentcloud/services/vod/v20180717/vod_client.js +57 -21
  86. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +1294 -358
  87. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +122 -120
  88. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +1 -1
  89. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +164 -136
  90. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +73 -163
@@ -122,21 +122,17 @@ export interface TriggerAIWorkbenchTaskResponse {
122
122
  RequestId?: string;
123
123
  }
124
124
  /**
125
- * AI工作台SRE数字分身工作日志详细信息
125
+ * 通知历史中关联的通知模板信息
126
126
  */
127
- export interface AIWorkbenchSREDigitalTwinWorkLogDetail {
128
- /**
129
- * 工作日志详细内容
130
- */
131
- Content?: string;
127
+ export interface NotifyRelatedNotice {
132
128
  /**
133
- * 工作日志任务类型
129
+ * 通知模板ID
134
130
  */
135
- TaskType?: string;
131
+ NoticeId?: string;
136
132
  /**
137
- * 工作日志相关对话ID
133
+ * 通知模板的名称
138
134
  */
139
- DialogID?: number;
135
+ NoticeName?: string;
140
136
  }
141
137
  /**
142
138
  * 内容通知模板元素
@@ -364,6 +360,19 @@ export interface SlackRobotNoticeTmpl {
364
360
  */
365
361
  ContentTmpl: string;
366
362
  }
363
+ /**
364
+ * ModifyDispenseExternalRuleStatus请求参数结构体
365
+ */
366
+ export interface ModifyDispenseExternalRuleStatusRequest {
367
+ /**
368
+ * 规则id列表
369
+ */
370
+ RuleIdList: Array<number | bigint>;
371
+ /**
372
+ * 状态
373
+ */
374
+ Status: number;
375
+ }
367
376
  /**
368
377
  * ListAIWorkbenchSessions请求参数结构体
369
378
  */
@@ -472,6 +481,23 @@ export interface DingDingRobotNoticeTmpl {
472
481
  */
473
482
  TitleTmpl?: string;
474
483
  }
484
+ /**
485
+ * 过滤表
486
+ */
487
+ export interface DispenseFilter {
488
+ /**
489
+ * 维度名称
490
+ */
491
+ Key?: string;
492
+ /**
493
+ * 维度值列表
494
+ */
495
+ Values?: Array<string>;
496
+ /**
497
+ * 表示式
498
+ */
499
+ Expression?: string;
500
+ }
475
501
  /**
476
502
  * 告警通知自定义Webhook模板中的请求体头部描述
477
503
  */
@@ -628,19 +654,67 @@ export interface ListAIWorkbenchSessionsResponse {
628
654
  RequestId?: string;
629
655
  }
630
656
  /**
631
- * ListAIWorkbenchTasks返回参数结构体
657
+ * 转发目标对象信息
632
658
  */
633
- export interface ListAIWorkbenchTasksResponse {
659
+ export interface Producer {
634
660
  /**
635
- * <p>任务列表</p>
661
+ * 转发协议类型,0-stormRetPb, 1-tcbDispensePb, 2-stormRetJson, 3-ADPPb(废弃),4-中台pb
636
662
  注意:此字段可能返回 null,表示取不到有效值。
637
663
  */
638
- Tasks?: Array<TaskInfo>;
664
+ ProtocolType: number;
639
665
  /**
640
- * <p>分页结果</p>
666
+ * 目标类型
641
667
  注意:此字段可能返回 null,表示取不到有效值。
642
668
  */
643
- PageResult?: PageByNumResult;
669
+ Type: string;
670
+ /**
671
+ * 转发kafka地址
672
+ 注意:此字段可能返回 null,表示取不到有效值。
673
+ */
674
+ Brokers: string;
675
+ /**
676
+ * 转发kafka topic
677
+ 注意:此字段可能返回 null,表示取不到有效值。
678
+ */
679
+ Topic: string;
680
+ /**
681
+ * 是否合并指标,默认是1,合并
682
+ */
683
+ Merge?: number;
684
+ /**
685
+ * 全局维度组
686
+ */
687
+ GlobalTags?: Array<DispenseGlobalTag>;
688
+ /**
689
+ * 默认维度组,只提供维度即可
690
+ */
691
+ DefaultTags?: Array<string>;
692
+ /**
693
+ * Kafka用户名
694
+ */
695
+ Username?: string;
696
+ /**
697
+ * Kafka密码
698
+ */
699
+ Password?: string;
700
+ }
701
+ /**
702
+ * DeleteDispenseExternalRule请求参数结构体
703
+ */
704
+ export interface DeleteDispenseExternalRuleRequest {
705
+ /**
706
+ * 需要删除的规则Id
707
+ */
708
+ RuleIdList: Array<number | bigint>;
709
+ }
710
+ /**
711
+ * DescribeExtNamespace返回参数结构体
712
+ */
713
+ export interface DescribeExtNamespaceResponse {
714
+ /**
715
+ * 对外命名空间列表
716
+ */
717
+ ExtNamespaceList?: Array<string>;
644
718
  /**
645
719
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
646
720
  */
@@ -720,6 +794,25 @@ export interface PagerDutyRobotNoticeTmpl {
720
794
  */
721
795
  TitleTmpl?: string;
722
796
  }
797
+ /**
798
+ * ListAIWorkbenchTasks返回参数结构体
799
+ */
800
+ export interface ListAIWorkbenchTasksResponse {
801
+ /**
802
+ * <p>任务列表</p>
803
+ 注意:此字段可能返回 null,表示取不到有效值。
804
+ */
805
+ Tasks?: Array<TaskInfo>;
806
+ /**
807
+ * <p>分页结果</p>
808
+ 注意:此字段可能返回 null,表示取不到有效值。
809
+ */
810
+ PageResult?: PageByNumResult;
811
+ /**
812
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
813
+ */
814
+ RequestId?: string;
815
+ }
723
816
  /**
724
817
  * 标签
725
818
  */
@@ -742,6 +835,27 @@ export interface DeleteAIWorkbenchAgentResponse {
742
835
  */
743
836
  RequestId?: string;
744
837
  }
838
+ /**
839
+ * 转发地域信息
840
+ */
841
+ export interface DispenseRegion {
842
+ /**
843
+ * 地域缩写
844
+ */
845
+ Region?: string;
846
+ /**
847
+ * 地域中文名
848
+ */
849
+ RegionCnName?: string;
850
+ /**
851
+ * 地域英文名
852
+ */
853
+ RegionEnName?: string;
854
+ /**
855
+ * 规则数量
856
+ */
857
+ RuleNumber?: number;
858
+ }
745
859
  /**
746
860
  * DescribeAIWorkbenchSREDigitalTwinWorkLogList请求参数结构体
747
861
  */
@@ -760,25 +874,51 @@ export interface DescribeAIWorkbenchSREDigitalTwinWorkLogListRequest {
760
874
  Limit?: number;
761
875
  }
762
876
  /**
763
- * 官网通知内容模板元素
877
+ * 对外指标
764
878
  */
765
- export interface QCloudYeheWeChatNoticeTmplItem {
879
+ export interface ExtMetric {
766
880
  /**
767
- * 告警内容模板
881
+ * 指标名
882
+ 注意:此字段可能返回 null,表示取不到有效值。
768
883
  */
769
- AlarmContentTmpl?: string;
884
+ MetricName?: string;
770
885
  /**
771
- * 告警对象模板
886
+ * 中文指标名
887
+ 注意:此字段可能返回 null,表示取不到有效值。
772
888
  */
773
- AlarmObjectTmpl?: string;
889
+ MetricCName?: string;
774
890
  /**
775
- * 告警地域模板
891
+ * 中文含义
892
+ 注意:此字段可能返回 null,表示取不到有效值。
776
893
  */
777
- AlarmRegionTmpl?: string;
894
+ CNMeaning?: string;
778
895
  /**
779
- * 告警时间模板
896
+ * 英文含义
897
+ 注意:此字段可能返回 null,表示取不到有效值。
780
898
  */
781
- AlarmTimeTmpl?: string;
899
+ EnMeaning?: string;
900
+ /**
901
+ * 单位
902
+ 注意:此字段可能返回 null,表示取不到有效值。
903
+ */
904
+ Unit?: string;
905
+ /**
906
+ * 是否配置对外维度
907
+ */
908
+ DimensionFlag?: boolean;
909
+ }
910
+ /**
911
+ * DescribeKafka返回参数结构体
912
+ */
913
+ export interface DescribeKafkaResponse {
914
+ /**
915
+ * 连通性列表
916
+ */
917
+ KafkaConnectivityList?: Array<KafkaConnectivity>;
918
+ /**
919
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
920
+ */
921
+ RequestId?: string;
782
922
  }
783
923
  /**
784
924
  * DescribeAlarmNotifyHistories请求参数结构体
@@ -953,6 +1093,34 @@ export interface PageByNoResult {
953
1093
  */
954
1094
  End?: boolean;
955
1095
  }
1096
+ /**
1097
+ * ListAIWorkbenchResourceMaps返回参数结构体
1098
+ */
1099
+ export interface ListAIWorkbenchResourceMapsResponse {
1100
+ /**
1101
+ * <p>资源地图列表</p>
1102
+ 注意:此字段可能返回 null,表示取不到有效值。
1103
+ */
1104
+ ResourceMaps?: Array<ResourceMapInfo>;
1105
+ /**
1106
+ * <p>分页结果</p>
1107
+ 注意:此字段可能返回 null,表示取不到有效值。
1108
+ */
1109
+ PageResult?: PageByNumResult;
1110
+ /**
1111
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1112
+ */
1113
+ RequestId?: string;
1114
+ }
1115
+ /**
1116
+ * DescribeExtMetric请求参数结构体
1117
+ */
1118
+ export interface DescribeExtMetricRequest {
1119
+ /**
1120
+ * 对外命名空间
1121
+ */
1122
+ ExtNamespace: string;
1123
+ }
956
1124
  /**
957
1125
  * Microsoft Teams 工作流内容模板配置
958
1126
  */
@@ -1121,6 +1289,43 @@ export interface CancelAIWorkbenchChatRequest {
1121
1289
  */
1122
1290
  SessionId?: string;
1123
1291
  }
1292
+ /**
1293
+ * ModifyDispenseExternalRule请求参数结构体
1294
+ */
1295
+ export interface ModifyDispenseExternalRuleRequest {
1296
+ /**
1297
+ * 规则名称
1298
+ */
1299
+ Name: string;
1300
+ /**
1301
+ * 云监控对外命名空间
1302
+ */
1303
+ ExtNamespace: string;
1304
+ /**
1305
+ * 转发目标消信息
1306
+ */
1307
+ Producer: Producer;
1308
+ /**
1309
+ * 规则ID
1310
+ */
1311
+ RuleId: number;
1312
+ /**
1313
+ * 转发部署地域列表
1314
+ */
1315
+ DispenseRegions?: Array<string>;
1316
+ /**
1317
+ * 云监控对外指标
1318
+ */
1319
+ ExtMetrics?: Array<string>;
1320
+ /**
1321
+ * 指标统计周期
1322
+ */
1323
+ Period?: Array<number | bigint>;
1324
+ /**
1325
+ * 转发过滤信息
1326
+ */
1327
+ DispenseConditions?: Array<DispenseCondition>;
1328
+ }
1124
1329
  /**
1125
1330
  * DescribeAlarmNotifyHistories返回参数结构体
1126
1331
  */
@@ -1203,6 +1408,39 @@ export interface DescribeAIWorkbenchSessionResponse {
1203
1408
  */
1204
1409
  RequestId?: string;
1205
1410
  }
1411
+ /**
1412
+ * ListAIWorkbenchTasks请求参数结构体
1413
+ */
1414
+ export interface ListAIWorkbenchTasksRequest {
1415
+ /**
1416
+ * <p>每页数量</p>
1417
+ */
1418
+ PerPage?: number;
1419
+ /**
1420
+ * <p>页码</p>
1421
+ */
1422
+ PageNo?: number;
1423
+ /**
1424
+ * <p>按 Agent 筛选</p>
1425
+ */
1426
+ AgentId?: string;
1427
+ /**
1428
+ * <p>按触发类型筛选</p>
1429
+ */
1430
+ TriggerType?: string;
1431
+ /**
1432
+ * <p>搜索关键词</p>
1433
+ */
1434
+ Keyword?: string;
1435
+ /**
1436
+ * <p>任务 ID 列表筛选</p>
1437
+ */
1438
+ TaskIds?: Array<string>;
1439
+ /**
1440
+ * <p>是否启用筛选</p>
1441
+ */
1442
+ Enabled?: boolean;
1443
+ }
1206
1444
  /**
1207
1445
  * 企业微信机器人内容模板配置
1208
1446
  */
@@ -1212,6 +1450,23 @@ export interface WeWorkRobotNoticeTmpl {
1212
1450
  */
1213
1451
  ContentTmpl: string;
1214
1452
  }
1453
+ /**
1454
+ * DescribeAIWorkbenchSREDigitalTwinWorkLogDetail返回参数结构体
1455
+ */
1456
+ export interface DescribeAIWorkbenchSREDigitalTwinWorkLogDetailResponse {
1457
+ /**
1458
+ * Json序列化路径
1459
+ */
1460
+ JSONStrPaths?: Array<string>;
1461
+ /**
1462
+ * 数字分身详细信息
1463
+ */
1464
+ Data?: AIWorkbenchSREDigitalTwinWorkLogDetail;
1465
+ /**
1466
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1467
+ */
1468
+ RequestId?: string;
1469
+ }
1215
1470
  /**
1216
1471
  * TriggerAIWorkbenchTask请求参数结构体
1217
1472
  */
@@ -1357,6 +1612,28 @@ export interface TaskInfo {
1357
1612
  */
1358
1613
  Enabled?: boolean;
1359
1614
  }
1615
+ /**
1616
+ * DescribeDispenseExternalRule请求参数结构体
1617
+ */
1618
+ export interface DescribeDispenseExternalRuleRequest {
1619
+ /**
1620
+ * 规则id
1621
+ */
1622
+ RuleId: number;
1623
+ }
1624
+ /**
1625
+ * DescribeKafka请求参数结构体
1626
+ */
1627
+ export interface DescribeKafkaRequest {
1628
+ /**
1629
+ * kafka地址
1630
+ */
1631
+ Brokers: string;
1632
+ /**
1633
+ * 转发部署地域列表
1634
+ */
1635
+ DispenseRegions?: Array<string>;
1636
+ }
1360
1637
  /**
1361
1638
  * ListAIWorkbenchArtifacts请求参数结构体
1362
1639
  */
@@ -1420,6 +1697,39 @@ export interface PageByNoParams {
1420
1697
  */
1421
1698
  PageNo?: string;
1422
1699
  }
1700
+ /**
1701
+ * CreateDispenseExternalRule请求参数结构体
1702
+ */
1703
+ export interface CreateDispenseExternalRuleRequest {
1704
+ /**
1705
+ * 规则名称
1706
+ */
1707
+ Name: string;
1708
+ /**
1709
+ * 云监控对外命名空间
1710
+ */
1711
+ ExtNamespace: string;
1712
+ /**
1713
+ * 转发目标消信息
1714
+ */
1715
+ Producer: Producer;
1716
+ /**
1717
+ * 转发部署地域列表
1718
+ */
1719
+ DispenseRegions?: Array<string>;
1720
+ /**
1721
+ * 云监控对外指标
1722
+ */
1723
+ ExtMetrics?: Array<string>;
1724
+ /**
1725
+ * 指标统计周期
1726
+ */
1727
+ Period?: Array<number | bigint>;
1728
+ /**
1729
+ * 转发过滤条件信息
1730
+ */
1731
+ DispenseConditions?: Array<DispenseCondition>;
1732
+ }
1423
1733
  /**
1424
1734
  * ListAIWorkbenchResourceInstances请求参数结构体
1425
1735
  */
@@ -1467,6 +1777,19 @@ export interface CreateAIWorkbenchTaskResponse {
1467
1777
  */
1468
1778
  RequestId?: string;
1469
1779
  }
1780
+ /**
1781
+ * DescribeDispenseExternalRule返回参数结构体
1782
+ */
1783
+ export interface DescribeDispenseExternalRuleResponse {
1784
+ /**
1785
+ * 规则
1786
+ */
1787
+ Rule?: Rule;
1788
+ /**
1789
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1790
+ */
1791
+ RequestId?: string;
1792
+ }
1470
1793
  /**
1471
1794
  * DescribeAIWorkbenchExecution请求参数结构体
1472
1795
  */
@@ -1659,23 +1982,34 @@ export interface EnvEntry {
1659
1982
  Sensitive?: boolean;
1660
1983
  }
1661
1984
  /**
1662
- * ListAIWorkbenchResourceMaps返回参数结构体
1985
+ * 告警通知内容模版自定义标题颜色 key-value 匹配规则
1663
1986
  */
1664
- export interface ListAIWorkbenchResourceMapsResponse {
1987
+ export interface RobotNoticeTitleColorRules {
1665
1988
  /**
1666
- * <p>资源地图列表</p>
1667
- 注意:此字段可能返回 null,表示取不到有效值。
1989
+ * <p>通知内容模版自定义颜色 Label 匹配的 Key</p>
1668
1990
  */
1669
- ResourceMaps?: Array<ResourceMapInfo>;
1991
+ Key: string;
1670
1992
  /**
1671
- * <p>分页结果</p>
1672
- 注意:此字段可能返回 null,表示取不到有效值。
1993
+ * <p>通知内容模版自定义颜色 Label 匹配的 Value</p>
1673
1994
  */
1674
- PageResult?: PageByNumResult;
1995
+ Value: string;
1675
1996
  /**
1676
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1997
+ * <p>通知内容模版自定义颜色</p>
1677
1998
  */
1678
- RequestId?: string;
1999
+ Color: string;
2000
+ }
2001
+ /**
2002
+ * kafka连通性
2003
+ */
2004
+ export interface KafkaConnectivity {
2005
+ /**
2006
+ * 地域
2007
+ */
2008
+ Region?: string;
2009
+ /**
2010
+ * 连通
2011
+ */
2012
+ Result?: boolean;
1679
2013
  }
1680
2014
  /**
1681
2015
  * 官网内容通知模板的匹配器
@@ -1762,6 +2096,53 @@ export interface GoogleChatRobotNoticeTmpl {
1762
2096
  */
1763
2097
  ContentTmpl: string;
1764
2098
  }
2099
+ /**
2100
+ * 转发规则
2101
+ */
2102
+ export interface Rule {
2103
+ /**
2104
+ * 规则Id
2105
+ */
2106
+ RuleId?: number;
2107
+ /**
2108
+ * 规则名称
2109
+ */
2110
+ Name?: string;
2111
+ /**
2112
+ * 对外namespace
2113
+ */
2114
+ ExtNamespace?: string;
2115
+ /**
2116
+ * 对外指标列表
2117
+ */
2118
+ ExtMetric?: Array<ExtMetric>;
2119
+ /**
2120
+ * 输出信息
2121
+ */
2122
+ Producer?: Producer;
2123
+ /**
2124
+ * 更新时间
2125
+ */
2126
+ UpdateTime?: number;
2127
+ /**
2128
+ * 规则触发状态
2129
+ */
2130
+ Status?: number;
2131
+ /**
2132
+ * 指标粒度周期
2133
+ 注意:此字段可能返回 null,表示取不到有效值。
2134
+ */
2135
+ Period?: Array<number | bigint>;
2136
+ /**
2137
+ * 转发过滤条件
2138
+ 注意:此字段可能返回 null,表示取不到有效值。
2139
+ */
2140
+ DispenseConditions?: Array<DispenseCondition>;
2141
+ /**
2142
+ * 转发地域列表
2143
+ */
2144
+ DispenseRegions?: Array<string>;
2145
+ }
1765
2146
  /**
1766
2147
  * 产物实体
1767
2148
  */
@@ -1837,17 +2218,21 @@ export interface ListAIWorkbenchResourceInstancesResponse {
1837
2218
  RequestId?: string;
1838
2219
  }
1839
2220
  /**
1840
- * 通知历史中关联的通知模板信息
2221
+ * AI工作台SRE数字分身工作日志详细信息
1841
2222
  */
1842
- export interface NotifyRelatedNotice {
2223
+ export interface AIWorkbenchSREDigitalTwinWorkLogDetail {
1843
2224
  /**
1844
- * 通知模板ID
2225
+ * 工作日志详细内容
1845
2226
  */
1846
- NoticeId?: string;
2227
+ Content?: string;
1847
2228
  /**
1848
- * 通知模板的名称
2229
+ * 工作日志任务类型
1849
2230
  */
1850
- NoticeName?: string;
2231
+ TaskType?: string;
2232
+ /**
2233
+ * 工作日志相关对话ID
2234
+ */
2235
+ DialogID?: number;
1851
2236
  }
1852
2237
  /**
1853
2238
  * DescribeAIWorkbenchSkill请求参数结构体
@@ -1872,6 +2257,25 @@ export interface GoogleChatRobotNoticeTmplMatcher {
1872
2257
  */
1873
2258
  Template: GoogleChatRobotNoticeTmpl;
1874
2259
  }
2260
+ /**
2261
+ * DescribeDispenseExternalRuleList返回参数结构体
2262
+ */
2263
+ export interface DescribeDispenseExternalRuleListResponse {
2264
+ /**
2265
+ * 指标列表
2266
+ 注意:此字段可能返回 null,表示取不到有效值。
2267
+ */
2268
+ RuleList?: Array<Rule>;
2269
+ /**
2270
+ * 列表大小
2271
+ 注意:此字段可能返回 null,表示取不到有效值。
2272
+ */
2273
+ TotalCount?: number;
2274
+ /**
2275
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2276
+ */
2277
+ RequestId?: string;
2278
+ }
1875
2279
  /**
1876
2280
  * 消息实体
1877
2281
  */
@@ -1999,6 +2403,32 @@ export interface MCPInfo {
1999
2403
  */
2000
2404
  Enabled?: boolean;
2001
2405
  }
2406
+ /**
2407
+ * 告警通知内容模版自定义标题颜色
2408
+ */
2409
+ export interface RobotNoticeTitleColor {
2410
+ /**
2411
+ * <p>通知内容模版自定义标题颜色默认颜色</p>
2412
+ */
2413
+ Default?: string;
2414
+ /**
2415
+ * <p>通知内容模版自定义标题颜色规则,label 匹配设置颜色</p>
2416
+ */
2417
+ Rules?: Array<RobotNoticeTitleColorRules>;
2418
+ }
2419
+ /**
2420
+ * CreateDispenseExternalRule返回参数结构体
2421
+ */
2422
+ export interface CreateDispenseExternalRuleResponse {
2423
+ /**
2424
+ * 转发规则Id
2425
+ */
2426
+ RuleId?: number;
2427
+ /**
2428
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2429
+ */
2430
+ RequestId?: string;
2431
+ }
2002
2432
  /**
2003
2433
  * CreateNoticeContentTmpl请求参数结构体
2004
2434
  */
@@ -2021,38 +2451,30 @@ export interface CreateNoticeContentTmplRequest {
2021
2451
  TmplLanguage: string;
2022
2452
  }
2023
2453
  /**
2024
- * ListAIWorkbenchTasks请求参数结构体
2454
+ * 官网通知内容模板元素
2025
2455
  */
2026
- export interface ListAIWorkbenchTasksRequest {
2027
- /**
2028
- * <p>每页数量</p>
2029
- */
2030
- PerPage?: number;
2031
- /**
2032
- * <p>页码</p>
2033
- */
2034
- PageNo?: number;
2035
- /**
2036
- * <p>按 Agent 筛选</p>
2037
- */
2038
- AgentId?: string;
2456
+ export interface QCloudYeheWeChatNoticeTmplItem {
2039
2457
  /**
2040
- * <p>按触发类型筛选</p>
2458
+ * 告警内容模板
2041
2459
  */
2042
- TriggerType?: string;
2460
+ AlarmContentTmpl?: string;
2043
2461
  /**
2044
- * <p>搜索关键词</p>
2462
+ * 告警对象模板
2045
2463
  */
2046
- Keyword?: string;
2464
+ AlarmObjectTmpl?: string;
2047
2465
  /**
2048
- * <p>任务 ID 列表筛选</p>
2466
+ * 告警地域模板
2049
2467
  */
2050
- TaskIds?: Array<string>;
2468
+ AlarmRegionTmpl?: string;
2051
2469
  /**
2052
- * <p>是否启用筛选</p>
2470
+ * 告警时间模板
2053
2471
  */
2054
- Enabled?: boolean;
2472
+ AlarmTimeTmpl?: string;
2055
2473
  }
2474
+ /**
2475
+ * DescribeExtNamespace请求参数结构体
2476
+ */
2477
+ export type DescribeExtNamespaceRequest = null;
2056
2478
  /**
2057
2479
  * 告警通知自定义Webhook的通知内容模板匹配器
2058
2480
  */
@@ -2067,21 +2489,21 @@ export interface WebhookNoticeTmplMatcher {
2067
2489
  Template?: WebhookNoticeTmpl;
2068
2490
  }
2069
2491
  /**
2070
- * DescribeAIWorkbenchSREDigitalTwinWorkLogDetail返回参数结构体
2492
+ * 转发过滤条件信息
2071
2493
  */
2072
- export interface DescribeAIWorkbenchSREDigitalTwinWorkLogDetailResponse {
2494
+ export interface DispenseCondition {
2073
2495
  /**
2074
- * Json序列化路径
2496
+ * 对外指标名
2075
2497
  */
2076
- JSONStrPaths?: Array<string>;
2498
+ ExtMetric?: string;
2077
2499
  /**
2078
- * 数字分身详细信息
2500
+ * 过滤条件表
2079
2501
  */
2080
- Data?: AIWorkbenchSREDigitalTwinWorkLogDetail;
2502
+ DispenseFilters?: Array<DispenseFilter>;
2081
2503
  /**
2082
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2504
+ * 过滤条件id
2083
2505
  */
2084
- RequestId?: string;
2506
+ ConditionId?: number;
2085
2507
  }
2086
2508
  /**
2087
2509
  * DescribeAIWorkbenchAgent返回参数结构体
@@ -2191,6 +2613,31 @@ export interface NoticeContentTmplBindPolicyCount {
2191
2613
  */
2192
2614
  BindCount?: number;
2193
2615
  }
2616
+ /**
2617
+ * DescribeDispenseRegion请求参数结构体
2618
+ */
2619
+ export type DescribeDispenseRegionRequest = null;
2620
+ /**
2621
+ * DescribeDispenseExternalRuleList请求参数结构体
2622
+ */
2623
+ export interface DescribeDispenseExternalRuleListRequest {
2624
+ /**
2625
+ * 页数
2626
+ */
2627
+ Page: number;
2628
+ /**
2629
+ * 页面大小
2630
+ */
2631
+ PageSize: number;
2632
+ /**
2633
+ * 转发部署地域
2634
+ */
2635
+ DispenseRegions?: Array<string>;
2636
+ /**
2637
+ * 关键字搜索规则名
2638
+ */
2639
+ Keyword?: string;
2640
+ }
2194
2641
  /**
2195
2642
  * TriggerAIWorkbenchSREDigitalTwinTask请求参数结构体
2196
2643
  */
@@ -2319,6 +2766,15 @@ export interface ModifyNoticeContentTmplResponse {
2319
2766
  */
2320
2767
  RequestId?: string;
2321
2768
  }
2769
+ /**
2770
+ * ModifyDispenseExternalRuleStatus返回参数结构体
2771
+ */
2772
+ export interface ModifyDispenseExternalRuleStatusResponse {
2773
+ /**
2774
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2775
+ */
2776
+ RequestId?: string;
2777
+ }
2322
2778
  /**
2323
2779
  * 企业微信机器人通知模板的匹配器
2324
2780
  */
@@ -2359,18 +2815,44 @@ export interface PagerDutyRobotNoticeTmplMatcher {
2359
2815
  */
2360
2816
  Template?: PagerDutyRobotNoticeTmpl;
2361
2817
  }
2818
+ /**
2819
+ * DeleteDispenseExternalRule返回参数结构体
2820
+ */
2821
+ export interface DeleteDispenseExternalRuleResponse {
2822
+ /**
2823
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2824
+ */
2825
+ RequestId?: string;
2826
+ }
2362
2827
  /**
2363
2828
  * 飞书机器人内容模板配置
2364
2829
  */
2365
2830
  export interface FeiShuRobotNoticeTmpl {
2366
2831
  /**
2367
- * 内容模板
2832
+ * <p>内容模板</p>
2368
2833
  */
2369
2834
  ContentTmpl: string;
2370
2835
  /**
2371
- * 标题模板
2836
+ * <p>标题模板</p>
2372
2837
  */
2373
2838
  TitleTmpl?: string;
2839
+ /**
2840
+ * <p>通知内容模版标题自定义颜色</p>
2841
+ */
2842
+ TitleColor?: RobotNoticeTitleColor;
2843
+ }
2844
+ /**
2845
+ * 全局维度
2846
+ */
2847
+ export interface DispenseGlobalTag {
2848
+ /**
2849
+ * 维度key
2850
+ */
2851
+ Key?: string;
2852
+ /**
2853
+ * 维度值
2854
+ */
2855
+ Value?: string;
2374
2856
  }
2375
2857
  /**
2376
2858
  * ListAIWorkbenchAgents请求参数结构体
@@ -2405,6 +2887,19 @@ export interface ListAIWorkbenchAgentsRequest {
2405
2887
  */
2406
2888
  AgentIds?: Array<string>;
2407
2889
  }
2890
+ /**
2891
+ * DescribeDispenseRegion返回参数结构体
2892
+ */
2893
+ export interface DescribeDispenseRegionResponse {
2894
+ /**
2895
+ * 转发地域列表
2896
+ */
2897
+ RegionList?: Array<DispenseRegion>;
2898
+ /**
2899
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2900
+ */
2901
+ RequestId?: string;
2902
+ }
2408
2903
  /**
2409
2904
  * DeleteNoticeContentTmpls返回参数结构体
2410
2905
  */
@@ -2497,6 +2992,19 @@ export interface ModifyNoticeContentTmplRequest {
2497
2992
  */
2498
2993
  TmplID: string;
2499
2994
  }
2995
+ /**
2996
+ * DescribeExtMetric返回参数结构体
2997
+ */
2998
+ export interface DescribeExtMetricResponse {
2999
+ /**
3000
+ * 对外指标
3001
+ */
3002
+ ExtMetricList?: Array<ExtMetric>;
3003
+ /**
3004
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3005
+ */
3006
+ RequestId?: string;
3007
+ }
2500
3008
  /**
2501
3009
  * agent运行时所需环境变量
2502
3010
  */
@@ -2512,3 +3020,12 @@ export interface EnvVar {
2512
3020
  */
2513
3021
  Value?: EnvEntry;
2514
3022
  }
3023
+ /**
3024
+ * ModifyDispenseExternalRule返回参数结构体
3025
+ */
3026
+ export interface ModifyDispenseExternalRuleResponse {
3027
+ /**
3028
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3029
+ */
3030
+ RequestId?: string;
3031
+ }