tencentcloud-sdk-nodejs 4.1.302 → 4.1.303

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 (45) hide show
  1. package/es/common/sdk_version.js +1 -1
  2. package/es/services/emr/v20190103/emr_client.js +3 -0
  3. package/es/services/ess/v20201111/ess_client.js +3 -0
  4. package/es/services/essbasic/v20210526/essbasic_client.js +5 -2
  5. package/es/services/monitor/v20230616/monitor_client.js +32 -2
  6. package/es/services/mps/v20190612/mps_client.js +5 -2
  7. package/es/services/tcr/v20190924/tcr_client.js +6 -0
  8. package/package.json +1 -1
  9. package/tencentcloud/common/sdk_version.d.ts +1 -1
  10. package/tencentcloud/common/sdk_version.js +1 -1
  11. package/tencentcloud/services/adp/v20260520/adp_models.d.ts +32 -3
  12. package/tencentcloud/services/asr/v20190614/asr_client.d.ts +1 -1
  13. package/tencentcloud/services/asr/v20190614/asr_client.js +1 -1
  14. package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +111 -45
  15. package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +5 -5
  16. package/tencentcloud/services/emr/v20190103/emr_client.d.ts +5 -1
  17. package/tencentcloud/services/emr/v20190103/emr_client.js +6 -0
  18. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +26 -0
  19. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +119 -1
  20. package/tencentcloud/services/ess/v20201111/ess_client.js +120 -0
  21. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +42 -0
  22. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +127 -6
  23. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +129 -6
  24. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +46 -0
  25. package/tencentcloud/services/fwm/v20250611/fwm_models.d.ts +48 -28
  26. package/tencentcloud/services/goosefs/v20220519/goosefs_models.d.ts +20 -4
  27. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +40 -40
  28. package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +43 -3
  29. package/tencentcloud/services/monitor/v20230616/monitor_client.js +63 -3
  30. package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +557 -74
  31. package/tencentcloud/services/mps/v20190612/mps_client.d.ts +7 -3
  32. package/tencentcloud/services/mps/v20190612/mps_client.js +9 -3
  33. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +66 -16
  34. package/tencentcloud/services/mqtt/v20240516/mqtt_models.d.ts +15 -7
  35. package/tencentcloud/services/tcb/v20180608/tcb_client.d.ts +1 -1
  36. package/tencentcloud/services/tcb/v20180608/tcb_client.js +1 -1
  37. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +155 -37
  38. package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +9 -1
  39. package/tencentcloud/services/tcr/v20190924/tcr_client.js +12 -0
  40. package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +186 -24
  41. package/tencentcloud/services/teo/v20220901/teo_client.d.ts +1 -0
  42. package/tencentcloud/services/teo/v20220901/teo_client.js +1 -0
  43. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +22 -27
  44. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +164 -136
  45. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +49 -20
@@ -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,17 @@ export interface EnvEntry {
1659
1982
  Sensitive?: boolean;
1660
1983
  }
1661
1984
  /**
1662
- * ListAIWorkbenchResourceMaps返回参数结构体
1985
+ * kafka连通性
1663
1986
  */
1664
- export interface ListAIWorkbenchResourceMapsResponse {
1987
+ export interface KafkaConnectivity {
1665
1988
  /**
1666
- * <p>资源地图列表</p>
1667
- 注意:此字段可能返回 null,表示取不到有效值。
1989
+ * 地域
1668
1990
  */
1669
- ResourceMaps?: Array<ResourceMapInfo>;
1670
- /**
1671
- * <p>分页结果</p>
1672
- 注意:此字段可能返回 null,表示取不到有效值。
1673
- */
1674
- PageResult?: PageByNumResult;
1991
+ Region?: string;
1675
1992
  /**
1676
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1993
+ * 连通
1677
1994
  */
1678
- RequestId?: string;
1995
+ Result?: boolean;
1679
1996
  }
1680
1997
  /**
1681
1998
  * 官网内容通知模板的匹配器
@@ -1762,6 +2079,53 @@ export interface GoogleChatRobotNoticeTmpl {
1762
2079
  */
1763
2080
  ContentTmpl: string;
1764
2081
  }
