tencentcloud-sdk-nodejs 4.0.296 → 4.0.299

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 (119) hide show
  1. package/CHANGELOG.md +434 -0
  2. package/SERVICE_CHANGELOG.md +477 -40
  3. package/package.json +1 -1
  4. package/products.md +25 -23
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ame/v20190916/ame_models.ts +10 -2
  7. package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
  8. package/src/services/antiddos/v20200309/antiddos_models.ts +361 -31
  9. package/src/services/apigateway/v20180808/apigateway_client.ts +75 -6
  10. package/src/services/apigateway/v20180808/apigateway_models.ts +617 -45
  11. package/src/services/as/v20180419/as_models.ts +1 -1
  12. package/src/services/billing/v20180709/billing_models.ts +12 -0
  13. package/src/services/cam/v20190116/cam_client.ts +12 -0
  14. package/src/services/cam/v20190116/cam_models.ts +31 -1
  15. package/src/services/cdb/v20170320/cdb_models.ts +1 -1
  16. package/src/services/clb/v20180317/clb_client.ts +0 -3
  17. package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +43 -7
  18. package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +109 -64
  19. package/src/services/cls/v20201016/cls_client.ts +1 -1
  20. package/src/services/cls/v20201016/cls_models.ts +38 -27
  21. package/src/services/dcdb/v20180411/dcdb_client.ts +36 -12
  22. package/src/services/dcdb/v20180411/dcdb_models.ts +60 -0
  23. package/src/services/ess/index.ts +5 -0
  24. package/src/services/ess/v20201111/ess_client.ts +148 -0
  25. package/src/services/ess/v20201111/ess_models.ts +857 -0
  26. package/src/services/ess/v20201111/index.ts +6 -0
  27. package/src/services/gme/v20180711/gme_client.ts +36 -0
  28. package/src/services/gme/v20180711/gme_models.ts +126 -0
  29. package/src/services/index.ts +2 -0
  30. package/src/services/mariadb/v20170312/mariadb_client.ts +31 -7
  31. package/src/services/mariadb/v20170312/mariadb_models.ts +233 -173
  32. package/src/services/monitor/v20180724/monitor_client.ts +1 -1
  33. package/src/services/monitor/v20180724/monitor_models.ts +1 -1
  34. package/src/services/rum/v20210622/rum_models.ts +1 -1
  35. package/src/services/tcss/v20201101/tcss_models.ts +26 -0
  36. package/src/services/tdcpg/index.ts +5 -0
  37. package/src/services/tdcpg/v20211118/index.ts +6 -0
  38. package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
  39. package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
  40. package/src/services/tdid/v20210519/tdid_client.ts +64 -14
  41. package/src/services/tdid/v20210519/tdid_models.ts +205 -17
  42. package/src/services/tem/v20210701/tem_models.ts +5 -0
  43. package/src/services/tsf/v20180326/tsf_client.ts +128 -15
  44. package/src/services/tsf/v20180326/tsf_models.ts +1116 -112
  45. package/src/services/vpc/v20170312/vpc_models.ts +3 -2
  46. package/tencentcloud/common/sdk_version.d.ts +1 -1
  47. package/tencentcloud/common/sdk_version.js +1 -1
  48. package/tencentcloud/services/ame/v20190916/ame_models.d.ts +9 -2
  49. package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
  50. package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
  51. package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +307 -29
  52. package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +21 -1
  53. package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +30 -0
  54. package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +520 -41
  55. package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
  56. package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
  57. package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
  58. package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
  59. package/tencentcloud/services/cam/v20190116/cam_models.d.ts +26 -1
  60. package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
  61. package/tencentcloud/services/clb/v20180317/clb_client.d.ts +0 -3
  62. package/tencentcloud/services/clb/v20180317/clb_client.js +0 -3
  63. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +15 -3
  64. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +21 -3
  65. package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +91 -52
  66. package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
  67. package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
  68. package/tencentcloud/services/cls/v20201016/cls_models.d.ts +35 -24
  69. package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -5
  70. package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +18 -6
  71. package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -0
  72. package/tencentcloud/services/ess/index.d.ts +6 -0
  73. package/tencentcloud/services/ess/index.js +7 -0
  74. package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -0
  75. package/tencentcloud/services/ess/v20201111/ess_client.js +85 -0
  76. package/tencentcloud/services/ess/v20201111/ess_models.d.ts +707 -0
  77. package/tencentcloud/services/ess/v20201111/ess_models.js +18 -0
  78. package/tencentcloud/services/ess/v20201111/index.d.ts +6 -0
  79. package/tencentcloud/services/ess/v20201111/index.js +9 -0
  80. package/tencentcloud/services/gme/v20180711/gme_client.d.ts +13 -1
  81. package/tencentcloud/services/gme/v20180711/gme_client.js +18 -0
  82. package/tencentcloud/services/gme/v20180711/gme_models.d.ts +107 -0
  83. package/tencentcloud/services/index.d.ts +2 -0
  84. package/tencentcloud/services/index.js +4 -0
  85. package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
  86. package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
  87. package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +198 -146
  88. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
  89. package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
  90. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
  91. package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
  92. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
  93. package/tencentcloud/services/tdcpg/index.d.ts +6 -0
  94. package/tencentcloud/services/tdcpg/index.js +7 -0
  95. package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
  96. package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
  97. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
  98. package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
  99. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
  100. package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
  101. package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
  102. package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
  103. package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
  104. package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
  105. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +37 -5
  106. package/tencentcloud/services/tsf/v20180326/tsf_client.js +54 -6
  107. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +934 -86
  108. package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -0
  109. package/test/antiddos.v20200309.test.js +76 -16
  110. package/test/apigateway.v20180808.test.js +50 -0
  111. package/test/cam.v20190116.test.js +10 -0
  112. package/test/cloudaudit.v20190319.test.js +32 -2
  113. package/test/dcdb.v20180411.test.js +24 -4
  114. package/test/ess.v20201111.test.js +111 -0
  115. package/test/gme.v20180711.test.js +30 -0
  116. package/test/mariadb.v20170312.test.js +20 -0
  117. package/test/tdcpg.v20211118.test.js +271 -0
  118. package/test/tdid.v20210519.test.js +44 -4
  119. package/test/tsf.v20180326.test.js +84 -4
@@ -512,6 +512,19 @@ export interface ReleaseFileConfigRequest {
512
512
  */
513
513
  ReleaseDesc?: string;
514
514
  }
