tencentcloud-sdk-nodejs 4.1.299 → 4.1.301

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/ags/v20250920/ags_client.js +37 -19
  3. package/es/services/bdrc/index.js +4 -0
  4. package/es/services/bdrc/v20260330/bdrc_client.js +234 -0
  5. package/es/services/bdrc/v20260330/bdrc_models.js +1 -0
  6. package/es/services/bdrc/v20260330/index.js +6 -0
  7. package/es/services/csip/v20221121/csip_client.js +489 -72
  8. package/es/services/cynosdb/v20190107/cynosdb_client.js +3 -0
  9. package/es/services/index.js +1 -0
  10. package/es/services/iotexplorer/v20190423/iotexplorer_client.js +37 -10
  11. package/es/services/monitor/v20180724/monitor_client.js +20 -8
  12. package/es/services/monitor/v20230616/monitor_client.js +77 -8
  13. package/es/services/redis/v20180412/redis_client.js +10 -4
  14. package/es/services/tke/v20220501/tke_client.js +3 -0
  15. package/es/services/waf/v20180125/waf_client.js +6 -0
  16. package/package.json +2 -3
  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 +1 -1
  20. package/tencentcloud/services/ags/v20250920/ags_client.d.ts +47 -23
  21. package/tencentcloud/services/ags/v20250920/ags_client.js +69 -33
  22. package/tencentcloud/services/ags/v20250920/ags_models.d.ts +412 -110
  23. package/tencentcloud/services/bdrc/index.d.ts +6 -0
  24. package/tencentcloud/services/bdrc/index.js +7 -0
  25. package/tencentcloud/services/bdrc/v20260330/bdrc_client.d.ts +314 -0
  26. package/tencentcloud/services/bdrc/v20260330/bdrc_client.js +487 -0
  27. package/tencentcloud/services/bdrc/v20260330/bdrc_models.d.ts +4803 -0
  28. package/tencentcloud/services/bdrc/v20260330/bdrc_models.js +18 -0
  29. package/tencentcloud/services/bdrc/v20260330/index.d.ts +6 -0
  30. package/tencentcloud/services/bdrc/v20260330/index.js +10 -0
  31. package/tencentcloud/services/bh/v20230418/bh_models.d.ts +5 -5
  32. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +12 -12
  33. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +7 -8
  34. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +17 -19
  35. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +10 -12
  36. package/tencentcloud/services/cngw/v20230418/cngw_client.d.ts +1 -1
  37. package/tencentcloud/services/cngw/v20230418/cngw_models.d.ts +996 -570
  38. package/tencentcloud/services/csip/v20221121/csip_client.d.ts +629 -73
  39. package/tencentcloud/services/csip/v20221121/csip_client.js +942 -108
  40. package/tencentcloud/services/csip/v20221121/csip_models.d.ts +10589 -2076
  41. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +6 -2
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +6 -0
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +84 -16
  44. package/tencentcloud/services/dbdc/v20201029/dbdc_models.d.ts +4 -0
  45. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +42 -37
  46. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +126 -33
  47. package/tencentcloud/services/es/v20180416/es_models.d.ts +8 -0
  48. package/tencentcloud/services/es/v20250101/es_models.d.ts +14 -14
  49. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +8 -2
  50. package/tencentcloud/services/ess/v20201111/ess_client.js +8 -2
  51. package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +10 -4
  52. package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -4
  53. package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
  54. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +2 -2
  55. package/tencentcloud/services/index.d.ts +1 -0
  56. package/tencentcloud/services/index.js +8 -6
  57. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.d.ts +47 -11
  58. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_client.js +69 -15
  59. package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +648 -181
  60. package/tencentcloud/services/kms/v20190118/kms_models.d.ts +27 -27
  61. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +25 -9
  62. package/tencentcloud/services/monitor/v20180724/monitor_client.js +36 -12
  63. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +860 -513
  64. package/tencentcloud/services/monitor/v20230616/monitor_client.d.ts +101 -9
  65. package/tencentcloud/services/monitor/v20230616/monitor_client.js +150 -12
  66. package/tencentcloud/services/monitor/v20230616/monitor_models.d.ts +1921 -463
  67. package/tencentcloud/services/mps/v20190612/mps_models.d.ts +39 -25
  68. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +5 -1
  69. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +65 -1
  70. package/tencentcloud/services/rce/v20260130/rce_client.d.ts +2 -2
  71. package/tencentcloud/services/rce/v20260130/rce_client.js +2 -2
  72. package/tencentcloud/services/rce/v20260130/rce_models.d.ts +6 -6
  73. package/tencentcloud/services/redis/v20180412/redis_client.d.ts +13 -5
  74. package/tencentcloud/services/redis/v20180412/redis_client.js +18 -6
  75. package/tencentcloud/services/redis/v20180412/redis_models.d.ts +130 -86
  76. package/tencentcloud/services/tcb/v20180608/tcb_models.d.ts +39 -10
  77. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +29 -34
  78. package/tencentcloud/services/tione/v20211111/tione_models.d.ts +57 -15
  79. package/tencentcloud/services/tke/v20220501/tke_client.d.ts +5 -1
  80. package/tencentcloud/services/tke/v20220501/tke_client.js +6 -0
  81. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +33 -11
  82. package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +6 -54
  83. package/tencentcloud/services/tse/v20201207/tse_client.d.ts +1 -1
  84. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +616 -205
  85. package/tencentcloud/services/vod/v20180717/vod_models.d.ts +4 -0
  86. package/tencentcloud/services/waf/v20180125/waf_client.d.ts +11 -2
  87. package/tencentcloud/services/waf/v20180125/waf_client.js +14 -1
  88. package/tencentcloud/services/waf/v20180125/waf_models.d.ts +155 -58
  89. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +8 -0
  90. package/tencentcloud/services/wedata/v20250806/wedata_models.d.ts +42 -14
@@ -383,13 +383,13 @@ export interface DescribePrometheusScrapeJobsRequest {
383
383
  Limit?: number;
384
384
  }
385
385
  /**
386
- * CreatePolicyGroup返回参数结构体
386
+ * CreateAlarmHistoryShield返回参数结构体
387
387
  */