2082
+ /**
2083
+ * 转发规则
2084
+ */
2085
+ export interface Rule {
2086
+ /**
2087
+ * 规则Id
2088
+ */
2089
+ RuleId?: number;
2090
+ /**
2091
+ * 规则名称
2092
+ */
2093
+ Name?: string;
2094
+ /**
2095
+ * 对外namespace
2096
+ */
2097
+ ExtNamespace?: string;
2098
+ /**
2099
+ * 对外指标列表
2100
+ */
2101
+ ExtMetric?: Array<ExtMetric>;
2102
+ /**
2103
+ * 输出信息
2104
+ */
2105
+ Producer?: Producer;
2106
+ /**
2107
+ * 更新时间
2108
+ */
2109
+ UpdateTime?: number;
2110
+ /**
2111
+ * 规则触发状态
2112
+ */
2113
+ Status?: number;
2114
+ /**
2115
+ * 指标粒度周期
2116
+ 注意:此字段可能返回 null,表示取不到有效值。
2117
+ */
2118
+ Period?: Array<number | bigint>;
2119
+ /**
2120
+ * 转发过滤条件
2121
+ 注意:此字段可能返回 null,表示取不到有效值。
2122
+ */
2123
+ DispenseConditions?: Array<DispenseCondition>;
2124
+ /**
2125
+ * 转发地域列表
2126
+ */
2127
+ DispenseRegions?: Array<string>;
2128
+ }
1765
2129
  /**
1766
2130
  * 产物实体
1767
2131
  */
@@ -1837,17 +2201,21 @@ export interface ListAIWorkbenchResourceInstancesResponse {
1837
2201
  RequestId?: string;
1838
2202
  }
1839
2203
  /**
1840
- * 通知历史中关联的通知模板信息
2204
+ * AI工作台SRE数字分身工作日志详细信息
1841
2205
  */
1842
- export interface NotifyRelatedNotice {
2206
+ export interface AIWorkbenchSREDigitalTwinWorkLogDetail {
1843
2207
  /**
1844
- * 通知模板ID
2208
+ * 工作日志详细内容
1845
2209
  */
1846
- NoticeId?: string;
2210
+ Content?: string;
1847
2211
  /**
1848
- * 通知模板的名称
2212
+ * 工作日志任务类型
1849
2213
  */
1850
- NoticeName?: string;
2214
+ TaskType?: string;
2215
+ /**
2216
+ * 工作日志相关对话ID
2217
+ */
2218
+ DialogID?: number;
1851
2219
  }
1852
2220
  /**
1853
2221
  * DescribeAIWorkbenchSkill请求参数结构体
@@ -1872,6 +2240,25 @@ export interface GoogleChatRobotNoticeTmplMatcher {
1872
2240
  */
1873
2241
  Template: GoogleChatRobotNoticeTmpl;
1874
2242
  }
2243
+ /**
2244
+ * DescribeDispenseExternalRuleList返回参数结构体
2245
+ */
2246
+ export interface DescribeDispenseExternalRuleListResponse {
2247
+ /**
2248
+ * 指标列表
2249
+ 注意:此字段可能返回 null,表示取不到有效值。
2250
+ */
2251
+ RuleList?: Array<Rule>;
2252
+ /**
2253
+ * 列表大小
2254
+ 注意:此字段可能返回 null,表示取不到有效值。
2255
+ */
2256
+ TotalCount?: number;
2257
+ /**
2258
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2259
+ */
2260
+ RequestId?: string;
2261
+ }
1875
2262
  /**
1876
2263
  * 消息实体
1877
2264
  */
@@ -1999,6 +2386,19 @@ export interface MCPInfo {
1999
2386
  */
2000
2387
  Enabled?: boolean;
2001
2388
  }