515
+ /**
516
+ * DescribeInvocationMetricDataDimension返回参数结构体
517
+ */
518
+ export interface DescribeInvocationMetricDataDimensionResponse {
519
+ /**
520
+ * 维度
521
+ */
522
+ Result: TsfPageDimension;
523
+ /**
524
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
525
+ */
526
+ RequestId?: string;
527
+ }
515
528
  /**
516
529
  * SearchStdoutLog返回参数结构体
517
530
  */
@@ -598,6 +611,39 @@ export interface DescribeGroupBindedGatewaysResponse {
598
611
  */
599
612
  RequestId?: string;
600
613
  }
614
+ /**
615
+ * DescribeJvmMonitor请求参数结构体
616
+ */
617
+ export interface DescribeJvmMonitorRequest {
618
+ /**
619
+ * 查询的实例Id
620
+ */
621
+ InstanceId: string;
622
+ /**
623
+ * 实例所属应用Id
624
+ */
625
+ ApplicationId: string;
626
+ /**
627
+ * 时间粒度,单位:秒
628
+ */
629
+ TimeGranularity: number;
630
+ /**
631
+ * 查询数据起始时间格式(yyyy-MM-dd HH:mm:ss)
632
+ */
633
+ From: string;
634
+ /**
635
+ * 查询数据结束时间格式(yyyy-MM-dd HH:mm:ss)
636
+ */
637
+ To: string;
638
+ /**
639
+ * 查询的监控图列表,以返回值属性名作为入参
640
+ */
641
+ RequiredPictures: Array<string>;
642
+ /**
643
+ * 扩展字段
644
+ */
645
+ Tag?: string;
646
+ }
601
647
  /**
602
648
  * UnbindApiGroup请求参数结构体
603
649
  */
@@ -951,6 +997,28 @@ export interface DescribeRepositoriesRequest {
951
997
  */
952
998
  RepositoryType?: string;
953
999
  }
1000
+ /**
1001
+ * 监控数据散点图
1002
+ */
1003
+ export interface InvocationMetricScatterPlot {
1004
+ /**
1005
+ * 时间轴截止时间,GMT,精确到毫秒
1006
+ */
1007
+ EndTime: number;
1008
+ /**
1009
+ * 时间粒度
1010
+ */
1011
+ StartTime: number;
1012
+ /**
1013
+ * 时间轴开始时间,GMT,精确到毫秒
1014
+ */
1015
+ Period: number;
1016
+ /**
1017
+ * 多值数据点集合
1018
+ 注意:此字段可能返回 null,表示取不到有效值。
1019
+ */
1020
+ DataPoints: Array<MultiValueDataPoints>;
1021
+ }
954
1022
  /**
955
1023
  * RollbackConfig请求参数结构体
956
1024
  */
@@ -1271,74 +1339,37 @@ export interface DescribeServerlessGroupsResponse {
1271
1339
  RequestId?: string;
1272
1340
  }
1273
1341
  /**
1274
- * 分页的应用描述信息字段
1342
+ * ModifyLaneRule请求参数结构体
1275
1343
  */
1276
- export interface ApplicationForPage {
1277
- /**
1278
- * 应用ID
1279
- 注意:此字段可能返回 null,表示取不到有效值。
1280
- */
1281
- ApplicationId: string;
1282
- /**
1283
- * 应用名称
1284
- 注意:此字段可能返回 null,表示取不到有效值。
1285
- */
1286
- ApplicationName: string;
1287
- /**
1288
- * 应用描述
1289
- 注意:此字段可能返回 null,表示取不到有效值。
1290
- */
1291
- ApplicationDesc: string;
1292
- /**
1293
- * 应用类型
1294
- 注意:此字段可能返回 null,表示取不到有效值。
1295
- */
1296
- ApplicationType: string;
1297
- /**
1298
- * 微服务类型
1299
- 注意:此字段可能返回 null,表示取不到有效值。
1300
- */
1301
- MicroserviceType: string;
1302
- /**
1303
- * 编程语言
1304
- 注意:此字段可能返回 null,表示取不到有效值。
1305
- */
1306
- ProgLang: string;
1344
+ export interface ModifyLaneRuleRequest {
1307
1345
  /**
1308
- * 创建时间
1309
- 注意:此字段可能返回 null,表示取不到有效值。
1346
+ * 泳道规则ID
1310
1347
  */
1311
- CreateTime: string;
1348
+ RuleId: string;
1312
1349
  /**
1313
- * 更新时间
1314
- 注意:此字段可能返回 null,表示取不到有效值。
1350
+ * 泳道规则名称
1315
1351
  */
1316
- UpdateTime: string;
1352
+ RuleName: string;
1317
1353
  /**
1318
- * 应用资源类型
1319
- 注意:此字段可能返回 null,表示取不到有效值。
1354
+ * 泳道规则备注
1320
1355
  */
1321
- ApplicationResourceType: string;
1356
+ Remark: string;
1322
1357
  /**
1323
- * 应用runtime类型
1324
- 注意:此字段可能返回 null,表示取不到有效值。
1358
+ * 泳道规则标签列表
1325
1359
  */
1326
- ApplicationRuntimeType: string;
1360
+ RuleTagList: Array<LaneRuleTag>;
1327
1361
  /**
1328
- * Apigateway的serviceId
1329
- 注意:此字段可能返回 null,表示取不到有效值。
1362
+ * 泳道规则标签关系
1330
1363
  */
1331
- ApigatewayServiceId: string;
1364
+ RuleTagRelationship: string;
1332
1365
  /**
1333
- * 应用备注名
1334
- 注意:此字段可能返回 null,表示取不到有效值。
1366
+ * 泳道ID
1335
1367
  */
1336
- ApplicationRemarkName: string;
1368
+ LaneId: string;
1337
1369
  /**
1338
- * 服务配置信息列表
1339
- 注意:此字段可能返回 null,表示取不到有效值。
1370
+ * 开启状态
1340
1371
  */
1341
- ServiceConfigList: Array<ServiceConfig>;
1372
+ Enable: boolean;
1342
1373
  }
1343
1374
  /**
1344
1375
  * AddInstances返回参数结构体
@@ -1990,6 +2021,19 @@ export interface UpdateApiTimeoutsResponse {
1990
2021
  */
1991
2022
  RequestId?: string;
1992
2023
  }
2024
+ /**
2025
+ * 维度分页
2026
+ */
2027
+ export interface TsfPageDimension {
2028
+ /**
2029
+ * 总数
2030
+ */
2031
+ TotalCount: number;
2032
+ /**
2033
+ * 维度
2034
+ */
2035
+ Content: Array<string>;
2036
+ }
1993
2037
  /**
1994
2038
  * 微服务网关单元化规则
1995
2039
  */
