tencentcloud-sdk-nodejs 4.0.372 → 4.0.373
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 +495 -0
- package/SERVICE_CHANGELOG.md +852 -47
- package/package.json +1 -1
- package/products.md +20 -19
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +3 -2
- package/src/services/antiddos/v20200309/antiddos_models.ts +73 -27
- package/src/services/apm/v20210622/apm_models.ts +17 -11
- package/src/services/ccc/v20200210/ccc_client.ts +12 -0
- package/src/services/ccc/v20200210/ccc_models.ts +45 -0
- package/src/services/cdn/v20180606/cdn_models.ts +9 -0
- package/src/services/ciam/v20220331/ciam_client.ts +14 -1
- package/src/services/ciam/v20220331/ciam_models.ts +166 -4
- package/src/services/cpdp/v20190820/cpdp_client.ts +1 -0
- package/src/services/cpdp/v20190820/cpdp_models.ts +24 -1
- package/src/services/cwp/v20180228/cwp_models.ts +81 -4
- package/src/services/dlc/v20210125/dlc_client.ts +243 -43
- package/src/services/dlc/v20210125/dlc_models.ts +1538 -281
- package/src/services/eb/v20210416/eb_client.ts +1 -0
- package/src/services/eb/v20210416/eb_models.ts +40 -0
- package/src/services/ess/v20201111/ess_client.ts +3 -3
- package/src/services/ess/v20201111/ess_models.ts +176 -154
- package/src/services/essbasic/v20210526/essbasic_client.ts +7 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +222 -206
- package/src/services/index.ts +1 -0
- package/src/services/taf/v20200210/taf_client.ts +3 -18
- package/src/services/taf/v20200210/taf_models.ts +16 -221
- package/src/services/tcbr/v20220217/tcbr_models.ts +17 -0
- package/src/services/teo/v20220106/teo_client.ts +2 -1
- package/src/services/teo/v20220106/teo_models.ts +185 -113
- package/src/services/tke/v20180525/tke_client.ts +221 -65
- package/src/services/tke/v20180525/tke_models.ts +562 -154
- package/src/services/tsf/v20180326/tsf_client.ts +1 -1
- package/src/services/tsf/v20180326/tsf_models.ts +24 -2
- package/src/services/vod/v20180717/vod_client.ts +18 -18
- package/src/services/vod/v20180717/vod_models.ts +238 -238
- package/src/services/vpc/v20170312/vpc_models.ts +1 -1
- package/src/services/yinsuda/index.ts +5 -0
- package/src/services/yinsuda/v20220527/index.ts +6 -0
- package/src/services/yinsuda/v20220527/yinsuda_client.ts +98 -0
- package/src/services/yinsuda/v20220527/yinsuda_models.ts +381 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +61 -22
- package/tencentcloud/services/apm/v20210622/apm_models.d.ts +15 -9
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +5 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +6 -0
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +38 -0
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
- package/tencentcloud/services/ciam/v20220331/ciam_client.d.ts +5 -1
- package/tencentcloud/services/ciam/v20220331/ciam_client.js +6 -0
- package/tencentcloud/services/ciam/v20220331/ciam_models.d.ts +141 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +21 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +68 -4
- package/tencentcloud/services/dlc/v20210125/dlc_client.d.ts +77 -13
- package/tencentcloud/services/dlc/v20210125/dlc_client.js +114 -18
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +1230 -176
- package/tencentcloud/services/eb/v20210416/eb_models.d.ts +33 -0
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +3 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +3 -3
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +163 -144
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +7 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +7 -7
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +208 -195
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/taf/v20200210/taf_client.d.ts +1 -5
- package/tencentcloud/services/taf/v20200210/taf_client.js +0 -6
- package/tencentcloud/services/taf/v20200210/taf_models.d.ts +14 -184
- package/tencentcloud/services/tcbr/v20220217/tcbr_models.d.ts +14 -0
- package/tencentcloud/services/teo/v20220106/teo_models.d.ts +159 -94
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +73 -21
- package/tencentcloud/services/tke/v20180525/tke_client.js +108 -30
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +468 -119
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +1 -1
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +21 -2
- package/tencentcloud/services/vod/v20180717/vod_client.d.ts +18 -18
- package/tencentcloud/services/vod/v20180717/vod_client.js +18 -18
- package/tencentcloud/services/vod/v20180717/vod_models.d.ts +237 -237
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +1 -1
- package/tencentcloud/services/yinsuda/index.d.ts +6 -0
- package/tencentcloud/services/yinsuda/index.js +7 -0
- package/tencentcloud/services/yinsuda/v20220527/index.d.ts +6 -0
- package/tencentcloud/services/yinsuda/v20220527/index.js +9 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.d.ts +30 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_client.js +61 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.d.ts +311 -0
- package/tencentcloud/services/yinsuda/v20220527/yinsuda_models.js +18 -0
- package/test/ccc.v20200210.test.js +10 -0
- package/test/ciam.v20220331.test.js +10 -0
- package/test/dlc.v20210125.test.js +172 -12
- package/test/taf.v20200210.test.js +0 -10
- package/test/tke.v20180525.test.js +162 -32
- package/test/yinsuda.v20220527.test.js +71 -0
|
@@ -381,6 +381,11 @@ export interface DescribeExistedInstancesRequest {
|
|
|
381
381
|
IpAddresses?: Array<string>
|
|
382
382
|
}
|
|
383
383
|
|
|
384
|
+
/**
|
|
385
|
+
* DeletePrometheusClusterAgent请求参数结构体
|
|
386
|
+
*/
|
|
387
|
+
export type DeletePrometheusClusterAgentRequest = null
|
|
388
|
+
|
|
384
389
|
/**
|
|
385
390
|
* 集群等级变配记录
|
|
386
391
|
*/
|
|
@@ -999,6 +1004,21 @@ export interface DescribeTKEEdgeClusterStatusResponse {
|
|
|
999
1004
|
RequestId?: string
|
|
1000
1005
|
}
|
|
1001
1006
|
|
|
1007
|
+
/**
|
|
1008
|
+
* ModifyClusterAsGroupOptionAttribute请求参数结构体
|
|
1009
|
+
*/
|
|
1010
|
+
export interface ModifyClusterAsGroupOptionAttributeRequest {
|
|
1011
|
+
/**
|
|
1012
|
+
* 集群ID
|
|
1013
|
+
*/
|
|
1014
|
+
ClusterId: string
|
|
1015
|
+
|
|
1016
|
+
/**
|
|
1017
|
+
* 集群弹性伸缩属性
|
|
1018
|
+
*/
|
|
1019
|
+
ClusterAsGroupOption: ClusterAsGroupOption
|
|
1020
|
+
}
|
|
1021
|
+
|
|
1002
1022
|
/**
|
|
1003
1023
|
* DescribeClusterStatus请求参数结构体
|
|
1004
1024
|
*/
|
|
@@ -1409,6 +1429,16 @@ export interface PrometheusInstancesOverview {
|
|
|
1409
1429
|
BoundNormal: number
|
|
1410
1430
|
}
|
|
1411
1431
|
|
|
1432
|
+
/**
|
|
1433
|
+
* DescribePrometheusInstanceInitStatus返回参数结构体
|
|
1434
|
+
*/
|
|
1435
|
+
export interface DescribePrometheusInstanceInitStatusResponse {
|
|
1436
|
+
/**
|
|
1437
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1438
|
+
*/
|
|
1439
|
+
RequestId?: string
|
|
1440
|
+
}
|
|
1441
|
+
|
|
1412
1442
|
/**
|
|
1413
1443
|
* DisableEventPersistence返回参数结构体
|
|
1414
1444
|
*/
|
|
@@ -1502,6 +1532,21 @@ export interface DescribeEdgeAvailableExtraArgsResponse {
|
|
|
1502
1532
|
RequestId?: string
|
|
1503
1533
|
}
|
|
1504
1534
|
|
|
1535
|
+
/**
|
|
1536
|
+
* CreatePrometheusRecordRuleYaml请求参数结构体
|
|
1537
|
+
*/
|
|
1538
|
+
export interface CreatePrometheusRecordRuleYamlRequest {
|
|
1539
|
+
/**
|
|
1540
|
+
* 实例id
|
|
1541
|
+
*/
|
|
1542
|
+
InstanceId: string
|
|
1543
|
+
|
|
1544
|
+
/**
|
|
1545
|
+
* yaml的内容
|
|
1546
|
+
*/
|
|
1547
|
+
Content: string
|
|
1548
|
+
}
|
|
1549
|
+
|
|
1505
1550
|
/**
|
|
1506
1551
|
* DescribeEnableVpcCniProgress请求参数结构体
|
|
1507
1552
|
*/
|
|
@@ -1573,14 +1618,38 @@ export interface Instance {
|
|
|
1573
1618
|
}
|
|
1574
1619
|
|
|
1575
1620
|
/**
|
|
1576
|
-
*
|
|
1621
|
+
* ModifyClusterAttribute返回参数结构体
|
|
1577
1622
|
*/
|
|
1578
|
-
export interface
|
|
1623
|
+
export interface ModifyClusterAttributeResponse {
|
|
1579
1624
|
/**
|
|
1580
|
-
*
|
|
1625
|
+
* 集群所属项目
|
|
1581
1626
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1582
1627
|
*/
|
|
1583
|
-
|
|
1628
|
+
ProjectId: number
|
|
1629
|
+
|
|
1630
|
+
/**
|
|
1631
|
+
* 集群名称
|
|
1632
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1633
|
+
*/
|
|
1634
|
+
ClusterName: string
|
|
1635
|
+
|
|
1636
|
+
/**
|
|
1637
|
+
* 集群描述
|
|
1638
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1639
|
+
*/
|
|
1640
|
+
ClusterDesc: string
|
|
1641
|
+
|
|
1642
|
+
/**
|
|
1643
|
+
* 集群等级
|
|
1644
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1645
|
+
*/
|
|
1646
|
+
ClusterLevel: string
|
|
1647
|
+
|
|
1648
|
+
/**
|
|
1649
|
+
* 自动变配集群等级
|
|
1650
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1651
|
+
*/
|
|
1652
|
+
AutoUpgradeClusterLevel: AutoUpgradeClusterLevel
|
|
1584
1653
|
|
|
1585
1654
|
/**
|
|
1586
1655
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1694,6 +1763,16 @@ export interface DeletePrometheusAlertRuleResponse {
|
|
|
1694
1763
|
RequestId?: string
|
|
1695
1764
|
}
|
|
1696
1765
|
|
|
1766
|
+
/**
|
|
1767
|
+
* DeletePrometheusConfig返回参数结构体
|
|
1768
|
+
*/
|
|
1769
|
+
export interface DeletePrometheusConfigResponse {
|
|
1770
|
+
/**
|
|
1771
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1772
|
+
*/
|
|
1773
|
+
RequestId?: string
|
|
1774
|
+
}
|
|
1775
|
+
|
|
1697
1776
|
/**
|
|
1698
1777
|
* DescribeEksContainerInstanceLog请求参数结构体
|
|
1699
1778
|
*/
|
|
@@ -1734,6 +1813,16 @@ export interface DescribeEksContainerInstanceLogRequest {
|
|
|
1734
1813
|
LimitBytes?: number
|
|
1735
1814
|
}
|
|
1736
1815
|
|
|
1816
|
+
/**
|
|
1817
|
+
* CreatePrometheusRecordRuleYaml返回参数结构体
|
|
1818
|
+
*/
|
|
1819
|
+
export interface CreatePrometheusRecordRuleYamlResponse {
|
|
1820
|
+
/**
|
|
1821
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1822
|
+
*/
|
|
1823
|
+
RequestId?: string
|
|
1824
|
+
}
|
|
1825
|
+
|
|
1737
1826
|
/**
|
|
1738
1827
|
* DescribeClusterInstances请求参数结构体
|
|
1739
1828
|
*/
|
|
@@ -1909,16 +1998,6 @@ export interface DescribePrometheusTemplateSyncRequest {
|
|
|
1909
1998
|
TemplateId: string
|
|
1910
1999
|
}
|
|
1911
2000
|
|
|
1912
|
-
/**
|
|
1913
|
-
* DeleteTKEEdgeCluster返回参数结构体
|
|
1914
|
-
*/
|
|
1915
|
-
export interface DeleteTKEEdgeClusterResponse {
|
|
1916
|
-
/**
|
|
1917
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1918
|
-
*/
|
|
1919
|
-
RequestId?: string
|
|
1920
|
-
}
|
|
1921
|
-
|
|
1922
2001
|
/**
|
|
1923
2002
|
* 可升级节点信息
|
|
1924
2003
|
*/
|
|
@@ -1961,38 +2040,14 @@ export interface DescribeClusterAsGroupOptionRequest {
|
|
|
1961
2040
|
}
|
|
1962
2041
|
|
|
1963
2042
|
/**
|
|
1964
|
-
*
|
|
2043
|
+
* DescribePrometheusAgentInstances返回参数结构体
|
|
1965
2044
|
*/
|
|
1966
|
-
export interface
|
|
1967
|
-
/**
|
|
1968
|
-
* 集群所属项目
|
|
1969
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1970
|
-
*/
|
|
1971
|
-
ProjectId: number
|
|
1972
|
-
|
|
1973
|
-
/**
|
|
1974
|
-
* 集群名称
|
|
1975
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1976
|
-
*/
|
|
1977
|
-
ClusterName: string
|
|
1978
|
-
|
|
1979
|
-
/**
|
|
1980
|
-
* 集群描述
|
|
1981
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1982
|
-
*/
|
|
1983
|
-
ClusterDesc: string
|
|
1984
|
-
|
|
1985
|
-
/**
|
|
1986
|
-
* 集群等级
|
|
1987
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1988
|
-
*/
|
|
1989
|
-
ClusterLevel: string
|
|
1990
|
-
|
|
2045
|
+
export interface DescribePrometheusAgentInstancesResponse {
|
|
1991
2046
|
/**
|
|
1992
|
-
*
|
|
2047
|
+
* 关联该集群的实例列表
|
|
1993
2048
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1994
2049
|
*/
|
|
1995
|
-
|
|
2050
|
+
Instances?: Array<string>
|
|
1996
2051
|
|
|
1997
2052
|
/**
|
|
1998
2053
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -2259,18 +2314,18 @@ export interface DescribePrometheusTempSyncRequest {
|
|
|
2259
2314
|
}
|
|
2260
2315
|
|
|
2261
2316
|
/**
|
|
2262
|
-
*
|
|
2317
|
+
* DescribeClusters返回参数结构体
|
|
2263
2318
|
*/
|
|
2264
|
-
export interface
|
|
2319
|
+
export interface DescribeClustersResponse {
|
|
2265
2320
|
/**
|
|
2266
|
-
*
|
|
2321
|
+
* 集群总个数
|
|
2267
2322
|
*/
|
|
2268
|
-
|
|
2323
|
+
TotalCount: number
|
|
2269
2324
|
|
|
2270
2325
|
/**
|
|
2271
|
-
*
|
|
2326
|
+
* 集群信息列表
|
|
2272
2327
|
*/
|
|
2273
|
-
|
|
2328
|
+
Clusters: Array<Cluster>
|
|
2274
2329
|
|
|
2275
2330
|
/**
|
|
2276
2331
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -3567,6 +3622,16 @@ export interface DeletePrometheusAlertPolicyRequest {
|
|
|
3567
3622
|
Names?: Array<string>
|
|
3568
3623
|
}
|
|
3569
3624
|
|
|
3625
|
+
/**
|
|
3626
|
+
* ModifyPrometheusAgentExternalLabels返回参数结构体
|
|
3627
|
+
*/
|
|
3628
|
+
export interface ModifyPrometheusAgentExternalLabelsResponse {
|
|
3629
|
+
/**
|
|
3630
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3631
|
+
*/
|
|
3632
|
+
RequestId?: string
|
|
3633
|
+
}
|
|
3634
|
+
|
|
3570
3635
|
/**
|
|
3571
3636
|
* 路由表冲突对象
|
|
3572
3637
|
*/
|
|
@@ -3786,19 +3851,42 @@ export interface DescribeEdgeClusterExtraArgsRequest {
|
|
|
3786
3851
|
}
|
|
3787
3852
|
|
|
3788
3853
|
/**
|
|
3789
|
-
*
|
|
3854
|
+
* DescribePrometheusGlobalConfig返回参数结构体
|
|
3790
3855
|
*/
|
|
3791
|
-
export interface
|
|
3856
|
+
export interface DescribePrometheusGlobalConfigResponse {
|
|
3792
3857
|
/**
|
|
3793
|
-
*
|
|
3858
|
+
* 配置内容
|
|
3794
3859
|
*/
|
|
3795
|
-
|
|
3860
|
+
Config: string
|
|
3796
3861
|
|
|
3797
3862
|
/**
|
|
3798
|
-
|
|
3863
|
+
* ServiceMonitors列表以及对应targets信息
|
|
3864
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3865
|
+
*/
|
|
3866
|
+
ServiceMonitors: Array<PrometheusConfigItem>
|
|
3867
|
+
|
|
3868
|
+
/**
|
|
3869
|
+
* PodMonitors列表以及对应targets信息
|
|
3870
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3871
|
+
*/
|
|
3872
|
+
PodMonitors: Array<PrometheusConfigItem>
|
|
3873
|
+
|
|
3874
|
+
/**
|
|
3875
|
+
* RawJobs列表以及对应targets信息
|
|
3876
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3877
|
+
*/
|
|
3878
|
+
RawJobs: Array<PrometheusConfigItem>
|
|
3879
|
+
|
|
3880
|
+
/**
|
|
3881
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3799
3882
|
*/
|
|
3800
|
-
|
|
3883
|
+
RequestId?: string
|
|
3884
|
+
}
|
|
3801
3885
|
|
|
3886
|
+
/**
|
|
3887
|
+
* CreatePrometheusClusterAgent返回参数结构体
|
|
3888
|
+
*/
|
|
3889
|
+
export interface CreatePrometheusClusterAgentResponse {
|
|
3802
3890
|
/**
|
|
3803
3891
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3804
3892
|
*/
|
|
@@ -4138,6 +4226,26 @@ export interface RegionInstance {
|
|
|
4138
4226
|
Remark: string
|
|
4139
4227
|
}
|
|
4140
4228
|
|
|
4229
|
+
/**
|
|
4230
|
+
* DescribePrometheusConfig请求参数结构体
|
|
4231
|
+
*/
|
|
4232
|
+
export interface DescribePrometheusConfigRequest {
|
|
4233
|
+
/**
|
|
4234
|
+
* 实例id
|
|
4235
|
+
*/
|
|
4236
|
+
InstanceId: string
|
|
4237
|
+
|
|
4238
|
+
/**
|
|
4239
|
+
* 集群id
|
|
4240
|
+
*/
|
|
4241
|
+
ClusterId: string
|
|
4242
|
+
|
|
4243
|
+
/**
|
|
4244
|
+
* 集群类型
|
|
4245
|
+
*/
|
|
4246
|
+
ClusterType: string
|
|
4247
|
+
}
|
|
4248
|
+
|
|
4141
4249
|
/**
|
|
4142
4250
|
* 加入存量节点时的节点池选项
|
|
4143
4251
|
*/
|
|
@@ -4168,6 +4276,16 @@ export interface DeletePrometheusTemplateRequest {
|
|
|
4168
4276
|
TemplateId: string
|
|
4169
4277
|
}
|
|
4170
4278
|
|
|
4279
|
+
/**
|
|
4280
|
+
* DeletePrometheusRecordRuleYaml返回参数结构体
|
|
4281
|
+
*/
|
|
4282
|
+
export interface DeletePrometheusRecordRuleYamlResponse {
|
|
4283
|
+
/**
|
|
4284
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4285
|
+
*/
|
|
4286
|
+
RequestId?: string
|
|
4287
|
+
}
|
|
4288
|
+
|
|
4171
4289
|
/**
|
|
4172
4290
|
* DescribePrometheusTempSync返回参数结构体
|
|
4173
4291
|
*/
|
|
@@ -4553,6 +4671,16 @@ export interface CreateClusterEndpointRequest {
|
|
|
4553
4671
|
ExtensiveParameters?: string
|
|
4554
4672
|
}
|
|
4555
4673
|
|
|
4674
|
+
/**
|
|
4675
|
+
* DeletePrometheusClusterAgent返回参数结构体
|
|
4676
|
+
*/
|
|
4677
|
+
export interface DeletePrometheusClusterAgentResponse {
|
|
4678
|
+
/**
|
|
4679
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4680
|
+
*/
|
|
4681
|
+
RequestId?: string
|
|
4682
|
+
}
|
|
4683
|
+
|
|
4556
4684
|
/**
|
|
4557
4685
|
* DescribePrometheusInstance返回参数结构体
|
|
4558
4686
|
*/
|
|
@@ -5014,23 +5142,13 @@ export interface InstanceUpgradePreCheckResultItem {
|
|
|
5014
5142
|
}
|
|
5015
5143
|
|
|
5016
5144
|
/**
|
|
5017
|
-
*
|
|
5145
|
+
* DeleteClusterNodePool返回参数结构体
|
|
5018
5146
|
*/
|
|
5019
|
-
export interface
|
|
5020
|
-
/**
|
|
5021
|
-
* 集群id
|
|
5022
|
-
*/
|
|
5023
|
-
ClusterId: string
|
|
5024
|
-
|
|
5025
|
-
/**
|
|
5026
|
-
* 节点池id
|
|
5027
|
-
*/
|
|
5028
|
-
NodePoolId: string
|
|
5029
|
-
|
|
5147
|
+
export interface DeleteClusterNodePoolResponse {
|
|
5030
5148
|
/**
|
|
5031
|
-
*
|
|
5149
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5032
5150
|
*/
|
|
5033
|
-
|
|
5151
|
+
RequestId?: string
|
|
5034
5152
|
}
|
|
5035
5153
|
|
|
5036
5154
|
/**
|
|
@@ -5448,6 +5566,16 @@ export interface DNSConfig {
|
|
|
5448
5566
|
Options?: Array<DNSConfigOption>
|
|
5449
5567
|
}
|
|
5450
5568
|
|
|
5569
|
+
/**
|
|
5570
|
+
* ModifyPrometheusConfig返回参数结构体
|
|
5571
|
+
*/
|
|
5572
|
+
export interface ModifyPrometheusConfigResponse {
|
|
5573
|
+
/**
|
|
5574
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5575
|
+
*/
|
|
5576
|
+
RequestId?: string
|
|
5577
|
+
}
|
|
5578
|
+
|
|
5451
5579
|
/**
|
|
5452
5580
|
* DescribeTKEEdgeExternalKubeconfig请求参数结构体
|
|
5453
5581
|
*/
|
|
@@ -5556,33 +5684,68 @@ export interface ForwardTKEEdgeApplicationRequestV3Response {
|
|
|
5556
5684
|
}
|
|
5557
5685
|
|
|
5558
5686
|
/**
|
|
5559
|
-
*
|
|
5687
|
+
* ModifyPrometheusConfig请求参数结构体
|
|
5560
5688
|
*/
|
|
5561
|
-
export interface
|
|
5689
|
+
export interface ModifyPrometheusConfigRequest {
|
|
5562
5690
|
/**
|
|
5563
|
-
*
|
|
5691
|
+
* 实例id
|
|
5564
5692
|
*/
|
|
5565
|
-
|
|
5693
|
+
InstanceId: string
|
|
5566
5694
|
|
|
5567
5695
|
/**
|
|
5568
|
-
*
|
|
5696
|
+
* 集群类型
|
|
5569
5697
|
*/
|
|
5570
|
-
|
|
5571
|
-
}
|
|
5698
|
+
ClusterType: string
|
|
5572
5699
|
|
|
5573
|
-
/**
|
|
5574
|
-
* DescribePrometheusGlobalNotification请求参数结构体
|
|
5575
|
-
*/
|
|
5576
|
-
export interface DescribePrometheusGlobalNotificationRequest {
|
|
5577
5700
|
/**
|
|
5578
|
-
*
|
|
5701
|
+
* 集群id
|
|
5579
5702
|
*/
|
|
5580
|
-
|
|
5581
|
-
}
|
|
5703
|
+
ClusterId: string
|
|
5582
5704
|
|
|
5583
|
-
/**
|
|
5584
|
-
|
|
5585
|
-
|
|
5705
|
+
/**
|
|
5706
|
+
* ServiceMonitors配置
|
|
5707
|
+
*/
|
|
5708
|
+
ServiceMonitors?: Array<PrometheusConfigItem>
|
|
5709
|
+
|
|
5710
|
+
/**
|
|
5711
|
+
* PodMonitors配置
|
|
5712
|
+
*/
|
|
5713
|
+
PodMonitors?: Array<PrometheusConfigItem>
|
|
5714
|
+
|
|
5715
|
+
/**
|
|
5716
|
+
* prometheus原生Job配置
|
|
5717
|
+
*/
|
|
5718
|
+
RawJobs?: Array<PrometheusConfigItem>
|
|
5719
|
+
}
|
|
5720
|
+
|
|
5721
|
+
/**
|
|
5722
|
+
* 集群关联的伸缩组最大实例数最小值实例数
|
|
5723
|
+
*/
|
|
5724
|
+
export interface AutoScalingGroupRange {
|
|
5725
|
+
/**
|
|
5726
|
+
* 伸缩组最小实例数
|
|
5727
|
+
*/
|
|
5728
|
+
MinSize?: number
|
|
5729
|
+
|
|
5730
|
+
/**
|
|
5731
|
+
* 伸缩组最大实例数
|
|
5732
|
+
*/
|
|
5733
|
+
MaxSize?: number
|
|
5734
|
+
}
|
|
5735
|
+
|
|
5736
|
+
/**
|
|
5737
|
+
* DescribePrometheusGlobalNotification请求参数结构体
|
|
5738
|
+
*/
|
|
5739
|
+
export interface DescribePrometheusGlobalNotificationRequest {
|
|
5740
|
+
/**
|
|
5741
|
+
* 实例ID
|
|
5742
|
+
*/
|
|
5743
|
+
InstanceId: string
|
|
5744
|
+
}
|
|
5745
|
+
|
|
5746
|
+
/**
|
|
5747
|
+
* 弹性容器集群公网访问负载均衡信息
|
|
5748
|
+
*/
|
|
5586
5749
|
export interface ClusterPublicLB {
|
|
5587
5750
|
/**
|
|
5588
5751
|
* 是否开启公网访问LB
|
|
@@ -5645,6 +5808,36 @@ export interface ModifyPrometheusAlertPolicyResponse {
|
|
|
5645
5808
|
RequestId?: string
|
|
5646
5809
|
}
|
|
5647
5810
|
|
|
5811
|
+
/**
|
|
5812
|
+
* DescribePrometheusClusterAgents返回参数结构体
|
|
5813
|
+
*/
|
|
5814
|
+
export interface DescribePrometheusClusterAgentsResponse {
|
|
5815
|
+
/**
|
|
5816
|
+
* 被关联集群信息
|
|
5817
|
+
*/
|
|
5818
|
+
Agents: Array<PrometheusAgentOverview>
|
|
5819
|
+
|
|
5820
|
+
/**
|
|
5821
|
+
* 被关联集群总量
|
|
5822
|
+
*/
|
|
5823
|
+
Total: number
|
|
5824
|
+
|
|
5825
|
+
/**
|
|
5826
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5827
|
+
*/
|
|
5828
|
+
RequestId?: string
|
|
5829
|
+
}
|
|
5830
|
+
|
|
5831
|
+
/**
|
|
5832
|
+
* CreatePrometheusConfig返回参数结构体
|
|
5833
|
+
*/
|
|
5834
|
+
export interface CreatePrometheusConfigResponse {
|
|
5835
|
+
/**
|
|
5836
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5837
|
+
*/
|
|
5838
|
+
RequestId?: string
|
|
5839
|
+
}
|
|
5840
|
+
|
|
5648
5841
|
/**
|
|
5649
5842
|
* DescribeClusterAuthenticationOptions请求参数结构体
|
|
5650
5843
|
*/
|
|
@@ -5860,6 +6053,41 @@ export interface UpdateImageCacheResponse {
|
|
|
5860
6053
|
RequestId?: string
|
|
5861
6054
|
}
|
|
5862
6055
|
|
|
6056
|
+
/**
|
|
6057
|
+
* CreatePrometheusConfig请求参数结构体
|
|
6058
|
+
*/
|
|
6059
|
+
export interface CreatePrometheusConfigRequest {
|
|
6060
|
+
/**
|
|
6061
|
+
* 实例id
|
|
6062
|
+
*/
|
|
6063
|
+
InstanceId: string
|
|
6064
|
+
|
|
6065
|
+
/**
|
|
6066
|
+
* 集群类型
|
|
6067
|
+
*/
|
|
6068
|
+
ClusterType: string
|
|
6069
|
+
|
|
6070
|
+
/**
|
|
6071
|
+
* 集群id
|
|
6072
|
+
*/
|
|
6073
|
+
ClusterId: string
|
|
6074
|
+
|
|
6075
|
+
/**
|
|
6076
|
+
* ServiceMonitors配置
|
|
6077
|
+
*/
|
|
6078
|
+
ServiceMonitors?: Array<PrometheusConfigItem>
|
|
6079
|
+
|
|
6080
|
+
/**
|
|
6081
|
+
* PodMonitors配置
|
|
6082
|
+
*/
|
|
6083
|
+
PodMonitors?: Array<PrometheusConfigItem>
|
|
6084
|
+
|
|
6085
|
+
/**
|
|
6086
|
+
* prometheus原生Job配置
|
|
6087
|
+
*/
|
|
6088
|
+
RawJobs?: Array<PrometheusConfigItem>
|
|
6089
|
+
}
|
|
6090
|
+
|
|
5863
6091
|
/**
|
|
5864
6092
|
* 镜像缓存的事件
|
|
5865
6093
|
*/
|
|
@@ -5895,6 +6123,11 @@ export interface ImageCacheEvent {
|
|
|
5895
6123
|
LastTimestamp: string
|
|
5896
6124
|
}
|
|
5897
6125
|
|
|
6126
|
+
/**
|
|
6127
|
+
* CreatePrometheusClusterAgent请求参数结构体
|
|
6128
|
+
*/
|
|
6129
|
+
export type CreatePrometheusClusterAgentRequest = null
|
|
6130
|
+
|
|
5898
6131
|
/**
|
|
5899
6132
|
* DeleteEKSContainerInstances返回参数结构体
|
|
5900
6133
|
*/
|
|
@@ -5977,18 +6210,68 @@ export interface DisableClusterDeletionProtectionRequest {
|
|
|
5977
6210
|
}
|
|
5978
6211
|
|
|
5979
6212
|
/**
|
|
5980
|
-
*
|
|
6213
|
+
* CreateECMInstances请求参数结构体
|
|
5981
6214
|
*/
|
|
5982
|
-
export interface
|
|
6215
|
+
export interface CreateECMInstancesRequest {
|
|
5983
6216
|
/**
|
|
5984
|
-
* 集群
|
|
6217
|
+
* 集群id
|
|
5985
6218
|
*/
|
|
5986
|
-
|
|
6219
|
+
ClusterID: string
|
|
5987
6220
|
|
|
5988
6221
|
/**
|
|
5989
|
-
*
|
|
6222
|
+
* 模块id
|
|
5990
6223
|
*/
|
|
5991
|
-
|
|
6224
|
+
ModuleId: string
|
|
6225
|
+
|
|
6226
|
+
/**
|
|
6227
|
+
* 需要创建实例的可用区及创建数目及运营商的列表
|
|
6228
|
+
*/
|
|
6229
|
+
ZoneInstanceCountISPSet: Array<ECMZoneInstanceCountISP>
|
|
6230
|
+
|
|
6231
|
+
/**
|
|
6232
|
+
* 密码
|
|
6233
|
+
*/
|
|
6234
|
+
Password?: string
|
|
6235
|
+
|
|
6236
|
+
/**
|
|
6237
|
+
* 公网带宽
|
|
6238
|
+
*/
|
|
6239
|
+
InternetMaxBandwidthOut?: number
|
|
6240
|
+
|
|
6241
|
+
/**
|
|
6242
|
+
* 镜像id
|
|
6243
|
+
*/
|
|
6244
|
+
ImageId?: string
|
|
6245
|
+
|
|
6246
|
+
/**
|
|
6247
|
+
* 实例名称
|
|
6248
|
+
*/
|
|
6249
|
+
InstanceName?: string
|
|
6250
|
+
|
|
6251
|
+
/**
|
|
6252
|
+
* 主机名称
|
|
6253
|
+
*/
|
|
6254
|
+
HostName?: string
|
|
6255
|
+
|
|
6256
|
+
/**
|
|
6257
|
+
* 增强服务,包括云镜和云监控
|
|
6258
|
+
*/
|
|
6259
|
+
EnhancedService?: ECMEnhancedService
|
|
6260
|
+
|
|
6261
|
+
/**
|
|
6262
|
+
* 用户自定义脚本
|
|
6263
|
+
*/
|
|
6264
|
+
UserData?: string
|
|
6265
|
+
|
|
6266
|
+
/**
|
|
6267
|
+
* 实例扩展信息
|
|
6268
|
+
*/
|
|
6269
|
+
External?: string
|
|
6270
|
+
|
|
6271
|
+
/**
|
|
6272
|
+
* 实例所属安全组
|
|
6273
|
+
*/
|
|
6274
|
+
SecurityGroupIds?: Array<string>
|
|
5992
6275
|
}
|
|
5993
6276
|
|
|
5994
6277
|
/**
|
|
@@ -6519,6 +6802,11 @@ export interface AddClusterCIDRResponse {
|
|
|
6519
6802
|
RequestId?: string
|
|
6520
6803
|
}
|
|
6521
6804
|
|
|
6805
|
+
/**
|
|
6806
|
+
* DescribePrometheusInstanceInitStatus请求参数结构体
|
|
6807
|
+
*/
|
|
6808
|
+
export type DescribePrometheusInstanceInitStatusRequest = null
|
|
6809
|
+
|
|
6522
6810
|
/**
|
|
6523
6811
|
* DescribeClusterLevelAttribute返回参数结构体
|
|
6524
6812
|
*/
|
|
@@ -6940,68 +7228,13 @@ export interface UninstallLogAgentResponse {
|
|
|
6940
7228
|
}
|
|
6941
7229
|
|
|
6942
7230
|
/**
|
|
6943
|
-
*
|
|
7231
|
+
* DeleteTKEEdgeCluster返回参数结构体
|
|
6944
7232
|
*/
|
|
6945
|
-
export interface
|
|
6946
|
-
/**
|
|
6947
|
-
* 集群id
|
|
6948
|
-
*/
|
|
6949
|
-
ClusterID: string
|
|
6950
|
-
|
|
6951
|
-
/**
|
|
6952
|
-
* 模块id
|
|
6953
|
-
*/
|
|
6954
|
-
ModuleId: string
|
|
6955
|
-
|
|
6956
|
-
/**
|
|
6957
|
-
* 需要创建实例的可用区及创建数目及运营商的列表
|
|
6958
|
-
*/
|
|
6959
|
-
ZoneInstanceCountISPSet: Array<ECMZoneInstanceCountISP>
|
|
6960
|
-
|
|
6961
|
-
/**
|
|
6962
|
-
* 密码
|
|
6963
|
-
*/
|
|
6964
|
-
Password?: string
|
|
6965
|
-
|
|
6966
|
-
/**
|
|
6967
|
-
* 公网带宽
|
|
6968
|
-
*/
|
|
6969
|
-
InternetMaxBandwidthOut?: number
|
|
6970
|
-
|
|
6971
|
-
/**
|
|
6972
|
-
* 镜像id
|
|
6973
|
-
*/
|
|
6974
|
-
ImageId?: string
|
|
6975
|
-
|
|
6976
|
-
/**
|
|
6977
|
-
* 实例名称
|
|
6978
|
-
*/
|
|
6979
|
-
InstanceName?: string
|
|
6980
|
-
|
|
6981
|
-
/**
|
|
6982
|
-
* 主机名称
|
|
6983
|
-
*/
|
|
6984
|
-
HostName?: string
|
|
6985
|
-
|
|
6986
|
-
/**
|
|
6987
|
-
* 增强服务,包括云镜和云监控
|
|
6988
|
-
*/
|
|
6989
|
-
EnhancedService?: ECMEnhancedService
|
|
6990
|
-
|
|
6991
|
-
/**
|
|
6992
|
-
* 用户自定义脚本
|
|
6993
|
-
*/
|
|
6994
|
-
UserData?: string
|
|
6995
|
-
|
|
6996
|
-
/**
|
|
6997
|
-
* 实例扩展信息
|
|
6998
|
-
*/
|
|
6999
|
-
External?: string
|
|
7000
|
-
|
|
7233
|
+
export interface DeleteTKEEdgeClusterResponse {
|
|
7001
7234
|
/**
|
|
7002
|
-
*
|
|
7235
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7003
7236
|
*/
|
|
7004
|
-
|
|
7237
|
+
RequestId?: string
|
|
7005
7238
|
}
|
|
7006
7239
|
|
|
7007
7240
|
/**
|
|
@@ -7046,6 +7279,16 @@ Value=up, down, unknown
|
|
|
7046
7279
|
Filters?: Array<Filter>
|
|
7047
7280
|
}
|
|
7048
7281
|
|
|
7282
|
+
/**
|
|
7283
|
+
* RunPrometheusInstance返回参数结构体
|
|
7284
|
+
*/
|
|
7285
|
+
export interface RunPrometheusInstanceResponse {
|
|
7286
|
+
/**
|
|
7287
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7288
|
+
*/
|
|
7289
|
+
RequestId?: string
|
|
7290
|
+
}
|
|
7291
|
+
|
|
7049
7292
|
/**
|
|
7050
7293
|
* DeletePrometheusTemplateSync返回参数结构体
|
|
7051
7294
|
*/
|
|
@@ -7463,6 +7706,36 @@ export interface DescribeClusterAsGroupsResponse {
|
|
|
7463
7706
|
RequestId?: string
|
|
7464
7707
|
}
|
|
7465
7708
|
|
|
7709
|
+
/**
|
|
7710
|
+
* DescribePrometheusConfig返回参数结构体
|
|
7711
|
+
*/
|
|
7712
|
+
export interface DescribePrometheusConfigResponse {
|
|
7713
|
+
/**
|
|
7714
|
+
* 全局配置
|
|
7715
|
+
*/
|
|
7716
|
+
Config?: string
|
|
7717
|
+
|
|
7718
|
+
/**
|
|
7719
|
+
* ServiceMonitor配置
|
|
7720
|
+
*/
|
|
7721
|
+
ServiceMonitors?: Array<PrometheusConfigItem>
|
|
7722
|
+
|
|
7723
|
+
/**
|
|
7724
|
+
* PodMonitor配置
|
|
7725
|
+
*/
|
|
7726
|
+
PodMonitors?: Array<PrometheusConfigItem>
|
|
7727
|
+
|
|
7728
|
+
/**
|
|
7729
|
+
* 原生Job
|
|
7730
|
+
*/
|
|
7731
|
+
RawJobs?: Array<PrometheusConfigItem>
|
|
7732
|
+
|
|
7733
|
+
/**
|
|
7734
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
7735
|
+
*/
|
|
7736
|
+
RequestId?: string
|
|
7737
|
+
}
|
|
7738
|
+
|
|
7466
7739
|
/**
|
|
7467
7740
|
* ScaleOutClusterMaster请求参数结构体
|
|
7468
7741
|
*/
|
|
@@ -7794,6 +8067,26 @@ export interface DescribeAvailableTKEEdgeVersionResponse {
|
|
|
7794
8067
|
RequestId?: string
|
|
7795
8068
|
}
|
|
7796
8069
|
|
|
8070
|
+
/**
|
|
8071
|
+
* ModifyPrometheusRecordRuleYaml请求参数结构体
|
|
8072
|
+
*/
|
|
8073
|
+
export interface ModifyPrometheusRecordRuleYamlRequest {
|
|
8074
|
+
/**
|
|
8075
|
+
* 实例id
|
|
8076
|
+
*/
|
|
8077
|
+
InstanceId: string
|
|
8078
|
+
|
|
8079
|
+
/**
|
|
8080
|
+
* 聚合实例名称
|
|
8081
|
+
*/
|
|
8082
|
+
Name: string
|
|
8083
|
+
|
|
8084
|
+
/**
|
|
8085
|
+
* 新的内容
|
|
8086
|
+
*/
|
|
8087
|
+
Content: string
|
|
8088
|
+
}
|
|
8089
|
+
|
|
7797
8090
|
/**
|
|
7798
8091
|
* DeletePrometheusAlertPolicy返回参数结构体
|
|
7799
8092
|
*/
|
|
@@ -8679,6 +8972,21 @@ export interface ClusterInternalLB {
|
|
|
8679
8972
|
SubnetId?: string
|
|
8680
8973
|
}
|
|
8681
8974
|
|
|
8975
|
+
/**
|
|
8976
|
+
* DescribePrometheusGlobalConfig请求参数结构体
|
|
8977
|
+
*/
|
|
8978
|
+
export interface DescribePrometheusGlobalConfigRequest {
|
|
8979
|
+
/**
|
|
8980
|
+
* 实例级别抓取配置
|
|
8981
|
+
*/
|
|
8982
|
+
InstanceId: string
|
|
8983
|
+
|
|
8984
|
+
/**
|
|
8985
|
+
* 是否禁用统计
|
|
8986
|
+
*/
|
|
8987
|
+
DisableStatistics?: boolean
|
|
8988
|
+
}
|
|
8989
|
+
|
|
8682
8990
|
/**
|
|
8683
8991
|
* CreateECMInstances返回参数结构体
|
|
8684
8992
|
*/
|
|
@@ -8800,13 +9108,23 @@ export interface Event {
|
|
|
8800
9108
|
}
|
|
8801
9109
|
|
|
8802
9110
|
/**
|
|
8803
|
-
*
|
|
9111
|
+
* ModifyNodePoolDesiredCapacityAboutAsg请求参数结构体
|
|
8804
9112
|
*/
|
|
8805
|
-
export interface
|
|
9113
|
+
export interface ModifyNodePoolDesiredCapacityAboutAsgRequest {
|
|
8806
9114
|
/**
|
|
8807
|
-
*
|
|
9115
|
+
* 集群id
|
|
8808
9116
|
*/
|
|
8809
|
-
|
|
9117
|
+
ClusterId: string
|
|
9118
|
+
|
|
9119
|
+
/**
|
|
9120
|
+
* 节点池id
|
|
9121
|
+
*/
|
|
9122
|
+
NodePoolId: string
|
|
9123
|
+
|
|
9124
|
+
/**
|
|
9125
|
+
* 节点池所关联的伸缩组的期望实例数
|
|
9126
|
+
*/
|
|
9127
|
+
DesiredCapacity: number
|
|
8810
9128
|
}
|
|
8811
9129
|
|
|
8812
9130
|
/**
|
|
@@ -8819,6 +9137,41 @@ export interface DeleteClusterRouteResponse {
|
|
|
8819
9137
|
RequestId?: string
|
|
8820
9138
|
}
|
|
8821
9139
|
|
|
9140
|
+
/**
|
|
9141
|
+
* DeletePrometheusConfig请求参数结构体
|
|
9142
|
+
*/
|
|
9143
|
+
export interface DeletePrometheusConfigRequest {
|
|
9144
|
+
/**
|
|
9145
|
+
* 实例id
|
|
9146
|
+
*/
|
|
9147
|
+
InstanceId: string
|
|
9148
|
+
|
|
9149
|
+
/**
|
|
9150
|
+
* 集群类型
|
|
9151
|
+
*/
|
|
9152
|
+
ClusterType: string
|
|
9153
|
+
|
|
9154
|
+
/**
|
|
9155
|
+
* 集群id
|
|
9156
|
+
*/
|
|
9157
|
+
ClusterId: string
|
|
9158
|
+
|
|
9159
|
+
/**
|
|
9160
|
+
* 要删除的ServiceMonitor名字列表
|
|
9161
|
+
*/
|
|
9162
|
+
ServiceMonitors?: Array<string>
|
|
9163
|
+
|
|
9164
|
+
/**
|
|
9165
|
+
* 要删除的PodMonitor名字列表
|
|
9166
|
+
*/
|
|
9167
|
+
PodMonitors?: Array<string>
|
|
9168
|
+
|
|
9169
|
+
/**
|
|
9170
|
+
* 要删除的RawJobs名字列表
|
|
9171
|
+
*/
|
|
9172
|
+
RawJobs?: Array<string>
|
|
9173
|
+
}
|
|
9174
|
+
|
|
8822
9175
|
/**
|
|
8823
9176
|
* DeleteEdgeCVMInstances返回参数结构体
|
|
8824
9177
|
*/
|
|
@@ -8884,6 +9237,26 @@ export interface PrometheusAlertPolicyItem {
|
|
|
8884
9237
|
ClusterId?: string
|
|
8885
9238
|
}
|
|
8886
9239
|
|
|
9240
|
+
/**
|
|
9241
|
+
* ModifyPrometheusAgentExternalLabels请求参数结构体
|
|
9242
|
+
*/
|
|
9243
|
+
export interface ModifyPrometheusAgentExternalLabelsRequest {
|
|
9244
|
+
/**
|
|
9245
|
+
* 实例ID
|
|
9246
|
+
*/
|
|
9247
|
+
InstanceId: string
|
|
9248
|
+
|
|
9249
|
+
/**
|
|
9250
|
+
* 集群ID
|
|
9251
|
+
*/
|
|
9252
|
+
ClusterId: string
|
|
9253
|
+
|
|
9254
|
+
/**
|
|
9255
|
+
* 新的external_labels
|
|
9256
|
+
*/
|
|
9257
|
+
ExternalLabels: Array<Label>
|
|
9258
|
+
}
|
|
9259
|
+
|
|
8887
9260
|
/**
|
|
8888
9261
|
* prometheus一个抓取目标的信息
|
|
8889
9262
|
*/
|
|
@@ -9549,6 +9922,11 @@ ipvs-bpf模式: 设置KubeProxyMode为kube-proxy-bpf
|
|
|
9549
9922
|
* 启用 CiliumMode 的模式,空值表示不启用,“clusterIP” 表示启用 Cilium 支持 ClusterIP
|
|
9550
9923
|
*/
|
|
9551
9924
|
CiliumMode?: string
|
|
9925
|
+
|
|
9926
|
+
/**
|
|
9927
|
+
* 集群VPC-CNI模式下是否是双栈集群,默认false,表明非双栈集群。
|
|
9928
|
+
*/
|
|
9929
|
+
IsDualStack?: boolean
|
|
9552
9930
|
}
|
|
9553
9931
|
|
|
9554
9932
|
/**
|
|
@@ -9775,6 +10153,16 @@ export interface DescribeEKSContainerInstanceRegionsResponse {
|
|
|
9775
10153
|
RequestId?: string
|
|
9776
10154
|
}
|
|
9777
10155
|
|
|
10156
|
+
/**
|
|
10157
|
+
* ModifyPrometheusRecordRuleYaml返回参数结构体
|
|
10158
|
+
*/
|
|
10159
|
+
export interface ModifyPrometheusRecordRuleYamlResponse {
|
|
10160
|
+
/**
|
|
10161
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
10162
|
+
*/
|
|
10163
|
+
RequestId?: string
|
|
10164
|
+
}
|
|
10165
|
+
|
|
9778
10166
|
/**
|
|
9779
10167
|
* DescribeTKEEdgeScript请求参数结构体
|
|
9780
10168
|
*/
|
|
@@ -9856,6 +10244,21 @@ export interface DescribePrometheusOverviewsResponse {
|
|
|
9856
10244
|
RequestId?: string
|
|
9857
10245
|
}
|
|
9858
10246
|
|
|
10247
|
+
/**
|
|
10248
|
+
* DeletePrometheusRecordRuleYaml请求参数结构体
|
|
10249
|
+
*/
|
|
10250
|
+
export interface DeletePrometheusRecordRuleYamlRequest {
|
|
10251
|
+
/**
|
|
10252
|
+
* 实例id
|
|
10253
|
+
*/
|
|
10254
|
+
InstanceId: string
|
|
10255
|
+
|
|
10256
|
+
/**
|
|
10257
|
+
* 聚合规则列表
|
|
10258
|
+
*/
|
|
10259
|
+
Names: Array<string>
|
|
10260
|
+
}
|
|
10261
|
+
|
|
9859
10262
|
/**
|
|
9860
10263
|
* DescribeEKSContainerInstances请求参数结构体
|
|
9861
10264
|
*/
|
|
@@ -10137,3 +10540,8 @@ export interface ScaleInMaster {
|
|
|
10137
10540
|
*/
|
|
10138
10541
|
InstanceDeleteMode: string
|
|
10139
10542
|
}
|
|
10543
|
+
|
|
10544
|
+
/**
|
|
10545
|
+
* RunPrometheusInstance请求参数结构体
|
|
10546
|
+
*/
|
|
10547
|
+
export type RunPrometheusInstanceRequest = null
|