2389
+ /**
2390
+ * CreateDispenseExternalRule返回参数结构体
2391
+ */
2392
+ export interface CreateDispenseExternalRuleResponse {
2393
+ /**
2394
+ * 转发规则Id
2395
+ */
2396
+ RuleId?: number;
2397
+ /**
2398
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2399
+ */
2400
+ RequestId?: string;
2401
+ }
2002
2402
  /**
2003
2403
  * CreateNoticeContentTmpl请求参数结构体
2004
2404
  */
@@ -2021,38 +2421,30 @@ export interface CreateNoticeContentTmplRequest {
2021
2421
  TmplLanguage: string;
2022
2422
  }
2023
2423
  /**
2024
- * ListAIWorkbenchTasks请求参数结构体
2424
+ * 官网通知内容模板元素
2025
2425
  */
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;
2426
+ export interface QCloudYeheWeChatNoticeTmplItem {
2039
2427
  /**
2040
- * <p>按触发类型筛选</p>
2428
+ * 告警内容模板
2041
2429
  */
2042
- TriggerType?: string;
2430
+ AlarmContentTmpl?: string;
2043
2431
  /**
2044
- * <p>搜索关键词</p>
2432
+ * 告警对象模板
2045
2433
  */
2046
- Keyword?: string;
2434
+ AlarmObjectTmpl?: string;
2047
2435
  /**
2048
- * <p>任务 ID 列表筛选</p>
2436
+ * 告警地域模板
2049
2437
  */
2050
- TaskIds?: Array<string>;
2438
+ AlarmRegionTmpl?: string;
2051
2439
  /**
2052
- * <p>是否启用筛选</p>
2440
+ * 告警时间模板
2053
2441
  */
2054
- Enabled?: boolean;
2442
+ AlarmTimeTmpl?: string;
2055
2443
  }
2444
+ /**
2445
+ * DescribeExtNamespace请求参数结构体
2446
+ */
2447
+ export type DescribeExtNamespaceRequest = null;
2056
2448
  /**
2057
2449
  * 告警通知自定义Webhook的通知内容模板匹配器
2058
2450
  */
@@ -2067,21 +2459,21 @@ export interface WebhookNoticeTmplMatcher {
2067
2459
  Template?: WebhookNoticeTmpl;
2068
2460
  }
2069
2461
  /**
2070
- * DescribeAIWorkbenchSREDigitalTwinWorkLogDetail返回参数结构体
2462
+ * 转发过滤条件信息
2071
2463
  */
2072
- export interface DescribeAIWorkbenchSREDigitalTwinWorkLogDetailResponse {
2464
+ export interface DispenseCondition {
2073
2465
  /**
2074
- * Json序列化路径
2466
+ * 对外指标名
2075
2467
  */
2076
- JSONStrPaths?: Array<string>;
2468
+ ExtMetric?: string;
2077
2469
  /**
2078
- * 数字分身详细信息
2470
+ * 过滤条件表
2079
2471
  */
2080
- Data?: AIWorkbenchSREDigitalTwinWorkLogDetail;
2472
+ DispenseFilters?: Array<DispenseFilter>;
2081
2473
  /**
2082
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2474
+ * 过滤条件id
2083
2475
  */
2084
- RequestId?: string;
2476
+ ConditionId?: number;
2085
2477
  }
2086
2478
  /**
2087
2479
  * DescribeAIWorkbenchAgent返回参数结构体
@@ -2191,6 +2583,31 @@ export interface NoticeContentTmplBindPolicyCount {
2191
2583
  */
2192
2584
  BindCount?: number;
2193
2585
  }
2586
+ /**
2587
+ * DescribeDispenseRegion请求参数结构体
2588
+ */
2589
+ export type DescribeDispenseRegionRequest = null;
2590
+ /**
2591
+ * DescribeDispenseExternalRuleList请求参数结构体
2592
+ */
2593
+ export interface DescribeDispenseExternalRuleListRequest {
2594
+ /**
2595
+ * 页数
2596
+ */
2597
+ Page: number;
2598
+ /**
2599
+ * 页面大小
2600
+ */
2601
+ PageSize: number;
2602
+ /**
2603
+ * 转发部署地域
2604
+ */
2605
+ DispenseRegions?: Array<string>;
2606
+ /**
2607
+ * 关键字搜索规则名
2608
+ */
2609
+ Keyword?: string;
2610
+ }
2194
2611
  /**
2195
2612
  * TriggerAIWorkbenchSREDigitalTwinTask请求参数结构体
2196
2613
  */