@@ -2077,6 +2121,31 @@ export interface DescribeContainerGroupDeployInfoResponse {
2077
2121
  */
2078
2122
  RequestId?: string;
2079
2123
  }
2124
+ /**
2125
+ * DescribeOverviewInvocation请求参数结构体
2126
+ */
2127
+ export interface DescribeOverviewInvocationRequest {
2128
+ /**
2129
+ * 命名空间ID
2130
+ */
2131
+ NamespaceId?: string;
2132
+ /**
2133
+ * 监控统计类型,可选值:SumReqAmount、AvgFailureRate、AvgTimeCost,分别对应请求量、请求错误率、平均响应耗时
2134
+ */
2135
+ Type?: string;
2136
+ /**
2137
+ * 监控统计数据粒度,可选值:60、3600、86400,分别对应1分钟、1小时、1天
2138
+ */
2139
+ Period?: number;
2140
+ /**
2141
+ * 查询开始时间,默认为当天的 00:00:00
2142
+ */
2143
+ StartTime?: string;
2144
+ /**
2145
+ * 查询结束时间,默认为当前时间
2146
+ */
2147
+ EndTime?: string;
2148
+ }
2080
2149
  /**
2081
2150
  * 任务最近一次执行状态
2082
2151
  */
@@ -2186,6 +2255,59 @@ export interface ImageRepository {
2186
2255
  */
2187
2256
  ApplicationName: ScalableRule;
2188
2257
  }
2258
+ /**
2259
+ * DescribeInovcationIndicators请求参数结构体
2260
+ */
2261
+ export interface DescribeInovcationIndicatorsRequest {
2262
+ /**
2263
+ * 维度
2264
+ */
2265
+ Dimension: string;
2266
+ /**
2267
+ * 开始时间
2268
+ */
2269
+ StartTime: string;
2270
+ /**
2271
+ * 结束时间
2272
+ */
2273
+ EndTime: string;
2274
+ /**
2275
+ * 命名空间ID
2276
+ */
2277
+ NamespaceId?: string;
2278
+ /**
2279
+ * 微服务ID
2280
+ */
2281
+ ServiceId?: string;
2282
+ /**
2283
+ * 调用方服务名
2284
+ */
2285
+ CallerServiceName?: string;
2286
+ /**
2287
+ * 被调方服务名
2288
+ */
2289
+ CalleeServiceName?: string;
2290
+ /**
2291
+ * 调用方接口名
2292
+ */
2293
+ CallerInterfaceName?: string;
2294
+ /**
2295
+ * 被调方接口名
2296
+ */
2297
+ CalleeInterfaceName?: string;
2298
+ /**
2299
+ * 应用ID
2300
+ */
2301
+ ApplicationId?: string;
2302
+ /**
2303
+ * 部署组ID
2304
+ */
2305
+ GroupId?: string;
2306
+ /**
2307
+ * 实例ID
2308
+ */
2309
+ InstanceId?: string;
2310
+ }
2189
2311
  /**
2190
2312
  * CreatePublicConfig返回参数结构体
2191
2313
  */
@@ -2478,6 +2600,20 @@ export interface DisableTaskRequest {
2478
2600
  */
2479
2601
  TaskId: string;
2480
2602
  }
2603
+ /**
2604
+ * DescribeStatistics返回参数结构体
2605
+ */
2606
+ export interface DescribeStatisticsResponse {
2607
+ /**
2608
+ * 查询服务统计结果
2609
+ 注意:此字段可能返回 null,表示取不到有效值。
2610
+ */
2611
+ Result: ServiceStatisticsResults;
2612
+ /**
2613
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
2614
+ */
2615
+ RequestId?: string;
2616
+ }
2481
2617
  /**
2482
2618
  * DescribeBasicResourceUsage返回参数结构体
2483
2619
  */
@@ -3128,6 +3264,21 @@ export interface DescribeMicroserviceRequest {
3128
3264
  */
3129
3265
  GroupIds?: Array<string>;
3130
3266
  }
3267
+ /**
3268
+ * Tsf分页集群对象
3269
+ */
3270
+ export interface TsfPageCluster {
3271
+ /**
3272
+ * 总条数
3273
+ 注意:此字段可能返回 null,表示取不到有效值。
3274
+ */
3275
+ TotalCount: number;
3276
+ /**
3277
+ * 集群列表
3278
+ 注意:此字段可能返回 null,表示取不到有效值。
3279
+ */
3280
+ Content: Array<Cluster>;
3281
+ }
3131
3282
  /**
3132
3283
  * DescribePodInstances返回参数结构体
3133
3284
  */
@@ -3206,6 +3357,31 @@ export interface FileConfigRelease {
3206
3357
  */
3207
3358
  ClusterName?: string;
3208
3359
  }
3360
+ /**
3361
+ * DescribeInvocationMetricDataPoint请求参数结构体
3362
+ */
3363
+ export interface DescribeInvocationMetricDataPointRequest {
3364
+ /**
3365
+ * 开始时间
3366
+ */
3367
+ StartTime: string;
3368
+ /**
3369
+ * 结束时间
3370
+ */
3371
+ EndTime: string;
3372
+ /**
3373
+ * 维度
3374
+ */
3375
+ MetricDimensionValues: Array<MetricDimensionValue>;
3376
+ /**
3377
+ * 指标
3378
+ */
3379
+ Metrics: Array<Metric>;
3380
+ /**
3381
+ * 调用视角。可选值:SERVER, CLIENT。默认为SERVER
3382
+ */
3383
+ Kind?: string;
3384
+ }
3209
3385
  /**
3210
3386
  * DescribeRepositories返回参数结构体
3211
3387
  */
@@ -3300,6 +3476,115 @@ export interface StopTaskBatchResponse {
3300
3476
  */
3301
3477
  RequestId?: string;
3302
3478
  }
