tencentcloud-sdk-nodejs 4.0.754 → 4.0.756
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 +269 -0
- package/SERVICE_CHANGELOG.md +286 -60
- package/package.json +1 -1
- package/products.md +19 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cam/v20190116/cam_models.ts +4 -0
- package/src/services/cdwdoris/index.ts +5 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_client.ts +73 -0
- package/src/services/cdwdoris/v20211228/cdwdoris_models.ts +498 -0
- package/src/services/cdwdoris/v20211228/index.ts +6 -0
- package/src/services/csip/v20221121/csip_client.ts +15 -2
- package/src/services/csip/v20221121/csip_models.ts +173 -20
- package/src/services/domain/v20180808/domain_models.ts +11 -11
- package/src/services/ess/v20201111/ess_models.ts +14 -9
- package/src/services/essbasic/v20210526/essbasic_client.ts +18 -2
- package/src/services/essbasic/v20210526/essbasic_models.ts +157 -14
- package/src/services/index.ts +1 -0
- package/src/services/lcic/v20220817/lcic_models.ts +6 -1
- package/src/services/monitor/v20180724/monitor_client.ts +7 -5
- package/src/services/monitor/v20180724/monitor_models.ts +77 -21
- package/src/services/privatedns/v20201028/privatedns_client.ts +12 -0
- package/src/services/privatedns/v20201028/privatedns_models.ts +30 -0
- package/src/services/pts/v20210728/pts_models.ts +29 -29
- package/src/services/redis/v20180412/redis_client.ts +36 -0
- package/src/services/redis/v20180412/redis_models.ts +87 -0
- package/src/services/ssm/v20190923/ssm_models.ts +15 -9
- package/src/services/tcr/v20190924/tcr_client.ts +4 -19
- package/src/services/tcr/v20190924/tcr_models.ts +36 -126
- package/src/services/tdmq/v20200217/tdmq_models.ts +26 -16
- package/src/services/teo/v20220901/teo_models.ts +1 -1
- package/src/services/tke/v20180525/tke_client.ts +46 -22
- package/src/services/tke/v20180525/tke_models.ts +65 -0
- package/src/services/waf/v20180125/waf_models.ts +4 -4
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cam/v20190116/cam_models.d.ts +4 -0
- package/tencentcloud/services/cdwdoris/index.d.ts +6 -0
- package/tencentcloud/services/cdwdoris/index.js +7 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.d.ts +22 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_client.js +49 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.d.ts +470 -0
- package/tencentcloud/services/cdwdoris/v20211228/cdwdoris_models.js +18 -0
- package/tencentcloud/services/cdwdoris/v20211228/index.d.ts +6 -0
- package/tencentcloud/services/cdwdoris/v20211228/index.js +9 -0
- package/tencentcloud/services/csip/v20221121/csip_client.d.ts +5 -1
- package/tencentcloud/services/csip/v20221121/csip_client.js +6 -0
- package/tencentcloud/services/csip/v20221121/csip_models.d.ts +170 -20
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +11 -11
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +14 -9
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.d.ts +9 -2
- package/tencentcloud/services/essbasic/v20210526/essbasic_client.js +10 -1
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +154 -14
- package/tencentcloud/services/index.d.ts +1 -0
- package/tencentcloud/services/index.js +2 -0
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +6 -1
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -5
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +5 -5
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +75 -21
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.d.ts +5 -1
- package/tencentcloud/services/privatedns/v20201028/privatedns_client.js +6 -0
- package/tencentcloud/services/privatedns/v20201028/privatedns_models.d.ts +28 -0
- package/tencentcloud/services/pts/v20210728/pts_models.d.ts +29 -29
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +13 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +18 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +81 -0
- package/tencentcloud/services/ssm/v20190923/ssm_models.d.ts +15 -9
- package/tencentcloud/services/tcr/v20190924/tcr_client.d.ts +1 -7
- package/tencentcloud/services/tcr/v20190924/tcr_client.js +0 -8
- package/tencentcloud/services/tcr/v20190924/tcr_models.d.ts +36 -123
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +26 -16
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +1 -1
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +17 -9
- package/tencentcloud/services/tke/v20180525/tke_client.js +24 -12
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +61 -0
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +4 -4
- package/test/cdwdoris.v20211228.test.js +51 -0
- package/test/csip.v20221121.test.js +10 -0
- package/test/essbasic.v20210526.test.js +10 -0
- package/test/privatedns.v20201028.test.js +10 -0
- package/test/redis.v20180412.test.js +30 -0
- package/test/tcr.v20190924.test.js +0 -10
- package/test/tke.v20180525.test.js +34 -14
|
@@ -90,6 +90,8 @@ var cds_1 = require("./cds");
|
|
|
90
90
|
Object.defineProperty(exports, "cds", { enumerable: true, get: function () { return cds_1.cds; } });
|
|
91
91
|
var cdwch_1 = require("./cdwch");
|
|
92
92
|
Object.defineProperty(exports, "cdwch", { enumerable: true, get: function () { return cdwch_1.cdwch; } });
|
|
93
|
+
var cdwdoris_1 = require("./cdwdoris");
|
|
94
|
+
Object.defineProperty(exports, "cdwdoris", { enumerable: true, get: function () { return cdwdoris_1.cdwdoris; } });
|
|
93
95
|
var cdwpg_1 = require("./cdwpg");
|
|
94
96
|
Object.defineProperty(exports, "cdwpg", { enumerable: true, get: function () { return cdwpg_1.cdwpg; } });
|
|
95
97
|
var cfg_1 = require("./cfg");
|
|
@@ -635,7 +635,7 @@ export interface RoomItem {
|
|
|
635
635
|
*/
|
|
636
636
|
RoomId?: number;
|
|
637
637
|
/**
|
|
638
|
-
* 房间状态。0 未开始 ;1进行中 ;2
|
|
638
|
+
* 房间状态。0 未开始 ;1进行中 ;2 已结束;3已过期
|
|
639
639
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
640
640
|
*/
|
|
641
641
|
Status?: number;
|
|
@@ -731,6 +731,11 @@ export interface RoomItem {
|
|
|
731
731
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
732
732
|
*/
|
|
733
733
|
EnableAutoStart?: number;
|
|
734
|
+
/**
|
|
735
|
+
* 录制文件背景图片,支持png、jpg、jpeg、bmp格式,暂不支持透明通道
|
|
736
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
737
|
+
*/
|
|
738
|
+
RecordBackground?: string;
|
|
734
739
|
}
|
|
735
740
|
/**
|
|
736
741
|
* 课堂评分字段
|
|
@@ -104,7 +104,7 @@ export declare class Client extends AbstractClient {
|
|
|
104
104
|
*/
|
|
105
105
|
ModifyAlarmPolicyStatus(req: ModifyAlarmPolicyStatusRequest, cb?: (error: string, rep: ModifyAlarmPolicyStatusResponse) => void): Promise<ModifyAlarmPolicyStatusResponse>;
|
|
106
106
|
/**
|
|
107
|
-
* 删除 Prometheus 抓取任务
|
|
107
|
+
* 删除 Prometheus Agent 抓取任务
|
|
108
108
|
*/
|
|
109
109
|
DeletePrometheusScrapeJobs(req: DeletePrometheusScrapeJobsRequest, cb?: (error: string, rep: DeletePrometheusScrapeJobsResponse) => void): Promise<DeletePrometheusScrapeJobsResponse>;
|
|
110
110
|
/**
|
|
@@ -136,7 +136,7 @@ export declare class Client extends AbstractClient {
|
|
|
136
136
|
*/
|
|
137
137
|
DescribePrometheusInstanceDetail(req: DescribePrometheusInstanceDetailRequest, cb?: (error: string, rep: DescribePrometheusInstanceDetailResponse) => void): Promise<DescribePrometheusInstanceDetailResponse>;
|
|
138
138
|
/**
|
|
139
|
-
* 创建 Prometheus 抓取任务
|
|
139
|
+
* 创建 Prometheus Agent 抓取任务
|
|
140
140
|
*/
|
|
141
141
|
CreatePrometheusScrapeJob(req: CreatePrometheusScrapeJobRequest, cb?: (error: string, rep: CreatePrometheusScrapeJobResponse) => void): Promise<CreatePrometheusScrapeJobResponse>;
|
|
142
142
|
/**
|
|
@@ -240,7 +240,7 @@ export declare class Client extends AbstractClient {
|
|
|
240
240
|
*/
|
|
241
241
|
InstallPlugins(req: InstallPluginsRequest, cb?: (error: string, rep: InstallPluginsResponse) => void): Promise<InstallPluginsResponse>;
|
|
242
242
|
/**
|
|
243
|
-
*
|
|
243
|
+
* 创建集成中心 exporter 集成,因集成较多,建议控制台创建集成。(前提:已授权创建托管 EKS 集群,验证方式:1. 控制台界面确认,未提示授权则表示已授权创建;2. 通过 DescribePrometheusInstanceInitStatus 接口查询集群状态,如果托管集群不存在,可通过 RunPrometheusInstance 接口创建)
|
|
244
244
|
*/
|
|
245
245
|
CreateExporterIntegration(req: CreateExporterIntegrationRequest, cb?: (error: string, rep: CreateExporterIntegrationResponse) => void): Promise<CreateExporterIntegrationResponse>;
|
|
246
246
|
/**
|
|
@@ -451,7 +451,7 @@ export declare class Client extends AbstractClient {
|
|
|
451
451
|
*/
|
|
452
452
|
ModifyAlarmPolicyTasks(req: ModifyAlarmPolicyTasksRequest, cb?: (error: string, rep: ModifyAlarmPolicyTasksResponse) => void): Promise<ModifyAlarmPolicyTasksResponse>;
|
|
453
453
|
/**
|
|
454
|
-
*
|
|
454
|
+
* 删除集成中心 exporter 集成
|
|
455
455
|
*/
|
|
456
456
|
DeleteExporterIntegration(req: DeleteExporterIntegrationRequest, cb?: (error: string, rep: DeleteExporterIntegrationResponse) => void): Promise<DeleteExporterIntegrationResponse>;
|
|
457
457
|
/**
|
|
@@ -581,7 +581,7 @@ export declare class Client extends AbstractClient {
|
|
|
581
581
|
*/
|
|
582
582
|
DescribeAlarmNoticeCallbacks(req: DescribeAlarmNoticeCallbacksRequest, cb?: (error: string, rep: DescribeAlarmNoticeCallbacksResponse) => void): Promise<DescribeAlarmNoticeCallbacksResponse>;
|
|
583
583
|
/**
|
|
584
|
-
* 彻底删除 Prometheus 实例相关数据,给定的实例必须先被 Terminate
|
|
584
|
+
* 彻底删除 Prometheus 实例相关数据,给定的实例必须先被 Terminate(该接口是异步接口,实例是否释放需要通过 DescribePrometheusInstances 接口返回的状态来判断)。
|
|
585
585
|
*/
|
|
586
586
|
DestroyPrometheusInstance(req: DestroyPrometheusInstanceRequest, cb?: (error: string, rep: DestroyPrometheusInstanceResponse) => void): Promise<DestroyPrometheusInstanceResponse>;
|
|
587
587
|
/**
|
|
@@ -170,7 +170,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
170
170
|
return this.request("ModifyAlarmPolicyStatus", req, cb);
|
|
171
171
|
}
|
|
172
172
|
/**
|
|
173
|
-
* 删除 Prometheus 抓取任务
|
|
173
|
+
* 删除 Prometheus Agent 抓取任务
|
|
174
174
|
*/
|
|
175
175
|
async DeletePrometheusScrapeJobs(req, cb) {
|
|
176
176
|
return this.request("DeletePrometheusScrapeJobs", req, cb);
|
|
@@ -218,7 +218,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
218
218
|
return this.request("DescribePrometheusInstanceDetail", req, cb);
|
|
219
219
|
}
|
|
220
220
|
/**
|
|
221
|
-
* 创建 Prometheus 抓取任务
|
|
221
|
+
* 创建 Prometheus Agent 抓取任务
|
|
222
222
|
*/
|
|
223
223
|
async CreatePrometheusScrapeJob(req, cb) {
|
|
224
224
|
return this.request("CreatePrometheusScrapeJob", req, cb);
|
|
@@ -372,7 +372,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
372
372
|
return this.request("InstallPlugins", req, cb);
|
|
373
373
|
}
|
|
374
374
|
/**
|
|
375
|
-
*
|
|
375
|
+
* 创建集成中心 exporter 集成,因集成较多,建议控制台创建集成。(前提:已授权创建托管 EKS 集群,验证方式:1. 控制台界面确认,未提示授权则表示已授权创建;2. 通过 DescribePrometheusInstanceInitStatus 接口查询集群状态,如果托管集群不存在,可通过 RunPrometheusInstance 接口创建)
|
|
376
376
|
*/
|
|
377
377
|
async CreateExporterIntegration(req, cb) {
|
|
378
378
|
return this.request("CreateExporterIntegration", req, cb);
|
|
@@ -685,7 +685,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
685
685
|
return this.request("ModifyAlarmPolicyTasks", req, cb);
|
|
686
686
|
}
|
|
687
687
|
/**
|
|
688
|
-
*
|
|
688
|
+
* 删除集成中心 exporter 集成
|
|
689
689
|
*/
|
|
690
690
|
async DeleteExporterIntegration(req, cb) {
|
|
691
691
|
return this.request("DeleteExporterIntegration", req, cb);
|
|
@@ -875,7 +875,7 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
875
875
|
return this.request("DescribeAlarmNoticeCallbacks", req, cb);
|
|
876
876
|
}
|
|
877
877
|
/**
|
|
878
|
-
* 彻底删除 Prometheus 实例相关数据,给定的实例必须先被 Terminate
|
|
878
|
+
* 彻底删除 Prometheus 实例相关数据,给定的实例必须先被 Terminate(该接口是异步接口,实例是否释放需要通过 DescribePrometheusInstances 接口返回的状态来判断)。
|
|
879
879
|
*/
|
|
880
880
|
async DestroyPrometheusInstance(req, cb) {
|
|
881
881
|
return this.request("DestroyPrometheusInstance", req, cb);
|
|
@@ -335,11 +335,11 @@ export interface CreatePrometheusMultiTenantInstancePostPayModeRequest {
|
|
|
335
335
|
*/
|
|
336
336
|
InstanceName: string;
|
|
337
337
|
/**
|
|
338
|
-
* VPC ID
|
|
338
|
+
* VPC ID(可通过 vpc:DescribeVpcs 接口获取,与实例同地域)
|
|
339
339
|
*/
|
|
340
340
|
VpcId: string;
|
|
341
341
|
/**
|
|
342
|
-
* 子网 ID
|
|
342
|
+
* 子网 ID(可通过 vpc:DescribeSubnets 接口获取)
|
|
343
343
|
*/
|
|
344
344
|
SubnetId: string;
|
|
345
345
|
/**
|
|
@@ -347,7 +347,7 @@ export interface CreatePrometheusMultiTenantInstancePostPayModeRequest {
|
|
|
347
347
|
*/
|
|
348
348
|
DataRetentionTime: number;
|
|
349
349
|
/**
|
|
350
|
-
* 可用区
|
|
350
|
+
* 可用区(与子网同可用区)
|
|
351
351
|
*/
|
|
352
352
|
Zone: string;
|
|
353
353
|
/**
|
|
@@ -620,7 +620,7 @@ export interface CreatePrometheusMultiTenantInstancePostPayModeResponse {
|
|
|
620
620
|
/**
|
|
621
621
|
* 实例 ID
|
|
622
622
|
*/
|
|
623
|
-
InstanceId
|
|
623
|
+
InstanceId?: string;
|
|
624
624
|
/**
|
|
625
625
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
626
626
|
*/
|
|
@@ -837,6 +837,16 @@ export interface AlarmPolicy {
|
|
|
837
837
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
838
838
|
*/
|
|
839
839
|
TagInstances?: Array<TagInstance>;
|
|
840
|
+
/**
|
|
841
|
+
* 过滤条件
|
|
842
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
843
|
+
*/
|
|
844
|
+
Filter?: AlarmConditionFilter;
|
|
845
|
+
/**
|
|
846
|
+
* 聚合条件
|
|
847
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
848
|
+
*/
|
|
849
|
+
GroupBy?: Array<AlarmGroupByItem>;
|
|
840
850
|
/**
|
|
841
851
|
* 策略关联的过滤维度信息
|
|
842
852
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
@@ -882,7 +892,7 @@ export interface DeleteExporterIntegrationRequest {
|
|
|
882
892
|
*/
|
|
883
893
|
InstanceId: string;
|
|
884
894
|
/**
|
|
885
|
-
* 类型
|
|
895
|
+
* 类型(可通过 DescribeExporterIntegrations获取)
|
|
886
896
|
*/
|
|
887
897
|
Kind: string;
|
|
888
898
|
/**
|
|
@@ -892,12 +902,12 @@ export interface DeleteExporterIntegrationRequest {
|
|
|
892
902
|
/**
|
|
893
903
|
* Kubernetes 集群类型,取值如下:
|
|
894
904
|
<li> 1= 容器集群(TKE) </li>
|
|
895
|
-
<li> 2
|
|
896
|
-
<li> 3= Prometheus
|
|
905
|
+
<li> 2=弹性集群(EKS) </li>
|
|
906
|
+
<li> 3= Prometheus管理的弹性集群(MEKS) </li>
|
|
897
907
|
*/
|
|
898
908
|
KubeType?: number;
|
|
899
909
|
/**
|
|
900
|
-
* 集群 ID
|
|
910
|
+
* 集群 ID,可不填
|
|
901
911
|
*/
|
|
902
912
|
ClusterId?: string;
|
|
903
913
|
}
|
|
@@ -1361,6 +1371,21 @@ export interface DescribeProductEventListResponse {
|
|
|
1361
1371
|
*/
|
|
1362
1372
|
RequestId?: string;
|
|
1363
1373
|
}
|
|
1374
|
+
/**
|
|
1375
|
+
* 聚合条件
|
|
1376
|
+
*/
|
|
1377
|
+
export interface AlarmGroupByItem {
|
|
1378
|
+
/**
|
|
1379
|
+
* Item Id
|
|
1380
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1381
|
+
*/
|
|
1382
|
+
Id?: string;
|
|
1383
|
+
/**
|
|
1384
|
+
* 名称
|
|
1385
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1386
|
+
*/
|
|
1387
|
+
Name?: string;
|
|
1388
|
+
}
|
|
1364
1389
|
/**
|
|
1365
1390
|
* DescribeAlarmNoticeCallbacks返回参数结构体
|
|
1366
1391
|
*/
|
|
@@ -1401,11 +1426,11 @@ export interface DeletePrometheusScrapeJobsRequest {
|
|
|
1401
1426
|
*/
|
|
1402
1427
|
InstanceId: string;
|
|
1403
1428
|
/**
|
|
1404
|
-
* Agent ID
|
|
1429
|
+
* Agent ID(可通过 DescribePrometheusAgents 接口获取)
|
|
1405
1430
|
*/
|
|
1406
1431
|
AgentId: string;
|
|
1407
1432
|
/**
|
|
1408
|
-
* 任务 ID 列表
|
|
1433
|
+
* 任务 ID 列表(可通过 DescribePrometheusScrapeJobs 接口获取)
|
|
1409
1434
|
*/
|
|
1410
1435
|
JobIds: Array<string>;
|
|
1411
1436
|
}
|
|
@@ -2550,7 +2575,7 @@ export interface CreateExporterIntegrationResponse {
|
|
|
2550
2575
|
/**
|
|
2551
2576
|
* 返回创建成功的集成名称列表
|
|
2552
2577
|
*/
|
|
2553
|
-
Names
|
|
2578
|
+
Names?: Array<string>;
|
|
2554
2579
|
/**
|
|
2555
2580
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2556
2581
|
*/
|
|
@@ -3111,7 +3136,7 @@ export interface CreatePrometheusScrapeJobResponse {
|
|
|
3111
3136
|
/**
|
|
3112
3137
|
* 成功创建抓取任务 Id
|
|
3113
3138
|
*/
|
|
3114
|
-
JobId
|
|
3139
|
+
JobId?: string;
|
|
3115
3140
|
/**
|
|
3116
3141
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3117
3142
|
*/
|
|
@@ -4942,7 +4967,7 @@ export interface CreateExporterIntegrationRequest {
|
|
|
4942
4967
|
*/
|
|
4943
4968
|
InstanceId: string;
|
|
4944
4969
|
/**
|
|
4945
|
-
* 类型
|
|
4970
|
+
* 类型(可通过 DescribePrometheusIntegrations 接口获取,取每一项中的 ExporterType 字段)
|
|
4946
4971
|
*/
|
|
4947
4972
|
Kind: string;
|
|
4948
4973
|
/**
|
|
@@ -4950,14 +4975,14 @@ export interface CreateExporterIntegrationRequest {
|
|
|
4950
4975
|
*/
|
|
4951
4976
|
Content: string;
|
|
4952
4977
|
/**
|
|
4953
|
-
* Kubernetes
|
|
4978
|
+
* Kubernetes 集群类型,可不填,取值如下:
|
|
4954
4979
|
<li> 1= 容器集群(TKE) </li>
|
|
4955
|
-
<li> 2
|
|
4956
|
-
<li> 3= Prometheus
|
|
4980
|
+
<li> 2=弹性集群(EKS) </li>
|
|
4981
|
+
<li> 3= Prometheus管理的弹性集群(MEKS) </li>
|
|
4957
4982
|
*/
|
|
4958
4983
|
KubeType?: number;
|
|
4959
4984
|
/**
|
|
4960
|
-
* 集群 ID
|
|
4985
|
+
* 集群 ID,可不填
|
|
4961
4986
|
*/
|
|
4962
4987
|
ClusterId?: string;
|
|
4963
4988
|
}
|
|
@@ -5393,7 +5418,7 @@ export interface CreateRecordingRuleRequest {
|
|
|
5393
5418
|
*/
|
|
5394
5419
|
Name: string;
|
|
5395
5420
|
/**
|
|
5396
|
-
* 聚合规则组内容,格式为 yaml
|
|
5421
|
+
* 聚合规则组内容,格式为 yaml,通过 base64 进行编码。
|
|
5397
5422
|
*/
|
|
5398
5423
|
Group: string;
|
|
5399
5424
|
/**
|
|
@@ -6553,6 +6578,26 @@ export interface DescribePrometheusInstanceInitStatusRequest {
|
|
|
6553
6578
|
*/
|
|
6554
6579
|
InstanceId: string;
|
|
6555
6580
|
}
|
|
6581
|
+
/**
|
|
6582
|
+
* 策略过滤条件
|
|
6583
|
+
*/
|
|
6584
|
+
export interface AlarmConditionFilter {
|
|
6585
|
+
/**
|
|
6586
|
+
* 类型
|
|
6587
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6588
|
+
*/
|
|
6589
|
+
Type?: string;
|
|
6590
|
+
/**
|
|
6591
|
+
* 表达式
|
|
6592
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6593
|
+
*/
|
|
6594
|
+
Expression?: string;
|
|
6595
|
+
/**
|
|
6596
|
+
* 过滤条件
|
|
6597
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
6598
|
+
*/
|
|
6599
|
+
Dimensions?: string;
|
|
6600
|
+
}
|
|
6556
6601
|
/**
|
|
6557
6602
|
* CreatePrometheusAlertPolicy请求参数结构体
|
|
6558
6603
|
*/
|
|
@@ -7325,15 +7370,15 @@ export interface CreatePolicyGroupRequest {
|
|
|
7325
7370
|
*/
|
|
7326
7371
|
export interface CreatePrometheusScrapeJobRequest {
|
|
7327
7372
|
/**
|
|
7328
|
-
* Prometheus 实例 ID
|
|
7373
|
+
* Prometheus 实例 ID
|
|
7329
7374
|
*/
|
|
7330
7375
|
InstanceId: string;
|
|
7331
7376
|
/**
|
|
7332
|
-
* Agent ID
|
|
7377
|
+
* Agent ID(可通过DescribePrometheusAgents 接口获取)
|
|
7333
7378
|
*/
|
|
7334
7379
|
AgentId: string;
|
|
7335
7380
|
/**
|
|
7336
|
-
*
|
|
7381
|
+
* 抓取任务配置
|
|
7337
7382
|
*/
|
|
7338
7383
|
Config?: string;
|
|
7339
7384
|
}
|
|
@@ -7666,6 +7711,13 @@ export interface UpgradeGrafanaDashboardRequest {
|
|
|
7666
7711
|
InstanceId: string;
|
|
7667
7712
|
/**
|
|
7668
7713
|
* Prometheus 集成项 Code,升级对应的 Dashboard,取值如下:
|
|
7714
|
+
<li>qcloud</li>
|
|
7715
|
+
<li>cvm_process_exporter</li>
|
|
7716
|
+
<li>cvm_node_exporter</li>
|
|
7717
|
+
<li>cvm</li>
|
|
7718
|
+
<li>kubernetes</li>
|
|
7719
|
+
<li>cdwch</li>
|
|
7720
|
+
<li>rocketmq</li>
|
|
7669
7721
|
<li>spring_mvc</li>
|
|
7670
7722
|
<li>mysql</li>
|
|
7671
7723
|
<li>go</li>
|
|
@@ -7683,6 +7735,8 @@ export interface UpgradeGrafanaDashboardRequest {
|
|
|
7683
7735
|
<li>tps</li>
|
|
7684
7736
|
<li>istio</li>
|
|
7685
7737
|
<li>etcd</li>
|
|
7738
|
+
<li>pts</li>
|
|
7739
|
+
<li>kong</li>
|
|
7686
7740
|
*/
|
|
7687
7741
|
IntegrationCodes?: Array<string>;
|
|
7688
7742
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AbstractClient } from "../../../common/abstract_client";
|
|
2
2
|
import { ClientConfig } from "../../../common/interface";
|
|
3
|
-
import { DescribeQuotaUsageResponse, ModifyPrivateZoneVpcRequest, DescribeAuditLogResponse, DescribePrivateDNSAccountListResponse, DescribePrivateZoneRecordListRequest, DescribePrivateZoneRecordListResponse, DescribePrivateZoneListResponse, DescribePrivateZoneRequest, ModifyRecordsStatusResponse, DeleteSpecifyPrivateZoneVpcResponse, DescribeAccountVpcListResponse, DescribePrivateZoneServiceRequest, DeleteEndPointResponse, AddSpecifyPrivateZoneVpcResponse, DeleteEndPointRequest, AddSpecifyPrivateZoneVpcRequest, DescribeRequestDataRequest, ModifyPrivateZoneRecordResponse, DescribeAccountVpcListRequest, DescribeRequestDataResponse, ModifyPrivateZoneRequest, CreatePrivateZoneRequest, ModifyPrivateZoneResponse, DeleteSpecifyPrivateZoneVpcRequest, SubscribePrivateZoneServiceRequest, DescribePrivateZoneResponse, CreatePrivateZoneResponse, DescribeDashboardResponse, CreatePrivateZoneRecordResponse, DescribePrivateZoneServiceResponse, CreatePrivateDNSAccountResponse, DescribeAuditLogRequest, DescribeDashboardRequest, DeletePrivateZoneRequest, SubscribePrivateZoneServiceResponse, DeletePrivateDNSAccountRequest, DeletePrivateZoneRecordRequest, DeletePrivateZoneResponse, ModifyRecordsStatusRequest, CreatePrivateDNSAccountRequest, DescribePrivateDNSAccountListRequest, CreatePrivateZoneRecordRequest, DescribeQuotaUsageRequest, ModifyPrivateZoneRecordRequest, DescribePrivateZoneListRequest, DeletePrivateDNSAccountResponse, DeletePrivateZoneRecordResponse, ModifyPrivateZoneVpcResponse } from "./privatedns_models";
|
|
3
|
+
import { DescribeQuotaUsageResponse, ModifyPrivateZoneVpcRequest, DescribeAuditLogResponse, DescribePrivateDNSAccountListResponse, DescribePrivateZoneRecordListRequest, QueryAsyncBindVpcStatusResponse, DescribePrivateZoneRecordListResponse, DescribePrivateZoneListResponse, DescribePrivateZoneRequest, ModifyRecordsStatusResponse, DeleteSpecifyPrivateZoneVpcResponse, DescribeAccountVpcListResponse, DescribePrivateZoneServiceRequest, DeleteEndPointResponse, AddSpecifyPrivateZoneVpcResponse, DeleteEndPointRequest, AddSpecifyPrivateZoneVpcRequest, DescribeRequestDataRequest, ModifyPrivateZoneRecordResponse, DescribeAccountVpcListRequest, DescribeRequestDataResponse, ModifyPrivateZoneRequest, CreatePrivateZoneRequest, ModifyPrivateZoneResponse, DeleteSpecifyPrivateZoneVpcRequest, SubscribePrivateZoneServiceRequest, DescribePrivateZoneResponse, CreatePrivateZoneResponse, DescribeDashboardResponse, CreatePrivateZoneRecordResponse, DescribePrivateZoneServiceResponse, CreatePrivateDNSAccountResponse, DescribeAuditLogRequest, DescribeDashboardRequest, DeletePrivateZoneRequest, SubscribePrivateZoneServiceResponse, DeletePrivateDNSAccountRequest, DeletePrivateZoneRecordRequest, DeletePrivateZoneResponse, ModifyRecordsStatusRequest, CreatePrivateDNSAccountRequest, QueryAsyncBindVpcStatusRequest, DescribePrivateDNSAccountListRequest, CreatePrivateZoneRecordRequest, DescribeQuotaUsageRequest, ModifyPrivateZoneRecordRequest, DescribePrivateZoneListRequest, DeletePrivateDNSAccountResponse, DeletePrivateZoneRecordResponse, ModifyPrivateZoneVpcResponse } from "./privatedns_models";
|
|
4
4
|
/**
|
|
5
5
|
* privatedns client
|
|
6
6
|
* @class
|
|
@@ -47,6 +47,10 @@ export declare class Client extends AbstractClient {
|
|
|
47
47
|
* 追加与私有域关联的VPC
|
|
48
48
|
*/
|
|
49
49
|
AddSpecifyPrivateZoneVpc(req: AddSpecifyPrivateZoneVpcRequest, cb?: (error: string, rep: AddSpecifyPrivateZoneVpcResponse) => void): Promise<AddSpecifyPrivateZoneVpcResponse>;
|
|
50
|
+
/**
|
|
51
|
+
* 查询异步绑定vpc操作状态
|
|
52
|
+
*/
|
|
53
|
+
QueryAsyncBindVpcStatus(req: QueryAsyncBindVpcStatusRequest, cb?: (error: string, rep: QueryAsyncBindVpcStatusResponse) => void): Promise<QueryAsyncBindVpcStatusResponse>;
|
|
50
54
|
/**
|
|
51
55
|
* 修改私有域信息
|
|
52
56
|
*/
|
|
@@ -87,6 +87,12 @@ class Client extends abstract_client_1.AbstractClient {
|
|
|
87
87
|
async AddSpecifyPrivateZoneVpc(req, cb) {
|
|
88
88
|
return this.request("AddSpecifyPrivateZoneVpc", req, cb);
|
|
89
89
|
}
|
|
90
|
+
/**
|
|
91
|
+
* 查询异步绑定vpc操作状态
|
|
92
|
+
*/
|
|
93
|
+
async QueryAsyncBindVpcStatus(req, cb) {
|
|
94
|
+
return this.request("QueryAsyncBindVpcStatus", req, cb);
|
|
95
|
+
}
|
|
90
96
|
/**
|
|
91
97
|
* 修改私有域信息
|
|
92
98
|
*/
|
|
@@ -96,6 +96,25 @@ export interface PrivateDNSAccount {
|
|
|
96
96
|
*/
|
|
97
97
|
Nickname?: string;
|
|
98
98
|
}
|
|
99
|
+
/**
|
|
100
|
+
* QueryAsyncBindVpcStatus返回参数结构体
|
|
101
|
+
*/
|
|
102
|
+
export interface QueryAsyncBindVpcStatusResponse {
|
|
103
|
+
/**
|
|
104
|
+
* processing 处理中,success 执行成功,
|
|
105
|
+
failed 执行失败
|
|
106
|
+
*/
|
|
107
|
+
Status?: string;
|
|
108
|
+
/**
|
|
109
|
+
* 错误信息
|
|
110
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
111
|
+
*/
|
|
112
|
+
ErrorMsg?: string;
|
|
113
|
+
/**
|
|
114
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
115
|
+
*/
|
|
116
|
+
RequestId?: string;
|
|
117
|
+
}
|
|
99
118
|
/**
|
|
100
119
|
* DescribePrivateZoneRecordList返回参数结构体
|
|
101
120
|
*/
|
|
@@ -868,6 +887,15 @@ export interface CreatePrivateDNSAccountRequest {
|
|
|
868
887
|
*/
|
|
869
888
|
Account: PrivateDNSAccount;
|
|
870
889
|
}
|
|
890
|
+
/**
|
|
891
|
+
* QueryAsyncBindVpcStatus请求参数结构体
|
|
892
|
+
*/
|
|
893
|
+
export interface QueryAsyncBindVpcStatusRequest {
|
|
894
|
+
/**
|
|
895
|
+
* 唯一ID
|
|
896
|
+
*/
|
|
897
|
+
UniqId: string;
|
|
898
|
+
}
|
|
871
899
|
/**
|
|
872
900
|
* 统计数据表
|
|
873
901
|
*/
|
|
@@ -73,7 +73,7 @@ export interface DescribeSampleMatrixQueryResponse {
|
|
|
73
73
|
* 指标矩阵
|
|
74
74
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
75
75
|
*/
|
|
76
|
-
MetricSampleMatrix
|
|
76
|
+
MetricSampleMatrix?: CustomSampleMatrix;
|
|
77
77
|
/**
|
|
78
78
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
79
79
|
*/
|
|
@@ -153,7 +153,7 @@ export interface DescribeSampleLogsRequest {
|
|
|
153
153
|
*/
|
|
154
154
|
export interface DeleteJobsRequest {
|
|
155
155
|
/**
|
|
156
|
-
*
|
|
156
|
+
* 待删除的任务的 ID(所有任务的 ID 可以从 DescribeJobs 获取)
|
|
157
157
|
*/
|
|
158
158
|
JobIds: Array<string>;
|
|
159
159
|
/**
|
|
@@ -274,11 +274,11 @@ export interface DescribeLabelValuesRequest {
|
|
|
274
274
|
*/
|
|
275
275
|
ScenarioId: string;
|
|
276
276
|
/**
|
|
277
|
-
*
|
|
277
|
+
* 指标名。取值范围参见 DescribeMetricLabelWithValues 接口返回的所有指标名
|
|
278
278
|
*/
|
|
279
279
|
Metric: string;
|
|
280
280
|
/**
|
|
281
|
-
*
|
|
281
|
+
* 标签名。取值范围参见 DescribeMetricLabelWithValues 接口返回的指标及其支持的标签名
|
|
282
282
|
*/
|
|
283
283
|
LabelName: string;
|
|
284
284
|
/**
|
|
@@ -576,7 +576,7 @@ export interface UpdateScenarioRequest {
|
|
|
576
576
|
*/
|
|
577
577
|
Description?: string;
|
|
578
578
|
/**
|
|
579
|
-
*
|
|
579
|
+
* 压测场景的模式类型。取值范围:pts-http 代表简单模式,pts-js 代表脚本模式,pts-jmeter 代表 JMeter 模式。
|
|
580
580
|
*/
|
|
581
581
|
Type?: string;
|
|
582
582
|
/**
|
|
@@ -866,7 +866,7 @@ export interface AdjustJobSpeedRequest {
|
|
|
866
866
|
*/
|
|
867
867
|
JobId: string;
|
|
868
868
|
/**
|
|
869
|
-
* 目标RPS
|
|
869
|
+
* 目标 RPS。其取值应大于起始 RPS,并且小于最大 RPS
|
|
870
870
|
*/
|
|
871
871
|
TargetRequestsPerSecond: number;
|
|
872
872
|
}
|
|
@@ -955,11 +955,11 @@ export interface LabelWithValues {
|
|
|
955
955
|
*/
|
|
956
956
|
export interface Label {
|
|
957
957
|
/**
|
|
958
|
-
*
|
|
958
|
+
* 标签名
|
|
959
959
|
*/
|
|
960
960
|
LabelName: string;
|
|
961
961
|
/**
|
|
962
|
-
*
|
|
962
|
+
* 标签值
|
|
963
963
|
*/
|
|
964
964
|
LabelValue: string;
|
|
965
965
|
}
|
|
@@ -1132,7 +1132,7 @@ export interface DescribeLabelValuesResponse {
|
|
|
1132
1132
|
* 标签值数组
|
|
1133
1133
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1134
1134
|
*/
|
|
1135
|
-
LabelValueSet
|
|
1135
|
+
LabelValueSet?: Array<string>;
|
|
1136
1136
|
/**
|
|
1137
1137
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1138
1138
|
*/
|
|
@@ -1147,7 +1147,7 @@ export interface InternalMetricQuery {
|
|
|
1147
1147
|
*/
|
|
1148
1148
|
Metric: string;
|
|
1149
1149
|
/**
|
|
1150
|
-
*
|
|
1150
|
+
* 聚合函数。取值范围:Rate,Count,Avg,P90,P95,P99,Gauge
|
|
1151
1151
|
*/
|
|
1152
1152
|
Aggregation: string;
|
|
1153
1153
|
/**
|
|
@@ -1155,7 +1155,7 @@ export interface InternalMetricQuery {
|
|
|
1155
1155
|
*/
|
|
1156
1156
|
Labels?: Array<Label>;
|
|
1157
1157
|
/**
|
|
1158
|
-
*
|
|
1158
|
+
* 用标签过滤规则来过滤指标,规则中包含标签名 LabelName、标签值 LabelValue、操作符 Operator(0代表相等,1代表不等)
|
|
1159
1159
|
*/
|
|
1160
1160
|
Filters?: Array<Filter>;
|
|
1161
1161
|
/**
|
|
@@ -1419,15 +1419,15 @@ export interface DescribeSampleMatrixQueryRequest {
|
|
|
1419
1419
|
*/
|
|
1420
1420
|
ScenarioId: string;
|
|
1421
1421
|
/**
|
|
1422
|
-
*
|
|
1422
|
+
* 指标名。取值范围参见 DescribeMetricLabelWithValues 接口返回的所有指标名
|
|
1423
1423
|
*/
|
|
1424
1424
|
Metric: string;
|
|
1425
1425
|
/**
|
|
1426
|
-
*
|
|
1426
|
+
* 聚合函数。取值范围:Rate,Count,Avg,P90,P95,P99,Gauge
|
|
1427
1427
|
*/
|
|
1428
1428
|
Aggregation: string;
|
|
1429
1429
|
/**
|
|
1430
|
-
*
|
|
1430
|
+
* 用标签过滤规则来过滤指标,规则中包含标签名 LabelName、标签值 LabelValue、操作符 Operator(0代表相等,1代表不等)
|
|
1431
1431
|
*/
|
|
1432
1432
|
Filters?: Array<Filter>;
|
|
1433
1433
|
/**
|
|
@@ -1512,7 +1512,7 @@ export interface DeleteProjectsRequest {
|
|
|
1512
1512
|
*/
|
|
1513
1513
|
export interface UpdateFileScenarioRelationRequest {
|
|
1514
1514
|
/**
|
|
1515
|
-
* 文件 ID
|
|
1515
|
+
* 文件 ID。其值应为前序步骤上传该文件到 cos 桶后,文件在 cos 桶中的相应目录
|
|
1516
1516
|
*/
|
|
1517
1517
|
FileId: string;
|
|
1518
1518
|
/**
|
|
@@ -1633,11 +1633,11 @@ export interface DescribeSampleQueryRequest {
|
|
|
1633
1633
|
*/
|
|
1634
1634
|
ScenarioId: string;
|
|
1635
1635
|
/**
|
|
1636
|
-
*
|
|
1636
|
+
* 指标名。取值范围参见 DescribeMetricLabelWithValues 接口返回的所有指标名
|
|
1637
1637
|
*/
|
|
1638
1638
|
Metric: string;
|
|
1639
1639
|
/**
|
|
1640
|
-
*
|
|
1640
|
+
* 聚合函数。取值范围:Rate,Count,Avg,P90,P95,P99,Gauge
|
|
1641
1641
|
*/
|
|
1642
1642
|
Aggregation: string;
|
|
1643
1643
|
/**
|
|
@@ -1645,7 +1645,7 @@ export interface DescribeSampleQueryRequest {
|
|
|
1645
1645
|
*/
|
|
1646
1646
|
ProjectId: string;
|
|
1647
1647
|
/**
|
|
1648
|
-
*
|
|
1648
|
+
* 标签过滤条件。各指标支持的标签参见 DescribeMetricLabelWithValues 接口返回的所有指标及其支持的标签
|
|
1649
1649
|
*/
|
|
1650
1650
|
Labels?: Array<Label>;
|
|
1651
1651
|
}
|
|
@@ -1815,7 +1815,7 @@ export interface DeleteFilesRequest {
|
|
|
1815
1815
|
*/
|
|
1816
1816
|
ProjectId: string;
|
|
1817
1817
|
/**
|
|
1818
|
-
*
|
|
1818
|
+
* 待删除的文件的 ID(所有文件 ID 可从接口 DescribeFiles 获取)
|
|
1819
1819
|
*/
|
|
1820
1820
|
FileIds: Array<string>;
|
|
1821
1821
|
}
|
|
@@ -1964,11 +1964,11 @@ export interface Notification {
|
|
|
1964
1964
|
*/
|
|
1965
1965
|
export interface DescribeSampleBatchQueryRequest {
|
|
1966
1966
|
/**
|
|
1967
|
-
*
|
|
1967
|
+
* 压测任务的 ID
|
|
1968
1968
|
*/
|
|
1969
1969
|
JobId: string;
|
|
1970
1970
|
/**
|
|
1971
|
-
*
|
|
1971
|
+
* 场景的 ID
|
|
1972
1972
|
*/
|
|
1973
1973
|
ScenarioId: string;
|
|
1974
1974
|
/**
|
|
@@ -1976,7 +1976,7 @@ export interface DescribeSampleBatchQueryRequest {
|
|
|
1976
1976
|
*/
|
|
1977
1977
|
Queries: Array<InternalMetricQuery>;
|
|
1978
1978
|
/**
|
|
1979
|
-
*
|
|
1979
|
+
* 项目的 ID
|
|
1980
1980
|
*/
|
|
1981
1981
|
ProjectId: string;
|
|
1982
1982
|
}
|
|
@@ -2058,7 +2058,7 @@ export interface MetricInfo {
|
|
|
2058
2058
|
*/
|
|
2059
2059
|
export interface CreateAlertChannelRequest {
|
|
2060
2060
|
/**
|
|
2061
|
-
*
|
|
2061
|
+
* monitor 服务的告警通知模板的 NoticeId,可从 monitor 服务的云 API 的 DescribeAlarmNotices 接口响应里的 Id 字段获取。(CreateAlertChannel 接口的入参里用于标识一个告警通知模板的 AMPConsumerId 与 NoticeId 二选一即可)
|
|
2062
2062
|
*/
|
|
2063
2063
|
NoticeId: string;
|
|
2064
2064
|
/**
|
|
@@ -2066,7 +2066,7 @@ export interface CreateAlertChannelRequest {
|
|
|
2066
2066
|
*/
|
|
2067
2067
|
ProjectId: string;
|
|
2068
2068
|
/**
|
|
2069
|
-
*
|
|
2069
|
+
* monitor 服务的告警通知模板的 AMPConsumerId,可从 monitor 服务的云 API 的 DescribeAlarmNotices 接口响应里的 AMPConsumerId 字段获取。(CreateAlertChannel 接口的入参里用于标识一个告警通知模板的 AMPConsumerId 与 NoticeId 二选一即可)
|
|
2070
2070
|
*/
|
|
2071
2071
|
AMPConsumerId?: string;
|
|
2072
2072
|
}
|
|
@@ -2514,7 +2514,7 @@ export interface Load {
|
|
|
2514
2514
|
*/
|
|
2515
2515
|
export interface CreateFileRequest {
|
|
2516
2516
|
/**
|
|
2517
|
-
* 文件 ID
|
|
2517
|
+
* 文件 ID。其值应为前序步骤上传该文件到 cos 桶后,文件在 cos 桶中的相应目录
|
|
2518
2518
|
*/
|
|
2519
2519
|
FileId: string;
|
|
2520
2520
|
/**
|
|
@@ -2890,7 +2890,7 @@ export interface DescribeSampleQueryResponse {
|
|
|
2890
2890
|
* 返回指标内容
|
|
2891
2891
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2892
2892
|
*/
|
|
2893
|
-
MetricSample
|
|
2893
|
+
MetricSample?: CustomSample;
|
|
2894
2894
|
/**
|
|
2895
2895
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2896
2896
|
*/
|
|
@@ -3340,7 +3340,7 @@ export interface CreateScenarioResponse {
|
|
|
3340
3340
|
*/
|
|
3341
3341
|
export interface AbortJobRequest {
|
|
3342
3342
|
/**
|
|
3343
|
-
*
|
|
3343
|
+
* 待停止的压测任务的 ID(所有的压测任务 ID 可以从 DescribeJobs 接口获取)
|
|
3344
3344
|
*/
|
|
3345
3345
|
JobId: string;
|
|
3346
3346
|
/**
|
|
@@ -3457,7 +3457,7 @@ export interface DescribeSampleBatchQueryResponse {
|
|
|
3457
3457
|
* 返回指标内容
|
|
3458
3458
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
3459
3459
|
*/
|
|
3460
|
-
MetricSampleSet
|
|
3460
|
+
MetricSampleSet?: Array<CustomSample>;
|
|
3461
3461
|
/**
|
|
3462
3462
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3463
3463
|
*/
|
|
@@ -3593,7 +3593,7 @@ export interface DeleteAlertChannelRequest {
|
|
|
3593
3593
|
*/
|
|
3594
3594
|
ProjectId: string;
|
|
3595
3595
|
/**
|
|
3596
|
-
* Notice ID
|
|
3596
|
+
* 待删除的通知渠道的 Notice ID(所有通知渠道的 Notice ID 可以从 DescribeAlertChannels 接口获取)
|
|
3597
3597
|
*/
|
|
3598
3598
|
NoticeId: string;
|
|
3599
3599
|
}
|