@@ -2319,6 +2736,15 @@ export interface ModifyNoticeContentTmplResponse {
2319
2736
  */
2320
2737
  RequestId?: string;
2321
2738
  }
2739
+ /**
2740
+ * ModifyDispenseExternalRuleStatus返回参数结构体
2741
+ */
2742
+ export interface ModifyDispenseExternalRuleStatusResponse {
2743
+ /**
2744
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2745
+ */
2746
+ RequestId?: string;
2747
+ }
2322
2748
  /**
2323
2749
  * 企业微信机器人通知模板的匹配器
2324
2750
  */
@@ -2359,6 +2785,15 @@ export interface PagerDutyRobotNoticeTmplMatcher {
2359
2785
  */
2360
2786
  Template?: PagerDutyRobotNoticeTmpl;
2361
2787
  }
2788
+ /**
2789
+ * DeleteDispenseExternalRule返回参数结构体
2790
+ */
2791
+ export interface DeleteDispenseExternalRuleResponse {
2792
+ /**
2793
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2794
+ */
2795
+ RequestId?: string;
2796
+ }
2362
2797
  /**
2363
2798
  * 飞书机器人内容模板配置
2364
2799
  */
@@ -2372,6 +2807,19 @@ export interface FeiShuRobotNoticeTmpl {
2372
2807
  */
2373
2808
  TitleTmpl?: string;
2374
2809
  }
2810
+ /**
2811
+ * 全局维度
2812
+ */
2813
+ export interface DispenseGlobalTag {
2814
+ /**
2815
+ * 维度key
2816
+ */
2817
+ Key?: string;
2818
+ /**
2819
+ * 维度值
2820
+ */
2821
+ Value?: string;
2822
+ }
2375
2823
  /**
2376
2824
  * ListAIWorkbenchAgents请求参数结构体
2377
2825
  */
@@ -2405,6 +2853,19 @@ export interface ListAIWorkbenchAgentsRequest {
2405
2853
  */
2406
2854
  AgentIds?: Array<string>;
2407
2855
  }
2856
+ /**
2857
+ * DescribeDispenseRegion返回参数结构体
2858
+ */
2859
+ export interface DescribeDispenseRegionResponse {
2860
+ /**
2861
+ * 转发地域列表
2862
+ */
2863
+ RegionList?: Array<DispenseRegion>;
2864
+ /**
2865
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2866
+ */
2867
+ RequestId?: string;
2868
+ }
2408
2869
  /**
2409
2870
  * DeleteNoticeContentTmpls返回参数结构体
2410
2871
  */
@@ -2497,6 +2958,19 @@ export interface ModifyNoticeContentTmplRequest {
2497
2958
  */
2498
2959
  TmplID: string;
2499
2960
  }
2961
+ /**
2962
+ * DescribeExtMetric返回参数结构体
2963
+ */
2964
+ export interface DescribeExtMetricResponse {
2965
+ /**
2966
+ * 对外指标
2967
+ */
2968
+ ExtMetricList?: Array<ExtMetric>;
2969
+ /**
2970
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2971
+ */
2972
+ RequestId?: string;
2973
+ }
2500
2974
  /**
2501
2975
  * agent运行时所需环境变量
2502
2976
  */
@@ -2512,3 +2986,12 @@ export interface EnvVar {
2512
2986
  */
2513
2987
  Value?: EnvEntry;
2514
2988
  }
2989
+ /**
2990
+ * ModifyDispenseExternalRule返回参数结构体
2991
+ */
2992
+ export interface ModifyDispenseExternalRuleResponse {
2993
+ /**
2994
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2995
+ */
2996
+ RequestId?: string;
2997
+ }