3479
+ /**
3480
+ * 服务统计结果
3481
+ */
3482
+ export interface ServiceStatisticsResult {
3483
+ /**
3484
+ * 请求模版路径:type为接口时返回,服务时不返回
3485
+ 注意:此字段可能返回 null,表示取不到有效值。
3486
+ */
3487
+ Path: string;
3488
+ /**
3489
+ * 请求方法:type为接口时返回,服务时不返回
3490
+ 注意:此字段可能返回 null,表示取不到有效值。
3491
+ */
3492
+ Method: string;
3493
+ /**
3494
+ * 微服务Id
3495
+ */
3496
+ MicroserviceId: string;
3497
+ /**
3498
+ * 微服务名称
3499
+ */
3500
+ MicroserviceName: string;
3501
+ /**
3502
+ * 请求数
3503
+ */
3504
+ RequestCount: number;
3505
+ /**
3506
+ * 请求错误率,不带百分号
3507
+ */
3508
+ ErrorRate: number;
3509
+ /**
3510
+ * 平均响应耗时ms
3511
+ */
3512
+ AvgTimeConsuming: number;
3513
+ /**
3514
+ * 响应耗时曲线
3515
+ */
3516
+ MetricDataCurves: Array<MetricDataCurve>;
3517
+ /**
3518
+ * 实例id
3519
+ 注意:此字段可能返回 null,表示取不到有效值。
3520
+ */
3521
+ InstanceId: string;
3522
+ /**
3523
+ * 实例name
3524
+ 注意:此字段可能返回 null,表示取不到有效值。
3525
+ */
3526
+ InstanceName: string;
3527
+ /**
3528
+ * 部署组id
3529
+ 注意:此字段可能返回 null,表示取不到有效值。
3530
+ */
3531
+ GroupId: string;
3532
+ /**
3533
+ * 部署组name
3534
+ 注意:此字段可能返回 null,表示取不到有效值。
3535
+ */
3536
+ GroupName: string;
3537
+ /**
3538
+ * 部署组类型
3539
+ 注意:此字段可能返回 null,表示取不到有效值。
3540
+ */
3541
+ ClusterType: string;
3542
+ /**
3543
+ * 部署组是否存在
3544
+ 注意:此字段可能返回 null,表示取不到有效值。
3545
+ */
3546
+ GroupExist: number;
3547
+ /**
3548
+ * 实例是否存在,仅限cvm
3549
+ 注意:此字段可能返回 null,表示取不到有效值。
3550
+ */
3551
+ InstanceExist: number;
3552
+ /**
3553
+ * 应用id
3554
+ 注意:此字段可能返回 null,表示取不到有效值。
3555
+ */
3556
+ ApplicationId: string;
3557
+ /**
3558
+ * 微服务类型
3559
+ 注意:此字段可能返回 null,表示取不到有效值。
3560
+ */
3561
+ MicroserviceType: string;
3562
+ /**
3563
+ * cpu使用率
3564
+ 注意:此字段可能返回 null,表示取不到有效值。
3565
+ */
3566
+ CpuPercent: number;
3567
+ /**
3568
+ * 已用堆大小,单位KB
3569
+ 注意:此字段可能返回 null,表示取不到有效值。
3570
+ */
3571
+ HeapUsed: number;
3572
+ /**
3573
+ * 数据库
3574
+ 注意:此字段可能返回 null,表示取不到有效值。
3575
+ */
3576
+ DbName: string;
3577
+ /**
3578
+ * Script值
3579
+ 注意:此字段可能返回 null,表示取不到有效值。
3580
+ */
3581
+ Script: string;
3582
+ /**
3583
+ * 数据库类型
3584
+ 注意:此字段可能返回 null,表示取不到有效值。
3585
+ */
3586
+ DbType: string;
3587
+ }
3303
3588
  /**
3304
3589
  * CreateContainGroup返回参数结构体
3305
3590
  */
@@ -3801,19 +4086,24 @@ export interface DescribeFlowLastBatchStateRequest {
3801
4086
  FlowId: string;
3802
4087
  }
3803
4088
  /**
3804
- * Tsf分页集群对象
4089
+ * 指标监控数据曲线
3805
4090
  */
3806
- export interface TsfPageCluster {
4091
+ export interface MetricDataCurve {
3807
4092
  /**
3808
- * 总条数
4093
+ * 指标名称
3809
4094
  注意:此字段可能返回 null,表示取不到有效值。
3810
4095
  */
3811
- TotalCount: number;
4096
+ MetricName: string;
3812
4097
  /**
3813
- * 集群列表
4098
+ * 指标计算方式
3814
4099
  注意:此字段可能返回 null,表示取不到有效值。
3815
4100
  */
3816
- Content: Array<Cluster>;
4101
+ MetricFunction: string;
4102
+ /**
4103
+ * 指标数据点集合
4104
+ 注意:此字段可能返回 null,表示取不到有效值。
4105
+ */
4106
+ MetricDataPoints: Array<MetricDataPoint>;
3817
4107
  }
3818
4108
  /**
3819
4109
  * TerminateTaskFlowBatch返回参数结构体
@@ -4186,6 +4476,35 @@ export interface UpdateApiTimeoutsRequest {
4186
4476
  */
4187
4477
  Timeout?: number;
4188
4478
  }
4479
+ /**
4480
+ * 指标
4481
+ */
4482
+ export interface Metric {
4483
+ /**
4484
+ * 指标名称
4485
+ 注意:此字段可能返回 null,表示取不到有效值。
4486
+ */
4487
+ Name?: string;
4488
+ /**
4489
+ * 指标计算方式
4490
+ 注意:此字段可能返回 null,表示取不到有效值。
4491
+ */
4492
+ Function?: string;
4493
+ }
4494
+ /**
4495
+ * DescribeOverviewInvocation返回参数结构体
4496
+ */
4497
+ export interface DescribeOverviewInvocationResponse {
4498
+ /**
4499
+ * 监控统计数据列表
4500
+ 注意:此字段可能返回 null,表示取不到有效值。
4501
+ */
4502
+ Result: Array<MetricDataPoint>;
4503
+ /**
4504
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
4505
+ */
4506
+ RequestId?: string;
4507
+ }
4189
4508
  /**
4190
4509
  * DescribeSimpleNamespaces请求参数结构体
4191
4510
  */
@@ -4470,6 +4789,26 @@ export interface DescribeImageRepositoryRequest {
4470
4789
  */
4471
4790
  TcrRepoInfo?: TcrRepoInfo;
4472
4791
  }
4792
+ /**
4793
+ * 监控指标坐标
4794
+ */
4795
+ export interface IndicatorCoord {
4796
+ /**
4797
+ * 指标横坐标值
4798
+ 注意:此字段可能返回 null,表示取不到有效值。
4799
+ */
4800
+ CoordX: string;
4801
+ /**
4802
+ * 指标纵坐标值
4803
+ 注意:此字段可能返回 null,表示取不到有效值。
4804
+ */
4805
+ CoordY: string;
4806
+ /**
4807
+ * 指标标签,用于标识附加信息
4808
+ 注意:此字段可能返回 null,表示取不到有效值。
4809
+ */
4810
+ CoordTag: string;
4811
+ }
4473
4812
  /**
4474
4813
  * 单元化规则翻页对象
4475
4814
 
@@ -4527,6 +4866,66 @@ export interface DescribeContainerGroupDetailRequest {
4527
4866
  */