388
- export interface CreatePolicyGroupResponse {
388
+ export interface CreateAlarmHistoryShieldResponse {
389
389
  /**
390
- * 创建成功的策略组Id
390
+ * 屏蔽规则的Id
391
391
  */
392
- GroupId?: number;
392
+ ShieldId?: string;
393
393
  /**
394
394
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
395
395
  */
@@ -537,6 +537,19 @@ export interface UnBindingPolicyObjectRequest {
537
537
  */
538
538
  EbEventFlag?: number;
539
539
  }
540
+ /**
541
+ * UpdateAlertRule返回参数结构体
542
+ */
543
+ export interface UpdateAlertRuleResponse {
544
+ /**
545
+ * 规则 ID
546
+ */
547
+ RuleId?: string;
548
+ /**
549
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
550
+ */
551
+ RequestId?: string;
552
+ }
540
553
  /**
541
554
  * 策略类型信息
542
555
  */
@@ -1257,21 +1270,41 @@ export interface CreateAlarmShieldRequest {
1257
1270
  ShieldEventFlag?: number;
1258
1271
  }
1259
1272
  /**
1260
- * CheckAddressByPrometheus请求参数结构体
1273
+ * DescribeAlarmHistoryShield请求参数结构体
1261
1274
  */
1262
- export interface CheckAddressByPrometheusRequest {
1275
+ export interface DescribeAlarmHistoryShieldRequest {
1263
1276
  /**
1264
- * <p>实例id</p>
1277
+ * 模块名,这里填“monitor”
1265
1278
  */
1266
- InstanceId: string;
1279
+ Module: string;
1267
1280
  /**
1268
- * <p>探测地址</p>
1281
+ * 策略id
1269
1282
  */
1270
- Target: string;
1283
+ ShieldPolicyId: string;
1271
1284
  /**
1272
- * <p>探测方式。tcp或http,默认是tcp</p>
1285
+ * 告警历史维度
1273
1286
  */
1274
- ProbeProtocol?: string;
1287
+ ShieldObject?: Array<string>;
1288
+ /**
1289
+ * 指标名称
1290
+ */
1291
+ MetricName?: string;
1292
+ /**
1293
+ * 屏蔽策略Id
1294
+ */
1295
+ ShieldId?: string;
1296
+ /**
1297
+ * 告警等级
1298
+ */
1299
+ ShieldAlarmLevel?: string;
1300
+ /**
1301
+ * 告警历史会话ID
1302
+ */
1303
+ SessionId?: string;
1304
+ /**
1305
+ * 监控类型
1306
+ */
1307
+ MonitorType?: string;
1275
1308
  }
1276
1309
  /**
1277
1310
  * InstallPlugins返回参数结构体
@@ -1638,6 +1671,19 @@ export interface AlarmGroupByItem {
1638
1671
  */
1639
1672
  Name?: string;
1640
1673
  }
1674
+ /**
1675
+ * 告警屏蔽的指标
1676
+ */
1677
+ export interface ShieldMetric {
1678
+ /**
1679
+ * 屏蔽指标
1680
+ */
1681
+ Metric: string;
1682
+ /**
1683
+ * 屏蔽指标展示名称
1684
+ */
1685
+ MetricShowName: string;
1686
+ }
1641
1687
  /**
1642
1688
  * DescribePrometheusIntegrationMetrics返回参数结构体
1643
1689
  */
@@ -2205,17 +2251,157 @@ export interface CreateOnCallFormRequest {
2205
2251
  Tags?: Array<Tag>;
2206
2252
  }
2207
2253
  /**
2208
- * UpdateAlertRule返回参数结构体
2254
+ * 告警历史数据
2209
2255
  */
2210
- export interface UpdateAlertRuleResponse {
2256
+ export interface AlarmHistory {
2211
2257
  /**
2212
- * 规则 ID
2258
+ * 告警历史Id
2213
2259
  */
2214
- RuleId?: string;
2260
+ AlarmId?: string;
2215
2261
  /**
2216
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2262
+ * 监控类型
2217
2263
  */
2218
- RequestId?: string;
2264
+ MonitorType?: string;
2265
+ /**
2266
+ * 策略类型
2267
+ */
2268
+ Namespace?: string;
2269
+ /**
2270
+ * 告警对象
2271
+ */
2272
+ AlarmObject?: string;
2273
+ /**
2274
+ * 告警内容
2275
+ */
2276
+ Content?: string;
2277
+ /**
2278
+ * 时间戳,首次出现时间
2279
+ */
2280
+ FirstOccurTime?: number;
2281
+ /**
2282
+ * 时间戳,最后出现时间
2283
+ */
2284
+ LastOccurTime?: number;
2285
+ /**
2286
+ * 告警状态,ALARM=未恢复 OK=已恢复 NO_CONF=已失效 NO_DATA=数据不足
2287
+ */
2288
+ AlarmStatus?: string;
2289
+ /**
2290
+ * 告警策略 Id
2291
+ */
2292
+ PolicyId?: string;
2293
+ /**
2294
+ * 策略名称
2295
+ */
2296
+ PolicyName?: string;
2297
+ /**
2298
+ * 基础产品告警的告警对象所属网络
2299
+ */
2300
+ VPC?: string;
2301
+ /**
2302
+ * 项目 Id
2303
+ */
2304
+ ProjectId?: number;
2305
+ /**
2306
+ * 项目名字
2307
+ */
2308
+ ProjectName?: string;
2309
+ /**
2310
+ * 告警对象所属实例组
2311
+ */
2312
+ InstanceGroup?: Array<InstanceGroups>;
2313
+ /**
2314
+ * 接收人列表
2315
+ */
2316
+ ReceiverUids?: Array<number | bigint>;
2317
+ /**
2318
+ * 接收组列表
2319
+ */
2320
+ ReceiverGroups?: Array<number | bigint>;
2321
+ /**
2322
+ * 告警渠道列表 SMS=短信 EMAIL=邮件 CALL=电话 WECHAT=微信
2323
+ */
2324
+ NoticeWays?: Array<string>;
2325
+ /**
2326
+ * 可用于实例、实例组的绑定和解绑接口([BindingPolicyObject](https://cloud.tencent.com/document/product/248/40421)、[UnBindingAllPolicyObject](https://cloud.tencent.com/document/product/248/40568)、[UnBindingPolicyObject](https://cloud.tencent.com/document/product/248/40567))的策略 ID
2327
+ */
2328
+ OriginId?: string;
2329
+ /**
2330
+ * 告警类型
2331
+ */
2332
+ AlarmType?: string;
2333
+ /**
2334
+ * 事件Id
2335
+ */
2336
+ EventId?: number;
2337
+ /**
2338
+ * 地域
2339
+ */
2340
+ Region?: string;
2341
+ /**
2342
+ * 策略是否存在 0=不存在 1=存在
2343
+ */
2344
+ PolicyExists?: number;
2345
+ /**
2346
+ * 指标信息
2347
+ 注意:此字段可能返回 null,表示取不到有效值。
2348
+ */
2349
+ MetricsInfo?: Array<AlarmHistoryMetric>;
2350
+ /**
2351
+ * 告警实例的维度信息
2352
+ 注意:此字段可能返回 null,表示取不到有效值。
2353
+ */
2354
+ Dimensions?: string;
2355
+ /**
2356
+ * 告警等级
2357
+ 注意:此字段可能返回 null,表示取不到有效值。
2358
+ */
2359
+ AlarmLevel?: string;
2360
+ /**
2361
+ * 是否有配置告警屏蔽规则
2362
+ 注意:此字段可能返回 null,表示取不到有效值。
2363
+ */
2364
+ ShieldFlag?: number;
2365
+ /**
2366
+ * 屏蔽类型(英文)
2367
+ 注意:此字段可能返回 null,表示取不到有效值。
2368
+ */
2369
+ AlarmShieldingType?: string;
2370
+ /**
2371
+ * 屏蔽时间(英文)
2372
+ 注意:此字段可能返回 null,表示取不到有效值。
2373
+ */
2374
+ AlarmShieldingTime?: string;
2375
+ /**
2376
+ * 屏蔽类型(中文)
2377
+ 注意:此字段可能返回 null,表示取不到有效值。
2378
+ */
2379
+ AlarmShieldingShowType?: string;
2380
+ /**
2381
+ * 屏蔽时间(中文)
2382
+ 注意:此字段可能返回 null,表示取不到有效值。
2383
+ */
2384
+ AlarmShieldingShowTime?: string;
2385
+ /**
2386
+ * 屏蔽原因
2387
+ 注意:此字段可能返回 null,表示取不到有效值。
2388
+ */
2389
+ AlarmShieldReason?: string;
2390
+ /**
2391
+ * 告警实例的维度信息
2392
+ 注意:此字段可能返回 null,表示取不到有效值。
2393
+ */
2394
+ InternalDimensions?: string;
2395
+ /**
2396
+ * 指标名称
2397
+ 注意:此字段可能返回 null,表示取不到有效值。
2398
+ */
2399
+ MetricName?: string;
2400
+ /**
2401
+ * 策略是否有权限
2402
+ 注意:此字段可能返回 null,表示取不到有效值。
2403
+ */
2404
+ PolicyPermissions?: number;
2219
2405
  }
2220
2406
  /**
2221
2407
  * DescribeBasicAlarmList返回的Alarms里的InstanceGroup
@@ -2303,13 +2489,13 @@ export interface GrafanaAccountRole {
2303
2489
  Role?: string;
2304
2490
  }
2305
2491
  /**
2306
- * DestroyPrometheusInstance请求参数结构体
2492
+ * DeleteRecordingRules返回参数结构体
2307
2493
  */
2308
- export interface DestroyPrometheusInstanceRequest {
2494
+ export interface DeleteRecordingRulesResponse {
2309
2495
  /**
2310
- * 实例 ID,该实例必须先被 terminate
2496
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2311
2497
  */
2312
- InstanceId: string;
2498
+ RequestId?: string;
2313
2499
  }
2314
2500
  /**
2315
2501
  * 2018版策略模板列表接收人信息
@@ -2464,27 +2650,27 @@ export interface MidQueryCondition {
2464
2650
  */
2465
2651
  export interface DescribeGrafanaInstancesRequest {
2466
2652
  /**
2467
- * 查询偏移量
2653
+ * <p>查询偏移量</p>
2468
2654
  */
2469
2655
  Offset: number;
2470
2656
  /**
2471
- * 查询数量
2657
+ * <p>查询数量</p>
2472
2658
  */
2473
2659
  Limit: number;
2474
2660
  /**
2475
- * Grafana 实例 ID 数组
2661
+ * <p>Grafana 实例 ID 数组</p>
2476
2662
  */
2477
2663
  InstanceIds?: Array<string>;
2478
2664
  /**
2479
- * Grafana 实例名,支持前缀模糊搜索
2665
+ * <p>Grafana 实例名,支持前缀模糊搜索</p>
2480
2666
  */
2481
2667
  InstanceName?: string;
2482
2668
  /**
2483
- * 查询状态
2669
+ * <p>查询状态</p>
2484
2670
  */
2485
2671
  InstanceStatus?: Array<number | bigint>;
2486
2672
  /**
2487
- * 标签过滤数组
2673
+ * <p>标签过滤数组</p>
2488
2674
  */
2489
2675
  TagFilters?: Array<PrometheusTag>;
2490
2676
  }
@@ -2961,60 +3147,120 @@ export interface DescribeSSOAccountRequest {
2961
3147
  UserId?: string;
2962
3148
  }
2963
3149
  /**
2964
- * DescribeExternalClusterUninstallCommand请求参数结构体
3150
+ * CreateAlarmHistoryShield请求参数结构体
2965
3151
  */
2966
- export interface DescribeExternalClusterUninstallCommandRequest {
3152
+ export interface CreateAlarmHistoryShieldRequest {
2967
3153
  /**
2968
- * 实例 ID
3154
+ * 模块名,这里填“monitor”
2969
3155
  */
2970
- InstanceId: string;
3156
+ Module: string;
2971
3157
  /**
2972
- * 集群 ID
3158
+ * 屏蔽策略名称
2973
3159
  */
2974
- ClusterId: string;
2975
- }
2976
- /**
2977
- * CreateAlarmNotice请求参数结构体
2978
- */
2979
- export interface CreateAlarmNoticeRequest {
3160
+ Name: string;
2980
3161
  /**
2981
- * <p>模块名,这里填“monitor”</p>
3162
+ * 监控类型
2982
3163
  */
2983
- Module: string;
3164
+ MonitorType: string;
2984
3165
  /**
2985
- * <p>通知模板名称 60字符以内</p>
3166
+ * 屏蔽策略id
2986
3167
  */
2987
- Name: string;
3168
+ ShieldPolicyId: string;
2988
3169
  /**
2989
- * <p>通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=都通知</p>
3170
+ * 屏蔽时间类型 FOREVER_SHIELD:永久屏蔽 PERIOD_SHIELD:绝对时间范围屏蔽 LOOP_SHIELD:相对时间范围屏蔽
2990
3171
  */
2991
- NoticeType: string;
3172
+ ShieldTimeType: string;
2992
3173
  /**
2993
- * <p>通知语言 zh-CN=中文 en-US=英文</p>
3174
+ * 命名空间即策略类型
2994
3175
  */
2995
- NoticeLanguage: string;
3176
+ NameSpace?: string;
2996
3177
  /**
2997
- * <p>用户通知 最多5个</p>
3178
+ * 屏蔽对象
2998
3179
  */
2999
- UserNotices?: Array<UserNotice>;
3180
+ ShieldObject?: Array<string>;
3000
3181
  /**
3001
- * <p>回调通知 最多6个</p>
3182
+ * 指标名称
3002
3183
  */
3003
- URLNotices?: Array<URLNotice>;
3184
+ MetricName?: string;
3004
3185
  /**
3005
- * <p>推送CLS日志服务的操作 最多1个</p>
3186
+ * 屏蔽指标 为空则为全部指标
3006
3187
  */
3007
- CLSNotices?: Array<CLSNotice>;
3188
+ ShieldMetric?: Array<string>;
3008
3189
  /**
3009
- * <p>模板绑定的标签</p>
3190
+ * 开始时间 相对时间范围:36000 绝对时间范围:1648742400 缺省:0
3010
3191
  */
3011
- Tags?: Array<Tag>;
3192
+ StartTime?: number;
3012
3193
  /**
3013
- * <p>是否免登录,0-否,1-是</p>
3194
+ * 结束时间 相对时间范围:72000 绝对时间范围:1649088000 缺省:0
3014
3195
  */
3015
- IsLoginFree?: number;
3196
+ EndTime?: number;
3016
3197
  /**
3017
- * <p>IANA 时区名</p>
3198
+ * 循环开始日期 2022/04/01 缺省:0
3199
+ */
3200
+ LoopStartDate?: number;
3201
+ /**
3202
+ * 循环结束日期 2022/04/05 缺省:0
3203
+ */
3204
+ LoopEndDate?: number;
3205
+ /**
3206
+ * 需要屏蔽的告警等级,取值范围Warn,Remind,Serious
3207
+ */
3208
+ ShieldAlarmLevel?: string;
3209
+ /**
3210
+ * 屏蔽规则的描述
3211
+ */
3212
+ Description?: string;
3213
+ /**
3214
+ * 时区,东八区+8,西八区减8,以此类推
3215
+ */
3216
+ TimeZone?: number;
3217
+ /**
3218
+ * 被屏蔽的告警会话ID(历史的alarmId)
3219
+ */
3220
+ SessionId?: string;
3221
+ }
3222
+ /**
3223
+ * CreateAlarmNotice请求参数结构体
3224
+ */
3225
+ export interface CreateAlarmNoticeRequest {
3226
+ /**
3227
+ * <p>模块名,这里填“monitor”</p>
3228
+ */
3229
+ Module: string;
3230
+ /**
3231
+ * <p>通知模板名称 60字符以内</p>
3232
+ */
3233
+ Name: string;
3234
+ /**
3235
+ * <p>通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=都通知</p>
3236
+ */
3237
+ NoticeType: string;
3238
+ /**
3239
+ * <p>通知语言 zh-CN=中文 en-US=英文</p>
3240
+ */
3241
+ NoticeLanguage: string;
3242
+ /**
3243
+ * <p>用户通知 最多5个</p>
3244
+ */
3245
+ UserNotices?: Array<UserNotice>;
3246
+ /**
3247
+ * <p>回调通知 最多6个</p>
3248
+ */
3249
+ URLNotices?: Array<URLNotice>;
3250
+ /**
3251
+ * <p>推送CLS日志服务的操作 最多1个</p>
3252
+ */
3253
+ CLSNotices?: Array<CLSNotice>;
3254
+ /**
3255
+ * <p>模板绑定的标签</p>
3256
+ */
3257
+ Tags?: Array<Tag>;
3258
+ /**
3259
+ * <p>是否免登录,0-否,1-是</p>
3260
+ */
3261
+ IsLoginFree?: number;
3262
+ /**
3263
+ * <p>IANA 时区名</p>
3018
3264
  */
3019
3265
  TimeZoneName?: string;
3020
3266
  }
@@ -3149,17 +3395,17 @@ export interface DescribeRemoteURLsRequest {
3149
3395
  RemoteURLs?: Array<string>;
3150
3396
  }
3151
3397
  /**
3152
- * DescribeOnCallForm返回参数结构体
3398
+ * DescribePhoneAlarmFlowTotalCount请求参数结构体
3153
3399
  */
3154
- export interface DescribeOnCallFormResponse {
3400
+ export interface DescribePhoneAlarmFlowTotalCountRequest {
3155
3401
  /**
3156
- * 值班详情
3402
+ * <p>默认monitor</p>
3157
3403
  */
3158
- OnCallForm?: OneOnCallForm;
3404
+ Module: string;
3159
3405
  /**
3160
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3406
+ * <p>unix时间戳,单位:s</p>
3161
3407
  */
3162
- RequestId?: string;
3408
+ QueryTime: number;
3163
3409
  }
3164
3410
  /**
3165
3411
  * DescribeGrafanaConfig请求参数结构体
@@ -3492,6 +3738,15 @@ export interface DescribePrometheusAlertmanagerConfigRequest {
3492
3738
  */
3493
3739
  InstanceId?: string;
3494
3740
  }
3741
+ /**
3742
+ * UpdateExporterIntegration返回参数结构体
3743
+ */
3744
+ export interface UpdateExporterIntegrationResponse {
3745
+ /**
3746
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3747
+ */
3748
+ RequestId?: string;
3749
+ }
3495
3750
  /**
3496
3751
  * Prometheus Alertmanger 可修改配置
3497
3752
  */
@@ -3614,6 +3869,71 @@ export interface EnableSSOCamCheckResponse {
3614
3869
  */
3615
3870
  RequestId?: string;
3616
3871
  }
3872
+ /**
3873
+ * 接收人信息
3874
+ */
3875
+ export interface ReceiverInfo {
3876
+ /**
3877
+ * <p>告警时间段开始时间。范围[0,86400),作为 UNIX 时间戳转成北京时间后去掉日期,例如7200表示&quot;10:0:0&quot;</p>
3878
+ */
3879
+ StartTime: number;
3880
+ /**
3881
+ * <p>告警时间段结束时间。含义同StartTime</p>
3882
+ */
3883
+ EndTime: number;
3884
+ /**
3885
+ * <p>告警通知方式。可选 &quot;SMS&quot;,&quot;SITE&quot;,&quot;EMAIL&quot;,&quot;CALL&quot;,&quot;WECHAT&quot;</p>
3886
+ */
3887
+ NotifyWay: Array<string>;
3888
+ /**
3889
+ * <p>接收人类型。“group” 或 “user”</p>
3890
+ */
3891
+ ReceiverType: string;
3892
+ /**
3893
+ * <p>ReceiverId</p>
3894
+ */
3895
+ Id?: number;
3896
+ /**
3897
+ * <p>电话告警通知时机。可选&quot;OCCUR&quot;(告警时通知),&quot;RECOVER&quot;(恢复时通知)</p>
3898
+ */
3899
+ SendFor?: Array<string>;
3900
+ /**
3901
+ * <p>电话告警接收者 UID</p>
3902
+ */
3903
+ UidList?: Array<number | bigint>;
3904
+ /**
3905
+ * <p>电话告警轮数</p>
3906
+ */
3907
+ RoundNumber?: number;
3908
+ /**
3909
+ * <p>电话告警对个人间隔(秒)</p>
3910
+ */
3911
+ PersonInterval?: number;
3912
+ /**
3913
+ * <p>电话告警每轮间隔(秒)</p>
3914
+ */
3915
+ RoundInterval?: number;
3916
+ /**
3917
+ * <p>恢复通知方式。可选&quot;SMS&quot;</p>
3918
+ */
3919
+ RecoverNotify?: Array<string>;
3920
+ /**
3921
+ * <p>是否需要电话告警触达提示。0不需要,1需要</p>
3922
+ */
3923
+ NeedSendNotice?: number;
3924
+ /**
3925
+ * <p>接收组列表。通过平台接口查询到的接收组 ID 列表</p>
3926
+ */
3927
+ ReceiverGroupList?: Array<number | bigint>;
3928
+ /**
3929
+ * <p>接收人列表。通过平台接口查询到的接收人 ID 列表</p>
3930
+ */
3931
+ ReceiverUserList?: Array<number | bigint>;
3932
+ /**
3933
+ * <p>告警接收语言,枚举值(zh-CN,en-US)</p>
3934
+ */
3935
+ ReceiveLanguage?: string;
3936
+ }
3617
3937
  /**
3618
3938
  * DescribeAccidentEventList请求参数结构体
3619
3939
  */
@@ -4360,13 +4680,17 @@ export interface IntegrationMetricGroup {
4360
4680
  GroupName?: string;
4361
4681
  }
4362
4682
  /**
4363
- * UpdateExporterIntegration返回参数结构体
4683
+ * DescribeExternalClusterUninstallCommand请求参数结构体
4364
4684
  */
4365
- export interface UpdateExporterIntegrationResponse {
4685
+ export interface DescribeExternalClusterUninstallCommandRequest {
4366
4686
  /**
4367
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4687
+ * 实例 ID
4368
4688
  */
4369
- RequestId?: string;
4689
+ InstanceId: string;
4690
+ /**
4691
+ * 集群 ID
4692
+ */
4693
+ ClusterId: string;
4370
4694
  }
4371
4695
  /**
4372
4696
  * DescribeBasicAlarmList返回参数结构体
@@ -5131,6 +5455,75 @@ export interface DescribeGrafanaWhiteListRequest {
5131
5455
  */
5132
5456
  InstanceId: string;
5133
5457
  }
5458
+ /**
5459
+ * ModifyAlarmHistoryShield请求参数结构体
5460
+ */
5461
+ export interface ModifyAlarmHistoryShieldRequest {
5462
+ /**
5463
+ * 模块名,这里填“monitor”
5464
+ */
5465
+ Module: string;
5466
+ /**
5467
+ * 屏蔽策略的Id
5468
+ */
5469
+ ShieldId: string;
5470
+ /**
5471
+ * 屏蔽策略名称
5472
+ */
5473
+ Name: string;
5474
+ /**
5475
+ * 监控类型
5476
+ */
5477
+ MonitorType: string;
5478
+ /**
5479
+ * 屏蔽时间类型 FOREVER_SHIELD:永久屏蔽 PERIOD_SHIELD:绝对时间范围屏蔽 LOOP_SHIELD:相对时间范围屏蔽
5480
+ */
5481
+ ShieldTimeType: string;
5482
+ /**
5483
+ * 需要屏蔽的策略ID
5484
+ */
5485
+ ShieldPolicyId: string;
5486
+ /**
5487
+ * 命名空间即策略类型
5488
+ */
5489
+ NameSpace?: string;
5490
+ /**
5491
+ * 屏蔽对象
5492
+ */
5493
+ ShieldObject?: Array<string>;
5494
+ /**
5495
+ * 指标名称
5496
+ */
5497
+ MetricName?: string;
5498
+ /**
5499
+ * 开始时间 相对时间范围:36000 绝对时间范围:1648742400 缺省:0
5500
+ */
5501
+ StartTime?: number;
5502
+ /**
5503
+ * 结束时间 相对时间范围:72000 绝对时间范围:1649088000 缺省:0
5504
+ */
5505
+ EndTime?: number;
5506
+ /**
5507
+ * 循环开始日期 2022/04/01 缺省:0
5508
+ */
5509
+ LoopStartDate?: number;
5510
+ /**
5511
+ * 循环结束日期 2022/04/05 缺省:0
5512
+ */
5513
+ LoopEndDate?: number;
5514
+ /**
5515
+ * 需要屏蔽的告警等级
5516
+ */
5517
+ ShieldAlarmLevel?: string;
5518
+ /**
5519
+ * 时区,东八区+8,西八区减8,以此类推
5520
+ */
5521
+ TimeZone?: number;
5522
+ /**
5523
+ * 告警历史会话ID
5524
+ */
5525
+ SessionId?: string;
5526
+ }
5134
5527
  /**
5135
5528
  * DescribePrometheusConfig请求参数结构体
5136
5529
  */
@@ -5262,13 +5655,13 @@ export interface WriteDestination {
5262
5655
  Destination?: string;
5263
5656
  }
5264
5657
  /**
5265
- * DescribeAlarmMetrics返回参数结构体
5658
+ * DescribeGrafanaVersions返回参数结构体
5266
5659
  */
5267
- export interface DescribeAlarmMetricsResponse {
5660
+ export interface DescribeGrafanaVersionsResponse {
5268
5661
  /**
5269
- * 告警指标列表
5662
+ * 可选版本
5270
5663
  */
5271
- Metrics?: Array<Metric>;
5664
+ Versions?: Array<GrafanaVersion>;
5272
5665
  /**
5273
5666
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5274
5667
  */
@@ -5325,6 +5718,19 @@ export interface CreatePrometheusConfigResponse {
5325
5718
  */
5326
5719
  RequestId?: string;
5327
5720
  }
5721
+ /**
5722
+ * CreatePolicyGroup返回参数结构体
5723
+ */
5724
+ export interface CreatePolicyGroupResponse {
5725
+ /**
5726
+ * 创建成功的策略组Id
5727
+ */
5728
+ GroupId?: number;
5729
+ /**
5730
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5731
+ */
5732
+ RequestId?: string;
5733
+ }
5328
5734
  /**
5329
5735
  * 值班人员id组
5330
5736
  */
@@ -6021,6 +6427,15 @@ export interface LogFilterInfo {
6021
6427
  */
6022
6428
  Value: string;
6023
6429
  }
6430
+ /**
6431
+ * ModifyAlarmHistoryShield返回参数结构体
6432
+ */
6433
+ export interface ModifyAlarmHistoryShieldResponse {
6434
+ /**
6435
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6436
+ */
6437
+ RequestId?: string;
6438
+ }
6024
6439
  /**
6025
6440
  * BindingPolicyTag返回参数结构体
6026
6441
  */
@@ -6701,13 +7116,21 @@ export interface DescribePhoneAlarmFlowTotalCountResponse {
6701
7116
  RequestId?: string;
6702
7117
  }
6703
7118
  /**
6704
- * TerminatePrometheusInstances请求参数结构体
7119
+ * CheckAddressByPrometheus请求参数结构体
6705
7120
  */
6706
- export interface TerminatePrometheusInstancesRequest {
7121
+ export interface CheckAddressByPrometheusRequest {
6707
7122
  /**
6708
- * 实例 ID 列表
7123
+ * <p>实例id</p>
6709
7124
  */
6710
- InstanceIds: Array<string>;
7125
+ InstanceId: string;
7126
+ /**
7127
+ * <p>探测地址</p>
7128
+ */
7129
+ Target: string;
7130
+ /**
7131
+ * <p>探测方式。tcp或http,默认是tcp</p>
7132
+ */
7133
+ ProbeProtocol?: string;
6711
7134
  }
6712
7135
  /**
6713
7136
  * UnbindPrometheusManagedGrafana返回参数结构体
@@ -6719,17 +7142,116 @@ export interface UnbindPrometheusManagedGrafanaResponse {
6719
7142
  RequestId?: string;
6720
7143
  }
6721
7144
  /**
6722
- * 周期内的统计方式
7145
+ * DeleteAlarmHistoryShields返回参数结构体
6723
7146
  */
6724
- export interface PeriodsSt {
7147
+ export interface DeleteAlarmHistoryShieldsResponse {
6725
7148
  /**
6726
- * 周期
7149
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6727
7150
  */
6728
- Period: string;
6729
- /**
6730
- * 统计方式
7151
+ RequestId?: string;
7152
+ }
7153
+ /**
7154
+ * DescribeAlarmHistoryShield返回参数结构体
7155
+ */
7156
+ export interface DescribeAlarmHistoryShieldResponse {
7157
+ /**
7158
+ * 告警屏蔽规则的ID
6731
7159
  */
6732
- StatType: Array<string>;
7160
+ ShieldId?: string;
7161
+ /**
7162
+ * 监控类型
7163
+ */
7164
+ MonitorType?: string;
7165
+ /**
7166
+ * 屏蔽策略名称
7167
+ */
7168
+ Name?: string;
7169
+ /**
7170
+ * 是否开启 1=开启 0=关闭
7171
+ */
7172
+ Enable?: number;
7173
+ /**
7174
+ * 监控类型展示名称
7175
+ */
7176
+ MonitorTypeShowName?: string;
7177
+ /**
7178
+ * 命名空间即策略类型
7179
+ */
7180
+ NameSpace?: string;
7181
+ /**
7182
+ * 策略类型展示名称
7183
+ */
7184
+ NameSpaceShowName?: string;
7185
+ /**
7186
+ * 屏蔽对象
7187
+ 注意:此字段可能返回 null,表示取不到有效值。
7188
+ */
7189
+ ShieldObject?: Array<string>;
7190
+ /**
7191
+ * 屏蔽指标列表
7192
+ 注意:此字段可能返回 null,表示取不到有效值。
7193
+ */
7194
+ ShieldMetric?: Array<ShieldMetric>;
7195
+ /**
7196
+ * 屏蔽时间类型 FOREVER_SHIELD:永久屏蔽 PERIOD_SHIELD:绝对时间范围屏蔽 LOOP_SHIELD:相对时间范围屏蔽
7197
+ */
7198
+ ShieldTimeType?: string;
7199
+ /**
7200
+ * 开始时间 10:00
7201
+ 注意:此字段可能返回 null,表示取不到有效值。
7202
+ */
7203
+ StartTime?: number;
7204
+ /**
7205
+ * 结束时间 20:00
7206
+ 注意:此字段可能返回 null,表示取不到有效值。
7207
+ */
7208
+ EndTime?: number;
7209
+ /**
7210
+ * 循环开始日期 2022/04/01
7211
+ 注意:此字段可能返回 null,表示取不到有效值。
7212
+ */
7213
+ LoopStartDate?: number;
7214
+ /**
7215
+ * 循环结束日期 2022/04/05
7216
+ 注意:此字段可能返回 null,表示取不到有效值。
7217
+ */
7218
+ LoopEndDate?: number;
7219
+ /**
7220
+ * NOT_TRIGGERED:未生效 TRIGGERING:生效中 EXPIRED:已过期
7221
+ */
7222
+ CurrentStatus?: string;
7223
+ /**
7224
+ * 需要屏蔽的策略ID
7225
+ 注意:此字段可能返回 null,表示取不到有效值。
7226
+ */
7227
+ ShieldPolicyId?: string;
7228
+ /**
7229
+ * 需要屏蔽的告警等级
7230
+ 注意:此字段可能返回 null,表示取不到有效值。
7231
+ */
7232
+ ShieldAlarmLevel?: Array<string>;
7233
+ /**
7234
+ * 屏蔽类型,1为维度屏蔽,0为实例名称屏蔽
7235
+ 注意:此字段可能返回 null,表示取不到有效值。
7236
+ */
7237
+ ShieldTag?: string;
7238
+ /**
7239
+ * 指标名称
7240
+ */
7241
+ MetricName?: string;
7242
+ /**
7243
+ * 时区
7244
+ 注意:此字段可能返回 null,表示取不到有效值。
7245
+ */
7246
+ TimeZone?: number;
7247
+ /**
7248
+ * 告警历史会话ID
7249
+ */
7250
+ SessionId?: string;
7251
+ /**
7252
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7253
+ */
7254
+ RequestId?: string;
6733
7255
  }
6734
7256
  /**
6735
7257
  * ModifyAlarmReceivers返回参数结构体
@@ -6844,132 +7366,71 @@ export interface CreateAlarmPolicyResponse {
6844
7366
  RequestId?: string;
6845
7367
  }
6846
7368
  /**
6847
- * DeleteGrafanaNotificationChannel请求参数结构体
6848
- */
6849
- export interface DeleteGrafanaNotificationChannelRequest {
6850
- /**
6851
- * <p>通道 ID 数组。例如:nchannel-abcd1234,通过 DescribeGrafanaChannels 获取</p>
6852
- */
6853
- ChannelIDs: Array<string>;
6854
- /**
6855
- * <p>Grafana 实例 ID,例如:grafana-abcdefgh</p>
6856
- */
6857
- InstanceId: string;
6858
- }
6859
- /**
6860
- * CreatePrometheusAlertGroup请求参数结构体
7369
+ * DescribeGrafanaInstances返回参数结构体
6861
7370
  */
6862
- export interface CreatePrometheusAlertGroupRequest {
6863
- /**
6864
- * prometheus实例ID
6865
- */
6866
- InstanceId?: string;
7371
+ export interface DescribeGrafanaInstancesResponse {
6867
7372
  /**
6868
- * 告警分组名称,不能与其他告警分组重名
7373
+ * <p>已废弃,请使用 Instances</p>
6869
7374
  */
6870
- GroupName?: string;
7375
+ InstanceSet?: Array<GrafanaInstanceInfo>;
6871
7376
  /**
6872
- * 告警分组状态:
6873
- 2 -- 启用
6874
- 3 -- 禁用
6875
- 不为空时会覆盖 `Rules`字段下所有告警规则状态
6876
-
7377
+ * <p>符合查询条件的实例总数</p>
6877
7378
  */
6878
- GroupState?: number;
7379
+ TotalCount?: number;
6879
7380
  /**
6880
- * 腾讯云可观测平台告警通知模板ID列表,形如Consumer-xxxx或notice-xxxx
7381
+ * <p>实例列表</p>
6881
7382
  */
6882
- AMPReceivers?: Array<string>;
7383
+ Instances?: Array<GrafanaInstanceInfo>;
6883
7384
  /**
6884
- * 自定义告警通知模板
7385
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6885
7386
  */
6886
- CustomReceiver?: PrometheusAlertCustomReceiver;
7387
+ RequestId?: string;
7388
+ }
7389
+ /**
7390
+ * DeleteGrafanaNotificationChannel请求参数结构体
7391
+ */
7392
+ export interface DeleteGrafanaNotificationChannelRequest {
6887
7393
  /**
6888
- * 告警通知周期(收敛时间),为空默认1h
7394
+ * <p>通道 ID 数组。例如:nchannel-abcd1234,通过 DescribeGrafanaChannels 获取</p>
6889
7395
  */
6890
- RepeatInterval?: string;
7396
+ ChannelIDs: Array<string>;
6891
7397
  /**
6892
- * 要创建的告警规则列表
7398
+ * <p>Grafana 实例 ID,例如:grafana-abcdefgh</p>
6893
7399
  */
6894
- Rules?: Array<PrometheusAlertGroupRuleSet>;
7400
+ InstanceId: string;
6895
7401
  }
6896
7402
  /**
6897
- * 告警通知模板详情
7403
+ * export 集成配置
6898
7404
  */
6899
- export interface AlarmNotice {
6900
- /**
6901
- * <p>告警通知模板 ID</p>
6902
- 注意:此字段可能返回 null,表示取不到有效值。
6903
- */
6904
- Id?: string;
7405
+ export interface IntegrationConfiguration {
6905
7406
  /**
6906
- * <p>告警通知模板名称</p>
6907
- 注意:此字段可能返回 null,表示取不到有效值。
7407
+ * <p>名字</p>
6908
7408
  */
6909
7409
  Name?: string;
6910
7410
  /**
6911
- * <p>上次修改时间</p>
6912
- 注意:此字段可能返回 null,表示取不到有效值。
6913
- */
6914
- UpdatedAt?: string;
6915
- /**
6916
- * <p>上次修改人</p>
6917
- 注意:此字段可能返回 null,表示取不到有效值。
6918
- */
6919
- UpdatedBy?: string;
6920
- /**
6921
- * <p>告警通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=全部通知</p>
6922
- 注意:此字段可能返回 null,表示取不到有效值。
6923
- */
6924
- NoticeType?: string;
6925
- /**
6926
- * <p>用户通知列表</p>
6927
- 注意:此字段可能返回 null,表示取不到有效值。
6928
- */
6929
- UserNotices?: Array<UserNotice>;
6930
- /**
6931
- * <p>回调通知列表</p>
6932
- 注意:此字段可能返回 null,表示取不到有效值。
6933
- */
6934
- URLNotices?: Array<URLNotice>;
6935
- /**
6936
- * <p>是否是系统预设通知模板 0=否 1=是</p>
6937
- 注意:此字段可能返回 null,表示取不到有效值。
6938
- */
6939
- IsPreset?: number;
6940
- /**
6941
- * <p>通知语言 zh-CN=中文 en-US=英文</p>
6942
- 注意:此字段可能返回 null,表示取不到有效值。
6943
- */
6944
- NoticeLanguage?: string;
6945
- /**
6946
- * <p>告警通知模板绑定的告警策略ID列表</p>
6947
- 注意:此字段可能返回 null,表示取不到有效值。
7411
+ * <p>类型</p>
6948
7412
  */
6949
- PolicyIds?: Array<string>;
7413
+ Kind?: string;
6950
7414
  /**
6951
- * <p>后台 amp consumer id</p>
6952
- 注意:此字段可能返回 null,表示取不到有效值。
7415
+ * <p>内容</p>
6953
7416
  */
6954
- AMPConsumerId?: string;
7417
+ Content?: string;
6955
7418
  /**
6956
- * <p>推送cls渠道</p>
6957
- 注意:此字段可能返回 null,表示取不到有效值。
7419
+ * <p>状态</p>
6958
7420
  */
6959
- CLSNotices?: Array<CLSNotice>;
7421
+ Status?: number;
6960
7422
  /**
6961
- * <p>通知模板绑定的标签</p>
6962
- 注意:此字段可能返回 null,表示取不到有效值。
7423
+ * <p>实例类型</p>
6963
7424
  */
6964
- Tags?: Array<Tag>;
7425
+ Category?: string;
6965
7426
  /**
6966
- * <p>是否免登录,0-否,1-是</p>
7427
+ * <p>实例描述</p>
6967
7428
  */
6968
- IsLoginFree?: number;
7429
+ InstanceDesc?: string;
6969
7430
  /**
6970
- * <p>IANA 时区名</p>
7431
+ * <p>dashboard 的 URL</p>
6971
7432
  */
6972
- TimeZoneName?: string;
7433
+ GrafanaDashboardURL?: string;
6973
7434
  }
6974
7435
  /**
6975
7436
  * DescribeProductEventList返回的Events的Dimensions
@@ -7031,6 +7492,43 @@ export interface DescribePrometheusInstancesOverviewResponse {
7031
7492
  */
7032
7493
  RequestId?: string;
7033
7494
  }
7495
+ /**
7496
+ * CreatePrometheusAlertGroup请求参数结构体
7497
+ */
7498
+ export interface CreatePrometheusAlertGroupRequest {
7499
+ /**
7500
+ * prometheus实例ID
7501
+ */
7502
+ InstanceId?: string;
7503
+ /**
7504
+ * 告警分组名称,不能与其他告警分组重名
7505
+ */
7506
+ GroupName?: string;
7507
+ /**
7508
+ * 告警分组状态:
7509
+ 2 -- 启用
7510
+ 3 -- 禁用
7511
+ 不为空时会覆盖 `Rules`字段下所有告警规则状态
7512
+
7513
+ */
7514
+ GroupState?: number;
7515
+ /**
7516
+ * 腾讯云可观测平台告警通知模板ID列表,形如Consumer-xxxx或notice-xxxx
7517
+ */
7518
+ AMPReceivers?: Array<string>;
7519
+ /**
7520
+ * 自定义告警通知模板
7521
+ */
7522
+ CustomReceiver?: PrometheusAlertCustomReceiver;
7523
+ /**
7524
+ * 告警通知周期(收敛时间),为空默认1h
7525
+ */
7526
+ RepeatInterval?: string;
7527
+ /**
7528
+ * 要创建的告警规则列表
7529
+ */
7530
+ Rules?: Array<PrometheusAlertGroupRuleSet>;
7531
+ }
7034
7532
  /**
7035
7533
  * EnablePredefinedPolicies返回参数结构体
7036
7534
  */
@@ -7266,7 +7764,7 @@ export interface CreateSSOAccountRequest {
7266
7764
  */
7267
7765
  InstanceId: string;
7268
7766
  /**
7269
- * <p>用户账号 ID ,例如:10000000</p>
7767
+ * <p>用户子账号 ID ,例如:10000000</p>
7270
7768
  */
7271
7769
  UserId: string;
7272
7770
  /**
@@ -8417,6 +8915,19 @@ export interface ModifyAlarmNoticeResponse {
8417
8915
  */
8418
8916
  RequestId?: string;
8419
8917
  }
8918
+ /**
8919
+ * 周期内的统计方式
8920
+ */
8921
+ export interface PeriodsSt {
8922
+ /**
8923
+ * 周期
8924
+ */
8925
+ Period: string;
8926
+ /**
8927
+ * 统计方式
8928
+ */
8929
+ StatType: Array<string>;
8930
+ }
8420
8931
  /**
8421
8932
  * prometheus一个job的targets
8422
8933
  */
@@ -8506,200 +9017,68 @@ export interface CreateOnCallFormResponse {
8506
9017
  RequestId?: string;
8507
9018
  }
8508
9019
  /**
8509
- * 告警历史数据
9020
+ * DeleteAlarmHistoryShields请求参数结构体
8510
9021
  */
8511
- export interface AlarmHistory {
8512
- /**
8513
- * 告警历史Id
8514
- */
8515
- AlarmId?: string;
8516
- /**
8517
- * 监控类型
8518
- */
8519
- MonitorType?: string;
8520
- /**
8521
- * 策略类型
8522
- */
8523
- Namespace?: string;
8524
- /**
8525
- * 告警对象
8526
- */
8527
- AlarmObject?: string;
8528
- /**
8529
- * 告警内容
8530
- */
8531
- Content?: string;
8532
- /**
8533
- * 时间戳,首次出现时间
8534
- */
8535
- FirstOccurTime?: number;
8536
- /**
8537
- * 时间戳,最后出现时间
8538
- */
8539
- LastOccurTime?: number;
9022
+ export interface DeleteAlarmHistoryShieldsRequest {
8540
9023
  /**
8541
- * 告警状态,ALARM=未恢复 OK=已恢复 NO_CONF=已失效 NO_DATA=数据不足
8542
- */
8543
- AlarmStatus?: string;
8544
- /**
8545
- * 告警策略 Id
8546
- */
8547
- PolicyId?: string;
8548
- /**
8549
- * 策略名称
8550
- */
8551
- PolicyName?: string;
8552
- /**
8553
- * 基础产品告警的告警对象所属网络
8554
- */
8555
- VPC?: string;
8556
- /**
8557
- * 项目 Id
8558
- */
8559
- ProjectId?: number;
8560
- /**
8561
- * 项目名字
8562
- */
8563
- ProjectName?: string;
8564
- /**
8565
- * 告警对象所属实例组
8566
- */
8567
- InstanceGroup?: Array<InstanceGroups>;
8568
- /**
8569
- * 接收人列表
8570
- */
8571
- ReceiverUids?: Array<number | bigint>;
8572
- /**
8573
- * 接收组列表
8574
- */
8575
- ReceiverGroups?: Array<number | bigint>;
8576
- /**
8577
- * 告警渠道列表 SMS=短信 EMAIL=邮件 CALL=电话 WECHAT=微信
8578
- */
8579
- NoticeWays?: Array<string>;
8580
- /**
8581
- * 可用于实例、实例组的绑定和解绑接口([BindingPolicyObject](https://cloud.tencent.com/document/product/248/40421)、[UnBindingAllPolicyObject](https://cloud.tencent.com/document/product/248/40568)、[UnBindingPolicyObject](https://cloud.tencent.com/document/product/248/40567))的策略 ID
8582
- */
8583
- OriginId?: string;
8584
- /**
8585
- * 告警类型
8586
- */
8587
- AlarmType?: string;
8588
- /**
8589
- * 事件Id
8590
- */
8591
- EventId?: number;
8592
- /**
8593
- * 地域
8594
- */
8595
- Region?: string;
8596
- /**
8597
- * 策略是否存在 0=不存在 1=存在
8598
- */
8599
- PolicyExists?: number;
8600
- /**
8601
- * 指标信息
8602
- 注意:此字段可能返回 null,表示取不到有效值。
8603
- */
8604
- MetricsInfo?: Array<AlarmHistoryMetric>;
8605
- /**
8606
- * 告警实例的维度信息
8607
- 注意:此字段可能返回 null,表示取不到有效值。
8608
- */
8609
- Dimensions?: string;
8610
- /**
8611
- * 告警等级
8612
- 注意:此字段可能返回 null,表示取不到有效值。
8613
- */
8614
- AlarmLevel?: string;
8615
- /**
8616
- * 是否有配置告警屏蔽规则
8617
- 注意:此字段可能返回 null,表示取不到有效值。
8618
- */
8619
- ShieldFlag?: number;
8620
- /**
8621
- * 屏蔽类型(英文)
8622
- 注意:此字段可能返回 null,表示取不到有效值。
8623
- */
8624
- AlarmShieldingType?: string;
8625
- /**
8626
- * 屏蔽时间(英文)
8627
- 注意:此字段可能返回 null,表示取不到有效值。
8628
- */
8629
- AlarmShieldingTime?: string;
8630
- /**
8631
- * 屏蔽类型(中文)
8632
- 注意:此字段可能返回 null,表示取不到有效值。
8633
- */
8634
- AlarmShieldingShowType?: string;
8635
- /**
8636
- * 屏蔽时间(中文)
8637
- 注意:此字段可能返回 null,表示取不到有效值。
8638
- */
8639
- AlarmShieldingShowTime?: string;
8640
- /**
8641
- * 屏蔽原因
8642
- 注意:此字段可能返回 null,表示取不到有效值。
8643
- */
8644
- AlarmShieldReason?: string;
8645
- /**
8646
- * 告警实例的维度信息
8647
- 注意:此字段可能返回 null,表示取不到有效值。
9024
+ * 模块名,这里填“monitor”
8648
9025
  */
8649
- InternalDimensions?: string;
9026
+ Module: string;
8650
9027
  /**
8651
- * 指标名称
8652
- 注意:此字段可能返回 null,表示取不到有效值。
9028
+ * 屏蔽策略Id列表
8653
9029
  */
8654
- MetricName?: string;
9030
+ Shields: Array<string>;
8655
9031
  /**
8656
- * 策略是否有权限
8657
- 注意:此字段可能返回 null,表示取不到有效值。
9032
+ * 监控类型
8658
9033
  */
8659
- PolicyPermissions?: number;
9034
+ MonitorType?: string;
8660
9035
  }
8661
9036
  /**
8662
9037
  * 与腾讯云可观测平台融合托管 Prometheus 实例,关联集群基础信息
8663
9038
  */
8664
9039
  export interface PrometheusClusterAgentBasic {
8665
9040
  /**
8666
- * 地域
9041
+ * <p>地域</p>
8667
9042
  */
8668
9043
  Region: string;
8669
9044
  /**
8670
- * 集群类型。可填入tke、eks、tkeedge、tdcc、external,分别代表标准集群、弹性集群、边缘集群、注册集群 和外部集群
9045
+ * <p>集群类型。可填入tke、eks、tkeedge、tdcc、external,分别代表标准集群、弹性集群、边缘集群、注册集群 和外部集群</p>
8671
9046
  */
8672
9047
  ClusterType: string;
8673
9048
  /**
8674
- * 集群 ID
9049
+ * <p>集群 ID</p>
8675
9050
  */
8676
9051
  ClusterId: string;
8677
9052
  /**
8678
- * 是否开启公网 CLB
9053
+ * <p>是否开启公网 CLB</p>
8679
9054
  */
8680
9055
  EnableExternal: boolean;
8681
9056
  /**
8682
- * 集群内部署组件的pod 配置
9057
+ * <p>集群内部署组件的pod 配置</p>
8683
9058
  */
8684
9059
  InClusterPodConfig?: PrometheusClusterAgentPodConfig;
8685
9060
  /**
8686
- * 该集群采集的所有指标都会带上这些labels
9061
+ * <p>该集群采集的所有指标都会带上这些labels</p>
8687
9062
  */
8688
9063
  ExternalLabels?: Array<Label>;
8689
9064
  /**
8690
- * 是否安装默认采集 exporter 和采集配置
9065
+ * <p>是否安装默认采集 exporter 和采集配置</p>
8691
9066
  */
8692
9067
  NotInstallBasicScrape?: boolean;
8693
9068
  /**
8694
- * 是否安装采集配置,true 只安装采集 exporter 不会安装采集配置,false 会同时安装采集配置
9069
+ * <p>是否安装采集配置,true 只安装采集 exporter 不会安装采集配置,false 会同时安装采集配置</p>
8695
9070
  */
8696
9071
  NotScrape?: boolean;
8697
9072
  /**
8698
- * 是否丢弃所有指标,true 代表丢弃所有指标,false 代表采集默认指标
9073
+ * <p>是否丢弃所有指标,true 代表丢弃所有指标,false 代表采集默认指标</p>
8699
9074
  */
8700
9075
  DropAll?: boolean;
8701
9076
  /**
8702
- * 是否开启默认预聚合规则
9077
+ * <p>是否采集全部指标</p><p>枚举值:</p><ul><li>false: 不采集</li><li>true: 采集</li></ul><p>默认值:false</p>
9078
+ */
9079
+ CollectAll?: boolean;
9080
+ /**
9081
+ * <p>是否开启默认预聚合规则</p>
8703
9082
  */
8704
9083
  OpenDefaultRecord?: boolean;
8705
9084
  }
@@ -8790,6 +9169,15 @@ export interface CreatePrometheusScrapeJobRequest {
8790
9169
  */
8791
9170
  Config?: string;
8792
9171
  }
9172
+ /**
9173
+ * TerminatePrometheusInstances请求参数结构体
9174
+ */
9175
+ export interface TerminatePrometheusInstancesRequest {
9176
+ /**
9177
+ * 实例 ID 列表
9178
+ */
9179
+ InstanceIds: Array<string>;
9180
+ }
8793
9181
  /**
8794
9182
  * CreatePrometheusTemp返回参数结构体
8795
9183
  */
@@ -8805,89 +9193,37 @@ export interface CreatePrometheusTempResponse {
8805
9193
  }
8806
9194
  /**
8807
9195
  * DescribePolicyConditionList.EventMetric
8808
- */
8809
- export interface DescribePolicyConditionListEventMetric {
8810
- /**
8811
- * <p>事件id</p>
8812
- */
8813
- EventId: number;
8814
- /**
8815
- * <p>事件名称</p>
8816
- */
8817
- EventShowName: string;
8818
- /**
8819
- * <p>是否需要恢复</p>
8820
- */
8821
- NeedRecovered: boolean;
8822
- /**
8823
- * <p>事件类型,预留字段,当前固定取值为2</p>
8824
- */
8825
- Type: number;
8826
- }
8827
- /**
8828
- * DescribePolicyGroupList请求参数结构体
8829
- */
8830
- export interface DescribePolicyGroupListRequest {
8831
- /**
8832
- * <p>固定值,为&quot;monitor&quot;</p>
8833
- */
8834
- Module: string;
8835
- /**
8836
- * <p>分页参数,每页返回的数量,取值1~100</p>
8837
- */
8838
- Limit: number;
8839
- /**
8840
- * <p>分页参数,页偏移量,从0开始计数</p>
8841
- */
8842
- Offset: number;
8843
- /**
8844
- * <p>按策略名搜索</p>
8845
- */
8846
- Like?: string;
8847
- /**
8848
- * <p>实例分组id</p>
8849
- */
8850
- InstanceGroupId?: number;
8851
- /**
8852
- * <p>按更新时间排序, asc 或者 desc</p>
8853
- */
8854
- UpdateTimeOrder?: string;
8855
- /**
8856
- * <p>项目id列表</p>
8857
- */
8858
- ProjectIds?: Array<number | bigint>;
8859
- /**
8860
- * <p>告警策略类型列表</p>
8861
- */
8862
- ViewNames?: Array<string>;
8863
- /**
8864
- * <p>是否过滤无接收人策略组, 1表示过滤, 0表示不过滤</p>
8865
- */
8866
- FilterUnuseReceiver?: number;
9196
+ */
9197
+ export interface DescribePolicyConditionListEventMetric {
8867
9198
  /**
8868
- * <p>过滤条件, 接收组列表</p>
9199
+ * <p>事件id</p>
8869
9200
  */
8870
- Receivers?: Array<string>;
9201
+ EventId: number;
8871
9202
  /**
8872
- * <p>过滤条件, 接收人列表</p>
9203
+ * <p>事件名称</p>
8873
9204
  */
8874
- ReceiverUserList?: Array<string>;
9205
+ EventShowName: string;
8875
9206
  /**
8876
- * <p>维度组合字段(json字符串), 例如[[{&quot;name&quot;:&quot;unInstanceId&quot;,&quot;value&quot;:&quot;ins-6e4b2aaa&quot;}]]</p>
9207
+ * <p>是否需要恢复</p>
8877
9208
  */
8878
- Dimensions?: string;
9209
+ NeedRecovered: boolean;
8879
9210
  /**
8880
- * <p>模板策略组id, 多个id用逗号分隔</p>
9211
+ * <p>事件类型,预留字段,当前固定取值为2</p>
8881
9212
  */
8882
- ConditionTempGroupId?: string;
9213
+ Type: number;
9214
+ }
9215
+ /**
9216
+ * DescribeAlarmMetrics返回参数结构体
9217
+ */
9218
+ export interface DescribeAlarmMetricsResponse {
8883
9219
  /**
8884
- * <p>过滤条件, 接收人或者接收组, user表示接收人, group表示接收组</p>
9220
+ * 告警指标列表
8885
9221
  */
8886
- ReceiverType?: string;
9222
+ Metrics?: Array<Metric>;
8887
9223
  /**
8888
- * <p>过滤条件,告警策略是否已启动或停止</p>
9224
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8889
9225
  */
8890
- IsOpen?: boolean;
9226
+ RequestId?: string;
8891
9227
  }
8892
9228
  /**
8893
9229
  * UnBindingAllPolicyObject返回参数结构体
@@ -9097,69 +9433,69 @@ export interface GetMonitorDataResponse {
9097
9433
  RequestId?: string;
9098
9434
  }
9099
9435
  /**
9100
- * 接收人信息
9436
+ * DescribePolicyGroupList请求参数结构体
9101
9437
  */
9102
- export interface ReceiverInfo {
9438
+ export interface DescribePolicyGroupListRequest {
9103
9439
  /**
9104
- * <p>告警时间段开始时间。范围[0,86400),作为 UNIX 时间戳转成北京时间后去掉日期,例如7200表示&quot;10:0:0&quot;</p>
9440
+ * <p>固定值,为&quot;monitor&quot;</p>
9105
9441
  */
9106
- StartTime: number;
9442
+ Module: string;
9107
9443
  /**
9108
- * <p>告警时间段结束时间。含义同StartTime</p>
9444
+ * <p>分页参数,每页返回的数量,取值1~100</p>
9109
9445
  */
9110
- EndTime: number;
9446
+ Limit: number;
9111
9447
  /**
9112
- * <p>告警通知方式。可选 &quot;SMS&quot;,&quot;SITE&quot;,&quot;EMAIL&quot;,&quot;CALL&quot;,&quot;WECHAT&quot;</p>
9448
+ * <p>分页参数,页偏移量,从0开始计数</p>
9113
9449
  */
9114
- NotifyWay: Array<string>;
9450
+ Offset: number;
9115
9451
  /**
9116
- * <p>接收人类型。“group” 或 “user”</p>
9452
+ * <p>按策略名搜索</p>
9117
9453
  */
9118
- ReceiverType: string;
9454
+ Like?: string;
9119
9455
  /**
9120
- * <p>ReceiverId</p>
9456
+ * <p>实例分组id</p>
9121
9457
  */
9122
- Id?: number;
9458
+ InstanceGroupId?: number;
9123
9459
  /**
9124
- * <p>电话告警通知时机。可选&quot;OCCUR&quot;(告警时通知),&quot;RECOVER&quot;(恢复时通知)</p>
9460
+ * <p>按更新时间排序, asc 或者 desc</p>
9125
9461
  */
9126
- SendFor?: Array<string>;
9462
+ UpdateTimeOrder?: string;
9127
9463
  /**
9128
- * <p>电话告警接收者 UID</p>
9464
+ * <p>项目id列表</p>
9129
9465
  */
9130
- UidList?: Array<number | bigint>;
9466
+ ProjectIds?: Array<number | bigint>;
9131
9467
  /**
9132
- * <p>电话告警轮数</p>
9468
+ * <p>告警策略类型列表</p>
9133
9469
  */
9134
- RoundNumber?: number;
9470
+ ViewNames?: Array<string>;
9135
9471
  /**
9136
- * <p>电话告警对个人间隔(秒)</p>
9472
+ * <p>是否过滤无接收人策略组, 1表示过滤, 0表示不过滤</p>
9137
9473
  */
9138
- PersonInterval?: number;
9474
+ FilterUnuseReceiver?: number;
9139
9475
  /**
9140
- * <p>电话告警每轮间隔(秒)</p>
9476
+ * <p>过滤条件, 接收组列表</p>
9141
9477
  */
9142
- RoundInterval?: number;
9478
+ Receivers?: Array<string>;
9143
9479
  /**
9144
- * <p>恢复通知方式。可选&quot;SMS&quot;</p>
9480
+ * <p>过滤条件, 接收人列表</p>
9145
9481
  */
9146
- RecoverNotify?: Array<string>;
9482
+ ReceiverUserList?: Array<string>;
9147
9483
  /**
9148
- * <p>是否需要电话告警触达提示。0不需要,1需要</p>
9484
+ * <p>维度组合字段(json字符串), 例如[[{&quot;name&quot;:&quot;unInstanceId&quot;,&quot;value&quot;:&quot;ins-6e4b2aaa&quot;}]]</p>
9149
9485
  */
9150
- NeedSendNotice?: number;
9486
+ Dimensions?: string;
9151
9487
  /**
9152
- * <p>接收组列表。通过平台接口查询到的接收组 ID 列表</p>
9488
+ * <p>模板策略组id, 多个id用逗号分隔</p>
9153
9489
  */
9154
- ReceiverGroupList?: Array<number | bigint>;
9490
+ ConditionTempGroupId?: string;
9155
9491
  /**
9156
- * <p>接收人列表。通过平台接口查询到的接收人 ID 列表</p>
9492
+ * <p>过滤条件, 接收人或者接收组, user表示接收人, group表示接收组</p>
9157
9493
  */
9158
- ReceiverUserList?: Array<number | bigint>;
9494
+ ReceiverType?: string;
9159
9495
  /**
9160
- * <p>告警接收语言,枚举值(zh-CN,en-US)</p>
9496
+ * <p>过滤条件,告警策略是否已启动或停止</p>
9161
9497
  */
9162
- ReceiveLanguage?: string;
9498
+ IsOpen?: boolean;
9163
9499
  }
9164
9500
  /**
9165
9501
  * DescribeRecordingRules请求参数结构体
@@ -9281,6 +9617,19 @@ export interface UpdateGrafanaConfigResponse {
9281
9617
  */
9282
9618
  RequestId?: string;
9283
9619
  }
9620
+ /**
9621
+ * DescribeClusterAgentCreatingProgress返回参数结构体
9622
+ */
9623
+ export interface DescribeClusterAgentCreatingProgressResponse {
9624
+ /**
9625
+ * 绑定状态response
9626
+ */
9627
+ Response?: Array<BindProgressResponse>;
9628
+ /**
9629
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9630
+ */
9631
+ RequestId?: string;
9632
+ }
9284
9633
  /**
9285
9634
  * DescribePrometheusRegions 响应结构体
9286
9635
  */
@@ -9500,15 +9849,6 @@ export interface DescribeRecordingRulesResponse {
9500
9849
  */
9501
9850
  RequestId?: string;
9502
9851
  }
9503
- /**
9504
- * DeleteRecordingRules返回参数结构体
9505
- */
9506
- export interface DeleteRecordingRulesResponse {
9507
- /**
9508
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9509
- */
9510
- RequestId?: string;
9511
- }
9512
9852
  /**
9513
9853
  * UpdateGrafanaWhiteList请求参数结构体
9514
9854
  */
@@ -9576,25 +9916,13 @@ export interface UpdatePrometheusAgentStatusRequest {
9576
9916
  Status: number;
9577
9917
  }
9578
9918
  /**
9579
- * DescribeGrafanaInstances返回参数结构体
9919
+ * DescribeAlarmNoticeCallbacks请求参数结构体
9580
9920
  */
9581
- export interface DescribeGrafanaInstancesResponse {
9582
- /**
9583
- * 已废弃,请使用 Instances
9584
- */
9585
- InstanceSet?: Array<GrafanaInstanceInfo>;
9586
- /**
9587
- * 符合查询条件的实例总数
9588
- */
9589
- TotalCount?: number;
9590
- /**
9591
- * 实例列表
9592
- */
9593
- Instances?: Array<GrafanaInstanceInfo>;
9921
+ export interface DescribeAlarmNoticeCallbacksRequest {
9594
9922
  /**
9595
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9923
+ * 模块名,这里填“monitor”
9596
9924
  */
9597
- RequestId?: string;
9925
+ Module: string;
9598
9926
  }
9599
9927
  /**
9600
9928
  * DescribeRemoteURLs返回参数结构体
@@ -9784,17 +10112,13 @@ export interface EventCondition {
9784
10112
  MetricName?: string;
9785
10113
  }
9786
10114
  /**
9787
- * DescribeClusterAgentCreatingProgress返回参数结构体
10115
+ * DestroyPrometheusInstance请求参数结构体
9788
10116
  */
9789
- export interface DescribeClusterAgentCreatingProgressResponse {
9790
- /**
9791
- * 绑定状态response
9792
- */
9793
- Response?: Array<BindProgressResponse>;
10117
+ export interface DestroyPrometheusInstanceRequest {
9794
10118
  /**
9795
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10119
+ * 实例 ID,该实例必须先被 terminate
9796
10120
  */
9797
- RequestId?: string;
10121
+ InstanceId: string;
9798
10122
  }
9799
10123
  /**
9800
10124
  * CreateAlertRule返回参数结构体
@@ -9922,19 +10246,6 @@ export interface CreateExternalClusterResponse {
9922
10246
  */
9923
10247
  RequestId?: string;
9924
10248
  }
9925
- /**
9926
- * DescribeGrafanaVersions返回参数结构体
9927
- */
9928
- export interface DescribeGrafanaVersionsResponse {
9929
- /**
9930
- * 可选版本
9931
- */
9932
- Versions?: Array<GrafanaVersion>;
9933
- /**
9934
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
9935
- */
9936
- RequestId?: string;
9937
- }
9938
10249
  /**
9939
10250
  * DeleteAlertRules返回参数结构体
9940
10251
  */
@@ -10579,17 +10890,17 @@ export interface DescribeBaseMetricsRequest {
10579
10890
  Dimensions?: Array<string>;
10580
10891
  }
10581
10892
  /**
10582
- * DescribePhoneAlarmFlowTotalCount请求参数结构体
10893
+ * DescribeOnCallForm返回参数结构体
10583
10894
  */
10584
- export interface DescribePhoneAlarmFlowTotalCountRequest {
10895
+ export interface DescribeOnCallFormResponse {
10585
10896
  /**
10586
- * <p>默认monitor</p>
10897
+ * 值班详情
10587
10898
  */
10588
- Module: string;
10899
+ OnCallForm?: OneOnCallForm;
10589
10900
  /**
10590
- * <p>unix时间戳,单位:s</p>
10901
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10591
10902
  */
10592
- QueryTime: number;
10903
+ RequestId?: string;
10593
10904
  }
10594
10905
  /**
10595
10906
  * DeletePrometheusConfig请求参数结构体
@@ -11270,7 +11581,7 @@ export interface UpdatePrometheusAlertGroupResponse {
11270
11581
  */
11271
11582
  export interface CreateSSOAccountResponse {
11272
11583
  /**
11273
- * <p>已添加的用户 UIN</p>
11584
+ * <p>已添加的子账号ID</p>
11274
11585
  */
11275
11586
  UserId?: string;
11276
11587
  /**
@@ -11502,37 +11813,82 @@ export interface DescribePolicyConditionListConfigManualStatType {
11502
11813
  P86400: string;
11503
11814
  }
11504
11815
  /**
11505
- * export 集成配置
11816
+ * 告警通知模板详情
11506
11817
  */
11507
- export interface IntegrationConfiguration {
11818
+ export interface AlarmNotice {
11508
11819
  /**
11509
- * <p>名字</p>
11820
+ * <p>告警通知模板 ID</p>
11821
+ 注意:此字段可能返回 null,表示取不到有效值。
11822
+ */
11823
+ Id?: string;
11824
+ /**
11825
+ * <p>告警通知模板名称</p>
11826
+ 注意:此字段可能返回 null,表示取不到有效值。
11510
11827
  */
11511
11828
  Name?: string;
11512
11829
  /**
11513
- * <p>类型</p>
11830
+ * <p>上次修改时间</p>
11831
+ 注意:此字段可能返回 null,表示取不到有效值。
11514
11832
  */
11515
- Kind?: string;
11833
+ UpdatedAt?: string;
11516
11834
  /**
11517
- * <p>内容</p>
11835
+ * <p>上次修改人</p>
11836
+ 注意:此字段可能返回 null,表示取不到有效值。
11518
11837
  */
11519
- Content?: string;
11838
+ UpdatedBy?: string;
11520
11839
  /**
11521
- * <p>状态</p>
11840
+ * <p>告警通知类型 ALARM=未恢复通知 OK=已恢复通知 ALL=全部通知</p>
11841
+ 注意:此字段可能返回 null,表示取不到有效值。
11522
11842
  */
11523
- Status?: number;
11843
+ NoticeType?: string;
11524
11844
  /**
11525
- * <p>实例类型</p>
11845
+ * <p>用户通知列表</p>
11846
+ 注意:此字段可能返回 null,表示取不到有效值。
11526
11847
  */
11527
- Category?: string;
11848
+ UserNotices?: Array<UserNotice>;
11528
11849
  /**
11529
- * <p>实例描述</p>
11850
+ * <p>回调通知列表</p>
11851
+ 注意:此字段可能返回 null,表示取不到有效值。
11530
11852
  */
11531
- InstanceDesc?: string;
11853
+ URLNotices?: Array<URLNotice>;
11532
11854
  /**
11533
- * <p>dashboard URL</p>
11855
+ * <p>是否是系统预设通知模板 0=否 1=是</p>
11856
+ 注意:此字段可能返回 null,表示取不到有效值。
11534
11857
  */
11535
- GrafanaDashboardURL?: string;
11858
+ IsPreset?: number;
11859
+ /**
11860
+ * <p>通知语言 zh-CN=中文 en-US=英文</p>
11861
+ 注意:此字段可能返回 null,表示取不到有效值。
11862
+ */
11863
+ NoticeLanguage?: string;
11864
+ /**
11865
+ * <p>告警通知模板绑定的告警策略ID列表</p>
11866
+ 注意:此字段可能返回 null,表示取不到有效值。
11867
+ */
11868
+ PolicyIds?: Array<string>;
11869
+ /**
11870
+ * <p>后台 amp consumer id</p>
11871
+ 注意:此字段可能返回 null,表示取不到有效值。
11872
+ */
11873
+ AMPConsumerId?: string;
11874
+ /**
11875
+ * <p>推送cls渠道</p>
11876
+ 注意:此字段可能返回 null,表示取不到有效值。
11877
+ */
11878
+ CLSNotices?: Array<CLSNotice>;
11879
+ /**
11880
+ * <p>通知模板绑定的标签</p>
11881
+ 注意:此字段可能返回 null,表示取不到有效值。
11882
+ */
11883
+ Tags?: Array<Tag>;
11884
+ /**
11885
+ * <p>是否免登录,0-否,1-是</p>
11886
+ */
11887
+ IsLoginFree?: number;
11888
+ /**
11889
+ * <p>IANA 时区名</p>
11890
+ */
11891
+ TimeZoneName?: string;
11536
11892
  }
11537
11893
  /**
11538
11894
  * DescribePrometheusAgents返回参数结构体
@@ -11773,15 +12129,6 @@ export interface GrafanaVersion {
11773
12129
  */
11774
12130
  Version: string;
11775
12131
  }
11776
- /**
11777
- * DescribeAlarmNoticeCallbacks请求参数结构体
11778
- */
11779
- export interface DescribeAlarmNoticeCallbacksRequest {
11780
- /**
11781
- * 模块名,这里填“monitor”
11782
- */
11783
- Module: string;
11784
- }
11785
12132
  /**
11786
12133
  * DescribeStatisticData请求参数结构体
11787
12134
  */