tencentcloud-sdk-nodejs 4.0.944 → 4.0.945
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 +334 -0
- package/SERVICE_CHANGELOG.md +496 -65
- package/package.json +1 -1
- package/products.md +18 -18
- package/src/common/sdk_version.ts +1 -1
- package/src/services/ccc/v20200210/ccc_client.ts +18 -6
- package/src/services/ccc/v20200210/ccc_models.ts +145 -0
- package/src/services/clb/v20180317/clb_models.ts +9 -1
- package/src/services/cme/v20191029/cme_models.ts +10 -6
- package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
- package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
- package/src/services/emr/v20190103/emr_models.ts +3 -3
- package/src/services/faceid/v20180301/faceid_models.ts +4 -0
- package/src/services/iecp/v20210914/iecp_client.ts +521 -806
- package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
- package/src/services/ims/v20201229/ims_client.ts +8 -3
- package/src/services/ims/v20201229/ims_models.ts +2 -2
- package/src/services/monitor/v20180724/monitor_client.ts +16 -44
- package/src/services/monitor/v20180724/monitor_models.ts +54 -103
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +3 -1
- package/src/services/postgres/v20170312/postgres_client.ts +14 -1
- package/src/services/postgres/v20170312/postgres_models.ts +109 -14
- package/src/services/rce/v20201103/rce_models.ts +18 -15
- package/src/services/tcss/v20201101/tcss_client.ts +1 -0
- package/src/services/tcss/v20201101/tcss_models.ts +91 -3
- package/src/services/teo/v20220901/teo_client.ts +3 -2
- package/src/services/teo/v20220901/teo_models.ts +56 -27
- package/src/services/tke/v20180525/tke_models.ts +5 -5
- package/src/services/tke/v20220501/tke_models.ts +5 -5
- package/src/services/tse/v20201207/tse_models.ts +10 -0
- package/src/services/tsf/v20180326/tsf_client.ts +8 -22
- package/src/services/tsf/v20180326/tsf_models.ts +9 -29
- package/src/services/wedata/v20210820/wedata_models.ts +5 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
- package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
- package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
- package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
- package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
- package/tencentcloud/services/emr/v20190103/emr_models.d.ts +3 -3
- package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
- package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
- package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
- package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
- package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
- package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
- package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +106 -14
- package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
- package/tencentcloud/services/teo/v20220901/teo_models.d.ts +55 -27
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
- package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
- package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
- package/test/ccc.v20200210.test.js +12 -2
- package/test/cynosdb.v20190107.test.js +0 -10
- package/test/iecp.v20210914.test.js +156 -356
- package/test/monitor.v20180724.test.js +4 -24
- package/test/postgres.v20170312.test.js +10 -0
- package/test/tsf.v20180326.test.js +2 -12
|
@@ -1,17 +1,3 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* DescribeApplicationYaml返回参数结构体
|
|
3
|
-
*/
|
|
4
|
-
export interface DescribeApplicationYamlResponse {
|
|
5
|
-
/**
|
|
6
|
-
* base64 后的yaml
|
|
7
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8
|
-
*/
|
|
9
|
-
Yaml: string;
|
|
10
|
-
/**
|
|
11
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12
|
-
*/
|
|
13
|
-
RequestId?: string;
|
|
14
|
-
}
|
|
15
1
|
/**
|
|
16
2
|
* 操作日志状态查询条件
|
|
17
3
|
*/
|
|
@@ -93,61 +79,22 @@ export interface CreateEdgeNodeGroupRequest {
|
|
|
93
79
|
NodeUnitTemplateIDs?: Array<number | bigint>;
|
|
94
80
|
}
|
|
95
81
|
/**
|
|
96
|
-
*
|
|
82
|
+
* DescribeNodeUnitTemplateOnNodeGroup返回参数结构体
|
|
97
83
|
*/
|
|
98
|
-
export interface
|
|
99
|
-
/**
|
|
100
|
-
* 基本信息
|
|
101
|
-
*/
|
|
102
|
-
BasicInfo: ApplicationBasicInfo;
|
|
103
|
-
/**
|
|
104
|
-
* 基本配置
|
|
105
|
-
*/
|
|
106
|
-
BasicConfig: ApplicationBasicConfig;
|
|
107
|
-
/**
|
|
108
|
-
* 单元ID
|
|
109
|
-
*/
|
|
110
|
-
EdgeUnitId: number;
|
|
111
|
-
/**
|
|
112
|
-
* 卷列表
|
|
113
|
-
*/
|
|
114
|
-
Volumes?: Array<Volume>;
|
|
115
|
-
/**
|
|
116
|
-
* 服务配置
|
|
117
|
-
*/
|
|
118
|
-
Service?: Service;
|
|
119
|
-
/**
|
|
120
|
-
* 模版ID
|
|
121
|
-
*/
|
|
122
|
-
TemplateID?: number;
|
|
123
|
-
/**
|
|
124
|
-
* Job配置
|
|
125
|
-
*/
|
|
126
|
-
Job?: Job;
|
|
127
|
-
/**
|
|
128
|
-
* CronJob配置
|
|
129
|
-
*/
|
|
130
|
-
CronJob?: CronJob;
|
|
131
|
-
/**
|
|
132
|
-
* 重新运行策略
|
|
133
|
-
*/
|
|
134
|
-
RestartPolicy?: string;
|
|
135
|
-
/**
|
|
136
|
-
* 镜像拉取密钥
|
|
137
|
-
*/
|
|
138
|
-
ImagePullSecrets?: Array<string>;
|
|
84
|
+
export interface DescribeNodeUnitTemplateOnNodeGroupResponse {
|
|
139
85
|
/**
|
|
140
|
-
*
|
|
86
|
+
* 记录总数
|
|
141
87
|
*/
|
|
142
|
-
|
|
88
|
+
Total: number;
|
|
143
89
|
/**
|
|
144
|
-
*
|
|
90
|
+
* NodeUnit模板
|
|
91
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
145
92
|
*/
|
|
146
|
-
|
|
93
|
+
NodeUnitTemplates: Array<NodeGroupNodeUnitTemplateInfo>;
|
|
147
94
|
/**
|
|
148
|
-
*
|
|
95
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
149
96
|
*/
|
|
150
|
-
|
|
97
|
+
RequestId?: string;
|
|
151
98
|
}
|
|
152
99
|
/**
|
|
153
100
|
* GridPod信息
|
|
@@ -230,33 +177,6 @@ export interface CreateSecretRequest {
|
|
|
230
177
|
*/
|
|
231
178
|
DockerConfig?: DockerConfig;
|
|
232
179
|
}
|
|
233
|
-
/**
|
|
234
|
-
* DescribeEdgeUnitApplicationYaml请求参数结构体
|
|
235
|
-
*/
|
|
236
|
-
export interface DescribeEdgeUnitApplicationYamlRequest {
|
|
237
|
-
/**
|
|
238
|
-
* 单元ID
|
|
239
|
-
*/
|
|
240
|
-
EdgeUnitId: number;
|
|
241
|
-
/**
|
|
242
|
-
* 应用ID
|
|
243
|
-
*/
|
|
244
|
-
ApplicationId: number;
|
|
245
|
-
}
|
|
246
|
-
/**
|
|
247
|
-
* CreateEdgeUnitApplicationVisualization返回参数结构体
|
|
248
|
-
*/
|
|
249
|
-
export interface CreateEdgeUnitApplicationVisualizationResponse {
|
|
250
|
-
/**
|
|
251
|
-
* 应用ID
|
|
252
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
253
|
-
*/
|
|
254
|
-
ApplicationId: number;
|
|
255
|
-
/**
|
|
256
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
257
|
-
*/
|
|
258
|
-
RequestId?: string;
|
|
259
|
-
}
|
|
260
180
|
/**
|
|
261
181
|
* CreateEdgeNodeBatch返回参数结构体
|
|
262
182
|
*/
|
|
@@ -279,40 +199,6 @@ export interface DescribeNamespacesResponse {
|
|
|
279
199
|
*/
|
|
280
200
|
RequestId?: string;
|
|
281
201
|
}
|
|
282
|
-
/**
|
|
283
|
-
* DescribeSecret返回参数结构体
|
|
284
|
-
*/
|
|
285
|
-
export interface DescribeSecretResponse {
|
|
286
|
-
/**
|
|
287
|
-
* Secret名
|
|
288
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
289
|
-
*/
|
|
290
|
-
Name: string;
|
|
291
|
-
/**
|
|
292
|
-
* 命名空间
|
|
293
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
294
|
-
*/
|
|
295
|
-
Namespace: string;
|
|
296
|
-
/**
|
|
297
|
-
* 创建时间
|
|
298
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
299
|
-
*/
|
|
300
|
-
CreateTime: string;
|
|
301
|
-
/**
|
|
302
|
-
* secret的yaml格式
|
|
303
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
304
|
-
*/
|
|
305
|
-
Yaml: string;
|
|
306
|
-
/**
|
|
307
|
-
* secret的json格式
|
|
308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
309
|
-
*/
|
|
310
|
-
Json: string;
|
|
311
|
-
/**
|
|
312
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
313
|
-
*/
|
|
314
|
-
RequestId?: string;
|
|
315
|
-
}
|
|
316
202
|
/**
|
|
317
203
|
* NodeUnit模版信息
|
|
318
204
|
*/
|
|
@@ -352,30 +238,6 @@ export interface NodeUnitTemplate {
|
|
|
352
238
|
*/
|
|
353
239
|
CreateTime: string;
|
|
354
240
|
}
|
|
355
|
-
/**
|
|
356
|
-
* DescribeSecretYamlError返回参数结构体
|
|
357
|
-
*/
|
|
358
|
-
export interface DescribeSecretYamlErrorResponse {
|
|
359
|
-
/**
|
|
360
|
-
* 校验是通过
|
|
361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
362
|
-
*/
|
|
363
|
-
CheckPass: boolean;
|
|
364
|
-
/**
|
|
365
|
-
* 错误类型
|
|
366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
367
|
-
*/
|
|
368
|
-
ErrType: number;
|
|
369
|
-
/**
|
|
370
|
-
* 错误信息
|
|
371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
372
|
-
*/
|
|
373
|
-
ErrInfo: string;
|
|
374
|
-
/**
|
|
375
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
376
|
-
*/
|
|
377
|
-
RequestId?: string;
|
|
378
|
-
}
|
|
379
241
|
/**
|
|
380
242
|
* ModifyEdgeUnitDeployGridItem请求参数结构体
|
|
381
243
|
*/
|
|
@@ -492,55 +354,6 @@ export interface GetMarketComponentResponse {
|
|
|
492
354
|
*/
|
|
493
355
|
RequestId?: string;
|
|
494
356
|
}
|
|
495
|
-
/**
|
|
496
|
-
* CreateApplicationVisualization请求参数结构体
|
|
497
|
-
*/
|
|
498
|
-
export interface CreateApplicationVisualizationRequest {
|
|
499
|
-
/**
|
|
500
|
-
* 基本信息
|
|
501
|
-
*/
|
|
502
|
-
BasicInfo: ApplicationBasicInfo;
|
|
503
|
-
/**
|
|
504
|
-
* 基本配置
|
|
505
|
-
*/
|
|
506
|
-
BasicConfig: ApplicationBasicConfig;
|
|
507
|
-
/**
|
|
508
|
-
* 卷列表
|
|
509
|
-
*/
|
|
510
|
-
Volumes?: Array<Volume>;
|
|
511
|
-
/**
|
|
512
|
-
* 服务配置
|
|
513
|
-
*/
|
|
514
|
-
Service?: Service;
|
|
515
|
-
/**
|
|
516
|
-
* Job配置
|
|
517
|
-
*/
|
|
518
|
-
Job?: Job;
|
|
519
|
-
/**
|
|
520
|
-
* CronJob配置
|
|
521
|
-
*/
|
|
522
|
-
CronJob?: CronJob;
|
|
523
|
-
/**
|
|
524
|
-
* 重新运行策略
|
|
525
|
-
*/
|
|
526
|
-
RestartPolicy?: string;
|
|
527
|
-
/**
|
|
528
|
-
* 镜像拉取密钥
|
|
529
|
-
*/
|
|
530
|
-
ImagePullSecrets?: Array<string>;
|
|
531
|
-
/**
|
|
532
|
-
* HPA配置
|
|
533
|
-
*/
|
|
534
|
-
HorizontalPodAutoscaler?: HorizontalPodAutoscaler;
|
|
535
|
-
/**
|
|
536
|
-
* 初始化容器列表
|
|
537
|
-
*/
|
|
538
|
-
InitContainers?: Array<Container>;
|
|
539
|
-
/**
|
|
540
|
-
* 容器列表
|
|
541
|
-
*/
|
|
542
|
-
Containers?: Array<Container>;
|
|
543
|
-
}
|
|
544
357
|
/**
|
|
545
358
|
* NodeUnit中边缘节点信息
|
|
546
359
|
*/
|
|
@@ -635,24 +448,6 @@ export interface DescribeEdgeUnitApplicationsResponse {
|
|
|
635
448
|
*/
|
|
636
449
|
RequestId?: string;
|
|
637
450
|
}
|
|
638
|
-
/**
|
|
639
|
-
* DescribeNodeUnitTemplateOnNodeGroup返回参数结构体
|
|
640
|
-
*/
|
|
641
|
-
export interface DescribeNodeUnitTemplateOnNodeGroupResponse {
|
|
642
|
-
/**
|
|
643
|
-
* 记录总数
|
|
644
|
-
*/
|
|
645
|
-
Total: number;
|
|
646
|
-
/**
|
|
647
|
-
* NodeUnit模板
|
|
648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
649
|
-
*/
|
|
650
|
-
NodeUnitTemplates: Array<NodeGroupNodeUnitTemplateInfo>;
|
|
651
|
-
/**
|
|
652
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
653
|
-
*/
|
|
654
|
-
RequestId?: string;
|
|
655
|
-
}
|
|
656
451
|
/**
|
|
657
452
|
* 应用状态
|
|
658
453
|
*/
|
|
@@ -775,29 +570,6 @@ export interface IotDevicesInfo {
|
|
|
775
570
|
*/
|
|
776
571
|
UnitName: string;
|
|
777
572
|
}
|
|
778
|
-
/**
|
|
779
|
-
* DescribeEdgeUnitApplicationYamlError返回参数结构体
|
|
780
|
-
*/
|
|
781
|
-
export interface DescribeEdgeUnitApplicationYamlErrorResponse {
|
|
782
|
-
/**
|
|
783
|
-
* 是否通过
|
|
784
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
785
|
-
*/
|
|
786
|
-
CheckPass: boolean;
|
|
787
|
-
/**
|
|
788
|
-
* 错误类型
|
|
789
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
790
|
-
*/
|
|
791
|
-
ErrType: number;
|
|
792
|
-
/**
|
|
793
|
-
* 错误信息
|
|
794
|
-
*/
|
|
795
|
-
ErrInfo: string;
|
|
796
|
-
/**
|
|
797
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
798
|
-
*/
|
|
799
|
-
RequestId?: string;
|
|
800
|
-
}
|
|
801
573
|
/**
|
|
802
574
|
* DeleteEdgeUnitCloud返回参数结构体
|
|
803
575
|
*/
|
|
@@ -893,15 +665,6 @@ export interface VolumeMount {
|
|
|
893
665
|
*/
|
|
894
666
|
ReadOnly?: boolean;
|
|
895
667
|
}
|
|
896
|
-
/**
|
|
897
|
-
* ModifyApplicationBasicInfo返回参数结构体
|
|
898
|
-
*/
|
|
899
|
-
export interface ModifyApplicationBasicInfoResponse {
|
|
900
|
-
/**
|
|
901
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
902
|
-
*/
|
|
903
|
-
RequestId?: string;
|
|
904
|
-
}
|
|
905
668
|
/**
|
|
906
669
|
* DeleteEdgeUnitDeployGridItem返回参数结构体
|
|
907
670
|
*/
|
|
@@ -911,15 +674,6 @@ export interface DeleteEdgeUnitDeployGridItemResponse {
|
|
|
911
674
|
*/
|
|
912
675
|
RequestId?: string;
|
|
913
676
|
}
|
|
914
|
-
/**
|
|
915
|
-
* DescribeApplicationVisualization请求参数结构体
|
|
916
|
-
*/
|
|
917
|
-
export interface DescribeApplicationVisualizationRequest {
|
|
918
|
-
/**
|
|
919
|
-
* 应用模板ID
|
|
920
|
-
*/
|
|
921
|
-
ApplicationId: number;
|
|
922
|
-
}
|
|
923
677
|
/**
|
|
924
678
|
* DescribeEdgeSnNodes返回参数结构体
|
|
925
679
|
*/
|
|
@@ -969,31 +723,46 @@ export interface DescribeEdgeUnitApplicationsRequest {
|
|
|
969
723
|
Namespace?: string;
|
|
970
724
|
}
|
|
971
725
|
/**
|
|
972
|
-
*
|
|
726
|
+
* 预注册节点的信息
|
|
973
727
|
*/
|
|
974
|
-
export interface
|
|
728
|
+
export interface EdgeDracoNodeInfo {
|
|
975
729
|
/**
|
|
976
|
-
*
|
|
977
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
730
|
+
* 节点ID
|
|
978
731
|
*/
|
|
979
|
-
|
|
732
|
+
Id: number;
|
|
980
733
|
/**
|
|
981
|
-
*
|
|
734
|
+
* 节点名称
|
|
982
735
|
*/
|
|
983
|
-
|
|
984
|
-
}
|
|
985
|
-
/**
|
|
986
|
-
* DescribeConfigMapYamlError返回参数结构体
|
|
987
|
-
*/
|
|
988
|
-
export interface DescribeConfigMapYamlErrorResponse {
|
|
736
|
+
Name: string;
|
|
989
737
|
/**
|
|
990
|
-
*
|
|
991
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
738
|
+
* 是否已激活
|
|
992
739
|
*/
|
|
993
|
-
|
|
740
|
+
IsUsed: boolean;
|
|
994
741
|
/**
|
|
995
|
-
*
|
|
996
|
-
|
|
742
|
+
* 创建时间
|
|
743
|
+
*/
|
|
744
|
+
CreateTime: string;
|
|
745
|
+
/**
|
|
746
|
+
* 备注信息,如批次
|
|
747
|
+
*/
|
|
748
|
+
Remark: string;
|
|
749
|
+
/**
|
|
750
|
+
* SN 设备号
|
|
751
|
+
*/
|
|
752
|
+
SN: string;
|
|
753
|
+
}
|
|
754
|
+
/**
|
|
755
|
+
* DescribeConfigMapYamlError返回参数结构体
|
|
756
|
+
*/
|
|
757
|
+
export interface DescribeConfigMapYamlErrorResponse {
|
|
758
|
+
/**
|
|
759
|
+
* 校验是通过
|
|
760
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
761
|
+
*/
|
|
762
|
+
CheckPass: boolean;
|
|
763
|
+
/**
|
|
764
|
+
* 错误类型
|
|
765
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
997
766
|
*/
|
|
998
767
|
ErrType: number;
|
|
999
768
|
/**
|
|
@@ -1041,87 +810,13 @@ export interface DescribeConfigMapResponse {
|
|
|
1041
810
|
RequestId?: string;
|
|
1042
811
|
}
|
|
1043
812
|
/**
|
|
1044
|
-
*
|
|
1045
|
-
*/
|
|
1046
|
-
export interface GetMarketComponentListRequest {
|
|
1047
|
-
/**
|
|
1048
|
-
* 页偏移,从0开始
|
|
1049
|
-
*/
|
|
1050
|
-
Offset: number;
|
|
1051
|
-
/**
|
|
1052
|
-
* 每页条数
|
|
1053
|
-
*/
|
|
1054
|
-
Limit: number;
|
|
1055
|
-
/**
|
|
1056
|
-
* 名称模糊筛选
|
|
1057
|
-
*/
|
|
1058
|
-
Filter?: string;
|
|
1059
|
-
/**
|
|
1060
|
-
* 以名称排序,ASC、DESC
|
|
1061
|
-
*/
|
|
1062
|
-
Order?: string;
|
|
1063
|
-
}
|
|
1064
|
-
/**
|
|
1065
|
-
* DescribeApplicationYaml请求参数结构体
|
|
1066
|
-
*/
|
|
1067
|
-
export interface DescribeApplicationYamlRequest {
|
|
1068
|
-
/**
|
|
1069
|
-
* 应用模板ID
|
|
1070
|
-
*/
|
|
1071
|
-
ApplicationId: number;
|
|
1072
|
-
}
|
|
1073
|
-
/**
|
|
1074
|
-
* ModifyApplicationVisualization请求参数结构体
|
|
813
|
+
* ModifyEdgeUnitApplicationYaml返回参数结构体
|
|
1075
814
|
*/
|
|
1076
|
-
export interface
|
|
1077
|
-
/**
|
|
1078
|
-
* 应用ID
|
|
1079
|
-
*/
|
|
1080
|
-
ApplicationId: number;
|
|
1081
|
-
/**
|
|
1082
|
-
* 应用配置
|
|
1083
|
-
*/
|
|
1084
|
-
BasicConfig: ApplicationBasicConfig;
|
|
1085
|
-
/**
|
|
1086
|
-
* 卷配置
|
|
1087
|
-
*/
|
|
1088
|
-
Volumes?: Array<Volume>;
|
|
1089
|
-
/**
|
|
1090
|
-
* 初始容器
|
|
1091
|
-
*/
|
|
1092
|
-
InitContainers?: Array<Container>;
|
|
1093
|
-
/**
|
|
1094
|
-
* 容器配置
|
|
1095
|
-
*/
|
|
1096
|
-
Containers?: Array<Container>;
|
|
1097
|
-
/**
|
|
1098
|
-
* 服务配置
|
|
1099
|
-
*/
|
|
1100
|
-
Service?: Service;
|
|
1101
|
-
/**
|
|
1102
|
-
* Job配置
|
|
1103
|
-
*/
|
|
1104
|
-
Job?: Job;
|
|
1105
|
-
/**
|
|
1106
|
-
* CronJob配置
|
|
1107
|
-
*/
|
|
1108
|
-
CronJob?: CronJob;
|
|
1109
|
-
/**
|
|
1110
|
-
* 重启策略
|
|
1111
|
-
*/
|
|
1112
|
-
RestartPolicy?: string;
|
|
1113
|
-
/**
|
|
1114
|
-
* 镜像拉取密钥
|
|
1115
|
-
*/
|
|
1116
|
-
ImagePullSecrets?: Array<string>;
|
|
1117
|
-
/**
|
|
1118
|
-
* HPA配置
|
|
1119
|
-
*/
|
|
1120
|
-
HorizontalPodAutoscaler?: HorizontalPodAutoscaler;
|
|
815
|
+
export interface ModifyEdgeUnitApplicationYamlResponse {
|
|
1121
816
|
/**
|
|
1122
|
-
*
|
|
817
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1123
818
|
*/
|
|
1124
|
-
|
|
819
|
+
RequestId?: string;
|
|
1125
820
|
}
|
|
1126
821
|
/**
|
|
1127
822
|
* DescribeEdgeUnitNodeUnitTemplates请求参数结构体
|
|
@@ -1157,53 +852,28 @@ export interface DescribeEdgeUnitNodeUnitTemplatesRequest {
|
|
|
1157
852
|
Order?: string;
|
|
1158
853
|
}
|
|
1159
854
|
/**
|
|
1160
|
-
*
|
|
1161
|
-
*/
|
|
1162
|
-
export interface DeleteEdgeUnitApplicationsRequest {
|
|
1163
|
-
/**
|
|
1164
|
-
* 单元ID
|
|
1165
|
-
*/
|
|
1166
|
-
EdgeUnitID: number;
|
|
1167
|
-
/**
|
|
1168
|
-
* 应用ID列表
|
|
1169
|
-
*/
|
|
1170
|
-
ApplicationIDs: Array<number | bigint>;
|
|
1171
|
-
}
|
|
1172
|
-
/**
|
|
1173
|
-
* DeleteApplications请求参数结构体
|
|
1174
|
-
*/
|
|
1175
|
-
export interface DeleteApplicationsRequest {
|
|
1176
|
-
/**
|
|
1177
|
-
* 应用模板ID列表
|
|
1178
|
-
*/
|
|
1179
|
-
ApplicationIds: Array<number | bigint>;
|
|
1180
|
-
}
|
|
1181
|
-
/**
|
|
1182
|
-
* DescribeEdgeUnitApplicationPodContainers请求参数结构体
|
|
855
|
+
* DescribeSecretYamlError返回参数结构体
|
|
1183
856
|
*/
|
|
1184
|
-
export interface
|
|
857
|
+
export interface DescribeSecretYamlErrorResponse {
|
|
1185
858
|
/**
|
|
1186
|
-
*
|
|
859
|
+
* 校验是通过
|
|
860
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1187
861
|
*/
|
|
1188
|
-
|
|
862
|
+
CheckPass: boolean;
|
|
1189
863
|
/**
|
|
1190
|
-
*
|
|
864
|
+
* 错误类型
|
|
865
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1191
866
|
*/
|
|
1192
|
-
|
|
867
|
+
ErrType: number;
|
|
1193
868
|
/**
|
|
1194
|
-
*
|
|
869
|
+
* 错误信息
|
|
870
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
1195
871
|
*/
|
|
1196
|
-
|
|
1197
|
-
}
|
|
1198
|
-
/**
|
|
1199
|
-
* TCP探测配置
|
|
1200
|
-
*/
|
|
1201
|
-
export interface TcpProbe {
|
|
872
|
+
ErrInfo: string;
|
|
1202
873
|
/**
|
|
1203
|
-
*
|
|
1204
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
874
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1205
875
|
*/
|
|
1206
|
-
|
|
876
|
+
RequestId?: string;
|
|
1207
877
|
}
|
|
1208
878
|
/**
|
|
1209
879
|
* ConfigMap的key挂载到路径
|
|
@@ -1299,173 +969,6 @@ export interface ModifyEdgeUnitRequest {
|
|
|
1299
969
|
*/
|
|
1300
970
|
Description?: string;
|
|
1301
971
|
}
|
|
1302
|
-
/**
|
|
1303
|
-
* 容器状态
|
|
1304
|
-
*/
|
|
1305
|
-
export interface ContainerStatus {
|
|
1306
|
-
/**
|
|
1307
|
-
* 容器名
|
|
1308
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1309
|
-
*/
|
|
1310
|
-
Name: string;
|
|
1311
|
-
/**
|
|
1312
|
-
* 容器ID
|
|
1313
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1314
|
-
*/
|
|
1315
|
-
ID: string;
|
|
1316
|
-
/**
|
|
1317
|
-
* 镜像
|
|
1318
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1319
|
-
*/
|
|
1320
|
-
Image: string;
|
|
1321
|
-
/**
|
|
1322
|
-
* 重启次数
|
|
1323
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1324
|
-
*/
|
|
1325
|
-
RestartCount: number;
|
|
1326
|
-
/**
|
|
1327
|
-
* 状态
|
|
1328
|
-
*/
|
|
1329
|
-
Status: string;
|
|
1330
|
-
}
|
|
1331
|
-
/**
|
|
1332
|
-
* DescribeEdgeUnitCloud返回参数结构体
|
|
1333
|
-
*/
|
|
1334
|
-
export interface DescribeEdgeUnitCloudResponse {
|
|
1335
|
-
/**
|
|
1336
|
-
* 边缘集群名称
|
|
1337
|
-
*/
|
|
1338
|
-
Name: string;
|
|
1339
|
-
/**
|
|
1340
|
-
* 描述
|
|
1341
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1342
|
-
*/
|
|
1343
|
-
Description: string;
|
|
1344
|
-
/**
|
|
1345
|
-
* 创建时间
|
|
1346
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1347
|
-
*/
|
|
1348
|
-
CreateTime: string;
|
|
1349
|
-
/**
|
|
1350
|
-
* 更新时间
|
|
1351
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1352
|
-
*/
|
|
1353
|
-
UpdateTime: string;
|
|
1354
|
-
/**
|
|
1355
|
-
* 集群最后探活时间
|
|
1356
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1357
|
-
*/
|
|
1358
|
-
LiveTime: string;
|
|
1359
|
-
/**
|
|
1360
|
-
* 集群状态
|
|
1361
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1362
|
-
*/
|
|
1363
|
-
MasterStatus: string;
|
|
1364
|
-
/**
|
|
1365
|
-
* 版本号
|
|
1366
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1367
|
-
*/
|
|
1368
|
-
K8sVersion: string;
|
|
1369
|
-
/**
|
|
1370
|
-
* pod cidr
|
|
1371
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1372
|
-
*/
|
|
1373
|
-
PodCIDR: string;
|
|
1374
|
-
/**
|
|
1375
|
-
* service cidr
|
|
1376
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1377
|
-
*/
|
|
1378
|
-
ServiceCIDR: string;
|
|
1379
|
-
/**
|
|
1380
|
-
* 集群内网访问地址
|
|
1381
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1382
|
-
*/
|
|
1383
|
-
APIServerAddress: string;
|
|
1384
|
-
/**
|
|
1385
|
-
* 集群外网访问地址
|
|
1386
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1387
|
-
*/
|
|
1388
|
-
APIServerExposeAddress: string;
|
|
1389
|
-
/**
|
|
1390
|
-
* 用户ID
|
|
1391
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1392
|
-
*/
|
|
1393
|
-
UID: string;
|
|
1394
|
-
/**
|
|
1395
|
-
* 集群ID
|
|
1396
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1397
|
-
*/
|
|
1398
|
-
UnitID: number;
|
|
1399
|
-
/**
|
|
1400
|
-
* 集群标识
|
|
1401
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1402
|
-
*/
|
|
1403
|
-
Cluster: string;
|
|
1404
|
-
/**
|
|
1405
|
-
* 节点统计
|
|
1406
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1407
|
-
*/
|
|
1408
|
-
Node: EdgeUnitStatisticItem;
|
|
1409
|
-
/**
|
|
1410
|
-
* 工作负载统计
|
|
1411
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1412
|
-
*/
|
|
1413
|
-
Workload: EdgeUnitStatisticItem;
|
|
1414
|
-
/**
|
|
1415
|
-
* Grid应用统计
|
|
1416
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1417
|
-
*/
|
|
1418
|
-
Grid: EdgeUnitStatisticItem;
|
|
1419
|
-
/**
|
|
1420
|
-
* 设备统计
|
|
1421
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1422
|
-
*/
|
|
1423
|
-
SubDevice: EdgeUnitStatisticItem;
|
|
1424
|
-
/**
|
|
1425
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1426
|
-
*/
|
|
1427
|
-
RequestId?: string;
|
|
1428
|
-
}
|
|
1429
|
-
/**
|
|
1430
|
-
* Pod状态信息
|
|
1431
|
-
*/
|
|
1432
|
-
export interface PodStatus {
|
|
1433
|
-
/**
|
|
1434
|
-
* 名称
|
|
1435
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1436
|
-
*/
|
|
1437
|
-
Name: string;
|
|
1438
|
-
/**
|
|
1439
|
-
* 命名空间
|
|
1440
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1441
|
-
*/
|
|
1442
|
-
NameSpace: string;
|
|
1443
|
-
/**
|
|
1444
|
-
* 状态
|
|
1445
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1446
|
-
*/
|
|
1447
|
-
Status: string;
|
|
1448
|
-
/**
|
|
1449
|
-
* IP地址
|
|
1450
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1451
|
-
*/
|
|
1452
|
-
IP: string;
|
|
1453
|
-
/**
|
|
1454
|
-
* 启动时间
|
|
1455
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1456
|
-
*/
|
|
1457
|
-
StartTime: string;
|
|
1458
|
-
/**
|
|
1459
|
-
* 运行时间
|
|
1460
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1461
|
-
*/
|
|
1462
|
-
RunSec: number;
|
|
1463
|
-
/**
|
|
1464
|
-
* 重启次数
|
|
1465
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1466
|
-
*/
|
|
1467
|
-
RestartCount: number;
|
|
1468
|
-
}
|
|
1469
972
|
/**
|
|
1470
973
|
* RedeployEdgeUnitApplication请求参数结构体
|
|
1471
974
|
*/
|
|
@@ -1506,24 +1009,6 @@ export interface DeleteConfigMapResponse {
|
|
|
1506
1009
|
*/
|
|
1507
1010
|
RequestId?: string;
|
|
1508
1011
|
}
|
|
1509
|
-
/**
|
|
1510
|
-
* DescribeApplications返回参数结构体
|
|
1511
|
-
*/
|
|
1512
|
-
export interface DescribeApplicationsResponse {
|
|
1513
|
-
/**
|
|
1514
|
-
* 总条数
|
|
1515
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1516
|
-
*/
|
|
1517
|
-
TotalCount: number;
|
|
1518
|
-
/**
|
|
1519
|
-
* 详细列表
|
|
1520
|
-
*/
|
|
1521
|
-
ApplicationSet: Array<ApplicationTemplate>;
|
|
1522
|
-
/**
|
|
1523
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
1524
|
-
*/
|
|
1525
|
-
RequestId?: string;
|
|
1526
|
-
}
|
|
1527
1012
|
/**
|
|
1528
1013
|
* DeleteConfigMap请求参数结构体
|
|
1529
1014
|
*/
|
|
@@ -1657,41 +1142,6 @@ export interface DescribeEdgeUnitsCloudRequest {
|
|
|
1657
1142
|
*/
|
|
1658
1143
|
Order?: string;
|
|
1659
1144
|
}
|
|
1660
|
-
/**
|
|
1661
|
-
* 应用模板列表详情
|
|
1662
|
-
*/
|
|
1663
|
-
export interface ApplicationTemplate {
|
|
1664
|
-
/**
|
|
1665
|
-
* 模板ID
|
|
1666
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1667
|
-
*/
|
|
1668
|
-
Id: number;
|
|
1669
|
-
/**
|
|
1670
|
-
* 模板名称
|
|
1671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1672
|
-
*/
|
|
1673
|
-
Name: string;
|
|
1674
|
-
/**
|
|
1675
|
-
* 来源。1 自定义应用模板 ; 2 官方应用模板
|
|
1676
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1677
|
-
*/
|
|
1678
|
-
Source: number;
|
|
1679
|
-
/**
|
|
1680
|
-
* 应用类型
|
|
1681
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1682
|
-
*/
|
|
1683
|
-
WorkloadKind: string;
|
|
1684
|
-
/**
|
|
1685
|
-
* 管理地址
|
|
1686
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1687
|
-
*/
|
|
1688
|
-
ManageUrl: string;
|
|
1689
|
-
/**
|
|
1690
|
-
* 发布时间
|
|
1691
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1692
|
-
*/
|
|
1693
|
-
DistributeTime: string;
|
|
1694
|
-
}
|
|
1695
1145
|
/**
|
|
1696
1146
|
* 应用基本信息
|
|
1697
1147
|
*/
|
|
@@ -1759,13 +1209,21 @@ export interface DeleteEdgeNodeGroupRequest {
|
|
|
1759
1209
|
Namespace?: string;
|
|
1760
1210
|
}
|
|
1761
1211
|
/**
|
|
1762
|
-
*
|
|
1212
|
+
* 环境变量选择
|
|
1763
1213
|
*/
|
|
1764
|
-
export interface
|
|
1214
|
+
export interface EnvValueSelector {
|
|
1765
1215
|
/**
|
|
1766
|
-
*
|
|
1216
|
+
* 健名
|
|
1767
1217
|
*/
|
|
1768
|
-
|
|
1218
|
+
Key: string;
|
|
1219
|
+
/**
|
|
1220
|
+
* 对象名
|
|
1221
|
+
*/
|
|
1222
|
+
ObjectName: string;
|
|
1223
|
+
/**
|
|
1224
|
+
* 对象值
|
|
1225
|
+
*/
|
|
1226
|
+
ObjectType: string;
|
|
1769
1227
|
}
|
|
1770
1228
|
/**
|
|
1771
1229
|
* DescribeEdgeNodePods返回参数结构体
|
|
@@ -2083,59 +1541,16 @@ export interface DescribeEdgeUnitNodeGroupRequest {
|
|
|
2083
1541
|
Limit?: number;
|
|
2084
1542
|
/**
|
|
2085
1543
|
* 模糊匹配参数,精确匹配时失效
|
|
2086
|
-
*/
|
|
2087
|
-
NameFilter?: string;
|
|
2088
|
-
/**
|
|
2089
|
-
* 精确匹配参数
|
|
2090
|
-
*/
|
|
2091
|
-
NameMatched?: string;
|
|
2092
|
-
/**
|
|
2093
|
-
* 按时间排序,ASC/DESC,默认为DESC
|
|
2094
|
-
*/
|
|
2095
|
-
Order?: string;
|
|
2096
|
-
}
|
|
2097
|
-
/**
|
|
2098
|
-
* 单元内的统计信息
|
|
2099
|
-
*/
|
|
2100
|
-
export interface EdgeUnitStatisticItem {
|
|
2101
|
-
/**
|
|
2102
|
-
* 总数
|
|
2103
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2104
|
-
*/
|
|
2105
|
-
Total: number;
|
|
2106
|
-
/**
|
|
2107
|
-
* 在线数
|
|
2108
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2109
|
-
*/
|
|
2110
|
-
Online: number;
|
|
2111
|
-
/**
|
|
2112
|
-
* 异常数
|
|
2113
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2114
|
-
*/
|
|
2115
|
-
Abnormal: number;
|
|
2116
|
-
/**
|
|
2117
|
-
* 离线数
|
|
2118
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2119
|
-
*/
|
|
2120
|
-
Offline: number;
|
|
2121
|
-
/**
|
|
2122
|
-
* 未激活
|
|
2123
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2124
|
-
*/
|
|
2125
|
-
NotActive: number;
|
|
2126
|
-
}
|
|
2127
|
-
/**
|
|
2128
|
-
* DescribeEdgeUnitApplicationPods请求参数结构体
|
|
2129
|
-
*/
|
|
2130
|
-
export interface DescribeEdgeUnitApplicationPodsRequest {
|
|
1544
|
+
*/
|
|
1545
|
+
NameFilter?: string;
|
|
2131
1546
|
/**
|
|
2132
|
-
*
|
|
1547
|
+
* 精确匹配参数
|
|
2133
1548
|
*/
|
|
2134
|
-
|
|
1549
|
+
NameMatched?: string;
|
|
2135
1550
|
/**
|
|
2136
|
-
*
|
|
1551
|
+
* 按时间排序,ASC/DESC,默认为DESC
|
|
2137
1552
|
*/
|
|
2138
|
-
|
|
1553
|
+
Order?: string;
|
|
2139
1554
|
}
|
|
2140
1555
|
/**
|
|
2141
1556
|
* Job配置
|
|
@@ -2158,20 +1573,6 @@ export interface Job {
|
|
|
2158
1573
|
*/
|
|
2159
1574
|
BackOffLimit: number;
|
|
2160
1575
|
}
|
|
2161
|
-
/**
|
|
2162
|
-
* DescribeEdgeUnitApplicationLogs返回参数结构体
|
|
2163
|
-
*/
|
|
2164
|
-
export interface DescribeEdgeUnitApplicationLogsResponse {
|
|
2165
|
-
/**
|
|
2166
|
-
* 日志列表
|
|
2167
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2168
|
-
*/
|
|
2169
|
-
LogSet: Array<string>;
|
|
2170
|
-
/**
|
|
2171
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2172
|
-
*/
|
|
2173
|
-
RequestId?: string;
|
|
2174
|
-
}
|
|
2175
1576
|
/**
|
|
2176
1577
|
* ModifyEdgeUnitDeployGridItem返回参数结构体
|
|
2177
1578
|
*/
|
|
@@ -2235,37 +1636,19 @@ export interface DeleteNamespaceResponse {
|
|
|
2235
1636
|
RequestId?: string;
|
|
2236
1637
|
}
|
|
2237
1638
|
/**
|
|
2238
|
-
*
|
|
1639
|
+
* 安全能力
|
|
2239
1640
|
*/
|
|
2240
|
-
export interface
|
|
2241
|
-
/**
|
|
2242
|
-
* APIServer类型
|
|
2243
|
-
*/
|
|
2244
|
-
APIServerType: string;
|
|
2245
|
-
/**
|
|
2246
|
-
* 域名URL
|
|
2247
|
-
*/
|
|
2248
|
-
APIServerURL: string;
|
|
2249
|
-
/**
|
|
2250
|
-
* 域名URL对应的端口
|
|
2251
|
-
*/
|
|
2252
|
-
APIServerURLPort: string;
|
|
2253
|
-
/**
|
|
2254
|
-
* 域名URL对应的端口
|
|
2255
|
-
*/
|
|
2256
|
-
APIServerResolveIP: string;
|
|
2257
|
-
/**
|
|
2258
|
-
* 对外可访问的IP
|
|
2259
|
-
*/
|
|
2260
|
-
APIServerExposeAddress: string;
|
|
1641
|
+
export interface SecurityCapabilities {
|
|
2261
1642
|
/**
|
|
2262
|
-
*
|
|
1643
|
+
* 允许操作列表
|
|
1644
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2263
1645
|
*/
|
|
2264
|
-
|
|
1646
|
+
Add?: Array<string>;
|
|
2265
1647
|
/**
|
|
2266
|
-
*
|
|
1648
|
+
* 禁止操作列表
|
|
1649
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2267
1650
|
*/
|
|
2268
|
-
|
|
1651
|
+
Drop?: Array<string>;
|
|
2269
1652
|
}
|
|
2270
1653
|
/**
|
|
2271
1654
|
* DescribeConfigMaps请求参数结构体
|
|
@@ -2296,24 +1679,6 @@ export interface DescribeConfigMapsRequest {
|
|
|
2296
1679
|
*/
|
|
2297
1680
|
Sort?: FieldSort;
|
|
2298
1681
|
}
|
|
2299
|
-
/**
|
|
2300
|
-
* DescribeEdgeUnitNodeUnitTemplates返回参数结构体
|
|
2301
|
-
*/
|
|
2302
|
-
export interface DescribeEdgeUnitNodeUnitTemplatesResponse {
|
|
2303
|
-
/**
|
|
2304
|
-
* 符合查询条件的记录总数
|
|
2305
|
-
*/
|
|
2306
|
-
Total: number;
|
|
2307
|
-
/**
|
|
2308
|
-
* NodeUnit模板列表
|
|
2309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2310
|
-
*/
|
|
2311
|
-
NodeUnitTemplates: Array<NodeUnitTemplate>;
|
|
2312
|
-
/**
|
|
2313
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2314
|
-
*/
|
|
2315
|
-
RequestId?: string;
|
|
2316
|
-
}
|
|
2317
1682
|
/**
|
|
2318
1683
|
* ServiceGroup中Grid信息
|
|
2319
1684
|
*/
|
|
@@ -2505,67 +1870,53 @@ export interface RouteInfo {
|
|
|
2505
1870
|
SourceDeviceNameList: Array<string>;
|
|
2506
1871
|
}
|
|
2507
1872
|
/**
|
|
2508
|
-
*
|
|
1873
|
+
* DescribeEdgeDefaultVpc返回参数结构体
|
|
2509
1874
|
*/
|
|
2510
|
-
export interface
|
|
2511
|
-
/**
|
|
2512
|
-
* 单元ID
|
|
2513
|
-
*/
|
|
2514
|
-
EdgeUnitId: number;
|
|
1875
|
+
export interface DescribeEdgeDefaultVpcResponse {
|
|
2515
1876
|
/**
|
|
2516
|
-
*
|
|
1877
|
+
* 私有网络ID
|
|
1878
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2517
1879
|
*/
|
|
2518
|
-
|
|
1880
|
+
VpcId: string;
|
|
2519
1881
|
/**
|
|
2520
|
-
*
|
|
1882
|
+
* 网络CIDR
|
|
1883
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2521
1884
|
*/
|
|
2522
|
-
|
|
2523
|
-
}
|
|
2524
|
-
/**
|
|
2525
|
-
* Http探测头
|
|
2526
|
-
*/
|
|
2527
|
-
export interface HttpHeader {
|
|
1885
|
+
VpcCidrBlock: string;
|
|
2528
1886
|
/**
|
|
2529
|
-
*
|
|
1887
|
+
* 子网ID
|
|
2530
1888
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2531
1889
|
*/
|
|
2532
|
-
|
|
1890
|
+
SubnetId: string;
|
|
2533
1891
|
/**
|
|
2534
|
-
*
|
|
1892
|
+
* 子网CIDR
|
|
2535
1893
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2536
1894
|
*/
|
|
2537
|
-
|
|
2538
|
-
}
|
|
2539
|
-
/**
|
|
2540
|
-
* DeleteEdgeUnitApplications返回参数结构体
|
|
2541
|
-
*/
|
|
2542
|
-
export interface DeleteEdgeUnitApplicationsResponse {
|
|
1895
|
+
SubnetCidrBlock: string;
|
|
2543
1896
|
/**
|
|
2544
1897
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2545
1898
|
*/
|
|
2546
1899
|
RequestId?: string;
|
|
2547
1900
|
}
|
|
2548
1901
|
/**
|
|
2549
|
-
*
|
|
1902
|
+
* Http探测头
|
|
2550
1903
|
*/
|
|
2551
|
-
export interface
|
|
2552
|
-
/**
|
|
2553
|
-
* 边缘单元ID
|
|
2554
|
-
*/
|
|
2555
|
-
EdgeUnitID: number;
|
|
1904
|
+
export interface HttpHeader {
|
|
2556
1905
|
/**
|
|
2557
|
-
*
|
|
1906
|
+
* HTTP头的名称
|
|
1907
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2558
1908
|
*/
|
|
2559
|
-
|
|
1909
|
+
Name: string;
|
|
2560
1910
|
/**
|
|
2561
|
-
*
|
|
1911
|
+
* HTTP头的值
|
|
1912
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2562
1913
|
*/
|
|
2563
|
-
|
|
1914
|
+
Value: string;
|
|
2564
1915
|
}
|
|
2565
1916
|
/**
|
|
2566
|
-
*
|
|
1917
|
+
* DeleteEdgeNodes返回参数结构体
|
|
2567
1918
|
*/
|
|
2568
|
-
export interface
|
|
1919
|
+
export interface DeleteEdgeNodesResponse {
|
|
2569
1920
|
/**
|
|
2570
1921
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2571
1922
|
*/
|
|
@@ -2797,39 +2148,17 @@ export interface ConfigMapBasicInfo {
|
|
|
2797
2148
|
CreateTime: string;
|
|
2798
2149
|
}
|
|
2799
2150
|
/**
|
|
2800
|
-
*
|
|
2151
|
+
* 节点基础信息
|
|
2801
2152
|
*/
|
|
2802
|
-
export interface
|
|
2803
|
-
/**
|
|
2804
|
-
* 命名空间名
|
|
2805
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2806
|
-
*/
|
|
2807
|
-
Namespace: string;
|
|
2808
|
-
/**
|
|
2809
|
-
* 状态(Active|Terminating)
|
|
2810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2811
|
-
*/
|
|
2812
|
-
Status: string;
|
|
2813
|
-
/**
|
|
2814
|
-
* 描述信息
|
|
2815
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2816
|
-
*/
|
|
2817
|
-
Description: string;
|
|
2818
|
-
/**
|
|
2819
|
-
* 创建时间
|
|
2820
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2821
|
-
*/
|
|
2822
|
-
CreateTime: string;
|
|
2153
|
+
export interface NodeSimpleInfo {
|
|
2823
2154
|
/**
|
|
2824
|
-
*
|
|
2825
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2155
|
+
* 节点ID
|
|
2826
2156
|
*/
|
|
2827
|
-
|
|
2157
|
+
ID: number;
|
|
2828
2158
|
/**
|
|
2829
|
-
*
|
|
2830
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2159
|
+
* 节点名称
|
|
2831
2160
|
*/
|
|
2832
|
-
|
|
2161
|
+
NodeName: string;
|
|
2833
2162
|
}
|
|
2834
2163
|
/**
|
|
2835
2164
|
* CreateEdgeNodeUnitTemplate请求参数结构体
|
|
@@ -2899,81 +2228,34 @@ export interface GridInfo {
|
|
|
2899
2228
|
Version: string;
|
|
2900
2229
|
}
|
|
2901
2230
|
/**
|
|
2902
|
-
*
|
|
2903
|
-
*/
|
|
2904
|
-
export interface CreateApplicationVisualizationResponse {
|
|
2905
|
-
/**
|
|
2906
|
-
* 应用ID
|
|
2907
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2908
|
-
*/
|
|
2909
|
-
ApplicationId: number;
|
|
2910
|
-
/**
|
|
2911
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2912
|
-
*/
|
|
2913
|
-
RequestId?: string;
|
|
2914
|
-
}
|
|
2915
|
-
/**
|
|
2916
|
-
* 事件信息
|
|
2231
|
+
* DescribeSecret返回参数结构体
|
|
2917
2232
|
*/
|
|
2918
|
-
export interface
|
|
2919
|
-
/**
|
|
2920
|
-
* 第一次出现时间
|
|
2921
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2922
|
-
*/
|
|
2923
|
-
FirstTime: string;
|
|
2924
|
-
/**
|
|
2925
|
-
* 最后一次出现时间
|
|
2926
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2927
|
-
*/
|
|
2928
|
-
LastTime: string;
|
|
2929
|
-
/**
|
|
2930
|
-
* 事件关联对象类型
|
|
2931
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2932
|
-
*/
|
|
2933
|
-
InvolvedObjectKind: string;
|
|
2233
|
+
export interface DescribeSecretResponse {
|
|
2934
2234
|
/**
|
|
2935
|
-
*
|
|
2235
|
+
* Secret名
|
|
2936
2236
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2937
2237
|
*/
|
|
2938
|
-
|
|
2939
|
-
/**
|
|
2940
|
-
* 事件类型(Normal|Warning)
|
|
2941
|
-
*/
|
|
2942
|
-
Type: string;
|
|
2238
|
+
Name: string;
|
|
2943
2239
|
/**
|
|
2944
|
-
*
|
|
2240
|
+
* 命名空间
|
|
2945
2241
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2946
2242
|
*/
|
|
2947
|
-
|
|
2243
|
+
Namespace: string;
|
|
2948
2244
|
/**
|
|
2949
|
-
*
|
|
2245
|
+
* 创建时间
|
|
2950
2246
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2951
2247
|
*/
|
|
2952
|
-
|
|
2248
|
+
CreateTime: string;
|
|
2953
2249
|
/**
|
|
2954
|
-
*
|
|
2250
|
+
* secret的yaml格式
|
|
2955
2251
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2956
2252
|
*/
|
|
2957
|
-
|
|
2958
|
-
}
|
|
2959
|
-
/**
|
|
2960
|
-
* DescribeEdgeUnitCloud请求参数结构体
|
|
2961
|
-
*/
|
|
2962
|
-
export interface DescribeEdgeUnitCloudRequest {
|
|
2963
|
-
/**
|
|
2964
|
-
* 边缘集群ID
|
|
2965
|
-
*/
|
|
2966
|
-
EdgeUnitId: number;
|
|
2967
|
-
}
|
|
2968
|
-
/**
|
|
2969
|
-
* CreateEdgeUnitApplicationYaml返回参数结构体
|
|
2970
|
-
*/
|
|
2971
|
-
export interface CreateEdgeUnitApplicationYamlResponse {
|
|
2253
|
+
Yaml: string;
|
|
2972
2254
|
/**
|
|
2973
|
-
*
|
|
2255
|
+
* secret的json格式
|
|
2974
2256
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2975
2257
|
*/
|
|
2976
|
-
|
|
2258
|
+
Json: string;
|
|
2977
2259
|
/**
|
|
2978
2260
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2979
2261
|
*/
|
|
@@ -3119,60 +2401,14 @@ export interface DeleteSecretRequest {
|
|
|
3119
2401
|
SecretNamespace?: string;
|
|
3120
2402
|
}
|
|
3121
2403
|
/**
|
|
3122
|
-
*
|
|
3123
|
-
*/
|
|
3124
|
-
export interface DescribeEdgeUnitApplicationPodsResponse {
|
|
3125
|
-
/**
|
|
3126
|
-
* Pod列表
|
|
3127
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3128
|
-
*/
|
|
3129
|
-
PodSet: Array<PodStatus>;
|
|
3130
|
-
/**
|
|
3131
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3132
|
-
*/
|
|
3133
|
-
RequestId?: string;
|
|
3134
|
-
}
|
|
3135
|
-
/**
|
|
3136
|
-
* 预注册节点的信息
|
|
3137
|
-
*/
|
|
3138
|
-
export interface EdgeDracoNodeInfo {
|
|
3139
|
-
/**
|
|
3140
|
-
* 节点ID
|
|
3141
|
-
*/
|
|
3142
|
-
Id: number;
|
|
3143
|
-
/**
|
|
3144
|
-
* 节点名称
|
|
3145
|
-
*/
|
|
3146
|
-
Name: string;
|
|
3147
|
-
/**
|
|
3148
|
-
* 是否已激活
|
|
3149
|
-
*/
|
|
3150
|
-
IsUsed: boolean;
|
|
3151
|
-
/**
|
|
3152
|
-
* 创建时间
|
|
3153
|
-
*/
|
|
3154
|
-
CreateTime: string;
|
|
3155
|
-
/**
|
|
3156
|
-
* 备注信息,如批次
|
|
3157
|
-
*/
|
|
3158
|
-
Remark: string;
|
|
3159
|
-
/**
|
|
3160
|
-
* SN 设备号
|
|
3161
|
-
*/
|
|
3162
|
-
SN: string;
|
|
3163
|
-
}
|
|
3164
|
-
/**
|
|
3165
|
-
* DescribeEdgeUnitApplicationVisualization请求参数结构体
|
|
2404
|
+
* TCP探测配置
|
|
3166
2405
|
*/
|
|
3167
|
-
export interface
|
|
3168
|
-
/**
|
|
3169
|
-
* 单元ID
|
|
3170
|
-
*/
|
|
3171
|
-
EdgeUnitId: number;
|
|
2406
|
+
export interface TcpProbe {
|
|
3172
2407
|
/**
|
|
3173
|
-
*
|
|
2408
|
+
* 连接端口
|
|
2409
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3174
2410
|
*/
|
|
3175
|
-
|
|
2411
|
+
Port: number;
|
|
3176
2412
|
}
|
|
3177
2413
|
/**
|
|
3178
2414
|
* DescribeEdgeNodes返回参数结构体
|
|
@@ -3277,35 +2513,6 @@ export interface DeleteIotDeviceResponse {
|
|
|
3277
2513
|
*/
|
|
3278
2514
|
RequestId?: string;
|
|
3279
2515
|
}
|
|
3280
|
-
/**
|
|
3281
|
-
* DescribeEdgeDefaultVpc返回参数结构体
|
|
3282
|
-
*/
|
|
3283
|
-
export interface DescribeEdgeDefaultVpcResponse {
|
|
3284
|
-
/**
|
|
3285
|
-
* 私有网络ID
|
|
3286
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3287
|
-
*/
|
|
3288
|
-
VpcId: string;
|
|
3289
|
-
/**
|
|
3290
|
-
* 网络CIDR
|
|
3291
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3292
|
-
*/
|
|
3293
|
-
VpcCidrBlock: string;
|
|
3294
|
-
/**
|
|
3295
|
-
* 子网ID
|
|
3296
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3297
|
-
*/
|
|
3298
|
-
SubnetId: string;
|
|
3299
|
-
/**
|
|
3300
|
-
* 子网CIDR
|
|
3301
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3302
|
-
*/
|
|
3303
|
-
SubnetCidrBlock: string;
|
|
3304
|
-
/**
|
|
3305
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
3306
|
-
*/
|
|
3307
|
-
RequestId?: string;
|
|
3308
|
-
}
|
|
3309
2516
|
/**
|
|
3310
2517
|
* ModifyNodeUnitTemplate请求参数结构体
|
|
3311
2518
|
*/
|
|
@@ -3356,31 +2563,6 @@ export interface DescribeEdgeNodesRequest {
|
|
|
3356
2563
|
*/
|
|
3357
2564
|
NodeType?: number;
|
|
3358
2565
|
}
|
|
3359
|
-
/**
|
|
3360
|
-
* DescribeEdgeUnitApplicationLogs请求参数结构体
|
|
3361
|
-
*/
|
|
3362
|
-
export interface DescribeEdgeUnitApplicationLogsRequest {
|
|
3363
|
-
/**
|
|
3364
|
-
* 单元ID
|
|
3365
|
-
*/
|
|
3366
|
-
EdgeUnitId: number;
|
|
3367
|
-
/**
|
|
3368
|
-
* 应用ID
|
|
3369
|
-
*/
|
|
3370
|
-
ApplicationId: number;
|
|
3371
|
-
/**
|
|
3372
|
-
* 最大条数
|
|
3373
|
-
*/
|
|
3374
|
-
Limit: number;
|
|
3375
|
-
/**
|
|
3376
|
-
* Pod名
|
|
3377
|
-
*/
|
|
3378
|
-
PodName: string;
|
|
3379
|
-
/**
|
|
3380
|
-
* 容器名
|
|
3381
|
-
*/
|
|
3382
|
-
ContainerName?: string;
|
|
3383
|
-
}
|
|
3384
2566
|
/**
|
|
3385
2567
|
* CreateUserToken请求参数结构体
|
|
3386
2568
|
*/
|
|
@@ -3467,13 +2649,17 @@ export interface ModifyConfigMapResponse {
|
|
|
3467
2649
|
RequestId?: string;
|
|
3468
2650
|
}
|
|
3469
2651
|
/**
|
|
3470
|
-
*
|
|
2652
|
+
* SetRouteOnOff请求参数结构体
|
|
3471
2653
|
*/
|
|
3472
|
-
export interface
|
|
2654
|
+
export interface SetRouteOnOffRequest {
|
|
3473
2655
|
/**
|
|
3474
|
-
*
|
|
2656
|
+
* 无
|
|
3475
2657
|
*/
|
|
3476
|
-
|
|
2658
|
+
RouteID: number;
|
|
2659
|
+
/**
|
|
2660
|
+
* on 或 off
|
|
2661
|
+
*/
|
|
2662
|
+
Status: string;
|
|
3477
2663
|
}
|
|
3478
2664
|
/**
|
|
3479
2665
|
* DescribeEdgeNodePods请求参数结构体
|
|
@@ -3519,68 +2705,25 @@ export interface DescribeEdgeAgentNodeInstallerRequest {
|
|
|
3519
2705
|
NodeId: number;
|
|
3520
2706
|
}
|
|
3521
2707
|
/**
|
|
3522
|
-
*
|
|
2708
|
+
* GetMarketComponentList请求参数结构体
|
|
3523
2709
|
*/
|
|
3524
|
-
export interface
|
|
3525
|
-
/**
|
|
3526
|
-
* 基本信息
|
|
3527
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3528
|
-
*/
|
|
3529
|
-
BasicInfo: ApplicationBasicInfo;
|
|
3530
|
-
/**
|
|
3531
|
-
* 基本配置
|
|
3532
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3533
|
-
*/
|
|
3534
|
-
BasicConfig: ApplicationBasicConfig;
|
|
3535
|
-
/**
|
|
3536
|
-
* 卷配置
|
|
3537
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3538
|
-
*/
|
|
3539
|
-
Volumes: Array<Volume>;
|
|
3540
|
-
/**
|
|
3541
|
-
* 初始化容器配置
|
|
3542
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3543
|
-
*/
|
|
3544
|
-
InitContainers: Array<Container>;
|
|
3545
|
-
/**
|
|
3546
|
-
* 容器配置
|
|
3547
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3548
|
-
*/
|
|
3549
|
-
Containers: Array<Container>;
|
|
3550
|
-
/**
|
|
3551
|
-
* 服务配置
|
|
3552
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3553
|
-
*/
|
|
3554
|
-
Service: Service;
|
|
3555
|
-
/**
|
|
3556
|
-
* Job配置
|
|
3557
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3558
|
-
*/
|
|
3559
|
-
Job: Job;
|
|
3560
|
-
/**
|
|
3561
|
-
* CronJob配置
|
|
3562
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3563
|
-
*/
|
|
3564
|
-
CronJob: CronJob;
|
|
2710
|
+
export interface GetMarketComponentListRequest {
|
|
3565
2711
|
/**
|
|
3566
|
-
*
|
|
3567
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2712
|
+
* 页偏移,从0开始
|
|
3568
2713
|
*/
|
|
3569
|
-
|
|
2714
|
+
Offset: number;
|
|
3570
2715
|
/**
|
|
3571
|
-
*
|
|
3572
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2716
|
+
* 每页条数
|
|
3573
2717
|
*/
|
|
3574
|
-
|
|
2718
|
+
Limit: number;
|
|
3575
2719
|
/**
|
|
3576
|
-
*
|
|
3577
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
2720
|
+
* 名称模糊筛选
|
|
3578
2721
|
*/
|
|
3579
|
-
|
|
2722
|
+
Filter?: string;
|
|
3580
2723
|
/**
|
|
3581
|
-
*
|
|
2724
|
+
* 以名称排序,ASC、DESC
|
|
3582
2725
|
*/
|
|
3583
|
-
|
|
2726
|
+
Order?: string;
|
|
3584
2727
|
}
|
|
3585
2728
|
/**
|
|
3586
2729
|
* DescribeDracoEdgeNodeInstaller请求参数结构体
|
|
@@ -3631,43 +2774,58 @@ export interface DeleteMessageRouteRequest {
|
|
|
3631
2774
|
RouteID: number;
|
|
3632
2775
|
}
|
|
3633
2776
|
/**
|
|
3634
|
-
*
|
|
2777
|
+
* DescribeEdgeOperationLogs请求参数结构体
|
|
3635
2778
|
*/
|
|
3636
|
-
export interface
|
|
2779
|
+
export interface DescribeEdgeOperationLogsRequest {
|
|
3637
2780
|
/**
|
|
3638
|
-
*
|
|
2781
|
+
* 开始时间
|
|
3639
2782
|
*/
|
|
3640
|
-
|
|
3641
|
-
}
|
|
3642
|
-
/**
|
|
3643
|
-
* 节点基础信息
|
|
3644
|
-
*/
|
|
3645
|
-
export interface NodeSimpleInfo {
|
|
2783
|
+
BeginTime: string;
|
|
3646
2784
|
/**
|
|
3647
|
-
*
|
|
2785
|
+
* 结束时间
|
|
3648
2786
|
*/
|
|
3649
|
-
|
|
2787
|
+
EndTime: string;
|
|
3650
2788
|
/**
|
|
3651
|
-
*
|
|
2789
|
+
* 偏移量
|
|
3652
2790
|
*/
|
|
3653
|
-
|
|
2791
|
+
Offset: number;
|
|
2792
|
+
/**
|
|
2793
|
+
* 翻页大小
|
|
2794
|
+
*/
|
|
2795
|
+
Limit: number;
|
|
2796
|
+
/**
|
|
2797
|
+
* 排序字段
|
|
2798
|
+
*/
|
|
2799
|
+
Sort?: Array<FieldSort>;
|
|
2800
|
+
/**
|
|
2801
|
+
* 模块
|
|
2802
|
+
*/
|
|
2803
|
+
Module?: string;
|
|
2804
|
+
/**
|
|
2805
|
+
* 过滤条件
|
|
2806
|
+
*/
|
|
2807
|
+
Condition?: OperationLogsCondition;
|
|
3654
2808
|
}
|
|
3655
2809
|
/**
|
|
3656
|
-
*
|
|
2810
|
+
* ModifyEdgeDracoNode请求参数结构体
|
|
3657
2811
|
*/
|
|
3658
|
-
export interface
|
|
2812
|
+
export interface ModifyEdgeDracoNodeRequest {
|
|
3659
2813
|
/**
|
|
3660
|
-
*
|
|
2814
|
+
* 边缘单元ID
|
|
3661
2815
|
*/
|
|
3662
|
-
|
|
2816
|
+
EdgeUnitId: number;
|
|
3663
2817
|
/**
|
|
3664
|
-
*
|
|
2818
|
+
* 边缘节点ID
|
|
3665
2819
|
*/
|
|
3666
|
-
|
|
2820
|
+
NodeId: number;
|
|
3667
2821
|
/**
|
|
3668
|
-
*
|
|
2822
|
+
* 节点信息
|
|
3669
2823
|
*/
|
|
3670
|
-
|
|
2824
|
+
NodeInfo?: DracoNodeInfo;
|
|
2825
|
+
/**
|
|
2826
|
+
* 是否重置draco设备
|
|
2827
|
+
*/
|
|
2828
|
+
IsReset?: boolean;
|
|
3671
2829
|
}
|
|
3672
2830
|
/**
|
|
3673
2831
|
* DescribeNamespaceResources返回参数结构体
|
|
@@ -3746,27 +2904,6 @@ export interface SecretItem {
|
|
|
3746
2904
|
*/
|
|
3747
2905
|
SecretType: string;
|
|
3748
2906
|
}
|
|
3749
|
-
/**
|
|
3750
|
-
* ModifyEdgeDracoNode请求参数结构体
|
|
3751
|
-
*/
|
|
3752
|
-
export interface ModifyEdgeDracoNodeRequest {
|
|
3753
|
-
/**
|
|
3754
|
-
* 边缘单元ID
|
|
3755
|
-
*/
|
|
3756
|
-
EdgeUnitId: number;
|
|
3757
|
-
/**
|
|
3758
|
-
* 边缘节点ID
|
|
3759
|
-
*/
|
|
3760
|
-
NodeId: number;
|
|
3761
|
-
/**
|
|
3762
|
-
* 节点信息
|
|
3763
|
-
*/
|
|
3764
|
-
NodeInfo?: DracoNodeInfo;
|
|
3765
|
-
/**
|
|
3766
|
-
* 是否重置draco设备
|
|
3767
|
-
*/
|
|
3768
|
-
IsReset?: boolean;
|
|
3769
|
-
}
|
|
3770
2907
|
/**
|
|
3771
2908
|
* CreateMessageRoute返回参数结构体
|
|
3772
2909
|
*/
|
|
@@ -3992,15 +3129,6 @@ export interface DescribeEdgeUnitDeployGridResponse {
|
|
|
3992
3129
|
*/
|
|
3993
3130
|
RequestId?: string;
|
|
3994
3131
|
}
|
|
3995
|
-
/**
|
|
3996
|
-
* ModifyEdgeUnitCloudApi返回参数结构体
|
|
3997
|
-
*/
|
|
3998
|
-
export interface ModifyEdgeUnitCloudApiResponse {
|
|
3999
|
-
/**
|
|
4000
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4001
|
-
*/
|
|
4002
|
-
RequestId?: string;
|
|
4003
|
-
}
|
|
4004
3132
|
/**
|
|
4005
3133
|
* CreateUpdateNodeUnit返回参数结构体
|
|
4006
3134
|
*/
|
|
@@ -4020,13 +3148,39 @@ export interface ModifyEdgeUnitApplicationVisualizationResponse {
|
|
|
4020
3148
|
RequestId?: string;
|
|
4021
3149
|
}
|
|
4022
3150
|
/**
|
|
4023
|
-
*
|
|
3151
|
+
* 监控数据列
|
|
4024
3152
|
*/
|
|
4025
|
-
export interface
|
|
3153
|
+
export interface MonitorMetricsColumn {
|
|
4026
3154
|
/**
|
|
4027
|
-
*
|
|
3155
|
+
* 数据名称
|
|
4028
3156
|
*/
|
|
4029
|
-
|
|
3157
|
+
ColumnName: string;
|
|
3158
|
+
/**
|
|
3159
|
+
* 数据内容
|
|
3160
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3161
|
+
*/
|
|
3162
|
+
ColumnData: Array<string>;
|
|
3163
|
+
/**
|
|
3164
|
+
* 数据所属,查询Workload类型时有值
|
|
3165
|
+
*/
|
|
3166
|
+
ColumnBelong: string;
|
|
3167
|
+
/**
|
|
3168
|
+
* 最大值
|
|
3169
|
+
*/
|
|
3170
|
+
MaxValue: number;
|
|
3171
|
+
/**
|
|
3172
|
+
* 最小值
|
|
3173
|
+
*/
|
|
3174
|
+
MinValue: number;
|
|
3175
|
+
/**
|
|
3176
|
+
* 平均值
|
|
3177
|
+
*/
|
|
3178
|
+
AvgValue: number;
|
|
3179
|
+
/**
|
|
3180
|
+
* 时间戳数组
|
|
3181
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3182
|
+
*/
|
|
3183
|
+
ColumnTime: number;
|
|
4030
3184
|
}
|
|
4031
3185
|
/**
|
|
4032
3186
|
* 边缘节点Pod容器信息
|
|
@@ -4204,18 +3358,21 @@ export interface DescribeEdgeNodePodContainersRequest {
|
|
|
4204
3358
|
Namespace?: string;
|
|
4205
3359
|
}
|
|
4206
3360
|
/**
|
|
4207
|
-
*
|
|
3361
|
+
* DescribeSecret请求参数结构体
|
|
4208
3362
|
*/
|
|
4209
|
-
export interface
|
|
3363
|
+
export interface DescribeSecretRequest {
|
|
4210
3364
|
/**
|
|
4211
|
-
*
|
|
4212
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3365
|
+
* 边缘单元ID
|
|
4213
3366
|
*/
|
|
4214
|
-
|
|
3367
|
+
EdgeUnitID: number;
|
|
4215
3368
|
/**
|
|
4216
|
-
*
|
|
3369
|
+
* secret名
|
|
4217
3370
|
*/
|
|
4218
|
-
|
|
3371
|
+
SecretName: string;
|
|
3372
|
+
/**
|
|
3373
|
+
* 命名空间(默认值:default)
|
|
3374
|
+
*/
|
|
3375
|
+
SecretNamespace?: string;
|
|
4219
3376
|
}
|
|
4220
3377
|
/**
|
|
4221
3378
|
* ModifySecret请求参数结构体
|
|
@@ -4361,22 +3518,9 @@ export interface Container {
|
|
|
4361
3518
|
*/
|
|
4362
3519
|
SecurityContext?: SecurityContext;
|
|
4363
3520
|
/**
|
|
4364
|
-
* 就绪探针配置
|
|
4365
|
-
*/
|
|
4366
|
-
ReadinessProbe?: Probe;
|
|
4367
|
-
}
|
|
4368
|
-
/**
|
|
4369
|
-
* DescribeEdgeUnitApplicationEvents请求参数结构体
|
|
4370
|
-
*/
|
|
4371
|
-
export interface DescribeEdgeUnitApplicationEventsRequest {
|
|
4372
|
-
/**
|
|
4373
|
-
* 单元ID
|
|
4374
|
-
*/
|
|
4375
|
-
EdgeUnitId: number;
|
|
4376
|
-
/**
|
|
4377
|
-
* 应用ID
|
|
3521
|
+
* 就绪探针配置
|
|
4378
3522
|
*/
|
|
4379
|
-
|
|
3523
|
+
ReadinessProbe?: Probe;
|
|
4380
3524
|
}
|
|
4381
3525
|
/**
|
|
4382
3526
|
* DescribeNamespaces请求参数结构体
|
|
@@ -4480,32 +3624,14 @@ export interface EdgeNodeInstallerOnline {
|
|
|
4480
3624
|
Guide: string;
|
|
4481
3625
|
}
|
|
4482
3626
|
/**
|
|
4483
|
-
*
|
|
3627
|
+
* ModifyEdgeUnitCloudApi返回参数结构体
|
|
4484
3628
|
*/
|
|
4485
|
-
export interface
|
|
4486
|
-
/**
|
|
4487
|
-
* 容器列表
|
|
4488
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4489
|
-
*/
|
|
4490
|
-
ContainerSet: Array<ContainerStatus>;
|
|
3629
|
+
export interface ModifyEdgeUnitCloudApiResponse {
|
|
4491
3630
|
/**
|
|
4492
3631
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4493
3632
|
*/
|
|
4494
3633
|
RequestId?: string;
|
|
4495
3634
|
}
|
|
4496
|
-
/**
|
|
4497
|
-
* ModifyApplicationBasicInfo请求参数结构体
|
|
4498
|
-
*/
|
|
4499
|
-
export interface ModifyApplicationBasicInfoRequest {
|
|
4500
|
-
/**
|
|
4501
|
-
* 应用模板ID
|
|
4502
|
-
*/
|
|
4503
|
-
ApplicationId: number;
|
|
4504
|
-
/**
|
|
4505
|
-
* 应用模板基本信息
|
|
4506
|
-
*/
|
|
4507
|
-
BasicInfo: ApplicationBasicInfo;
|
|
4508
|
-
}
|
|
4509
3635
|
/**
|
|
4510
3636
|
* DescribeEdgeUnitNodeGroup返回参数结构体
|
|
4511
3637
|
*/
|
|
@@ -4693,70 +3819,6 @@ export interface DescribeEdgeUnitDeployGridItemYamlResponse {
|
|
|
4693
3819
|
*/
|
|
4694
3820
|
RequestId?: string;
|
|
4695
3821
|
}
|
|
4696
|
-
/**
|
|
4697
|
-
* DescribeEdgeUnitApplicationVisualization返回参数结构体
|
|
4698
|
-
*/
|
|
4699
|
-
export interface DescribeEdgeUnitApplicationVisualizationResponse {
|
|
4700
|
-
/**
|
|
4701
|
-
* 基本信息
|
|
4702
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4703
|
-
*/
|
|
4704
|
-
BasicInfo: ApplicationBasicInfo;
|
|
4705
|
-
/**
|
|
4706
|
-
* 基本配置
|
|
4707
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4708
|
-
*/
|
|
4709
|
-
BasicConfig: ApplicationBasicConfig;
|
|
4710
|
-
/**
|
|
4711
|
-
* 卷配置
|
|
4712
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4713
|
-
*/
|
|
4714
|
-
Volumes: Array<Volume>;
|
|
4715
|
-
/**
|
|
4716
|
-
* 初始化容器配置
|
|
4717
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4718
|
-
*/
|
|
4719
|
-
InitContainers: Array<Container>;
|
|
4720
|
-
/**
|
|
4721
|
-
* 容器配置
|
|
4722
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4723
|
-
*/
|
|
4724
|
-
Containers: Array<Container>;
|
|
4725
|
-
/**
|
|
4726
|
-
* 服务配置
|
|
4727
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4728
|
-
*/
|
|
4729
|
-
Service: Service;
|
|
4730
|
-
/**
|
|
4731
|
-
* Job配置
|
|
4732
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4733
|
-
*/
|
|
4734
|
-
Job: Job;
|
|
4735
|
-
/**
|
|
4736
|
-
* CronJob配置
|
|
4737
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4738
|
-
*/
|
|
4739
|
-
CronJob: CronJob;
|
|
4740
|
-
/**
|
|
4741
|
-
* 重启策略
|
|
4742
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4743
|
-
*/
|
|
4744
|
-
RestartPolicy: string;
|
|
4745
|
-
/**
|
|
4746
|
-
* HPA
|
|
4747
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4748
|
-
*/
|
|
4749
|
-
HorizontalPodAutoscaler: HorizontalPodAutoscaler;
|
|
4750
|
-
/**
|
|
4751
|
-
* 镜像拉取Secret
|
|
4752
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4753
|
-
*/
|
|
4754
|
-
ImagePullSecrets: Array<string>;
|
|
4755
|
-
/**
|
|
4756
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4757
|
-
*/
|
|
4758
|
-
RequestId?: string;
|
|
4759
|
-
}
|
|
4760
3822
|
/**
|
|
4761
3823
|
* DescribeIotDevice返回参数结构体
|
|
4762
3824
|
*/
|
|
@@ -4951,60 +4013,6 @@ export interface Volume {
|
|
|
4951
4013
|
*/
|
|
4952
4014
|
NFS?: VolumeNFS;
|
|
4953
4015
|
}
|
|
4954
|
-
/**
|
|
4955
|
-
* DescribeApplications请求参数结构体
|
|
4956
|
-
*/
|
|
4957
|
-
export interface DescribeApplicationsRequest {
|
|
4958
|
-
/**
|
|
4959
|
-
* 模糊搜索字符串
|
|
4960
|
-
*/
|
|
4961
|
-
NamePattern?: string;
|
|
4962
|
-
/**
|
|
4963
|
-
* 默认 0
|
|
4964
|
-
*/
|
|
4965
|
-
Offset?: number;
|
|
4966
|
-
/**
|
|
4967
|
-
* 默认 20
|
|
4968
|
-
*/
|
|
4969
|
-
Limit?: number;
|
|
4970
|
-
/**
|
|
4971
|
-
* 仅支持对 DistributeTime 字段排序,ASC/DESC
|
|
4972
|
-
*/
|
|
4973
|
-
Sort?: Array<FieldSort>;
|
|
4974
|
-
}
|
|
4975
|
-
/**
|
|
4976
|
-
* DescribeEdgeOperationLogs请求参数结构体
|
|
4977
|
-
*/
|
|
4978
|
-
export interface DescribeEdgeOperationLogsRequest {
|
|
4979
|
-
/**
|
|
4980
|
-
* 开始时间
|
|
4981
|
-
*/
|
|
4982
|
-
BeginTime: string;
|
|
4983
|
-
/**
|
|
4984
|
-
* 结束时间
|
|
4985
|
-
*/
|
|
4986
|
-
EndTime: string;
|
|
4987
|
-
/**
|
|
4988
|
-
* 偏移量
|
|
4989
|
-
*/
|
|
4990
|
-
Offset: number;
|
|
4991
|
-
/**
|
|
4992
|
-
* 翻页大小
|
|
4993
|
-
*/
|
|
4994
|
-
Limit: number;
|
|
4995
|
-
/**
|
|
4996
|
-
* 排序字段
|
|
4997
|
-
*/
|
|
4998
|
-
Sort?: Array<FieldSort>;
|
|
4999
|
-
/**
|
|
5000
|
-
* 模块
|
|
5001
|
-
*/
|
|
5002
|
-
Module?: string;
|
|
5003
|
-
/**
|
|
5004
|
-
* 过滤条件
|
|
5005
|
-
*/
|
|
5006
|
-
Condition?: OperationLogsCondition;
|
|
5007
|
-
}
|
|
5008
4016
|
/**
|
|
5009
4017
|
* Grid部署应用信息
|
|
5010
4018
|
*/
|
|
@@ -5197,32 +4205,51 @@ export interface DescribeEdgeUnitDeployGridRequest {
|
|
|
5197
4205
|
Order?: string;
|
|
5198
4206
|
}
|
|
5199
4207
|
/**
|
|
5200
|
-
*
|
|
4208
|
+
* DescribeEdgeUnitExtra返回参数结构体
|
|
5201
4209
|
*/
|
|
5202
|
-
export interface
|
|
4210
|
+
export interface DescribeEdgeUnitExtraResponse {
|
|
4211
|
+
/**
|
|
4212
|
+
* APIServer类型
|
|
4213
|
+
*/
|
|
4214
|
+
APIServerType: string;
|
|
4215
|
+
/**
|
|
4216
|
+
* 域名URL
|
|
4217
|
+
*/
|
|
4218
|
+
APIServerURL: string;
|
|
4219
|
+
/**
|
|
4220
|
+
* 域名URL对应的端口
|
|
4221
|
+
*/
|
|
4222
|
+
APIServerURLPort: string;
|
|
4223
|
+
/**
|
|
4224
|
+
* 域名URL对应的端口
|
|
4225
|
+
*/
|
|
4226
|
+
APIServerResolveIP: string;
|
|
4227
|
+
/**
|
|
4228
|
+
* 对外可访问的IP
|
|
4229
|
+
*/
|
|
4230
|
+
APIServerExposeAddress: string;
|
|
4231
|
+
/**
|
|
4232
|
+
* 是否开启监控
|
|
4233
|
+
*/
|
|
4234
|
+
IsCreatePrometheus: boolean;
|
|
5203
4235
|
/**
|
|
5204
4236
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5205
4237
|
*/
|
|
5206
4238
|
RequestId?: string;
|
|
5207
4239
|
}
|
|
5208
4240
|
/**
|
|
5209
|
-
*
|
|
4241
|
+
* DescribeEdgeUnitNodeUnitTemplates返回参数结构体
|
|
5210
4242
|
*/
|
|
5211
|
-
export interface
|
|
4243
|
+
export interface DescribeEdgeUnitNodeUnitTemplatesResponse {
|
|
5212
4244
|
/**
|
|
5213
|
-
*
|
|
5214
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
4245
|
+
* 符合查询条件的记录总数
|
|
5215
4246
|
*/
|
|
5216
|
-
|
|
4247
|
+
Total: number;
|
|
5217
4248
|
/**
|
|
5218
|
-
*
|
|
4249
|
+
* NodeUnit模板列表
|
|
5219
4250
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
5220
4251
|
*/
|
|
5221
|
-
|
|
5222
|
-
/**
|
|
5223
|
-
* 错误信息
|
|
5224
|
-
*/
|
|
5225
|
-
ErrInfo: string;
|
|
4252
|
+
NodeUnitTemplates: Array<NodeUnitTemplate>;
|
|
5226
4253
|
/**
|
|
5227
4254
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5228
4255
|
*/
|
|
@@ -5260,11 +4287,37 @@ export interface DeleteEdgeNodesRequest {
|
|
|
5260
4287
|
NodeIds: Array<number | bigint>;
|
|
5261
4288
|
}
|
|
5262
4289
|
/**
|
|
5263
|
-
*
|
|
4290
|
+
* 命名空间信息
|
|
5264
4291
|
*/
|
|
5265
|
-
export interface
|
|
4292
|
+
export interface NamespaceInfo {
|
|
5266
4293
|
/**
|
|
5267
|
-
*
|
|
4294
|
+
* 命名空间名
|
|
4295
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4296
|
+
*/
|
|
4297
|
+
Namespace: string;
|
|
4298
|
+
/**
|
|
4299
|
+
* 状态(Active|Terminating)
|
|
4300
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4301
|
+
*/
|
|
4302
|
+
Status: string;
|
|
4303
|
+
/**
|
|
4304
|
+
* 描述信息
|
|
4305
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4306
|
+
*/
|
|
4307
|
+
Description: string;
|
|
4308
|
+
/**
|
|
4309
|
+
* 创建时间
|
|
4310
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4311
|
+
*/
|
|
4312
|
+
CreateTime: string;
|
|
4313
|
+
/**
|
|
4314
|
+
* 是否保护(不允许删除)
|
|
4315
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4316
|
+
*/
|
|
4317
|
+
Protected: boolean;
|
|
4318
|
+
/**
|
|
4319
|
+
* 对应的Yaml配置
|
|
4320
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
5268
4321
|
*/
|
|
5269
4322
|
Yaml: string;
|
|
5270
4323
|
}
|
|
@@ -5376,41 +4429,6 @@ export interface DescribeNodeUnitTemplateOnNodeGroupRequest {
|
|
|
5376
4429
|
*/
|
|
5377
4430
|
Order?: string;
|
|
5378
4431
|
}
|
|
5379
|
-
/**
|
|
5380
|
-
* 监控数据列
|
|
5381
|
-
*/
|
|
5382
|
-
export interface MonitorMetricsColumn {
|
|
5383
|
-
/**
|
|
5384
|
-
* 数据名称
|
|
5385
|
-
*/
|
|
5386
|
-
ColumnName: string;
|
|
5387
|
-
/**
|
|
5388
|
-
* 数据内容
|
|
5389
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5390
|
-
*/
|
|
5391
|
-
ColumnData: Array<string>;
|
|
5392
|
-
/**
|
|
5393
|
-
* 数据所属,查询Workload类型时有值
|
|
5394
|
-
*/
|
|
5395
|
-
ColumnBelong: string;
|
|
5396
|
-
/**
|
|
5397
|
-
* 最大值
|
|
5398
|
-
*/
|
|
5399
|
-
MaxValue: number;
|
|
5400
|
-
/**
|
|
5401
|
-
* 最小值
|
|
5402
|
-
*/
|
|
5403
|
-
MinValue: number;
|
|
5404
|
-
/**
|
|
5405
|
-
* 平均值
|
|
5406
|
-
*/
|
|
5407
|
-
AvgValue: number;
|
|
5408
|
-
/**
|
|
5409
|
-
* 时间戳数组
|
|
5410
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5411
|
-
*/
|
|
5412
|
-
ColumnTime: number;
|
|
5413
|
-
}
|
|
5414
4432
|
/**
|
|
5415
4433
|
* DescribeEdgeNode请求参数结构体
|
|
5416
4434
|
*/
|
|
@@ -5478,15 +4496,6 @@ export interface DeleteNodeUnitRequest {
|
|
|
5478
4496
|
*/
|
|
5479
4497
|
Nodes?: Array<string>;
|
|
5480
4498
|
}
|
|
5481
|
-
/**
|
|
5482
|
-
* ModifyEdgeUnitApplicationYaml返回参数结构体
|
|
5483
|
-
*/
|
|
5484
|
-
export interface ModifyEdgeUnitApplicationYamlResponse {
|
|
5485
|
-
/**
|
|
5486
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5487
|
-
*/
|
|
5488
|
-
RequestId?: string;
|
|
5489
|
-
}
|
|
5490
4499
|
/**
|
|
5491
4500
|
* 边缘节点资源信息
|
|
5492
4501
|
*/
|
|
@@ -5537,21 +4546,6 @@ export interface EdgeNodeResourceInfo {
|
|
|
5537
4546
|
*/
|
|
5538
4547
|
AvailableGPU: string;
|
|
5539
4548
|
}
|
|
5540
|
-
/**
|
|
5541
|
-
* 安全能力
|
|
5542
|
-
*/
|
|
5543
|
-
export interface SecurityCapabilities {
|
|
5544
|
-
/**
|
|
5545
|
-
* 允许操作列表
|
|
5546
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5547
|
-
*/
|
|
5548
|
-
Add?: Array<string>;
|
|
5549
|
-
/**
|
|
5550
|
-
* 禁止操作列表
|
|
5551
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
5552
|
-
*/
|
|
5553
|
-
Drop?: Array<string>;
|
|
5554
|
-
}
|
|
5555
4549
|
/**
|
|
5556
4550
|
* DeleteEdgeNodeUnitTemplates返回参数结构体
|
|
5557
4551
|
*/
|
|
@@ -5714,16 +4708,3 @@ export interface ModifyEdgeUnitApplicationBasicInfoResponse {
|
|
|
5714
4708
|
*/
|
|
5715
4709
|
RequestId?: string;
|
|
5716
4710
|
}
|
|
5717
|
-
/**
|
|
5718
|
-
* SetRouteOnOff请求参数结构体
|
|
5719
|
-
*/
|
|
5720
|
-
export interface SetRouteOnOffRequest {
|
|
5721
|
-
/**
|
|
5722
|
-
* 无
|
|
5723
|
-
*/
|
|
5724
|
-
RouteID: number;
|
|
5725
|
-
/**
|
|
5726
|
-
* on 或 off
|
|
5727
|
-
*/
|
|
5728
|
-
Status: string;
|
|
5729
|
-
}
|