4528
4867
  GroupId: string;
4529
4868
  }
4869
+ /**
4870
+ * DescribeJvmMonitor查询jvm监控数据接口返回数据封装
4871
+ */
4872
+ export interface JvmMonitorData {
4873
+ /**
4874
+ * 堆内存监控图,三条线
4875
+ 注意:此字段可能返回 null,表示取不到有效值。
4876
+ */
4877
+ HeapMemory: MemoryPicture;
4878
+ /**
4879
+ * 非堆内存监控图,三条线
4880
+ 注意:此字段可能返回 null,表示取不到有效值。
4881
+ */
4882
+ NonHeapMemory: MemoryPicture;
4883
+ /**
4884
+ * 伊甸园区监控图,三条线
4885
+ 注意:此字段可能返回 null,表示取不到有效值。
4886
+ */
4887
+ EdenSpace: MemoryPicture;
4888
+ /**
4889
+ * 幸存者区监控图,三条线
4890
+ 注意:此字段可能返回 null,表示取不到有效值。
4891
+ */
4892
+ SurvivorSpace: MemoryPicture;
4893
+ /**
4894
+ * 老年代监控图,三条线
4895
+ 注意:此字段可能返回 null,表示取不到有效值。
4896
+ */
4897
+ OldSpace: MemoryPicture;
4898
+ /**
4899
+ * 元空间监控图,三条线
4900
+ 注意:此字段可能返回 null,表示取不到有效值。
4901
+ */
4902
+ MetaSpace: MemoryPicture;
4903
+ /**
4904
+ * 线程监控图,三条线
4905
+ 注意:此字段可能返回 null,表示取不到有效值。
4906
+ */
4907
+ ThreadPicture: ThreadPicture;
4908
+ /**
4909
+ * youngGC增量监控图,一条线
4910
+ 注意:此字段可能返回 null,表示取不到有效值。
4911
+ */
4912
+ YoungGC: Array<CurvePoint>;
4913
+ /**
4914
+ * fullGC增量监控图,一条线
4915
+ 注意:此字段可能返回 null,表示取不到有效值。
4916
+ */
4917
+ FullGC: Array<CurvePoint>;
4918
+ /**
4919
+ * cpu使用率,一条线
4920
+ 注意:此字段可能返回 null,表示取不到有效值。
4921
+ */
4922
+ CpuUsage: Array<CurvePoint>;
4923
+ /**
4924
+ * 加载类数,一条线
4925
+ 注意:此字段可能返回 null,表示取不到有效值。
4926
+ */
4927
+ ClassCount: Array<CurvePoint>;
4928
+ }
4530
4929
  /**
4531
4930
  * DescribeGroupsWithPlugin请求参数结构体
4532
4931
  */
@@ -4750,6 +5149,21 @@ export interface DeleteLaneRuleRequest {
4750
5149
  */
4751
5150
  RuleId: string;
4752
5151
  }
5152
+ /**
5153
+ * 指标维度
5154
+ */
5155
+ export interface MetricDimension {
5156
+ /**
5157
+ * 指标维度名称
5158
+ 注意:此字段可能返回 null,表示取不到有效值。
5159
+ */
5160
+ Name?: string;
5161
+ /**
5162
+ * 指标维度取值
5163
+ 注意:此字段可能返回 null,表示取不到有效值。
5164
+ */
5165
+ Value?: string;
5166
+ }
4753
5167
  /**
4754
5168
  * api分组已绑定的网关部署组
4755
5169
  */
@@ -5419,6 +5833,21 @@ export interface CreateApplicationRequest {
5419
5833
  */
5420
5834
  ProgramIdList?: Array<string>;
5421
5835
  }
5836
+ /**
5837
+ * 服务统计结果集
5838
+ */
5839
+ export interface ServiceStatisticsResults {
5840
+ /**
5841
+ * 返回结果
5842
+ 注意:此字段可能返回 null,表示取不到有效值。
5843
+ */
5844
+ Content: Array<ServiceStatisticsResult>;
5845
+ /**
5846
+ * 条数
5847
+ 注意:此字段可能返回 null,表示取不到有效值。
5848
+ */
5849
+ TotalCount: number;
5850
+ }
5422
5851
  /**
5423
5852
  * DeployGroup请求参数结构体
5424
5853
  */
@@ -5640,6 +6069,39 @@ export interface GatewayGroupIds {
5640
6069
  */
5641
6070
  GroupId: string;
5642
6071
  }
6072
+ /**
6073
+ * DescribeInvocationMetricDataDimension请求参数结构体
6074
+ */
6075
+ export interface DescribeInvocationMetricDataDimensionRequest {
6076
+ /**
6077
+ * 开始时间
6078
+ */
6079
+ StartTime: string;
6080
+ /**
6081
+ * 结束时间
6082
+ */
6083
+ EndTime: string;
6084
+ /**
6085
+ * 开始index
6086
+ */
6087
+ Offset: number;
6088
+ /**
6089
+ * 分页大小
6090
+ */
6091
+ Limit: number;
6092
+ /**
6093
+ * 聚合维度
6094
+ */
6095
+ DimensionName: string;
6096
+ /**
6097
+ * 搜索关键字
6098
+ */
6099
+ SearchWord?: string;
6100
+ /**
6101
+ * 维度
6102
+ */
6103
+ MetricDimensionValues?: Array<MetricDimensionValue>;
6104
+ }
5643
6105
  /**
5644
6106
  * DeployGroup返回参数结构体
5645
6107
  */
@@ -6387,6 +6849,19 @@ export interface ShardArgument {
6387
6849
  */
6388
6850
  ShardValue: string;
6389
6851
  }
6852
+ /**
6853
+ * 指标维度多值匹配
6854
+ */
6855
+ export interface MetricDimensionValue {
6856
+ /**
6857
+ * 维度名
6858
+ */
6859
+ Name: string;
6860
+ /**
6861
+ * 维度值
6862
+ */
6863
+ Value: Array<string>;
6864
+ }
6390
6865
  /**
6391
6866
  * 监控统计数据点
6392
6867
  */
@@ -6663,6 +7138,26 @@ export interface TsfPageUnitNamespace {
6663
7138
  */
6664
7139
  Content: Array<UnitNamespace>;
6665
7140
  }
