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.
- package/CHANGELOG.md +434 -0
- package/SERVICE_CHANGELOG.md +477 -40
- package/package.json +1 -1
- package/products.md +25 -23
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ame/v20190916/ame_models.ts +10 -2
- package/src/services/antiddos/v20200309/antiddos_client.ts +127 -53
- package/src/services/antiddos/v20200309/antiddos_models.ts +361 -31
- package/src/services/apigateway/v20180808/apigateway_client.ts +75 -6
- package/src/services/apigateway/v20180808/apigateway_models.ts +617 -45
- package/src/services/as/v20180419/as_models.ts +1 -1
- package/src/services/billing/v20180709/billing_models.ts +12 -0
- package/src/services/cam/v20190116/cam_client.ts +12 -0
- package/src/services/cam/v20190116/cam_models.ts +31 -1
- package/src/services/cdb/v20170320/cdb_models.ts +1 -1
- package/src/services/clb/v20180317/clb_client.ts +0 -3
- package/src/services/cloudaudit/v20190319/cloudaudit_client.ts +43 -7
- package/src/services/cloudaudit/v20190319/cloudaudit_models.ts +109 -64
- package/src/services/cls/v20201016/cls_client.ts +1 -1
- package/src/services/cls/v20201016/cls_models.ts +38 -27
- package/src/services/dcdb/v20180411/dcdb_client.ts +36 -12
- package/src/services/dcdb/v20180411/dcdb_models.ts +60 -0
- package/src/services/ess/index.ts +5 -0
- package/src/services/ess/v20201111/ess_client.ts +148 -0
- package/src/services/ess/v20201111/ess_models.ts +857 -0
- package/src/services/ess/v20201111/index.ts +6 -0
- package/src/services/gme/v20180711/gme_client.ts +36 -0
- package/src/services/gme/v20180711/gme_models.ts +126 -0
- package/src/services/index.ts +2 -0
- package/src/services/mariadb/v20170312/mariadb_client.ts +31 -7
- package/src/services/mariadb/v20170312/mariadb_models.ts +233 -173
- package/src/services/monitor/v20180724/monitor_client.ts +1 -1
- package/src/services/monitor/v20180724/monitor_models.ts +1 -1
- package/src/services/rum/v20210622/rum_models.ts +1 -1
- package/src/services/tcss/v20201101/tcss_models.ts +26 -0
- package/src/services/tdcpg/index.ts +5 -0
- package/src/services/tdcpg/v20211118/index.ts +6 -0
- package/src/services/tdcpg/v20211118/tdcpg_client.ts +345 -0
- package/src/services/tdcpg/v20211118/tdcpg_models.ts +1320 -0
- package/src/services/tdid/v20210519/tdid_client.ts +64 -14
- package/src/services/tdid/v20210519/tdid_models.ts +205 -17
- package/src/services/tem/v20210701/tem_models.ts +5 -0
- package/src/services/tsf/v20180326/tsf_client.ts +128 -15
- package/src/services/tsf/v20180326/tsf_models.ts +1116 -112
- package/src/services/vpc/v20170312/vpc_models.ts +3 -2
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ame/v20190916/ame_models.d.ts +9 -2
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +41 -17
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.js +60 -24
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +307 -29
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +21 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +30 -0
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +520 -41
- package/tencentcloud/services/as/v20180419/as_models.d.ts +1 -1
- package/tencentcloud/services/billing/v20180709/billing_models.d.ts +10 -0
- package/tencentcloud/services/cam/v20190116/cam_client.d.ts +5 -1
- package/tencentcloud/services/cam/v20190116/cam_client.js +6 -0
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +26 -1
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_client.d.ts +0 -3
- package/tencentcloud/services/clb/v20180317/clb_client.js +0 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.d.ts +15 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_client.js +21 -3
- package/tencentcloud/services/cloudaudit/v20190319/cloudaudit_models.d.ts +91 -52
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +1 -1
- package/tencentcloud/services/cls/v20201016/cls_client.js +1 -1
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +35 -24
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.d.ts +13 -5
- package/tencentcloud/services/dcdb/v20180411/dcdb_client.js +18 -6
- package/tencentcloud/services/dcdb/v20180411/dcdb_models.d.ts +52 -0
- package/tencentcloud/services/ess/index.d.ts +6 -0
- package/tencentcloud/services/ess/index.js +7 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +46 -0
- package/tencentcloud/services/ess/v20201111/ess_client.js +85 -0
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +707 -0
- package/tencentcloud/services/ess/v20201111/ess_models.js +18 -0
- package/tencentcloud/services/ess/v20201111/index.d.ts +6 -0
- package/tencentcloud/services/ess/v20201111/index.js +9 -0
- package/tencentcloud/services/gme/v20180711/gme_client.d.ts +13 -1
- package/tencentcloud/services/gme/v20180711/gme_client.js +18 -0
- package/tencentcloud/services/gme/v20180711/gme_models.d.ts +107 -0
- package/tencentcloud/services/index.d.ts +2 -0
- package/tencentcloud/services/index.js +4 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.d.ts +9 -1
- package/tencentcloud/services/mariadb/v20170312/mariadb_client.js +12 -0
- package/tencentcloud/services/mariadb/v20170312/mariadb_models.d.ts +198 -146
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +1 -1
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +1 -1
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +1 -1
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +21 -0
- package/tencentcloud/services/tdcpg/index.d.ts +6 -0
- package/tencentcloud/services/tdcpg/index.js +7 -0
- package/tencentcloud/services/tdcpg/v20211118/index.d.ts +6 -0
- package/tencentcloud/services/tdcpg/v20211118/index.js +9 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.d.ts +116 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_client.js +187 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.d.ts +1111 -0
- package/tencentcloud/services/tdcpg/v20211118/tdcpg_models.js +18 -0
- package/tencentcloud/services/tdid/v20210519/tdid_client.d.ts +22 -5
- package/tencentcloud/services/tdid/v20210519/tdid_client.js +31 -6
- package/tencentcloud/services/tdid/v20210519/tdid_models.d.ts +175 -15
- package/tencentcloud/services/tem/v20210701/tem_models.d.ts +4 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +37 -5
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +54 -6
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +934 -86
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -0
- package/test/antiddos.v20200309.test.js +76 -16
- package/test/apigateway.v20180808.test.js +50 -0
- package/test/cam.v20190116.test.js +10 -0
- package/test/cloudaudit.v20190319.test.js +32 -2
- package/test/dcdb.v20180411.test.js +24 -4
- package/test/ess.v20201111.test.js +111 -0
- package/test/gme.v20180711.test.js +30 -0
- package/test/mariadb.v20170312.test.js +20 -0
- package/test/tdcpg.v20211118.test.js +271 -0
- package/test/tdid.v20210519.test.js +44 -4
- package/test/tsf.v20180326.test.js +84 -4
|
@@ -616,6 +616,21 @@ export interface ReleaseFileConfigRequest {
|
|
|
616
616
|
ReleaseDesc?: string
|
|
617
617
|
}
|
|
618
618
|
|
|
619
|
+
/**
|
|
620
|
+
* DescribeInvocationMetricDataDimension返回参数结构体
|
|
621
|
+
*/
|
|
622
|
+
export interface DescribeInvocationMetricDataDimensionResponse {
|
|
623
|
+
/**
|
|
624
|
+
* 维度
|
|
625
|
+
*/
|
|
626
|
+
Result: TsfPageDimension
|
|
627
|
+
|
|
628
|
+
/**
|
|
629
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
630
|
+
*/
|
|
631
|
+
RequestId?: string
|
|
632
|
+
}
|
|
633
|
+
|
|
619
634
|
/**
|
|
620
635
|
* SearchStdoutLog返回参数结构体
|
|
621
636
|
*/
|
|
@@ -715,6 +730,46 @@ export interface DescribeGroupBindedGatewaysResponse {
|
|
|
715
730
|
RequestId?: string
|
|
716
731
|
}
|
|
717
732
|
|
|
733
|
+
/**
|
|
734
|
+
* DescribeJvmMonitor请求参数结构体
|
|
735
|
+
*/
|
|
736
|
+
export interface DescribeJvmMonitorRequest {
|
|
737
|
+
/**
|
|
738
|
+
* 查询的实例Id
|
|
739
|
+
*/
|
|
740
|
+
InstanceId: string
|
|
741
|
+
|
|
742
|
+
/**
|
|
743
|
+
* 实例所属应用Id
|
|
744
|
+
*/
|
|
745
|
+
ApplicationId: string
|
|
746
|
+
|
|
747
|
+
/**
|
|
748
|
+
* 时间粒度,单位:秒
|
|
749
|
+
*/
|
|
750
|
+
TimeGranularity: number
|
|
751
|
+
|
|
752
|
+
/**
|
|
753
|
+
* 查询数据起始时间格式(yyyy-MM-dd HH:mm:ss)
|
|
754
|
+
*/
|
|
755
|
+
From: string
|
|
756
|
+
|
|
757
|
+
/**
|
|
758
|
+
* 查询数据结束时间格式(yyyy-MM-dd HH:mm:ss)
|
|
759
|
+
*/
|
|
760
|
+
To: string
|
|
761
|
+
|
|
762
|
+
/**
|
|
763
|
+
* 查询的监控图列表,以返回值属性名作为入参
|
|
764
|
+
*/
|
|
765
|
+
RequiredPictures: Array<string>
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* 扩展字段
|
|
769
|
+
*/
|
|
770
|
+
Tag?: string
|
|
771
|
+
}
|
|
772
|
+
|
|
718
773
|
/**
|
|
719
774
|
* UnbindApiGroup请求参数结构体
|
|
720
775
|
*/
|
|
@@ -1126,6 +1181,32 @@ export interface DescribeRepositoriesRequest {
|
|
|
1126
1181
|
RepositoryType?: string
|
|
1127
1182
|
}
|
|
1128
1183
|
|
|
1184
|
+
/**
|
|
1185
|
+
* 监控数据散点图
|
|
1186
|
+
*/
|
|
1187
|
+
export interface InvocationMetricScatterPlot {
|
|
1188
|
+
/**
|
|
1189
|
+
* 时间轴截止时间,GMT,精确到毫秒
|
|
1190
|
+
*/
|
|
1191
|
+
EndTime: number
|
|
1192
|
+
|
|
1193
|
+
/**
|
|
1194
|
+
* 时间粒度
|
|
1195
|
+
*/
|
|
1196
|
+
StartTime: number
|
|
1197
|
+
|
|
1198
|
+
/**
|
|
1199
|
+
* 时间轴开始时间,GMT,精确到毫秒
|
|
1200
|
+
*/
|
|
1201
|
+
Period: number
|
|
1202
|
+
|
|
1203
|
+
/**
|
|
1204
|
+
* 多值数据点集合
|
|
1205
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1206
|
+
*/
|
|
1207
|
+
DataPoints: Array<MultiValueDataPoints>
|
|
1208
|
+
}
|
|
1209
|
+
|
|
1129
1210
|
/**
|
|
1130
1211
|
* RollbackConfig请求参数结构体
|
|
1131
1212
|
*/
|
|
@@ -1503,86 +1584,43 @@ export interface DescribeServerlessGroupsResponse {
|
|
|
1503
1584
|
}
|
|
1504
1585
|
|
|
1505
1586
|
/**
|
|
1506
|
-
*
|
|
1587
|
+
* ModifyLaneRule请求参数结构体
|
|
1507
1588
|
*/
|
|
1508
|
-
export interface
|
|
1509
|
-
/**
|
|
1510
|
-
* 应用ID
|
|
1511
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1512
|
-
*/
|
|
1513
|
-
ApplicationId: string
|
|
1514
|
-
|
|
1515
|
-
/**
|
|
1516
|
-
* 应用名称
|
|
1517
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1518
|
-
*/
|
|
1519
|
-
ApplicationName: string
|
|
1520
|
-
|
|
1521
|
-
/**
|
|
1522
|
-
* 应用描述
|
|
1523
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1524
|
-
*/
|
|
1525
|
-
ApplicationDesc: string
|
|
1526
|
-
|
|
1527
|
-
/**
|
|
1528
|
-
* 应用类型
|
|
1529
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1530
|
-
*/
|
|
1531
|
-
ApplicationType: string
|
|
1532
|
-
|
|
1533
|
-
/**
|
|
1534
|
-
* 微服务类型
|
|
1535
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1536
|
-
*/
|
|
1537
|
-
MicroserviceType: string
|
|
1538
|
-
|
|
1539
|
-
/**
|
|
1540
|
-
* 编程语言
|
|
1541
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1542
|
-
*/
|
|
1543
|
-
ProgLang: string
|
|
1544
|
-
|
|
1589
|
+
export interface ModifyLaneRuleRequest {
|
|
1545
1590
|
/**
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
CreateTime: string
|
|
1591
|
+
* 泳道规则ID
|
|
1592
|
+
*/
|
|
1593
|
+
RuleId: string
|
|
1550
1594
|
|
|
1551
1595
|
/**
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
UpdateTime: string
|
|
1596
|
+
* 泳道规则名称
|
|
1597
|
+
*/
|
|
1598
|
+
RuleName: string
|
|
1556
1599
|
|
|
1557
1600
|
/**
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
ApplicationResourceType: string
|
|
1601
|
+
* 泳道规则备注
|
|
1602
|
+
*/
|
|
1603
|
+
Remark: string
|
|
1562
1604
|
|
|
1563
1605
|
/**
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
ApplicationRuntimeType: string
|
|
1606
|
+
* 泳道规则标签列表
|
|
1607
|
+
*/
|
|
1608
|
+
RuleTagList: Array<LaneRuleTag>
|
|
1568
1609
|
|
|
1569
1610
|
/**
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
ApigatewayServiceId: string
|
|
1611
|
+
* 泳道规则标签关系
|
|
1612
|
+
*/
|
|
1613
|
+
RuleTagRelationship: string
|
|
1574
1614
|
|
|
1575
1615
|
/**
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
ApplicationRemarkName: string
|
|
1616
|
+
* 泳道ID
|
|
1617
|
+
*/
|
|
1618
|
+
LaneId: string
|
|
1580
1619
|
|
|
1581
1620
|
/**
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
ServiceConfigList: Array<ServiceConfig>
|
|
1621
|
+
* 开启状态
|
|
1622
|
+
*/
|
|
1623
|
+
Enable: boolean
|
|
1586
1624
|
}
|
|
1587
1625
|
|
|
1588
1626
|
/**
|
|
@@ -2349,6 +2387,21 @@ export interface UpdateApiTimeoutsResponse {
|
|
|
2349
2387
|
RequestId?: string
|
|
2350
2388
|
}
|
|
2351
2389
|
|
|
2390
|
+
/**
|
|
2391
|
+
* 维度分页
|
|
2392
|
+
*/
|
|
2393
|
+
export interface TsfPageDimension {
|
|
2394
|
+
/**
|
|
2395
|
+
* 总数
|
|
2396
|
+
*/
|
|
2397
|
+
TotalCount: number
|
|
2398
|
+
|
|
2399
|
+
/**
|
|
2400
|
+
* 维度
|
|
2401
|
+
*/
|
|
2402
|
+
Content: Array<string>
|
|
2403
|
+
}
|
|
2404
|
+
|
|
2352
2405
|
/**
|
|
2353
2406
|
* 微服务网关单元化规则
|
|
2354
2407
|
*/
|
|
@@ -2450,6 +2503,36 @@ export interface DescribeContainerGroupDeployInfoResponse {
|
|
|
2450
2503
|
RequestId?: string
|
|
2451
2504
|
}
|
|
2452
2505
|
|
|
2506
|
+
/**
|
|
2507
|
+
* DescribeOverviewInvocation请求参数结构体
|
|
2508
|
+
*/
|
|
2509
|
+
export interface DescribeOverviewInvocationRequest {
|
|
2510
|
+
/**
|
|
2511
|
+
* 命名空间ID
|
|
2512
|
+
*/
|
|
2513
|
+
NamespaceId?: string
|
|
2514
|
+
|
|
2515
|
+
/**
|
|
2516
|
+
* 监控统计类型,可选值:SumReqAmount、AvgFailureRate、AvgTimeCost,分别对应请求量、请求错误率、平均响应耗时
|
|
2517
|
+
*/
|
|
2518
|
+
Type?: string
|
|
2519
|
+
|
|
2520
|
+
/**
|
|
2521
|
+
* 监控统计数据粒度,可选值:60、3600、86400,分别对应1分钟、1小时、1天
|
|
2522
|
+
*/
|
|
2523
|
+
Period?: number
|
|
2524
|
+
|
|
2525
|
+
/**
|
|
2526
|
+
* 查询开始时间,默认为当天的 00:00:00
|
|
2527
|
+
*/
|
|
2528
|
+
StartTime?: string
|
|
2529
|
+
|
|
2530
|
+
/**
|
|
2531
|
+
* 查询结束时间,默认为当前时间
|
|
2532
|
+
*/
|
|
2533
|
+
EndTime?: string
|
|
2534
|
+
}
|
|
2535
|
+
|
|
2453
2536
|
/**
|
|
2454
2537
|
* 任务最近一次执行状态
|
|
2455
2538
|
*/
|
|
@@ -2578,6 +2661,71 @@ export interface ImageRepository {
|
|
|
2578
2661
|
ApplicationName: ScalableRule
|
|
2579
2662
|
}
|
|
2580
2663
|
|
|
2664
|
+
/**
|
|
2665
|
+
* DescribeInovcationIndicators请求参数结构体
|
|
2666
|
+
*/
|
|
2667
|
+
export interface DescribeInovcationIndicatorsRequest {
|
|
2668
|
+
/**
|
|
2669
|
+
* 维度
|
|
2670
|
+
*/
|
|
2671
|
+
Dimension: string
|
|
2672
|
+
|
|
2673
|
+
/**
|
|
2674
|
+
* 开始时间
|
|
2675
|
+
*/
|
|
2676
|
+
StartTime: string
|
|
2677
|
+
|
|
2678
|
+
/**
|
|
2679
|
+
* 结束时间
|
|
2680
|
+
*/
|
|
2681
|
+
EndTime: string
|
|
2682
|
+
|
|
2683
|
+
/**
|
|
2684
|
+
* 命名空间ID
|
|
2685
|
+
*/
|
|
2686
|
+
NamespaceId?: string
|
|
2687
|
+
|
|
2688
|
+
/**
|
|
2689
|
+
* 微服务ID
|
|
2690
|
+
*/
|
|
2691
|
+
ServiceId?: string
|
|
2692
|
+
|
|
2693
|
+
/**
|
|
2694
|
+
* 调用方服务名
|
|
2695
|
+
*/
|
|
2696
|
+
CallerServiceName?: string
|
|
2697
|
+
|
|
2698
|
+
/**
|
|
2699
|
+
* 被调方服务名
|
|
2700
|
+
*/
|
|
2701
|
+
CalleeServiceName?: string
|
|
2702
|
+
|
|
2703
|
+
/**
|
|
2704
|
+
* 调用方接口名
|
|
2705
|
+
*/
|
|
2706
|
+
CallerInterfaceName?: string
|
|
2707
|
+
|
|
2708
|
+
/**
|
|
2709
|
+
* 被调方接口名
|
|
2710
|
+
*/
|
|
2711
|
+
CalleeInterfaceName?: string
|
|
2712
|
+
|
|
2713
|
+
/**
|
|
2714
|
+
* 应用ID
|
|
2715
|
+
*/
|
|
2716
|
+
ApplicationId?: string
|
|
2717
|
+
|
|
2718
|
+
/**
|
|
2719
|
+
* 部署组ID
|
|
2720
|
+
*/
|
|
2721
|
+
GroupId?: string
|
|
2722
|
+
|
|
2723
|
+
/**
|
|
2724
|
+
* 实例ID
|
|
2725
|
+
*/
|
|
2726
|
+
InstanceId?: string
|
|
2727
|
+
}
|
|
2728
|
+
|
|
2581
2729
|
/**
|
|
2582
2730
|
* CreatePublicConfig返回参数结构体
|
|
2583
2731
|
*/
|
|
@@ -2922,6 +3070,22 @@ export interface DisableTaskRequest {
|
|
|
2922
3070
|
TaskId: string
|
|
2923
3071
|
}
|
|
2924
3072
|
|
|
3073
|
+
/**
|
|
3074
|
+
* DescribeStatistics返回参数结构体
|
|
3075
|
+
*/
|
|
3076
|
+
export interface DescribeStatisticsResponse {
|
|
3077
|
+
/**
|
|
3078
|
+
* 查询服务统计结果
|
|
3079
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3080
|
+
*/
|
|
3081
|
+
Result: ServiceStatisticsResults
|
|
3082
|
+
|
|
3083
|
+
/**
|
|
3084
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3085
|
+
*/
|
|
3086
|
+
RequestId?: string
|
|
3087
|
+
}
|
|
3088
|
+
|
|
2925
3089
|
/**
|
|
2926
3090
|
* DescribeBasicResourceUsage返回参数结构体
|
|
2927
3091
|
*/
|
|
@@ -3697,6 +3861,23 @@ export interface DescribeMicroserviceRequest {
|
|
|
3697
3861
|
GroupIds?: Array<string>
|
|
3698
3862
|
}
|
|
3699
3863
|
|
|
3864
|
+
/**
|
|
3865
|
+
* Tsf分页集群对象
|
|
3866
|
+
*/
|
|
3867
|
+
export interface TsfPageCluster {
|
|
3868
|
+
/**
|
|
3869
|
+
* 总条数
|
|
3870
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3871
|
+
*/
|
|
3872
|
+
TotalCount: number
|
|
3873
|
+
|
|
3874
|
+
/**
|
|
3875
|
+
* 集群列表
|
|
3876
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3877
|
+
*/
|
|
3878
|
+
Content: Array<Cluster>
|
|
3879
|
+
}
|
|
3880
|
+
|
|
3700
3881
|
/**
|
|
3701
3882
|
* DescribePodInstances返回参数结构体
|
|
3702
3883
|
*/
|
|
@@ -3789,6 +3970,36 @@ export interface FileConfigRelease {
|
|
|
3789
3970
|
ClusterName?: string
|
|
3790
3971
|
}
|
|
3791
3972
|
|
|
3973
|
+
/**
|
|
3974
|
+
* DescribeInvocationMetricDataPoint请求参数结构体
|
|
3975
|
+
*/
|
|
3976
|
+
export interface DescribeInvocationMetricDataPointRequest {
|
|
3977
|
+
/**
|
|
3978
|
+
* 开始时间
|
|
3979
|
+
*/
|
|
3980
|
+
StartTime: string
|
|
3981
|
+
|
|
3982
|
+
/**
|
|
3983
|
+
* 结束时间
|
|
3984
|
+
*/
|
|
3985
|
+
EndTime: string
|
|
3986
|
+
|
|
3987
|
+
/**
|
|
3988
|
+
* 维度
|
|
3989
|
+
*/
|
|
3990
|
+
MetricDimensionValues: Array<MetricDimensionValue>
|
|
3991
|
+
|
|
3992
|
+
/**
|
|
3993
|
+
* 指标
|
|
3994
|
+
*/
|
|
3995
|
+
Metrics: Array<Metric>
|
|
3996
|
+
|
|
3997
|
+
/**
|
|
3998
|
+
* 调用视角。可选值:SERVER, CLIENT。默认为SERVER
|
|
3999
|
+
*/
|
|
4000
|
+
Kind?: string
|
|
4001
|
+
}
|
|
4002
|
+
|
|
3792
4003
|
/**
|
|
3793
4004
|
* DescribeRepositories返回参数结构体
|
|
3794
4005
|
*/
|
|
@@ -3900,6 +4111,137 @@ export interface StopTaskBatchResponse {
|
|
|
3900
4111
|
RequestId?: string
|
|
3901
4112
|
}
|
|
3902
4113
|
|
|
4114
|
+
/**
|
|
4115
|
+
* 服务统计结果
|
|
4116
|
+
*/
|
|
4117
|
+
export interface ServiceStatisticsResult {
|
|
4118
|
+
/**
|
|
4119
|
+
* 请求模版路径:type为接口时返回,服务时不返回
|
|
4120
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4121
|
+
*/
|
|
4122
|
+
Path: string
|
|
4123
|
+
|
|
4124
|
+
/**
|
|
4125
|
+
* 请求方法:type为接口时返回,服务时不返回
|
|
4126
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4127
|
+
*/
|
|
4128
|
+
Method: string
|
|
4129
|
+
|
|
4130
|
+
/**
|
|
4131
|
+
* 微服务Id
|
|
4132
|
+
*/
|
|
4133
|
+
MicroserviceId: string
|
|
4134
|
+
|
|
4135
|
+
/**
|
|
4136
|
+
* 微服务名称
|
|
4137
|
+
*/
|
|
4138
|
+
MicroserviceName: string
|
|
4139
|
+
|
|
4140
|
+
/**
|
|
4141
|
+
* 请求数
|
|
4142
|
+
*/
|
|
4143
|
+
RequestCount: number
|
|
4144
|
+
|
|
4145
|
+
/**
|
|
4146
|
+
* 请求错误率,不带百分号
|
|
4147
|
+
*/
|
|
4148
|
+
ErrorRate: number
|
|
4149
|
+
|
|
4150
|
+
/**
|
|
4151
|
+
* 平均响应耗时ms
|
|
4152
|
+
*/
|
|
4153
|
+
AvgTimeConsuming: number
|
|
4154
|
+
|
|
4155
|
+
/**
|
|
4156
|
+
* 响应耗时曲线
|
|
4157
|
+
*/
|
|
4158
|
+
MetricDataCurves: Array<MetricDataCurve>
|
|
4159
|
+
|
|
4160
|
+
/**
|
|
4161
|
+
* 实例id
|
|
4162
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4163
|
+
*/
|
|
4164
|
+
InstanceId: string
|
|
4165
|
+
|
|
4166
|
+
/**
|
|
4167
|
+
* 实例name
|
|
4168
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4169
|
+
*/
|
|
4170
|
+
InstanceName: string
|
|
4171
|
+
|
|
4172
|
+
/**
|
|
4173
|
+
* 部署组id
|
|
4174
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4175
|
+
*/
|
|
4176
|
+
GroupId: string
|
|
4177
|
+
|
|
4178
|
+
/**
|
|
4179
|
+
* 部署组name
|
|
4180
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4181
|
+
*/
|
|
4182
|
+
GroupName: string
|
|
4183
|
+
|
|
4184
|
+
/**
|
|
4185
|
+
* 部署组类型
|
|
4186
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4187
|
+
*/
|
|
4188
|
+
ClusterType: string
|
|
4189
|
+
|
|
4190
|
+
/**
|
|
4191
|
+
* 部署组是否存在
|
|
4192
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4193
|
+
*/
|
|
4194
|
+
GroupExist: number
|
|
4195
|
+
|
|
4196
|
+
/**
|
|
4197
|
+
* 实例是否存在,仅限cvm
|
|
4198
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4199
|
+
*/
|
|
4200
|
+
InstanceExist: number
|
|
4201
|
+
|
|
4202
|
+
/**
|
|
4203
|
+
* 应用id
|
|
4204
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4205
|
+
*/
|
|
4206
|
+
ApplicationId: string
|
|
4207
|
+
|
|
4208
|
+
/**
|
|
4209
|
+
* 微服务类型
|
|
4210
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4211
|
+
*/
|
|
4212
|
+
MicroserviceType: string
|
|
4213
|
+
|
|
4214
|
+
/**
|
|
4215
|
+
* cpu使用率
|
|
4216
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4217
|
+
*/
|
|
4218
|
+
CpuPercent: number
|
|
4219
|
+
|
|
4220
|
+
/**
|
|
4221
|
+
* 已用堆大小,单位KB
|
|
4222
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4223
|
+
*/
|
|
4224
|
+
HeapUsed: number
|
|
4225
|
+
|
|
4226
|
+
/**
|
|
4227
|
+
* 数据库
|
|
4228
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4229
|
+
*/
|
|
4230
|
+
DbName: string
|
|
4231
|
+
|
|
4232
|
+
/**
|
|
4233
|
+
* Script值
|
|
4234
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4235
|
+
*/
|
|
4236
|
+
Script: string
|
|
4237
|
+
|
|
4238
|
+
/**
|
|
4239
|
+
* 数据库类型
|
|
4240
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4241
|
+
*/
|
|
4242
|
+
DbType: string
|
|
4243
|
+
}
|
|
4244
|
+
|
|
3903
4245
|
/**
|
|
3904
4246
|
* CreateContainGroup返回参数结构体
|
|
3905
4247
|
*/
|
|
@@ -4480,20 +4822,26 @@ export interface DescribeFlowLastBatchStateRequest {
|
|
|
4480
4822
|
}
|
|
4481
4823
|
|
|
4482
4824
|
/**
|
|
4483
|
-
*
|
|
4825
|
+
* 指标监控数据曲线
|
|
4484
4826
|
*/
|
|
4485
|
-
export interface
|
|
4827
|
+
export interface MetricDataCurve {
|
|
4486
4828
|
/**
|
|
4487
|
-
*
|
|
4829
|
+
* 指标名称
|
|
4488
4830
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4489
4831
|
*/
|
|
4490
|
-
|
|
4832
|
+
MetricName: string
|
|
4491
4833
|
|
|
4492
4834
|
/**
|
|
4493
|
-
*
|
|
4835
|
+
* 指标计算方式
|
|
4494
4836
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
4495
4837
|
*/
|
|
4496
|
-
|
|
4838
|
+
MetricFunction: string
|
|
4839
|
+
|
|
4840
|
+
/**
|
|
4841
|
+
* 指标数据点集合
|
|
4842
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4843
|
+
*/
|
|
4844
|
+
MetricDataPoints: Array<MetricDataPoint>
|
|
4497
4845
|
}
|
|
4498
4846
|
|
|
4499
4847
|
/**
|
|
@@ -4935,6 +5283,39 @@ export interface UpdateApiTimeoutsRequest {
|
|
|
4935
5283
|
Timeout?: number
|
|
4936
5284
|
}
|
|
4937
5285
|
|
|
5286
|
+
/**
|
|
5287
|
+
* 指标
|
|
5288
|
+
*/
|
|
5289
|
+
export interface Metric {
|
|
5290
|
+
/**
|
|
5291
|
+
* 指标名称
|
|
5292
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5293
|
+
*/
|
|
5294
|
+
Name?: string
|
|
5295
|
+
|
|
5296
|
+
/**
|
|
5297
|
+
* 指标计算方式
|
|
5298
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5299
|
+
*/
|
|
5300
|
+
Function?: string
|
|
5301
|
+
}
|
|
5302
|
+
|
|
5303
|
+
/**
|
|
5304
|
+
* DescribeOverviewInvocation返回参数结构体
|
|
5305
|
+
*/
|
|
5306
|
+
export interface DescribeOverviewInvocationResponse {
|
|
5307
|
+
/**
|
|
5308
|
+
* 监控统计数据列表
|
|
5309
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5310
|
+
*/
|
|
5311
|
+
Result: Array<MetricDataPoint>
|
|
5312
|
+
|
|
5313
|
+
/**
|
|
5314
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5315
|
+
*/
|
|
5316
|
+
RequestId?: string
|
|
5317
|
+
}
|
|
5318
|
+
|
|
4938
5319
|
/**
|
|
4939
5320
|
* DescribeSimpleNamespaces请求参数结构体
|
|
4940
5321
|
*/
|
|
@@ -5274,6 +5655,29 @@ export interface DescribeImageRepositoryRequest {
|
|
|
5274
5655
|
TcrRepoInfo?: TcrRepoInfo
|
|
5275
5656
|
}
|
|
5276
5657
|
|
|
5658
|
+
/**
|
|
5659
|
+
* 监控指标坐标
|
|
5660
|
+
*/
|
|
5661
|
+
export interface IndicatorCoord {
|
|
5662
|
+
/**
|
|
5663
|
+
* 指标横坐标值
|
|
5664
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5665
|
+
*/
|
|
5666
|
+
CoordX: string
|
|
5667
|
+
|
|
5668
|
+
/**
|
|
5669
|
+
* 指标纵坐标值
|
|
5670
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5671
|
+
*/
|
|
5672
|
+
CoordY: string
|
|
5673
|
+
|
|
5674
|
+
/**
|
|
5675
|
+
* 指标标签,用于标识附加信息
|
|
5676
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5677
|
+
*/
|
|
5678
|
+
CoordTag: string
|
|
5679
|
+
}
|
|
5680
|
+
|
|
5277
5681
|
/**
|
|
5278
5682
|
* 单元化规则翻页对象
|
|
5279
5683
|
|
|
@@ -5340,6 +5744,77 @@ export interface DescribeContainerGroupDetailRequest {
|
|
|
5340
5744
|
GroupId: string
|
|
5341
5745
|
}
|
|
5342
5746
|
|
|
5747
|
+
/**
|
|
5748
|
+
* DescribeJvmMonitor查询jvm监控数据接口返回数据封装
|
|
5749
|
+
*/
|
|
5750
|
+
export interface JvmMonitorData {
|
|
5751
|
+
/**
|
|
5752
|
+
* 堆内存监控图,三条线
|
|
5753
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5754
|
+
*/
|
|
5755
|
+
HeapMemory: MemoryPicture
|
|
5756
|
+
|
|
5757
|
+
/**
|
|
5758
|
+
* 非堆内存监控图,三条线
|
|
5759
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5760
|
+
*/
|
|
5761
|
+
NonHeapMemory: MemoryPicture
|
|
5762
|
+
|
|
5763
|
+
/**
|
|
5764
|
+
* 伊甸园区监控图,三条线
|
|
5765
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5766
|
+
*/
|
|
5767
|
+
EdenSpace: MemoryPicture
|
|
5768
|
+
|
|
5769
|
+
/**
|
|
5770
|
+
* 幸存者区监控图,三条线
|
|
5771
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5772
|
+
*/
|
|
5773
|
+
SurvivorSpace: MemoryPicture
|
|
5774
|
+
|
|
5775
|
+
/**
|
|
5776
|
+
* 老年代监控图,三条线
|
|
5777
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5778
|
+
*/
|
|
5779
|
+
OldSpace: MemoryPicture
|
|
5780
|
+
|
|
5781
|
+
/**
|
|
5782
|
+
* 元空间监控图,三条线
|
|
5783
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5784
|
+
*/
|
|
5785
|
+
MetaSpace: MemoryPicture
|
|
5786
|
+
|
|
5787
|
+
/**
|
|
5788
|
+
* 线程监控图,三条线
|
|
5789
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5790
|
+
*/
|
|
5791
|
+
ThreadPicture: ThreadPicture
|
|
5792
|
+
|
|
5793
|
+
/**
|
|
5794
|
+
* youngGC增量监控图,一条线
|
|
5795
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5796
|
+
*/
|
|
5797
|
+
YoungGC: Array<CurvePoint>
|
|
5798
|
+
|
|
5799
|
+
/**
|
|
5800
|
+
* fullGC增量监控图,一条线
|
|
5801
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5802
|
+
*/
|
|
5803
|
+
FullGC: Array<CurvePoint>
|
|
5804
|
+
|
|
5805
|
+
/**
|
|
5806
|
+
* cpu使用率,一条线
|
|
5807
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5808
|
+
*/
|
|
5809
|
+
CpuUsage: Array<CurvePoint>
|
|
5810
|
+
|
|
5811
|
+
/**
|
|
5812
|
+
* 加载类数,一条线
|
|
5813
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5814
|
+
*/
|
|
5815
|
+
ClassCount: Array<CurvePoint>
|
|
5816
|
+
}
|
|
5817
|
+
|
|
5343
5818
|
/**
|
|
5344
5819
|
* DescribeGroupsWithPlugin请求参数结构体
|
|
5345
5820
|
*/
|
|
@@ -5601,6 +6076,23 @@ export interface DeleteLaneRuleRequest {
|
|
|
5601
6076
|
RuleId: string
|
|
5602
6077
|
}
|
|
5603
6078
|
|
|
6079
|
+
/**
|
|
6080
|
+
* 指标维度
|
|
6081
|
+
*/
|
|
6082
|
+
export interface MetricDimension {
|
|
6083
|
+
/**
|
|
6084
|
+
* 指标维度名称
|
|
6085
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6086
|
+
*/
|
|
6087
|
+
Name?: string
|
|
6088
|
+
|
|
6089
|
+
/**
|
|
6090
|
+
* 指标维度取值
|
|
6091
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6092
|
+
*/
|
|
6093
|
+
Value?: string
|
|
6094
|
+
}
|
|
6095
|
+
|
|
5604
6096
|
/**
|
|
5605
6097
|
* api分组已绑定的网关部署组
|
|
5606
6098
|
*/
|
|
@@ -6390,6 +6882,23 @@ export interface CreateApplicationRequest {
|
|
|
6390
6882
|
ProgramIdList?: Array<string>
|
|
6391
6883
|
}
|
|
6392
6884
|
|
|
6885
|
+
/**
|
|
6886
|
+
* 服务统计结果集
|
|
6887
|
+
*/
|
|
6888
|
+
export interface ServiceStatisticsResults {
|
|
6889
|
+
/**
|
|
6890
|
+
* 返回结果
|
|
6891
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6892
|
+
*/
|
|
6893
|
+
Content: Array<ServiceStatisticsResult>
|
|
6894
|
+
|
|
6895
|
+
/**
|
|
6896
|
+
* 条数
|
|
6897
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6898
|
+
*/
|
|
6899
|
+
TotalCount: number
|
|
6900
|
+
}
|
|
6901
|
+
|
|
6393
6902
|
/**
|
|
6394
6903
|
* DeployGroup请求参数结构体
|
|
6395
6904
|
*/
|
|
@@ -6651,6 +7160,46 @@ export interface GatewayGroupIds {
|
|
|
6651
7160
|
GroupId: string
|
|
6652
7161
|
}
|
|
6653
7162
|
|
|
7163
|
+
/**
|
|
7164
|
+
* DescribeInvocationMetricDataDimension请求参数结构体
|
|
7165
|
+
*/
|
|
7166
|
+
export interface DescribeInvocationMetricDataDimensionRequest {
|
|
7167
|
+
/**
|
|
7168
|
+
* 开始时间
|
|
7169
|
+
*/
|
|
7170
|
+
StartTime: string
|
|
7171
|
+
|
|
7172
|
+
/**
|
|
7173
|
+
* 结束时间
|
|
7174
|
+
*/
|
|
7175
|
+
EndTime: string
|
|
7176
|
+
|
|
7177
|
+
/**
|
|
7178
|
+
* 开始index
|
|
7179
|
+
*/
|
|
7180
|
+
Offset: number
|
|
7181
|
+
|
|
7182
|
+
/**
|
|
7183
|
+
* 分页大小
|
|
7184
|
+
*/
|
|
7185
|
+
Limit: number
|
|
7186
|
+
|
|
7187
|
+
/**
|
|
7188
|
+
* 聚合维度
|
|
7189
|
+
*/
|
|
7190
|
+
DimensionName: string
|
|
7191
|
+
|
|
7192
|
+
/**
|
|
7193
|
+
* 搜索关键字
|
|
7194
|
+
*/
|
|
7195
|
+
SearchWord?: string
|
|
7196
|
+
|
|
7197
|
+
/**
|
|
7198
|
+
* 维度
|
|
7199
|
+
*/
|
|
7200
|
+
MetricDimensionValues?: Array<MetricDimensionValue>
|
|
7201
|
+
}
|
|
7202
|
+
|
|
6654
7203
|
/**
|
|
6655
7204
|
* DeployGroup返回参数结构体
|
|
6656
7205
|
*/
|
|
@@ -7528,6 +8077,21 @@ export interface ShardArgument {
|
|
|
7528
8077
|
ShardValue: string
|
|
7529
8078
|
}
|
|
7530
8079
|
|
|
8080
|
+
/**
|
|
8081
|
+
* 指标维度多值匹配
|
|
8082
|
+
*/
|
|
8083
|
+
export interface MetricDimensionValue {
|
|
8084
|
+
/**
|
|
8085
|
+
* 维度名
|
|
8086
|
+
*/
|
|
8087
|
+
Name: string
|
|
8088
|
+
|
|
8089
|
+
/**
|
|
8090
|
+
* 维度值
|
|
8091
|
+
*/
|
|
8092
|
+
Value: Array<string>
|
|
8093
|
+
}
|
|
8094
|
+
|
|
7531
8095
|
/**
|
|
7532
8096
|
* 监控统计数据点
|
|
7533
8097
|
*/
|
|
@@ -7850,6 +8414,29 @@ export interface TsfPageUnitNamespace {
|
|
|
7850
8414
|
Content: Array<UnitNamespace>
|
|
7851
8415
|
}
|
|
7852
8416
|
|
|
8417
|
+
/**
|
|
8418
|
+
* 单值指标
|
|
8419
|
+
*/
|
|
8420
|
+
export interface MetricDataSingleValue {
|
|
8421
|
+
/**
|
|
8422
|
+
* 指标
|
|
8423
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8424
|
+
*/
|
|
8425
|
+
MetricName: string
|
|
8426
|
+
|
|
8427
|
+
/**
|
|
8428
|
+
* 统计方式
|
|
8429
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8430
|
+
*/
|
|
8431
|
+
MetricFunction: string
|
|
8432
|
+
|
|
8433
|
+
/**
|
|
8434
|
+
* 指标值
|
|
8435
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8436
|
+
*/
|
|
8437
|
+
MetricDataValue: string
|
|
8438
|
+
}
|
|
8439
|
+
|
|
7853
8440
|
/**
|
|
7854
8441
|
* StopTaskExecute请求参数结构体
|
|
7855
8442
|
*/
|
|
@@ -8126,6 +8713,26 @@ export interface ReleaseFileConfigResponse {
|
|
|
8126
8713
|
RequestId?: string
|
|
8127
8714
|
}
|
|
8128
8715
|
|
|
8716
|
+
/**
|
|
8717
|
+
* jvm监控数据线程数据封装
|
|
8718
|
+
*/
|
|
8719
|
+
export interface ThreadPicture {
|
|
8720
|
+
/**
|
|
8721
|
+
* 总线程数
|
|
8722
|
+
*/
|
|
8723
|
+
ThreadCount: Array<CurvePoint>
|
|
8724
|
+
|
|
8725
|
+
/**
|
|
8726
|
+
* 活跃线程数
|
|
8727
|
+
*/
|
|
8728
|
+
ThreadActive: Array<CurvePoint>
|
|
8729
|
+
|
|
8730
|
+
/**
|
|
8731
|
+
* 守护线程数
|
|
8732
|
+
*/
|
|
8733
|
+
DeamonThreadCount: Array<CurvePoint>
|
|
8734
|
+
}
|
|
8735
|
+
|
|
8129
8736
|
/**
|
|
8130
8737
|
* DescribeConfig返回参数结构体
|
|
8131
8738
|
*/
|
|
@@ -8601,6 +9208,42 @@ export interface ApiVersionArray {
|
|
|
8601
9208
|
PkgVersion: string
|
|
8602
9209
|
}
|
|
8603
9210
|
|
|
9211
|
+
/**
|
|
9212
|
+
* DescribeInovcationIndicators返回参数结构体
|
|
9213
|
+
*/
|
|
9214
|
+
export interface DescribeInovcationIndicatorsResponse {
|
|
9215
|
+
/**
|
|
9216
|
+
* 服务调用监控指标
|
|
9217
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9218
|
+
*/
|
|
9219
|
+
Result?: InvocationIndicator
|
|
9220
|
+
|
|
9221
|
+
/**
|
|
9222
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9223
|
+
*/
|
|
9224
|
+
RequestId?: string
|
|
9225
|
+
}
|
|
9226
|
+
|
|
9227
|
+
/**
|
|
9228
|
+
* 多值数据点集合
|
|
9229
|
+
*/
|
|
9230
|
+
export interface MultiValueDataPoints {
|
|
9231
|
+
/**
|
|
9232
|
+
* 多值数据点
|
|
9233
|
+
*/
|
|
9234
|
+
Points: Array<MultiValue>
|
|
9235
|
+
|
|
9236
|
+
/**
|
|
9237
|
+
* 指标名称
|
|
9238
|
+
*/
|
|
9239
|
+
MetricName: string
|
|
9240
|
+
|
|
9241
|
+
/**
|
|
9242
|
+
* 多值数据点key列表,每个值表示当前数据点所在区域的下限
|
|
9243
|
+
*/
|
|
9244
|
+
PointKeys: Array<string>
|
|
9245
|
+
}
|
|
9246
|
+
|
|
8604
9247
|
/**
|
|
8605
9248
|
* 配置项发布日志
|
|
8606
9249
|
*/
|
|
@@ -9032,79 +9675,157 @@ export interface TaskFlowLastBatchState {
|
|
|
9032
9675
|
* 批次历史ID
|
|
9033
9676
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9034
9677
|
*/
|
|
9035
|
-
FlowBatchLogId: string
|
|
9678
|
+
FlowBatchLogId: string
|
|
9679
|
+
|
|
9680
|
+
/**
|
|
9681
|
+
* 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING
|
|
9682
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9683
|
+
*/
|
|
9684
|
+
State: string
|
|
9685
|
+
}
|
|
9686
|
+
|
|
9687
|
+
/**
|
|
9688
|
+
* DeletePkgs返回参数结构体
|
|
9689
|
+
*/
|
|
9690
|
+
export interface DeletePkgsResponse {
|
|
9691
|
+
/**
|
|
9692
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9693
|
+
*/
|
|
9694
|
+
RequestId?: string
|
|
9695
|
+
}
|
|
9696
|
+
|
|
9697
|
+
/**
|
|
9698
|
+
* DescribeGroups返回参数结构体
|
|
9699
|
+
*/
|
|
9700
|
+
export interface DescribeGroupsResponse {
|
|
9701
|
+
/**
|
|
9702
|
+
* 虚拟机部署组分页信息
|
|
9703
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9704
|
+
*/
|
|
9705
|
+
Result: TsfPageVmGroup
|
|
9706
|
+
|
|
9707
|
+
/**
|
|
9708
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
9709
|
+
*/
|
|
9710
|
+
RequestId?: string
|
|
9711
|
+
}
|
|
9712
|
+
|
|
9713
|
+
/**
|
|
9714
|
+
* 分页的应用描述信息字段
|
|
9715
|
+
*/
|
|
9716
|
+
export interface ApplicationForPage {
|
|
9717
|
+
/**
|
|
9718
|
+
* 应用ID
|
|
9719
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9720
|
+
*/
|
|
9721
|
+
ApplicationId: string
|
|
9722
|
+
|
|
9723
|
+
/**
|
|
9724
|
+
* 应用名称
|
|
9725
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9726
|
+
*/
|
|
9727
|
+
ApplicationName: string
|
|
9728
|
+
|
|
9729
|
+
/**
|
|
9730
|
+
* 应用描述
|
|
9731
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9732
|
+
*/
|
|
9733
|
+
ApplicationDesc: string
|
|
9734
|
+
|
|
9735
|
+
/**
|
|
9736
|
+
* 应用类型
|
|
9737
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9738
|
+
*/
|
|
9739
|
+
ApplicationType: string
|
|
9740
|
+
|
|
9741
|
+
/**
|
|
9742
|
+
* 微服务类型
|
|
9743
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9744
|
+
*/
|
|
9745
|
+
MicroserviceType: string
|
|
9746
|
+
|
|
9747
|
+
/**
|
|
9748
|
+
* 编程语言
|
|
9749
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9750
|
+
*/
|
|
9751
|
+
ProgLang: string
|
|
9752
|
+
|
|
9753
|
+
/**
|
|
9754
|
+
* 创建时间
|
|
9755
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9756
|
+
*/
|
|
9757
|
+
CreateTime: string
|
|
9758
|
+
|
|
9759
|
+
/**
|
|
9760
|
+
* 更新时间
|
|
9761
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9762
|
+
*/
|
|
9763
|
+
UpdateTime: string
|
|
9764
|
+
|
|
9765
|
+
/**
|
|
9766
|
+
* 应用资源类型
|
|
9767
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9768
|
+
*/
|
|
9769
|
+
ApplicationResourceType: string
|
|
9036
9770
|
|
|
9037
9771
|
/**
|
|
9038
|
-
*
|
|
9772
|
+
* 应用runtime类型
|
|
9039
9773
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9040
9774
|
*/
|
|
9041
|
-
|
|
9042
|
-
}
|
|
9775
|
+
ApplicationRuntimeType: string
|
|
9043
9776
|
|
|
9044
|
-
/**
|
|
9045
|
-
* DeletePkgs返回参数结构体
|
|
9046
|
-
*/
|
|
9047
|
-
export interface DeletePkgsResponse {
|
|
9048
9777
|
/**
|
|
9049
|
-
|
|
9050
|
-
|
|
9051
|
-
|
|
9052
|
-
|
|
9778
|
+
* Apigateway的serviceId
|
|
9779
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9780
|
+
*/
|
|
9781
|
+
ApigatewayServiceId: string
|
|
9053
9782
|
|
|
9054
|
-
/**
|
|
9055
|
-
* DescribeGroups返回参数结构体
|
|
9056
|
-
*/
|
|
9057
|
-
export interface DescribeGroupsResponse {
|
|
9058
9783
|
/**
|
|
9059
|
-
*
|
|
9784
|
+
* 应用备注名
|
|
9060
9785
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9061
9786
|
*/
|
|
9062
|
-
|
|
9787
|
+
ApplicationRemarkName: string
|
|
9063
9788
|
|
|
9064
9789
|
/**
|
|
9065
|
-
|
|
9066
|
-
|
|
9067
|
-
|
|
9790
|
+
* 服务配置信息列表
|
|
9791
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
9792
|
+
*/
|
|
9793
|
+
ServiceConfigList: Array<ServiceConfig>
|
|
9068
9794
|
}
|
|
9069
9795
|
|
|
9070
9796
|
/**
|
|
9071
|
-
*
|
|
9797
|
+
* DescribeInvocationMetricScatterPlot请求参数结构体
|
|
9072
9798
|
*/
|
|
9073
|
-
export interface
|
|
9074
|
-
/**
|
|
9075
|
-
* 泳道规则ID
|
|
9076
|
-
*/
|
|
9077
|
-
RuleId: string
|
|
9078
|
-
|
|
9799
|
+
export interface DescribeInvocationMetricScatterPlotRequest {
|
|
9079
9800
|
/**
|
|
9080
|
-
*
|
|
9801
|
+
* 查询开始时间
|
|
9081
9802
|
*/
|
|
9082
|
-
|
|
9803
|
+
StartTime?: string
|
|
9083
9804
|
|
|
9084
9805
|
/**
|
|
9085
|
-
*
|
|
9806
|
+
* 查询结束时间
|
|
9086
9807
|
*/
|
|
9087
|
-
|
|
9808
|
+
EndTime?: string
|
|
9088
9809
|
|
|
9089
9810
|
/**
|
|
9090
|
-
*
|
|
9811
|
+
* 查询时间粒度,单位秒。可选值:60、3600、86400。
|
|
9091
9812
|
*/
|
|
9092
|
-
|
|
9813
|
+
Period?: number
|
|
9093
9814
|
|
|
9094
9815
|
/**
|
|
9095
|
-
*
|
|
9816
|
+
* 查询指标维度
|
|
9096
9817
|
*/
|
|
9097
|
-
|
|
9818
|
+
MetricDimensions?: Array<MetricDimension>
|
|
9098
9819
|
|
|
9099
9820
|
/**
|
|
9100
|
-
*
|
|
9821
|
+
* 查询指标名
|
|
9101
9822
|
*/
|
|
9102
|
-
|
|
9823
|
+
Metrics?: Array<Metric>
|
|
9103
9824
|
|
|
9104
9825
|
/**
|
|
9105
|
-
*
|
|
9826
|
+
* 视图视角。可选值:SERVER, CLIENT。默认为SERVER
|
|
9106
9827
|
*/
|
|
9107
|
-
|
|
9828
|
+
Kind?: string
|
|
9108
9829
|
}
|
|
9109
9830
|
|
|
9110
9831
|
/**
|
|
@@ -9189,6 +9910,46 @@ export interface AddClusterInstancesResponse {
|
|
|
9189
9910
|
RequestId?: string
|
|
9190
9911
|
}
|
|
9191
9912
|
|
|
9913
|
+
/**
|
|
9914
|
+
* DescribeInvocationMetricDataCurve请求参数结构体
|
|
9915
|
+
*/
|
|
9916
|
+
export interface DescribeInvocationMetricDataCurveRequest {
|
|
9917
|
+
/**
|
|
9918
|
+
* 查询开始时间
|
|
9919
|
+
*/
|
|
9920
|
+
StartTime?: string
|
|
9921
|
+
|
|
9922
|
+
/**
|
|
9923
|
+
* 查询结束时间
|
|
9924
|
+
*/
|
|
9925
|
+
EndTime?: string
|
|
9926
|
+
|
|
9927
|
+
/**
|
|
9928
|
+
* 查询时间粒度,单位秒可选值:60、3600、86400
|
|
9929
|
+
*/
|
|
9930
|
+
Period?: number
|
|
9931
|
+
|
|
9932
|
+
/**
|
|
9933
|
+
* 查询指标维度
|
|
9934
|
+
*/
|
|
9935
|
+
MetricDimensions?: Array<MetricDimension>
|
|
9936
|
+
|
|
9937
|
+
/**
|
|
9938
|
+
* 查询指标名
|
|
9939
|
+
*/
|
|
9940
|
+
Metrics?: Array<Metric>
|
|
9941
|
+
|
|
9942
|
+
/**
|
|
9943
|
+
* 视图视角。可选值:SERVER, CLIENT。默认为SERVER
|
|
9944
|
+
*/
|
|
9945
|
+
Kind?: string
|
|
9946
|
+
|
|
9947
|
+
/**
|
|
9948
|
+
* 类型。组件监控使用,可选值:SQL 或者 NoSQL
|
|
9949
|
+
*/
|
|
9950
|
+
Type?: string
|
|
9951
|
+
}
|
|
9952
|
+
|
|
9192
9953
|
/**
|
|
9193
9954
|
* 虚拟机部署组其他字段
|
|
9194
9955
|
*/
|
|
@@ -9395,6 +10156,17 @@ export interface DescribeTaskDetailRequest {
|
|
|
9395
10156
|
TaskLogId?: string
|
|
9396
10157
|
}
|
|
9397
10158
|
|
|
10159
|
+
/**
|
|
10160
|
+
* 多值数据
|
|
10161
|
+
*/
|
|
10162
|
+
export interface MultiValue {
|
|
10163
|
+
/**
|
|
10164
|
+
* 数据点
|
|
10165
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
10166
|
+
*/
|
|
10167
|
+
Values?: Array<number>
|
|
10168
|
+
}
|
|
10169
|
+
|
|
9398
10170
|
/**
|
|
9399
10171
|
* DescribePublicConfigReleases请求参数结构体
|
|
9400
10172
|
*/
|
|
@@ -9648,6 +10420,26 @@ export interface DescribeServerlessGroupsRequest {
|
|
|
9648
10420
|
GroupIdList?: Array<string>
|
|
9649
10421
|
}
|
|
9650
10422
|
|
|
10423
|
+
/**
|
|
10424
|
+
* 构成监控数据图的曲线坐标点
|
|
10425
|
+
*/
|
|
10426
|
+
export interface CurvePoint {
|
|
10427
|
+
/**
|
|
10428
|
+
* 当前坐标 X轴的值 当前是日期格式:"yyyy-MM-dd HH:mm:ss"
|
|
10429
|
+
*/
|
|
10430
|
+
Label: string
|
|
10431
|
+
|
|
10432
|
+
/**
|
|
10433
|
+
* 当前坐标 Y轴的值
|
|
10434
|
+
*/
|
|
10435
|
+
Value: string
|
|
10436
|
+
|
|
10437
|
+
/**
|
|
10438
|
+
* 该坐标点时间戳
|
|
10439
|
+
*/
|
|
10440
|
+
Timestamp: string
|
|
10441
|
+
}
|
|
10442
|
+
|
|
9651
10443
|
/**
|
|
9652
10444
|
* Cos下载所需信息
|
|
9653
10445
|
*/
|
|
@@ -10559,6 +11351,59 @@ export interface DescribeApplicationsResponse {
|
|
|
10559
11351
|
RequestId?: string
|
|
10560
11352
|
}
|
|
10561
11353
|
|
|
11354
|
+
/**
|
|
11355
|
+
* 服务调用监控指标
|
|
11356
|
+
*/
|
|
11357
|
+
export interface InvocationIndicator {
|
|
11358
|
+
/**
|
|
11359
|
+
* 总请求数
|
|
11360
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11361
|
+
*/
|
|
11362
|
+
InvocationQuantity: number
|
|
11363
|
+
|
|
11364
|
+
/**
|
|
11365
|
+
* 请求成功率,百分比
|
|
11366
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11367
|
+
*/
|
|
11368
|
+
InvocationSuccessRate: number
|
|
11369
|
+
|
|
11370
|
+
/**
|
|
11371
|
+
* 请求平均耗时,单位毫秒
|
|
11372
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11373
|
+
*/
|
|
11374
|
+
InvocationAvgDuration: number
|
|
11375
|
+
|
|
11376
|
+
/**
|
|
11377
|
+
* 成功请求数时间分布
|
|
11378
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11379
|
+
*/
|
|
11380
|
+
InvocationSuccessDistribution: Array<IndicatorCoord>
|
|
11381
|
+
|
|
11382
|
+
/**
|
|
11383
|
+
* 失败请求数时间分布
|
|
11384
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11385
|
+
*/
|
|
11386
|
+
InvocationFailedDistribution: Array<IndicatorCoord>
|
|
11387
|
+
|
|
11388
|
+
/**
|
|
11389
|
+
* 状态码分布
|
|
11390
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11391
|
+
*/
|
|
11392
|
+
InvocationStatusDistribution: Array<IndicatorCoord>
|
|
11393
|
+
|
|
11394
|
+
/**
|
|
11395
|
+
* 时延分布
|
|
11396
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11397
|
+
*/
|
|
11398
|
+
InvocationDurationDistribution: Array<IndicatorCoord>
|
|
11399
|
+
|
|
11400
|
+
/**
|
|
11401
|
+
* 并发请求次数时间分布
|
|
11402
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11403
|
+
*/
|
|
11404
|
+
InvocationQuantityDistribution: Array<IndicatorCoord>
|
|
11405
|
+
}
|
|
11406
|
+
|
|
10562
11407
|
/**
|
|
10563
11408
|
* DescribeConfig请求参数结构体
|
|
10564
11409
|
*/
|
|
@@ -11151,6 +11996,22 @@ export interface DescribeUnitApiUseDetailResponse {
|
|
|
11151
11996
|
RequestId?: string
|
|
11152
11997
|
}
|
|
11153
11998
|
|
|
11999
|
+
/**
|
|
12000
|
+
* DescribeInvocationMetricScatterPlot返回参数结构体
|
|
12001
|
+
*/
|
|
12002
|
+
export interface DescribeInvocationMetricScatterPlotResponse {
|
|
12003
|
+
/**
|
|
12004
|
+
* 多值时间抽统计指标
|
|
12005
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12006
|
+
*/
|
|
12007
|
+
Result: InvocationMetricScatterPlot
|
|
12008
|
+
|
|
12009
|
+
/**
|
|
12010
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12011
|
+
*/
|
|
12012
|
+
RequestId?: string
|
|
12013
|
+
}
|
|
12014
|
+
|
|
11154
12015
|
/**
|
|
11155
12016
|
* DescribeUsableUnitNamespaces请求参数结构体
|
|
11156
12017
|
*/
|
|
@@ -11216,6 +12077,22 @@ export interface DescribeContainerGroupsRequest {
|
|
|
11216
12077
|
NamespaceId?: string
|
|
11217
12078
|
}
|
|
11218
12079
|
|
|
12080
|
+
/**
|
|
12081
|
+
* DescribeJvmMonitor返回参数结构体
|
|
12082
|
+
*/
|
|
12083
|
+
export interface DescribeJvmMonitorResponse {
|
|
12084
|
+
/**
|
|
12085
|
+
* Java实例jvm监控数据
|
|
12086
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12087
|
+
*/
|
|
12088
|
+
Result?: JvmMonitorData
|
|
12089
|
+
|
|
12090
|
+
/**
|
|
12091
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12092
|
+
*/
|
|
12093
|
+
RequestId?: string
|
|
12094
|
+
}
|
|
12095
|
+
|
|
11219
12096
|
/**
|
|
11220
12097
|
* DisableTaskFlow请求参数结构体
|
|
11221
12098
|
*/
|
|
@@ -11333,6 +12210,22 @@ export interface TsfPageApplication {
|
|
|
11333
12210
|
Content: Array<ApplicationForPage>
|
|
11334
12211
|
}
|
|
11335
12212
|
|
|
12213
|
+
/**
|
|
12214
|
+
* DescribeInvocationMetricDataCurve返回参数结构体
|
|
12215
|
+
*/
|
|
12216
|
+
export interface DescribeInvocationMetricDataCurveResponse {
|
|
12217
|
+
/**
|
|
12218
|
+
* 指标监控数据曲线集合
|
|
12219
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12220
|
+
*/
|
|
12221
|
+
Result: Array<MetricDataCurve>
|
|
12222
|
+
|
|
12223
|
+
/**
|
|
12224
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12225
|
+
*/
|
|
12226
|
+
RequestId?: string
|
|
12227
|
+
}
|
|
12228
|
+
|
|
11336
12229
|
/**
|
|
11337
12230
|
* DeleteConfig请求参数结构体
|
|
11338
12231
|
*/
|
|
@@ -11956,6 +12849,22 @@ export interface ApiRateLimitRule {
|
|
|
11956
12849
|
UpdatedTime: string
|
|
11957
12850
|
}
|
|
11958
12851
|
|
|
12852
|
+
/**
|
|
12853
|
+
* DescribeInvocationMetricDataPoint返回参数结构体
|
|
12854
|
+
*/
|
|
12855
|
+
export interface DescribeInvocationMetricDataPointResponse {
|
|
12856
|
+
/**
|
|
12857
|
+
* 单值指标列表
|
|
12858
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
12859
|
+
*/
|
|
12860
|
+
Result: Array<MetricDataSingleValue>
|
|
12861
|
+
|
|
12862
|
+
/**
|
|
12863
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
12864
|
+
*/
|
|
12865
|
+
RequestId?: string
|
|
12866
|
+
}
|
|
12867
|
+
|
|
11959
12868
|
/**
|
|
11960
12869
|
* API分组日使用统计对象数据点
|
|
11961
12870
|
*/
|
|
@@ -12803,6 +13712,81 @@ export interface RedoTaskBatchResponse {
|
|
|
12803
13712
|
RequestId?: string
|
|
12804
13713
|
}
|
|
12805
13714
|
|
|
13715
|
+
/**
|
|
13716
|
+
* DescribeStatistics请求参数结构体
|
|
13717
|
+
*/
|
|
13718
|
+
export interface DescribeStatisticsRequest {
|
|
13719
|
+
/**
|
|
13720
|
+
* 类型:Interface、Service、Group、Instance、SQL、NoSQL
|
|
13721
|
+
*/
|
|
13722
|
+
Type: string
|
|
13723
|
+
|
|
13724
|
+
/**
|
|
13725
|
+
* 步长,单位s:60、3600、86400
|
|
13726
|
+
*/
|
|
13727
|
+
TimeStep: number
|
|
13728
|
+
|
|
13729
|
+
/**
|
|
13730
|
+
* 偏移量,取值范围大于等于0,默认值为0
|
|
13731
|
+
*/
|
|
13732
|
+
Offset: number
|
|
13733
|
+
|
|
13734
|
+
/**
|
|
13735
|
+
* 单页请求配置数量,取值范围[1, 50],默认值为10
|
|
13736
|
+
*/
|
|
13737
|
+
Limit: number
|
|
13738
|
+
|
|
13739
|
+
/**
|
|
13740
|
+
* 命名空间Id
|
|
13741
|
+
*/
|
|
13742
|
+
NamespaceId?: string
|
|
13743
|
+
|
|
13744
|
+
/**
|
|
13745
|
+
* 排序字段:AvgTimeConsuming[默认]、RequestCount、ErrorRate。实例监控还支持 CpuPercent
|
|
13746
|
+
*/
|
|
13747
|
+
OrderBy?: string
|
|
13748
|
+
|
|
13749
|
+
/**
|
|
13750
|
+
* 排序方式:ASC:0、DESC:1
|
|
13751
|
+
*/
|
|
13752
|
+
OrderType?: number
|
|
13753
|
+
|
|
13754
|
+
/**
|
|
13755
|
+
* 开始时间:年月日 时分秒2020-05-12 14:43:12
|
|
13756
|
+
*/
|
|
13757
|
+
EndTime?: string
|
|
13758
|
+
|
|
13759
|
+
/**
|
|
13760
|
+
* 开始时间:年月日 时分秒2020-05-12 14:43:12
|
|
13761
|
+
*/
|
|
13762
|
+
StartTime?: string
|
|
13763
|
+
|
|
13764
|
+
/**
|
|
13765
|
+
* 服务名称
|
|
13766
|
+
*/
|
|
13767
|
+
ServiceName?: string
|
|
13768
|
+
|
|
13769
|
+
/**
|
|
13770
|
+
* 搜索关键词
|
|
13771
|
+
*/
|
|
13772
|
+
SearchWord?: string
|
|
13773
|
+
|
|
13774
|
+
/**
|
|
13775
|
+
* 维度
|
|
13776
|
+
*/
|
|
13777
|
+
MetricDimensionValues?: Array<MetricDimensionValue>
|
|
13778
|
+
|
|
13779
|
+
/**
|
|
13780
|
+
* 聚合关键词
|
|
13781
|
+
*/
|
|
13782
|
+
BucketKey?: string
|
|
13783
|
+
|
|
13784
|
+
/**
|
|
13785
|
+
* 数据库
|
|
13786
|
+
*/
|
|
13787
|
+
DbName?: string
|
|
13788
|
+
}
|
|
13789
|
+
|
|
12806
13790
|
/**
|
|
12807
13791
|
* DescribeMicroservice返回参数结构体
|
|
12808
13792
|
*/
|
|
@@ -12885,6 +13869,26 @@ export interface DescribeImageTagsRequest {
|
|
|
12885
13869
|
TcrRepoInfo?: TcrRepoInfo
|
|
12886
13870
|
}
|
|
12887
13871
|
|
|
13872
|
+
/**
|
|
13873
|
+
* Jvm监控内存数据封装
|
|
13874
|
+
*/
|
|
13875
|
+
export interface MemoryPicture {
|
|
13876
|
+
/**
|
|
13877
|
+
* 内存最大值
|
|
13878
|
+
*/
|
|
13879
|
+
Max: Array<CurvePoint>
|
|
13880
|
+
|
|
13881
|
+
/**
|
|
13882
|
+
* 已用内存大小
|
|
13883
|
+
*/
|
|
13884
|
+
Used: Array<CurvePoint>
|
|
13885
|
+
|
|
13886
|
+
/**
|
|
13887
|
+
* 系统分配内存大小
|
|
13888
|
+
*/
|
|
13889
|
+
Committed: Array<CurvePoint>
|
|
13890
|
+
}
|
|
13891
|
+
|
|
12888
13892
|
/**
|
|
12889
13893
|
* DescribeConfigSummary返回参数结构体
|
|
12890
13894
|
*/
|