tencentcloud-sdk-nodejs 4.1.258 → 4.1.259
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/cngw/v20230418/cngw_client.js +12 -0
- package/es/services/csip/v20221121/csip_client.js +18 -0
- package/es/services/dlc/v20210125/dlc_client.js +3 -0
- package/es/services/dts/v20211206/dts_client.js +6 -0
- package/es/services/omics/v20221128/omics_client.js +3 -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/apis/v20240801/apis_models.d.ts +12 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +32 -7
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +11 -7
- package/tencentcloud/services/cdwch/v20200915/cdwch_models.d.ts +26 -24
- package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +17 -1
- package/tencentcloud/services/cngw/v20230418/cngw_client.js +24 -0
- package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +202 -82
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +25 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +36 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +254 -42
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +2 -0
- package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +2 -2
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +5 -1
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +6 -0
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +34 -12
- package/tencentcloud/services/dts/v20211206/dts_client.d.ts +9 -1
- package/tencentcloud/services/dts/v20211206/dts_client.js +12 -0
- package/tencentcloud/services/dts/v20211206/dts_models.d.ts +129 -4
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +96 -96
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +4 -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/ess/v20201111/ess_models.d.ts +27 -265
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +18 -18
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +158 -156
- package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +15 -15
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +4 -2
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +4 -2
- package/tencentcloud/services/omics/v20221128/omics_client.d.ts +5 -1
- package/tencentcloud/services/omics/v20221128/omics_client.js +6 -0
- package/tencentcloud/services/omics/v20221128/omics_models.d.ts +46 -8
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +45 -21
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +326 -240
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +18 -18
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.d.ts +12 -4
- package/tencentcloud/services/tdmq/v20200217/tdmq_client.js +12 -4
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -8
- package/tencentcloud/services/vm/v20210922/vm_client.d.ts +1 -1
- package/tencentcloud/services/vm/v20210922/vm_models.d.ts +86 -65
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +30 -6
- package/tencentcloud/services/vtc/v20240223/vtc_client.d.ts +3 -1
- package/tencentcloud/services/vtc/v20240223/vtc_client.js +3 -1
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +290 -237
- package/tencentcloud/services/wsa/v20250508/wsa_models.d.ts +10 -2
|
@@ -3,11 +3,11 @@
|
|
|
3
3
|
*/
|
|
4
4
|
export interface DeleteAlarmShieldsRequest {
|
|
5
5
|
/**
|
|
6
|
-
*
|
|
6
|
+
* <p>模块名,这里填“monitor”</p>
|
|
7
7
|
*/
|
|
8
8
|
Module: string;
|
|
9
9
|
/**
|
|
10
|
-
*
|
|
10
|
+
* <p>屏蔽策略Id列表</p>
|
|
11
11
|
*/
|
|
12
12
|
Shields: Array<string>;
|
|
13
13
|
}
|
|
@@ -220,76 +220,76 @@ export interface DescribeExternalClusterRegisterCommandResponse {
|
|
|
220
220
|
*/
|
|
221
221
|
export interface DescribePolicyGroupInfoResponse {
|
|
222
222
|
/**
|
|
223
|
-
*
|
|
223
|
+
* <p>策略组名称</p>
|
|
224
224
|
*/
|
|
225
225
|
GroupName?: string;
|
|
226
226
|
/**
|
|
227
|
-
*
|
|
227
|
+
* <p>策略组所属的项目id</p>
|
|
228
228
|
*/
|
|
229
229
|
ProjectId?: number;
|
|
230
230
|
/**
|
|
231
|
-
*
|
|
231
|
+
* <p>是否为默认策略,0表示非默认策略,1表示默认策略</p>
|
|
232
232
|
*/
|
|
233
233
|
IsDefault?: number;
|
|
234
234
|
/**
|
|
235
|
-
*
|
|
235
|
+
* <p>策略类型</p>
|
|
236
236
|
*/
|
|
237
237
|
ViewName?: string;
|
|
238
238
|
/**
|
|
239
|
-
*
|
|
239
|
+
* <p>策略说明</p>
|
|
240
240
|
*/
|
|
241
241
|
Remark?: string;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
* <p>策略类型名称</p>
|
|
244
244
|
*/
|
|
245
245
|
ShowName?: string;
|
|
246
246
|
/**
|
|
247
|
-
*
|
|
247
|
+
* <p>最近编辑的用户uin</p>
|
|
248
248
|
*/
|
|
249
249
|
LastEditUin?: string;
|
|
250
250
|
/**
|
|
251
|
-
*
|
|
251
|
+
* <p>最近编辑时间</p>
|
|
252
252
|
*/
|
|
253
253
|
UpdateTime?: string;
|
|
254
254
|
/**
|
|
255
|
-
*
|
|
255
|
+
* <p>该策略支持的地域</p>
|
|
256
256
|
*/
|
|
257
257
|
Region?: Array<string>;
|
|
258
258
|
/**
|
|
259
|
-
*
|
|
259
|
+
* <p>策略类型的维度列表</p>
|
|
260
260
|
*/
|
|
261
261
|
DimensionGroup?: Array<string>;
|
|
262
262
|
/**
|
|
263
|
-
*
|
|
263
|
+
* <p>阈值规则列表</p>
|
|
264
264
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
265
265
|
*/
|
|
266
266
|
ConditionsConfig?: Array<DescribePolicyGroupInfoCondition>;
|
|
267
267
|
/**
|
|
268
|
-
*
|
|
268
|
+
* <p>产品事件规则列表</p>
|
|
269
269
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
270
270
|
*/
|
|
271
271
|
EventConfig?: Array<DescribePolicyGroupInfoEventCondition>;
|
|
272
272
|
/**
|
|
273
|
-
*
|
|
273
|
+
* <p>用户接收人列表</p>
|
|
274
274
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
275
275
|
*/
|
|
276
276
|
ReceiverInfos?: Array<DescribePolicyGroupInfoReceiverInfo>;
|
|
277
277
|
/**
|
|
278
|
-
*
|
|
278
|
+
* <p>用户回调信息</p>
|
|
279
279
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
280
280
|
*/
|
|
281
281
|
Callback?: DescribePolicyGroupInfoCallback;
|
|
282
282
|
/**
|
|
283
|
-
*
|
|
283
|
+
* <p>模板策略组</p>
|
|
284
284
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
285
285
|
*/
|
|
286
286
|
ConditionsTemp?: DescribePolicyGroupInfoConditionTpl;
|
|
287
287
|
/**
|
|
288
|
-
*
|
|
288
|
+
* <p>是否可以设置成默认策略</p>
|
|
289
289
|
*/
|
|
290
290
|
CanSetDefault?: boolean;
|
|
291
291
|
/**
|
|
292
|
-
*
|
|
292
|
+
* <p>是否且规则</p>
|
|
293
293
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
294
294
|
*/
|
|
295
295
|
IsUnionRule?: number;
|
|
@@ -322,11 +322,13 @@ export interface NotificationContentTemplateSupport {
|
|
|
322
322
|
*/
|
|
323
323
|
export interface PolicyTag {
|
|
324
324
|
/**
|
|
325
|
-
*
|
|
325
|
+
* <p>标签Key</p>
|
|
326
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
326
327
|
*/
|
|
327
328
|
Key: string;
|
|
328
329
|
/**
|
|
329
|
-
*
|
|
330
|
+
* <p>标签Value</p>
|
|
331
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
330
332
|
*/
|
|
331
333
|
Value: string;
|
|
332
334
|
}
|
|
@@ -750,16 +752,16 @@ export interface UpdateGrafanaWhiteListResponse {
|
|
|
750
752
|
*/
|
|
751
753
|
export interface DescribePolicyGroupListResponse {
|
|
752
754
|
/**
|
|
753
|
-
*
|
|
755
|
+
* <p>策略组列表</p>
|
|
754
756
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
755
757
|
*/
|
|
756
758
|
GroupList?: Array<DescribePolicyGroupListGroup>;
|
|
757
759
|
/**
|
|
758
|
-
*
|
|
760
|
+
* <p>策略组总数</p>
|
|
759
761
|
*/
|
|
760
762
|
Total?: number;
|
|
761
763
|
/**
|
|
762
|
-
*
|
|
764
|
+
* <p>备注信息</p>
|
|
763
765
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
764
766
|
*/
|
|
765
767
|
Warning?: string;
|
|
@@ -1069,7 +1071,7 @@ export interface PrometheusRuleKV {
|
|
|
1069
1071
|
*/
|
|
1070
1072
|
export interface DescribePolicyConditionListResponse {
|
|
1071
1073
|
/**
|
|
1072
|
-
*
|
|
1074
|
+
* <p>告警策略条件列表</p>
|
|
1073
1075
|
*/
|
|
1074
1076
|
Conditions?: Array<DescribePolicyConditionListCondition>;
|
|
1075
1077
|
/**
|
|
@@ -1509,7 +1511,7 @@ export interface UpdateAlertRuleStateRequest {
|
|
|
1509
1511
|
*/
|
|
1510
1512
|
export interface DescribeAlarmSmsQuotaRequest {
|
|
1511
1513
|
/**
|
|
1512
|
-
*
|
|
1514
|
+
* <p>固定值,为"monitor"</p>
|
|
1513
1515
|
*/
|
|
1514
1516
|
Module: string;
|
|
1515
1517
|
}
|
|
@@ -1627,11 +1629,11 @@ export interface GetTopNMonitorDataResponse {
|
|
|
1627
1629
|
*/
|
|
1628
1630
|
export interface RegionPolicyObjectCount {
|
|
1629
1631
|
/**
|
|
1630
|
-
*
|
|
1632
|
+
* <p>地域</p>
|
|
1631
1633
|
*/
|
|
1632
1634
|
Region: string;
|
|
1633
1635
|
/**
|
|
1634
|
-
*
|
|
1636
|
+
* <p>绑定的实例数量</p>
|
|
1635
1637
|
*/
|
|
1636
1638
|
Count: number;
|
|
1637
1639
|
}
|
|
@@ -1698,11 +1700,11 @@ export interface DeleteSSOAccountRequest {
|
|
|
1698
1700
|
*/
|
|
1699
1701
|
export interface DescribePolicyObjectCountRequest {
|
|
1700
1702
|
/**
|
|
1701
|
-
*
|
|
1703
|
+
* <p>固定值,为"monitor"</p>
|
|
1702
1704
|
*/
|
|
1703
1705
|
Module: string;
|
|
1704
1706
|
/**
|
|
1705
|
-
*
|
|
1707
|
+
* <p>策略组Id</p>
|
|
1706
1708
|
*/
|
|
1707
1709
|
GroupId: number;
|
|
1708
1710
|
}
|
|
@@ -1751,11 +1753,11 @@ export interface DescribePrometheusAgentInstancesResponse {
|
|
|
1751
1753
|
*/
|
|
1752
1754
|
export interface DescribeAlarmNoticesResponse {
|
|
1753
1755
|
/**
|
|
1754
|
-
*
|
|
1756
|
+
* <p>告警通知模板总数</p>
|
|
1755
1757
|
*/
|
|
1756
1758
|
TotalCount?: number;
|
|
1757
1759
|
/**
|
|
1758
|
-
*
|
|
1760
|
+
* <p>告警通知模板列表</p>
|
|
1759
1761
|
*/
|
|
1760
1762
|
Notices?: Array<AlarmNotice>;
|
|
1761
1763
|
/**
|
|
@@ -1889,12 +1891,12 @@ export interface DeletePrometheusConfigResponse {
|
|
|
1889
1891
|
*/
|
|
1890
1892
|
export interface DescribePolicyObjectCountResponse {
|
|
1891
1893
|
/**
|
|
1892
|
-
*
|
|
1894
|
+
* <p>是否为多地域</p>
|
|
1893
1895
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1894
1896
|
*/
|
|
1895
1897
|
IsMultiRegion?: boolean;
|
|
1896
1898
|
/**
|
|
1897
|
-
*
|
|
1899
|
+
* <p>地域统计列表</p>
|
|
1898
1900
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1899
1901
|
*/
|
|
1900
1902
|
RegionList?: Array<RegionPolicyObjectCount>;
|
|
@@ -1947,7 +1949,7 @@ export interface AlarmEvent {
|
|
|
1947
1949
|
*/
|
|
1948
1950
|
export interface ModifyPolicyGroupResponse {
|
|
1949
1951
|
/**
|
|
1950
|
-
*
|
|
1952
|
+
* <p>策略组id</p>
|
|
1951
1953
|
*/
|
|
1952
1954
|
GroupId?: number;
|
|
1953
1955
|
/**
|
|
@@ -2234,12 +2236,12 @@ export interface UpdateAlertRuleResponse {
|
|
|
2234
2236
|
*/
|
|
2235
2237
|
export interface InstanceGroup {
|
|
2236
2238
|
/**
|
|
2237
|
-
*
|
|
2239
|
+
* <p>实例组ID</p>
|
|
2238
2240
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2239
2241
|
*/
|
|
2240
2242
|
InstanceGroupId: number;
|
|
2241
2243
|
/**
|
|
2242
|
-
*
|
|
2244
|
+
* <p>实例组名</p>
|
|
2243
2245
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2244
2246
|
*/
|
|
2245
2247
|
InstanceGroupName: string;
|
|
@@ -2328,60 +2330,60 @@ export interface DestroyPrometheusInstanceRequest {
|
|
|
2328
2330
|
*/
|
|
2329
2331
|
export interface PolicyGroupReceiverInfo {
|
|
2330
2332
|
/**
|
|
2331
|
-
*
|
|
2333
|
+
* <p>有效时段结束时间</p>
|
|
2332
2334
|
*/
|
|
2333
2335
|
EndTime: number;
|
|
2334
2336
|
/**
|
|
2335
|
-
*
|
|
2337
|
+
* <p>是否需要发送通知</p>
|
|
2336
2338
|
*/
|
|
2337
2339
|
NeedSendNotice: number;
|
|
2338
2340
|
/**
|
|
2339
|
-
*
|
|
2341
|
+
* <p>告警接收渠道</p>
|
|
2340
2342
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2341
2343
|
*/
|
|
2342
2344
|
NotifyWay: Array<string>;
|
|
2343
2345
|
/**
|
|
2344
|
-
*
|
|
2346
|
+
* <p>电话告警对个人间隔(秒)</p>
|
|
2345
2347
|
*/
|
|
2346
2348
|
PersonInterval: number;
|
|
2347
2349
|
/**
|
|
2348
|
-
*
|
|
2350
|
+
* <p>消息接收组列表</p>
|
|
2349
2351
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2350
2352
|
*/
|
|
2351
2353
|
ReceiverGroupList: Array<number | bigint>;
|
|
2352
2354
|
/**
|
|
2353
|
-
*
|
|
2355
|
+
* <p>接受者类型</p>
|
|
2354
2356
|
*/
|
|
2355
2357
|
ReceiverType: string;
|
|
2356
2358
|
/**
|
|
2357
|
-
*
|
|
2359
|
+
* <p>接收人列表。通过平台接口查询到的接收人id列表</p>
|
|
2358
2360
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2359
2361
|
*/
|
|
2360
2362
|
ReceiverUserList: Array<number | bigint>;
|
|
2361
2363
|
/**
|
|
2362
|
-
*
|
|
2364
|
+
* <p>告警恢复通知方式</p>
|
|
2363
2365
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2364
2366
|
*/
|
|
2365
2367
|
RecoverNotify: Array<string>;
|
|
2366
2368
|
/**
|
|
2367
|
-
*
|
|
2369
|
+
* <p>电话告警每轮间隔(秒)</p>
|
|
2368
2370
|
*/
|
|
2369
2371
|
RoundInterval: number;
|
|
2370
2372
|
/**
|
|
2371
|
-
*
|
|
2373
|
+
* <p>电话告警轮数</p>
|
|
2372
2374
|
*/
|
|
2373
2375
|
RoundNumber: number;
|
|
2374
2376
|
/**
|
|
2375
|
-
*
|
|
2377
|
+
* <p>电话告警通知时机。可选"OCCUR"(告警时通知),"RECOVER"(恢复时通知)</p>
|
|
2376
2378
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2377
2379
|
*/
|
|
2378
2380
|
SendFor: Array<string>;
|
|
2379
2381
|
/**
|
|
2380
|
-
*
|
|
2382
|
+
* <p>有效时段开始时间</p>
|
|
2381
2383
|
*/
|
|
2382
2384
|
StartTime: number;
|
|
2383
2385
|
/**
|
|
2384
|
-
*
|
|
2386
|
+
* <p>电话告警接收者uid</p>
|
|
2385
2387
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2386
2388
|
*/
|
|
2387
2389
|
UIDList: Array<number | bigint>;
|
|
@@ -2996,11 +2998,11 @@ export interface CreateAlarmNoticeRequest {
|
|
|
2996
2998
|
*/
|
|
2997
2999
|
export interface InstanceGroups {
|
|
2998
3000
|
/**
|
|
2999
|
-
*
|
|
3001
|
+
* <p>实例组 Id</p>
|
|
3000
3002
|
*/
|
|
3001
3003
|
Id: number;
|
|
3002
3004
|
/**
|
|
3003
|
-
*
|
|
3005
|
+
* <p>实例组名称</p>
|
|
3004
3006
|
*/
|
|
3005
3007
|
Name: string;
|
|
3006
3008
|
}
|
|
@@ -3039,23 +3041,23 @@ export interface CreateExporterIntegrationResponse {
|
|
|
3039
3041
|
*/
|
|
3040
3042
|
export interface UnBindingAllPolicyObjectRequest {
|
|
3041
3043
|
/**
|
|
3042
|
-
*
|
|
3044
|
+
* <p>固定值,为"monitor"</p>
|
|
3043
3045
|
*/
|
|
3044
3046
|
Module: string;
|
|
3045
3047
|
/**
|
|
3046
|
-
*
|
|
3048
|
+
* <p>策略组id,如传入 PolicyId 则该字段被忽略可传入任意值如 0</p>
|
|
3047
3049
|
*/
|
|
3048
3050
|
GroupId: number;
|
|
3049
3051
|
/**
|
|
3050
|
-
*
|
|
3052
|
+
* <p>告警策略ID,使用此字段时 GroupId 会被忽略</p>
|
|
3051
3053
|
*/
|
|
3052
3054
|
PolicyId?: string;
|
|
3053
3055
|
/**
|
|
3054
|
-
*
|
|
3056
|
+
* <p>事件配置的告警</p>
|
|
3055
3057
|
*/
|
|
3056
3058
|
EbSubject?: string;
|
|
3057
3059
|
/**
|
|
3058
|
-
*
|
|
3060
|
+
* <p>是否配置了事件告警</p>
|
|
3059
3061
|
*/
|
|
3060
3062
|
EbEventFlag?: number;
|
|
3061
3063
|
}
|
|
@@ -4412,15 +4414,15 @@ export interface DescribeExporterIntegrationsRequest {
|
|
|
4412
4414
|
*/
|
|
4413
4415
|
export interface DescribeAlarmSmsQuotaResponse {
|
|
4414
4416
|
/**
|
|
4415
|
-
*
|
|
4417
|
+
* <p>配额总数</p>
|
|
4416
4418
|
*/
|
|
4417
4419
|
Total?: number;
|
|
4418
4420
|
/**
|
|
4419
|
-
*
|
|
4421
|
+
* <p>总使用量</p>
|
|
4420
4422
|
*/
|
|
4421
4423
|
Used?: number;
|
|
4422
4424
|
/**
|
|
4423
|
-
*
|
|
4425
|
+
* <p>短信配额信息列表</p>
|
|
4424
4426
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4425
4427
|
*/
|
|
4426
4428
|
QuotaList?: Array<DescribeAlarmSmsQuotaQuota>;
|
|
@@ -4559,11 +4561,11 @@ export interface DescribeExternalClusterRegisterCommandRequest {
|
|
|
4559
4561
|
*/
|
|
4560
4562
|
export interface Point {
|
|
4561
4563
|
/**
|
|
4562
|
-
*
|
|
4564
|
+
* <p>该监控数据点生成的时间点</p>
|
|
4563
4565
|
*/
|
|
4564
4566
|
Timestamp: number;
|
|
4565
4567
|
/**
|
|
4566
|
-
*
|
|
4568
|
+
* <p>监控数据点的值</p>
|
|
4567
4569
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4568
4570
|
*/
|
|
4569
4571
|
Value: number;
|
|
@@ -4573,19 +4575,19 @@ export interface Point {
|
|
|
4573
4575
|
*/
|
|
4574
4576
|
export interface ModifyPolicyGroupEventCondition {
|
|
4575
4577
|
/**
|
|
4576
|
-
*
|
|
4578
|
+
* <p>事件id</p>
|
|
4577
4579
|
*/
|
|
4578
4580
|
EventId: number;
|
|
4579
4581
|
/**
|
|
4580
|
-
*
|
|
4582
|
+
* <p>告警发送收敛类型。0连续告警,1指数告警</p>
|
|
4581
4583
|
*/
|
|
4582
4584
|
AlarmNotifyType: number;
|
|
4583
4585
|
/**
|
|
4584
|
-
*
|
|
4586
|
+
* <p>告警发送周期单位秒。<0 不触发, 0 只触发一次, >0 每隔triggerTime秒触发一次</p>
|
|
4585
4587
|
*/
|
|
4586
4588
|
AlarmNotifyPeriod: number;
|
|
4587
4589
|
/**
|
|
4588
|
-
*
|
|
4590
|
+
* <p>规则id,不填表示新增,填写了ruleId表示在已存在的规则基础上进行修改</p>
|
|
4589
4591
|
*/
|
|
4590
4592
|
RuleId?: number;
|
|
4591
4593
|
}
|
|
@@ -5397,11 +5399,11 @@ export interface DeleteRecordingRulesRequest {
|
|
|
5397
5399
|
*/
|
|
5398
5400
|
export interface MonitorTypeNamespace {
|
|
5399
5401
|
/**
|
|
5400
|
-
*
|
|
5402
|
+
* <p>监控类型</p>
|
|
5401
5403
|
*/
|
|
5402
5404
|
MonitorType: string;
|
|
5403
5405
|
/**
|
|
5404
|
-
*
|
|
5406
|
+
* <p>策略类型值</p>
|
|
5405
5407
|
*/
|
|
5406
5408
|
Namespace: string;
|
|
5407
5409
|
}
|
|
@@ -5675,11 +5677,11 @@ export interface DescribeRemoteWritesRequest {
|
|
|
5675
5677
|
*/
|
|
5676
5678
|
export interface DescribeAlarmNoticeRequest {
|
|
5677
5679
|
/**
|
|
5678
|
-
*
|
|
5680
|
+
* <p>模块名,这里填“monitor”</p>
|
|
5679
5681
|
*/
|
|
5680
5682
|
Module: string;
|
|
5681
5683
|
/**
|
|
5682
|
-
*
|
|
5684
|
+
* <p>告警通知模板 id</p>
|
|
5683
5685
|
*/
|
|
5684
5686
|
NoticeId: string;
|
|
5685
5687
|
}
|
|
@@ -6552,7 +6554,7 @@ export interface CreateAlarmShieldResponse {
|
|
|
6552
6554
|
*/
|
|
6553
6555
|
export interface DescribePolicyConditionListRequest {
|
|
6554
6556
|
/**
|
|
6555
|
-
*
|
|
6557
|
+
* <p>固定值,为"monitor"</p>
|
|
6556
6558
|
*/
|
|
6557
6559
|
Module: string;
|
|
6558
6560
|
}
|
|
@@ -6649,7 +6651,7 @@ export interface NoticeContentTmplBindInfo {
|
|
|
6649
6651
|
*/
|
|
6650
6652
|
export interface DescribePhoneAlarmFlowTotalCountResponse {
|
|
6651
6653
|
/**
|
|
6652
|
-
*
|
|
6654
|
+
* <p>电话流水总数</p>
|
|
6653
6655
|
*/
|
|
6654
6656
|
Count: number;
|
|
6655
6657
|
/**
|
|
@@ -7255,11 +7257,11 @@ export interface ModifyAlarmPolicyNoticeResponse {
|
|
|
7255
7257
|
*/
|
|
7256
7258
|
export interface NoticeBindPolicys {
|
|
7257
7259
|
/**
|
|
7258
|
-
*
|
|
7260
|
+
* <p>告警通知模板 ID</p>
|
|
7259
7261
|
*/
|
|
7260
7262
|
NoticeId?: string;
|
|
7261
7263
|
/**
|
|
7262
|
-
*
|
|
7264
|
+
* <p>告警通知模板绑定的告警策略ID列表</p>
|
|
7263
7265
|
*/
|
|
7264
7266
|
PolicyIds?: Array<string>;
|
|
7265
7267
|
}
|
|
@@ -7343,7 +7345,7 @@ export interface DescribeGrafanaChannelsResponse {
|
|
|
7343
7345
|
*/
|
|
7344
7346
|
export interface DescribeAlarmPolicyResponse {
|
|
7345
7347
|
/**
|
|
7346
|
-
*
|
|
7348
|
+
* <p>策略详情</p>
|
|
7347
7349
|
*/
|
|
7348
7350
|
Policy: AlarmPolicy;
|
|
7349
7351
|
/**
|
|
@@ -7990,68 +7992,68 @@ export interface DescribeAllNamespacesRequest {
|
|
|
7990
7992
|
*/
|
|
7991
7993
|
export interface PolicyGroup {
|
|
7992
7994
|
/**
|
|
7993
|
-
*
|
|
7995
|
+
* <p>是否可设为默认告警策略</p>
|
|
7994
7996
|
*/
|
|
7995
7997
|
CanSetDefault: boolean;
|
|
7996
7998
|
/**
|
|
7997
|
-
*
|
|
7999
|
+
* <p>告警策略组ID</p>
|
|
7998
8000
|
*/
|
|
7999
8001
|
GroupID: number;
|
|
8000
8002
|
/**
|
|
8001
|
-
*
|
|
8003
|
+
* <p>告警策略组名称</p>
|
|
8002
8004
|
*/
|
|
8003
8005
|
GroupName: string;
|
|
8004
8006
|
/**
|
|
8005
|
-
*
|
|
8007
|
+
* <p>创建时间</p>
|
|
8006
8008
|
*/
|
|
8007
8009
|
InsertTime: number;
|
|
8008
8010
|
/**
|
|
8009
|
-
*
|
|
8011
|
+
* <p>是否为默认告警策略</p>
|
|
8010
8012
|
*/
|
|
8011
8013
|
IsDefault: number;
|
|
8012
8014
|
/**
|
|
8013
|
-
*
|
|
8015
|
+
* <p>告警策略启用状态</p>
|
|
8014
8016
|
*/
|
|
8015
8017
|
Enable: boolean;
|
|
8016
8018
|
/**
|
|
8017
|
-
*
|
|
8019
|
+
* <p>最后修改人UIN</p>
|
|
8018
8020
|
*/
|
|
8019
8021
|
LastEditUin: number;
|
|
8020
8022
|
/**
|
|
8021
|
-
*
|
|
8023
|
+
* <p>未屏蔽的实例数</p>
|
|
8022
8024
|
*/
|
|
8023
8025
|
NoShieldedInstanceCount: number;
|
|
8024
8026
|
/**
|
|
8025
|
-
*
|
|
8027
|
+
* <p>父策略组ID</p>
|
|
8026
8028
|
*/
|
|
8027
8029
|
ParentGroupID: number;
|
|
8028
8030
|
/**
|
|
8029
|
-
*
|
|
8031
|
+
* <p>所属项目ID</p>
|
|
8030
8032
|
*/
|
|
8031
8033
|
ProjectID: number;
|
|
8032
8034
|
/**
|
|
8033
|
-
*
|
|
8035
|
+
* <p>告警接收对象信息</p>
|
|
8034
8036
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
8035
8037
|
*/
|
|
8036
8038
|
ReceiverInfos: Array<PolicyGroupReceiverInfo>;
|
|
8037
8039
|
/**
|
|
8038
|
-
*
|
|
8040
|
+
* <p>备注信息</p>
|
|
8039
8041
|
*/
|
|
8040
8042
|
Remark: string;
|
|
8041
8043
|
/**
|
|
8042
|
-
*
|
|
8044
|
+
* <p>修改时间</p>
|
|
8043
8045
|
*/
|
|
8044
8046
|
UpdateTime: number;
|
|
8045
8047
|
/**
|
|
8046
|
-
*
|
|
8048
|
+
* <p>总绑定实例数</p>
|
|
8047
8049
|
*/
|
|
8048
8050
|
TotalInstanceCount: number;
|
|
8049
8051
|
/**
|
|
8050
|
-
*
|
|
8052
|
+
* <p>视图</p>
|
|
8051
8053
|
*/
|
|
8052
8054
|
ViewName: string;
|
|
8053
8055
|
/**
|
|
8054
|
-
*
|
|
8056
|
+
* <p>是否为与关系规则</p>
|
|
8055
8057
|
*/
|
|
8056
8058
|
IsUnionRule: number;
|
|
8057
8059
|
}
|
|
@@ -8180,15 +8182,15 @@ export interface ModifyAlarmPolicyInfoResponse {
|
|
|
8180
8182
|
*/
|
|
8181
8183
|
export interface MetricConfig {
|
|
8182
8184
|
/**
|
|
8183
|
-
*
|
|
8185
|
+
* <p>允许使用的运算符</p>
|
|
8184
8186
|
*/
|
|
8185
8187
|
Operator: Array<string>;
|
|
8186
8188
|
/**
|
|
8187
|
-
*
|
|
8189
|
+
* <p>允许配置的数据周期,以秒为单位</p>
|
|
8188
8190
|
*/
|
|
8189
8191
|
Period: Array<number | bigint>;
|
|
8190
8192
|
/**
|
|
8191
|
-
*
|
|
8193
|
+
* <p>允许配置的持续周期个数</p>
|
|
8192
8194
|
*/
|
|
8193
8195
|
ContinuePeriod: Array<number | bigint>;
|
|
8194
8196
|
}
|
|
@@ -8295,51 +8297,51 @@ export interface DescribeAlarmEventsRequest {
|
|
|
8295
8297
|
*/
|
|
8296
8298
|
export interface ModifyAlarmPolicyConditionRequest {
|
|
8297
8299
|
/**
|
|
8298
|
-
*
|
|
8300
|
+
* <p>模块名,固定值 monitor</p>
|
|
8299
8301
|
*/
|
|
8300
8302
|
Module: string;
|
|
8301
8303
|
/**
|
|
8302
|
-
*
|
|
8304
|
+
* <p>告警策略 ID</p>
|
|
8303
8305
|
*/
|
|
8304
8306
|
PolicyId: string;
|
|
8305
8307
|
/**
|
|
8306
|
-
*
|
|
8308
|
+
* <p>触发条件模板 Id,可不传</p>
|
|
8307
8309
|
*/
|
|
8308
8310
|
ConditionTemplateId?: number;
|
|
8309
8311
|
/**
|
|
8310
|
-
*
|
|
8312
|
+
* <p>指标触发条件</p>
|
|
8311
8313
|
*/
|
|
8312
8314
|
Condition?: AlarmPolicyCondition;
|
|
8313
8315
|
/**
|
|
8314
|
-
*
|
|
8316
|
+
* <p>事件触发条件</p>
|
|
8315
8317
|
*/
|
|
8316
8318
|
EventCondition?: AlarmPolicyEventCondition;
|
|
8317
8319
|
/**
|
|
8318
|
-
*
|
|
8320
|
+
* <p>全局过滤条件</p>
|
|
8319
8321
|
*/
|
|
8320
8322
|
Filter?: AlarmPolicyFilter;
|
|
8321
8323
|
/**
|
|
8322
|
-
*
|
|
8324
|
+
* <p>聚合维度列表,指定按哪些维度 key 来做 group by</p>
|
|
8323
8325
|
*/
|
|
8324
8326
|
GroupBy?: Array<string>;
|
|
8325
8327
|
/**
|
|
8326
|
-
*
|
|
8328
|
+
* <p>日志告警创建请求参数信息</p>
|
|
8327
8329
|
*/
|
|
8328
8330
|
LogAlarmReqInfo?: LogAlarmReq;
|
|
8329
8331
|
/**
|
|
8330
|
-
*
|
|
8332
|
+
* <p>模板id,专供prom使用</p>
|
|
8331
8333
|
*/
|
|
8332
8334
|
NoticeIds?: Array<string>;
|
|
8333
8335
|
/**
|
|
8334
|
-
*
|
|
8336
|
+
* <p>启停状态,0=停用,1=启用</p>
|
|
8335
8337
|
*/
|
|
8336
8338
|
Enable?: number;
|
|
8337
8339
|
/**
|
|
8338
|
-
*
|
|
8340
|
+
* <p>专供prom策略名称</p>
|
|
8339
8341
|
*/
|
|
8340
8342
|
PolicyName?: string;
|
|
8341
8343
|
/**
|
|
8342
|
-
*
|
|
8344
|
+
* <p>事件配置的告警</p>
|
|
8343
8345
|
*/
|
|
8344
8346
|
EbSubject?: string;
|
|
8345
8347
|
}
|
|
@@ -8764,63 +8766,63 @@ export interface DescribePolicyConditionListEventMetric {
|
|
|
8764
8766
|
*/
|
|
8765
8767
|
export interface DescribePolicyGroupListRequest {
|
|
8766
8768
|
/**
|
|
8767
|
-
*
|
|
8769
|
+
* <p>固定值,为"monitor"</p>
|
|
8768
8770
|
*/
|
|
8769
8771
|
Module: string;
|
|
8770
8772
|
/**
|
|
8771
|
-
*
|
|
8773
|
+
* <p>分页参数,每页返回的数量,取值1~100</p>
|
|
8772
8774
|
*/
|
|
8773
8775
|
Limit: number;
|
|
8774
8776
|
/**
|
|
8775
|
-
*
|
|
8777
|
+
* <p>分页参数,页偏移量,从0开始计数</p>
|
|
8776
8778
|
*/
|
|
8777
8779
|
Offset: number;
|
|
8778
8780
|
/**
|
|
8779
|
-
*
|
|
8781
|
+
* <p>按策略名搜索</p>
|
|
8780
8782
|
*/
|
|
8781
8783
|
Like?: string;
|
|
8782
8784
|
/**
|
|
8783
|
-
*
|
|
8785
|
+
* <p>实例分组id</p>
|
|
8784
8786
|
*/
|
|
8785
8787
|
InstanceGroupId?: number;
|
|
8786
8788
|
/**
|
|
8787
|
-
*
|
|
8789
|
+
* <p>按更新时间排序, asc 或者 desc</p>
|
|
8788
8790
|
*/
|
|
8789
8791
|
UpdateTimeOrder?: string;
|
|
8790
8792
|
/**
|
|
8791
|
-
*
|
|
8793
|
+
* <p>项目id列表</p>
|
|
8792
8794
|
*/
|
|
8793
8795
|
ProjectIds?: Array<number | bigint>;
|
|
8794
8796
|
/**
|
|
8795
|
-
*
|
|
8797
|
+
* <p>告警策略类型列表</p>
|
|
8796
8798
|
*/
|
|
8797
8799
|
ViewNames?: Array<string>;
|
|
8798
8800
|
/**
|
|
8799
|
-
*
|
|
8801
|
+
* <p>是否过滤无接收人策略组, 1表示过滤, 0表示不过滤</p>
|
|
8800
8802
|
*/
|
|
8801
8803
|
FilterUnuseReceiver?: number;
|
|
8802
8804
|
/**
|
|
8803
|
-
*
|
|
8805
|
+
* <p>过滤条件, 接收组列表</p>
|
|
8804
8806
|
*/
|
|
8805
8807
|
Receivers?: Array<string>;
|
|
8806
8808
|
/**
|
|
8807
|
-
*
|
|
8809
|
+
* <p>过滤条件, 接收人列表</p>
|
|
8808
8810
|
*/
|
|
8809
8811
|
ReceiverUserList?: Array<string>;
|
|
8810
8812
|
/**
|
|
8811
|
-
*
|
|
8813
|
+
* <p>维度组合字段(json字符串), 例如[[{"name":"unInstanceId","value":"ins-6e4b2aaa"}]]</p>
|
|
8812
8814
|
*/
|
|
8813
8815
|
Dimensions?: string;
|
|
8814
8816
|
/**
|
|
8815
|
-
*
|
|
8817
|
+
* <p>模板策略组id, 多个id用逗号分隔</p>
|
|
8816
8818
|
*/
|
|
8817
8819
|
ConditionTempGroupId?: string;
|
|
8818
8820
|
/**
|
|
8819
|
-
*
|
|
8821
|
+
* <p>过滤条件, 接收人或者接收组, user表示接收人, group表示接收组</p>
|
|
8820
8822
|
*/
|
|
8821
8823
|
ReceiverType?: string;
|
|
8822
8824
|
/**
|
|
8823
|
-
*
|
|
8825
|
+
* <p>过滤条件,告警策略是否已启动或停止</p>
|
|
8824
8826
|
*/
|
|
8825
8827
|
IsOpen?: boolean;
|
|
8826
8828
|
}
|
|
@@ -8838,51 +8840,51 @@ export interface UnBindingAllPolicyObjectResponse {
|
|
|
8838
8840
|
*/
|
|
8839
8841
|
export interface DescribeAlarmNoticesRequest {
|
|
8840
8842
|
/**
|
|
8841
|
-
*
|
|
8843
|
+
* <p>模块名,这里填“monitor”</p>
|
|
8842
8844
|
*/
|
|
8843
8845
|
Module: string;
|
|
8844
8846
|
/**
|
|
8845
|
-
*
|
|
8847
|
+
* <p>页码 最小为1</p>
|
|
8846
8848
|
*/
|
|
8847
8849
|
PageNumber: number;
|
|
8848
8850
|
/**
|
|
8849
|
-
*
|
|
8851
|
+
* <p>分页大小 1~200</p>
|
|
8850
8852
|
*/
|
|
8851
8853
|
PageSize: number;
|
|
8852
8854
|
/**
|
|
8853
|
-
*
|
|
8855
|
+
* <p>按更新时间排序方式 ASC=正序 DESC=倒序</p>
|
|
8854
8856
|
*/
|
|
8855
8857
|
Order: string;
|
|
8856
8858
|
/**
|
|
8857
|
-
*
|
|
8859
|
+
* <p>主账号 uid 用于创建预设通知</p>
|
|
8858
8860
|
*/
|
|
8859
8861
|
OwnerUid?: number;
|
|
8860
8862
|
/**
|
|
8861
|
-
*
|
|
8863
|
+
* <p>告警通知模板名称 用来模糊搜索</p>
|
|
8862
8864
|
*/
|
|
8863
8865
|
Name?: string;
|
|
8864
8866
|
/**
|
|
8865
|
-
*
|
|
8867
|
+
* <p>根据接收人过滤告警通知模板需要选定通知用户类型 USER=用户 GROUP=用户组 传空=不按接收人过滤</p>
|
|
8866
8868
|
*/
|
|
8867
8869
|
ReceiverType?: string;
|
|
8868
8870
|
/**
|
|
8869
|
-
*
|
|
8871
|
+
* <p>接收对象列表</p>
|
|
8870
8872
|
*/
|
|
8871
8873
|
UserIds?: Array<number | bigint>;
|
|
8872
8874
|
/**
|
|
8873
|
-
*
|
|
8875
|
+
* <p>接收组列表</p>
|
|
8874
8876
|
*/
|
|
8875
8877
|
GroupIds?: Array<number | bigint>;
|
|
8876
8878
|
/**
|
|
8877
|
-
*
|
|
8879
|
+
* <p>根据通知模板 id 过滤,空数组/不传则不过滤</p>
|
|
8878
8880
|
*/
|
|
8879
8881
|
NoticeIds?: Array<string>;
|
|
8880
8882
|
/**
|
|
8881
|
-
*
|
|
8883
|
+
* <p>模板根据标签过滤</p>
|
|
8882
8884
|
*/
|
|
8883
8885
|
Tags?: Array<Tag>;
|
|
8884
8886
|
/**
|
|
8885
|
-
*
|
|
8887
|
+
* <p>值班列表</p>
|
|
8886
8888
|
*/
|
|
8887
8889
|
OnCallFormIDs?: Array<string>;
|
|
8888
8890
|
}
|
|
@@ -8964,7 +8966,7 @@ export interface PrometheusAlertCustomReceiver {
|
|
|
8964
8966
|
*/
|
|
8965
8967
|
export interface DescribeAlarmNoticeResponse {
|
|
8966
8968
|
/**
|
|
8967
|
-
*
|
|
8969
|
+
* <p>告警通知模板详细信息</p>
|
|
8968
8970
|
*/
|
|
8969
8971
|
Notice: AlarmNotice;
|
|
8970
8972
|
/**
|
|
@@ -9549,11 +9551,11 @@ export interface DescribeRemoteURLsResponse {
|
|
|
9549
9551
|
*/
|
|
9550
9552
|
export interface DescribePolicyGroupInfoRequest {
|
|
9551
9553
|
/**
|
|
9552
|
-
*
|
|
9554
|
+
* <p>固定值,为"monitor"</p>
|
|
9553
9555
|
*/
|
|
9554
9556
|
Module: string;
|
|
9555
9557
|
/**
|
|
9556
|
-
*
|
|
9558
|
+
* <p>策略组id</p>
|
|
9557
9559
|
*/
|
|
9558
9560
|
GroupId: number;
|
|
9559
9561
|
}
|
|
@@ -10412,35 +10414,35 @@ export interface DescribePrometheusAlertGroupsRequest {
|
|
|
10412
10414
|
*/
|
|
10413
10415
|
export interface ModifyPolicyGroupCondition {
|
|
10414
10416
|
/**
|
|
10415
|
-
*
|
|
10417
|
+
* <p>指标id</p>
|
|
10416
10418
|
*/
|
|
10417
10419
|
MetricId: number;
|
|
10418
10420
|
/**
|
|
10419
|
-
*
|
|
10421
|
+
* <p>比较类型,1表示大于,2表示大于等于,3表示小于,4表示小于等于,5表示相等,6表示不相等</p>
|
|
10420
10422
|
*/
|
|
10421
10423
|
CalcType: number;
|
|
10422
10424
|
/**
|
|
10423
|
-
*
|
|
10425
|
+
* <p>检测阈值</p>
|
|
10424
10426
|
*/
|
|
10425
10427
|
CalcValue: string;
|
|
10426
10428
|
/**
|
|
10427
|
-
*
|
|
10429
|
+
* <p>检测指标的数据周期</p>
|
|
10428
10430
|
*/
|
|
10429
10431
|
CalcPeriod: number;
|
|
10430
10432
|
/**
|
|
10431
|
-
*
|
|
10433
|
+
* <p>持续周期个数</p>
|
|
10432
10434
|
*/
|
|
10433
10435
|
ContinuePeriod: number;
|
|
10434
10436
|
/**
|
|
10435
|
-
*
|
|
10437
|
+
* <p>告警发送收敛类型。0连续告警,1指数告警</p>
|
|
10436
10438
|
*/
|
|
10437
10439
|
AlarmNotifyType: number;
|
|
10438
10440
|
/**
|
|
10439
|
-
*
|
|
10441
|
+
* <p>告警发送周期单位秒。<0 不触发, 0 只触发一次, >0 每隔triggerTime秒触发一次</p>
|
|
10440
10442
|
*/
|
|
10441
10443
|
AlarmNotifyPeriod: number;
|
|
10442
10444
|
/**
|
|
10443
|
-
*
|
|
10445
|
+
* <p>规则id,不填表示新增,填写了ruleId表示在已存在的规则基础上进行修改</p>
|
|
10444
10446
|
*/
|
|
10445
10447
|
RuleId?: number;
|
|
10446
10448
|
}
|
|
@@ -10449,35 +10451,35 @@ export interface ModifyPolicyGroupCondition {
|
|
|
10449
10451
|
*/
|
|
10450
10452
|
export interface ModifyPolicyGroupRequest {
|
|
10451
10453
|
/**
|
|
10452
|
-
*
|
|
10454
|
+
* <p>固定值,为"monitor"</p>
|
|
10453
10455
|
*/
|
|
10454
10456
|
Module: string;
|
|
10455
10457
|
/**
|
|
10456
|
-
*
|
|
10458
|
+
* <p>策略组id</p>
|
|
10457
10459
|
*/
|
|
10458
10460
|
GroupId: number;
|
|
10459
10461
|
/**
|
|
10460
|
-
*
|
|
10462
|
+
* <p>告警类型</p>
|
|
10461
10463
|
*/
|
|
10462
10464
|
ViewName: string;
|
|
10463
10465
|
/**
|
|
10464
|
-
*
|
|
10466
|
+
* <p>策略组名称</p>
|
|
10465
10467
|
*/
|
|
10466
10468
|
GroupName: string;
|
|
10467
10469
|
/**
|
|
10468
|
-
*
|
|
10470
|
+
* <p>是否复合告警</p><p>枚举值:</p><ul><li>1: 所有指标告警条件都达到才告警</li><li>0: 任意指标告警条件达到都告警</li></ul>
|
|
10469
10471
|
*/
|
|
10470
10472
|
IsUnionRule: number;
|
|
10471
10473
|
/**
|
|
10472
|
-
*
|
|
10474
|
+
* <p>指标告警条件规则,不填表示删除已有的所有指标告警条件规则</p>
|
|
10473
10475
|
*/
|
|
10474
10476
|
Conditions?: Array<ModifyPolicyGroupCondition>;
|
|
10475
10477
|
/**
|
|
10476
|
-
*
|
|
10478
|
+
* <p>事件告警条件,不填表示删除已有的事件告警条件</p>
|
|
10477
10479
|
*/
|
|
10478
10480
|
EventConditions?: Array<ModifyPolicyGroupEventCondition>;
|
|
10479
10481
|
/**
|
|
10480
|
-
*
|
|
10482
|
+
* <p>模板策略组id</p>
|
|
10481
10483
|
*/
|
|
10482
10484
|
ConditionTempGroupId?: number;
|
|
10483
10485
|
}
|
|
@@ -10503,11 +10505,11 @@ export interface DescribeBaseMetricsRequest {
|
|
|
10503
10505
|
*/
|
|
10504
10506
|
export interface DescribePhoneAlarmFlowTotalCountRequest {
|
|
10505
10507
|
/**
|
|
10506
|
-
*
|
|
10508
|
+
* <p>默认monitor</p>
|
|
10507
10509
|
*/
|
|
10508
10510
|
Module: string;
|
|
10509
10511
|
/**
|
|
10510
|
-
* unix时间戳,单位:s
|
|
10512
|
+
* <p>unix时间戳,单位:s</p>
|
|
10511
10513
|
*/
|
|
10512
10514
|
QueryTime: number;
|
|
10513
10515
|
}
|
|
@@ -11573,11 +11575,11 @@ export interface DeletePrometheusScrapeJobsResponse {
|
|
|
11573
11575
|
*/
|
|
11574
11576
|
export interface DescribeAlarmPolicyRequest {
|
|
11575
11577
|
/**
|
|
11576
|
-
*
|
|
11578
|
+
* <p>固定值,为"monitor"</p>
|
|
11577
11579
|
*/
|
|
11578
11580
|
Module: string;
|
|
11579
11581
|
/**
|
|
11580
|
-
*
|
|
11582
|
+
* <p>告警策略ID</p>
|
|
11581
11583
|
*/
|
|
11582
11584
|
PolicyId: string;
|
|
11583
11585
|
}
|