7141
+ /**
7142
+ * 单值指标
7143
+ */
7144
+ export interface MetricDataSingleValue {
7145
+ /**
7146
+ * 指标
7147
+ 注意:此字段可能返回 null,表示取不到有效值。
7148
+ */
7149
+ MetricName: string;
7150
+ /**
7151
+ * 统计方式
7152
+ 注意:此字段可能返回 null,表示取不到有效值。
7153
+ */
7154
+ MetricFunction: string;
7155
+ /**
7156
+ * 指标值
7157
+ 注意:此字段可能返回 null,表示取不到有效值。
7158
+ */
7159
+ MetricDataValue: string;
7160
+ }
6666
7161
  /**
6667
7162
  * StopTaskExecute请求参数结构体
6668
7163
  */
@@ -6896,6 +7391,23 @@ export interface ReleaseFileConfigResponse {
6896
7391
  */
6897
7392
  RequestId?: string;
6898
7393
  }
7394
+ /**
7395
+ * jvm监控数据线程数据封装
7396
+ */
7397
+ export interface ThreadPicture {
7398
+ /**
7399
+ * 总线程数
7400
+ */
7401
+ ThreadCount: Array<CurvePoint>;
7402
+ /**
7403
+ * 活跃线程数
7404
+ */
7405
+ ThreadActive: Array<CurvePoint>;
7406
+ /**
7407
+ * 守护线程数
7408
+ */
7409
+ DeamonThreadCount: Array<CurvePoint>;
7410
+ }
6899
7411
  /**
6900
7412
  * DescribeConfig返回参数结构体
6901
7413
  */
@@ -7279,24 +7791,55 @@ export interface ApiRequestDescr {
7279
7791
  DefaultValue: string;
7280
7792
  }
7281
7793
  /**
7282
- * API版本数组
7794
+ * API版本数组
7795
+ */
7796
+ export interface ApiVersionArray {
7797
+ /**
7798
+ * App ID
7799
+ 注意:此字段可能返回 null,表示取不到有效值。
7800
+ */
7801
+ ApplicationId: string;
7802
+ /**
7803
+ * App 名称
7804
+ 注意:此字段可能返回 null,表示取不到有效值。
7805
+ */
7806
+ ApplicationName: string;
7807
+ /**
7808
+ * App 包版本
7809
+ 注意:此字段可能返回 null,表示取不到有效值。
7810
+ */
7811
+ PkgVersion: string;
7812
+ }
7813
+ /**
7814
+ * DescribeInovcationIndicators返回参数结构体
7815
+ */
7816
+ export interface DescribeInovcationIndicatorsResponse {
7817
+ /**
7818
+ * 服务调用监控指标
7819
+ 注意:此字段可能返回 null,表示取不到有效值。
7820
+ */
7821
+ Result?: InvocationIndicator;
7822
+ /**
7823
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
7824
+ */
7825
+ RequestId?: string;
7826
+ }
7827
+ /**
7828
+ * 多值数据点集合
7283
7829
  */
7284
- export interface ApiVersionArray {
7830
+ export interface MultiValueDataPoints {
7285
7831
  /**
7286
- * App ID
7287
- 注意:此字段可能返回 null,表示取不到有效值。
7832
+ * 多值数据点
7288
7833
  */
7289
- ApplicationId: string;
7834
+ Points: Array<MultiValue>;
7290
7835
  /**
7291
- * App 名称
7292
- 注意:此字段可能返回 null,表示取不到有效值。
7836
+ * 指标名称
7293
7837
  */
7294
- ApplicationName: string;
7838
+ MetricName: string;
7295
7839
  /**
7296
- * App 包版本
7297
- 注意:此字段可能返回 null,表示取不到有效值。
7840
+ * 多值数据点key列表,每个值表示当前数据点所在区域的下限
7298
7841
  */
7299
- PkgVersion: string;
7842
+ PointKeys: Array<string>;
7300
7843
  }
7301
7844
  /**
7302
7845
  * 配置项发布日志
@@ -7693,37 +8236,103 @@ export interface DescribeGroupsResponse {
7693
8236
  RequestId?: string;
7694
8237
  }
7695
8238
  /**
7696
- * ModifyLaneRule请求参数结构体
8239
+ * 分页的应用描述信息字段
7697
8240
  */
7698
- export interface ModifyLaneRuleRequest {
8241
+ export interface ApplicationForPage {
7699
8242
  /**
7700
- * 泳道规则ID
8243
+ * 应用ID
8244
+ 注意:此字段可能返回 null,表示取不到有效值。
7701
8245
  */
7702
- RuleId: string;
8246
+ ApplicationId: string;
7703
8247
  /**
7704
- * 泳道规则名称
8248
+ * 应用名称
8249
+ 注意:此字段可能返回 null,表示取不到有效值。
7705
8250
  */
7706
- RuleName: string;
8251
+ ApplicationName: string;
7707
8252
  /**
7708
- * 泳道规则备注
8253
+ * 应用描述
8254
+ 注意:此字段可能返回 null,表示取不到有效值。
7709
8255
  */
7710
- Remark: string;
8256
+ ApplicationDesc: string;
7711
8257
  /**
7712
- * 泳道规则标签列表
8258
+ * 应用类型
8259
+ 注意:此字段可能返回 null,表示取不到有效值。
7713
8260
  */
7714
- RuleTagList: Array<LaneRuleTag>;
8261
+ ApplicationType: string;
7715
8262
  /**
7716
- * 泳道规则标签关系
8263
+ * 微服务类型
8264
+ 注意:此字段可能返回 null,表示取不到有效值。
7717
8265
  */
7718
- RuleTagRelationship: string;
8266
+ MicroserviceType: string;
7719
8267
  /**
7720
- * 泳道ID
8268
+ * 编程语言
8269
+ 注意:此字段可能返回 null,表示取不到有效值。
7721
8270
  */
7722
- LaneId: string;
8271
+ ProgLang: string;
7723
8272
  /**
7724
- * 开启状态
8273
+ * 创建时间
8274
+ 注意:此字段可能返回 null,表示取不到有效值。
7725
8275
  */
7726
- Enable: boolean;
8276
+ CreateTime: string;
8277
+ /**
8278
+ * 更新时间
8279
+ 注意:此字段可能返回 null,表示取不到有效值。
8280
+ */
8281
+ UpdateTime: string;
8282
+ /**
8283
+ * 应用资源类型
8284
+ 注意:此字段可能返回 null,表示取不到有效值。
8285
+ */
8286
+ ApplicationResourceType: string;
8287
+ /**
8288
+ * 应用runtime类型
8289
+ 注意:此字段可能返回 null,表示取不到有效值。
8290
+ */
8291
+ ApplicationRuntimeType: string;
8292
+ /**
8293
+ * Apigateway的serviceId
8294
+ 注意:此字段可能返回 null,表示取不到有效值。
8295
+ */
8296
+ ApigatewayServiceId: string;
8297
+ /**
8298
+ * 应用备注名
8299
+ 注意:此字段可能返回 null,表示取不到有效值。
8300
+ */
8301
+ ApplicationRemarkName: string;
8302
+ /**
8303
+ * 服务配置信息列表
8304
+ 注意:此字段可能返回 null,表示取不到有效值。
8305
+ */
8306
+ ServiceConfigList: Array<ServiceConfig>;
8307
+ }
8308
+ /**
8309
+ * DescribeInvocationMetricScatterPlot请求参数结构体
8310
+ */
8311
+ export interface DescribeInvocationMetricScatterPlotRequest {
8312
+ /**
8313
+ * 查询开始时间
8314
+ */
8315
+ StartTime?: string;
8316
+ /**
8317
+ * 查询结束时间
8318
+ */
8319
+ EndTime?: string;
8320
+ /**
8321
+ * 查询时间粒度,单位秒。可选值:60、3600、86400。
8322
+ */
8323
+ Period?: number;
8324
+ /**
8325
+ * 查询指标维度
8326
+ */
8327
+ MetricDimensions?: Array<MetricDimension>;
8328
+ /**
8329
+ * 查询指标名
8330
+ */
8331
+ Metrics?: Array<Metric>;
8332
+ /**
8333
+ * 视图视角。可选值:SERVER, CLIENT。默认为SERVER
8334
+ */
8335
+ Kind?: string;
7727
8336
  }
7728
8337
  /**
7729
8338
  * CreateTaskFlow返回参数结构体
@@ -7794,6 +8403,39 @@ export interface AddClusterInstancesResponse {
7794
8403
  */
7795
8404
  RequestId?: string;
7796
8405
  }
8406
+ /**
8407
+ * DescribeInvocationMetricDataCurve请求参数结构体
8408
+ */
8409
+ export interface DescribeInvocationMetricDataCurveRequest {
8410
+ /**
8411
+ * 查询开始时间
8412
+ */
8413
+ StartTime?: string;
8414
+ /**
8415
+ * 查询结束时间
8416
+ */
8417
+ EndTime?: string;
8418
+ /**
8419
+ * 查询时间粒度,单位秒可选值:60、3600、86400
8420
+ */
8421
+ Period?: number;
8422
+ /**
8423
+ * 查询指标维度
8424
+ */
8425
+ MetricDimensions?: Array<MetricDimension>;
8426
+ /**
8427
+ * 查询指标名
8428
+ */
8429
+ Metrics?: Array<Metric>;
8430
+ /**
8431
+ * 视图视角。可选值:SERVER, CLIENT。默认为SERVER
8432
+ */
8433
+ Kind?: string;
8434
+ /**
8435
+ * 类型。组件监控使用,可选值:SQL 或者 NoSQL
8436
+ */
8437
+ Type?: string;
8438
+ }
7797
8439
  /**
7798
8440
  * 虚拟机部署组其他字段
7799
8441
  */
@@ -7967,6 +8609,16 @@ export interface DescribeTaskDetailRequest {
7967
8609
  */
7968
8610
  TaskLogId?: string;
7969
8611
  }
8612
+ /**
8613
+ * 多值数据
8614
+ */
8615
+ export interface MultiValue {
8616
+ /**
8617
+ * 数据点
8618
+ 注意:此字段可能返回 null,表示取不到有效值。
8619
+ */
8620
+ Values?: Array<number>;
8621
+ }
7970
8622
  /**
7971
8623
  * DescribePublicConfigReleases请求参数结构体
7972
8624
  */
@@ -8178,6 +8830,23 @@ export interface DescribeServerlessGroupsRequest {
8178
8830
  */
8179
8831
  GroupIdList?: Array<string>;
8180
8832
  }
8833
+ /**
8834
+ * 构成监控数据图的曲线坐标点
8835
+ */
8836
+ export interface CurvePoint {
8837
+ /**
8838
+ * 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"
8839
+ */
8840
+ Label: string;
8841
+ /**
8842
+ * 当前坐标 Y轴的值
8843
+ */
8844
+ Value: string;
8845
+ /**
8846
+ * 该坐标点时间戳
8847
+ */
8848
+ Timestamp: string;
8849
+ }
8181
8850
  /**
8182
8851
  * Cos下载所需信息
8183
8852
  */
@@ -8961,6 +9630,51 @@ export interface DescribeApplicationsResponse {
8961
9630
  */
8962
9631
  RequestId?: string;
8963
9632
  }
9633
+ /**
9634
+ * 服务调用监控指标
9635
+ */
9636
+ export interface InvocationIndicator {
9637
+ /**
9638
+ * 总请求数
9639
+ 注意:此字段可能返回 null,表示取不到有效值。
9640
+ */
9641
+ InvocationQuantity: number;
9642
+ /**
9643
+ * 请求成功率,百分比
9644
+ 注意:此字段可能返回 null,表示取不到有效值。
9645
+ */
9646
+ InvocationSuccessRate: number;
9647
+ /**
9648
+ * 请求平均耗时,单位毫秒
9649
+ 注意:此字段可能返回 null,表示取不到有效值。
9650
+ */
9651
+ InvocationAvgDuration: number;
9652
+ /**
9653
+ * 成功请求数时间分布
9654
+ 注意:此字段可能返回 null,表示取不到有效值。
9655
+ */
9656
+ InvocationSuccessDistribution: Array<IndicatorCoord>;
9657
+ /**
9658
+ * 失败请求数时间分布
9659
+ 注意:此字段可能返回 null,表示取不到有效值。
9660
+ */
9661
+ InvocationFailedDistribution: Array<IndicatorCoord>;
9662
+ /**
9663
+ * 状态码分布
9664
+ 注意:此字段可能返回 null,表示取不到有效值。
9665
+ */
9666
+ InvocationStatusDistribution: Array<IndicatorCoord>;
9667
+ /**
9668
+ * 时延分布
9669
+ 注意:此字段可能返回 null,表示取不到有效值。
9670
+ */
9671
+ InvocationDurationDistribution: Array<IndicatorCoord>;
9672
+ /**
9673
+ * 并发请求次数时间分布
9674
+ 注意:此字段可能返回 null,表示取不到有效值。
9675
+ */
9676
+ InvocationQuantityDistribution: Array<IndicatorCoord>;
9677
+ }
8964
9678
  /**
8965
9679
  * DescribeConfig请求参数结构体
8966
9680
  */
@@ -9461,6 +10175,20 @@ export interface DescribeUnitApiUseDetailResponse {
9461
10175
  */
9462
10176
  RequestId?: string;
9463
10177
  }
10178
+ /**
10179
+ * DescribeInvocationMetricScatterPlot返回参数结构体
10180
+ */
10181
+ export interface DescribeInvocationMetricScatterPlotResponse {
10182
+ /**
10183
+ * 多值时间抽统计指标
10184
+ 注意:此字段可能返回 null,表示取不到有效值。
10185
+ */
10186
+ Result: InvocationMetricScatterPlot;
10187
+ /**
10188
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10189
+ */
10190
+ RequestId?: string;
10191
+ }
9464
10192
  /**
9465
10193
  * DescribeUsableUnitNamespaces请求参数结构体
9466
10194
  */
@@ -9515,6 +10243,20 @@ export interface DescribeContainerGroupsRequest {
9515
10243
  */
9516
10244
  NamespaceId?: string;
9517
10245
  }
10246
+ /**
10247
+ * DescribeJvmMonitor返回参数结构体
10248
+ */
10249
+ export interface DescribeJvmMonitorResponse {
10250
+ /**
10251
+ * Java实例jvm监控数据
10252
+ 注意:此字段可能返回 null,表示取不到有效值。
10253
+ */
10254
+ Result?: JvmMonitorData;
10255
+ /**
10256
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10257
+ */
10258
+ RequestId?: string;
10259
+ }
9518
10260
  /**
9519
10261
  * DisableTaskFlow请求参数结构体
9520
10262
  */
@@ -9615,6 +10357,20 @@ export interface TsfPageApplication {
9615
10357
  */
9616
10358
  Content: Array<ApplicationForPage>;
9617
10359
  }
10360
+ /**
10361
+ * DescribeInvocationMetricDataCurve返回参数结构体
10362
+ */
10363
+ export interface DescribeInvocationMetricDataCurveResponse {
10364
+ /**
10365
+ * 指标监控数据曲线集合
10366
+ 注意:此字段可能返回 null,表示取不到有效值。
10367
+ */
10368
+ Result: Array<MetricDataCurve>;
10369
+ /**
10370
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10371
+ */
10372
+ RequestId?: string;
10373
+ }
9618
10374
  /**
9619
10375
  * DeleteConfig请求参数结构体
9620
10376
  */
@@ -10143,6 +10899,20 @@ export interface ApiRateLimitRule {
10143
10899
  */
10144
10900
  UpdatedTime: string;
10145
10901
  }
10902
+ /**
10903
+ * DescribeInvocationMetricDataPoint返回参数结构体
10904
+ */
10905
+ export interface DescribeInvocationMetricDataPointResponse {
10906
+ /**
10907
+ * 单值指标列表
10908
+ 注意:此字段可能返回 null,表示取不到有效值。
10909
+ */
10910
+ Result: Array<MetricDataSingleValue>;
10911
+ /**
10912
+ * 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
10913
+ */
10914
+ RequestId?: string;
10915
+ }
10146
10916
  /**
10147
10917
  * API分组日使用统计对象数据点
10148
10918
  */
@@ -10864,6 +11634,67 @@ export interface RedoTaskBatchResponse {
10864
11634
  */
10865
11635
  RequestId?: string;
10866
11636
  }
11637
+ /**
11638
+ * DescribeStatistics请求参数结构体
11639
+ */
11640
+ export interface DescribeStatisticsRequest {
11641
+ /**
11642
+ * 类型:Interface、Service、Group、Instance、SQL、NoSQL
11643
+ */
11644
+ Type: string;
11645
+ /**
11646
+ * 步长,单位s:60、3600、86400
11647
+ */
11648
+ TimeStep: number;
11649
+ /**
11650
+ * 偏移量,取值范围大于等于0,默认值为0
11651
+ */
11652
+ Offset: number;
11653
+ /**
11654
+ * 单页请求配置数量,取值范围[1, 50],默认值为10
11655
+ */
11656
+ Limit: number;
11657
+ /**
11658
+ * 命名空间Id
11659
+ */
11660
+ NamespaceId?: string;
11661
+ /**
11662
+ * 排序字段:AvgTimeConsuming[默认]、RequestCount、ErrorRate。实例监控还支持 CpuPercent
11663
+ */
11664
+ OrderBy?: string;
11665
+ /**
11666
+ * 排序方式:ASC:0、DESC:1
11667
+ */
11668
+ OrderType?: number;
11669
+ /**
11670
+ * 开始时间:年月日 时分秒2020-05-12 14:43:12
11671
+ */
11672
+ EndTime?: string;
11673
+ /**
11674
+ * 开始时间:年月日 时分秒2020-05-12 14:43:12
11675
+ */
11676
+ StartTime?: string;
11677
+ /**
11678
+ * 服务名称
11679
+ */
11680
+ ServiceName?: string;
11681
+ /**
11682
+ * 搜索关键词
11683
+ */
11684
+ SearchWord?: string;
11685
+ /**
11686
+ * 维度
11687
+ */
11688
+ MetricDimensionValues?: Array<MetricDimensionValue>;
11689
+ /**
11690
+ * 聚合关键词
11691
+ */
11692
+ BucketKey?: string;
11693
+ /**
11694
+ * 数据库
11695
+ */
11696
+ DbName?: string;
11697
+ }
10867
11698
  /**
10868
11699
  * DescribeMicroservice返回参数结构体
10869
11700
  */
@@ -10934,6 +11765,23 @@ export interface DescribeImageTagsRequest {
10934
11765
  */
10935
11766
  TcrRepoInfo?: TcrRepoInfo;
10936
11767
  }
11768
+ /**
11769
+ * Jvm监控内存数据封装
11770
+ */
11771
+ export interface MemoryPicture {
11772
+ /**
11773
+ * 内存最大值
11774
+ */
11775
+ Max: Array<CurvePoint>;
11776
+ /**
11777
+ * 已用内存大小
11778
+ */
11779
+ Used: Array<CurvePoint>;
11780
+ /**
11781
+ * 系统分配内存大小
11782
+ */
11783
+ Committed: Array<CurvePoint>;
11784
+ }
10937
11785
  /**
10938
11786
  * DescribeConfigSummary返回参数结构体
10939
11787
  */