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.
Files changed (77) hide show
  1. package/CHANGELOG.md +334 -0
  2. package/SERVICE_CHANGELOG.md +496 -65
  3. package/package.json +1 -1
  4. package/products.md +18 -18
  5. package/src/common/sdk_version.ts +1 -1
  6. package/src/services/ccc/v20200210/ccc_client.ts +18 -6
  7. package/src/services/ccc/v20200210/ccc_models.ts +145 -0
  8. package/src/services/clb/v20180317/clb_models.ts +9 -1
  9. package/src/services/cme/v20191029/cme_models.ts +10 -6
  10. package/src/services/cynosdb/v20190107/cynosdb_client.ts +0 -14
  11. package/src/services/cynosdb/v20190107/cynosdb_models.ts +0 -44
  12. package/src/services/emr/v20190103/emr_models.ts +3 -3
  13. package/src/services/faceid/v20180301/faceid_models.ts +4 -0
  14. package/src/services/iecp/v20210914/iecp_client.ts +521 -806
  15. package/src/services/iecp/v20210914/iecp_models.ts +358 -1422
  16. package/src/services/ims/v20201229/ims_client.ts +8 -3
  17. package/src/services/ims/v20201229/ims_models.ts +2 -2
  18. package/src/services/monitor/v20180724/monitor_client.ts +16 -44
  19. package/src/services/monitor/v20180724/monitor_models.ts +54 -103
  20. package/src/services/ocr/v20181119/ocr_client.ts +1 -1
  21. package/src/services/ocr/v20181119/ocr_models.ts +3 -1
  22. package/src/services/postgres/v20170312/postgres_client.ts +14 -1
  23. package/src/services/postgres/v20170312/postgres_models.ts +109 -14
  24. package/src/services/rce/v20201103/rce_models.ts +18 -15
  25. package/src/services/tcss/v20201101/tcss_client.ts +1 -0
  26. package/src/services/tcss/v20201101/tcss_models.ts +91 -3
  27. package/src/services/teo/v20220901/teo_client.ts +3 -2
  28. package/src/services/teo/v20220901/teo_models.ts +56 -27
  29. package/src/services/tke/v20180525/tke_models.ts +5 -5
  30. package/src/services/tke/v20220501/tke_models.ts +5 -5
  31. package/src/services/tse/v20201207/tse_models.ts +10 -0
  32. package/src/services/tsf/v20180326/tsf_client.ts +8 -22
  33. package/src/services/tsf/v20180326/tsf_models.ts +9 -29
  34. package/src/services/wedata/v20210820/wedata_models.ts +5 -0
  35. package/tencentcloud/common/sdk_version.d.ts +1 -1
  36. package/tencentcloud/common/sdk_version.js +1 -1
  37. package/tencentcloud/services/ccc/v20200210/ccc_client.d.ts +7 -3
  38. package/tencentcloud/services/ccc/v20200210/ccc_client.js +9 -3
  39. package/tencentcloud/services/ccc/v20200210/ccc_models.d.ts +143 -0
  40. package/tencentcloud/services/clb/v20180317/clb_models.d.ts +9 -1
  41. package/tencentcloud/services/cme/v20191029/cme_models.d.ts +10 -6
  42. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.d.ts +1 -7
  43. package/tencentcloud/services/cynosdb/v20190107/cynosdb_client.js +0 -8
  44. package/tencentcloud/services/cynosdb/v20190107/cynosdb_models.d.ts +0 -42
  45. package/tencentcloud/services/emr/v20190103/emr_models.d.ts +3 -3
  46. package/tencentcloud/services/faceid/v20180301/faceid_models.d.ts +4 -0
  47. package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +155 -275
  48. package/tencentcloud/services/iecp/v20210914/iecp_client.js +240 -400
  49. package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +288 -1307
  50. package/tencentcloud/services/ims/v20201229/ims_client.d.ts +8 -3
  51. package/tencentcloud/services/ims/v20201229/ims_client.js +8 -3
  52. package/tencentcloud/services/ims/v20201229/ims_models.d.ts +2 -2
  53. package/tencentcloud/services/monitor/v20180724/monitor_client.d.ts +5 -17
  54. package/tencentcloud/services/monitor/v20180724/monitor_client.js +6 -22
  55. package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +54 -99
  56. package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +1 -1
  57. package/tencentcloud/services/ocr/v20181119/ocr_client.js +1 -1
  58. package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +3 -1
  59. package/tencentcloud/services/postgres/v20170312/postgres_client.d.ts +5 -1
  60. package/tencentcloud/services/postgres/v20170312/postgres_client.js +6 -0
  61. package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +106 -14
  62. package/tencentcloud/services/rce/v20201103/rce_models.d.ts +18 -15
  63. package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +90 -3
  64. package/tencentcloud/services/teo/v20220901/teo_models.d.ts +55 -27
  65. package/tencentcloud/services/tke/v20180525/tke_models.d.ts +5 -5
  66. package/tencentcloud/services/tke/v20220501/tke_models.d.ts +5 -5
  67. package/tencentcloud/services/tse/v20201207/tse_models.d.ts +10 -0
  68. package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +3 -9
  69. package/tencentcloud/services/tsf/v20180326/tsf_client.js +3 -11
  70. package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +9 -27
  71. package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +5 -0
  72. package/test/ccc.v20200210.test.js +12 -2
  73. package/test/cynosdb.v20190107.test.js +0 -10
  74. package/test/iecp.v20210914.test.js +156 -356
  75. package/test/monitor.v20180724.test.js +4 -24
  76. package/test/postgres.v20170312.test.js +10 -0
  77. package/test/tsf.v20180326.test.js +2 -12
@@ -15,21 +15,6 @@
15
15
  * under the License.
16
16
  */
17
17
 
18
- /**
19
- * DescribeApplicationYaml返回参数结构体
20
- */
21
- export interface DescribeApplicationYamlResponse {
22
- /**
23
- * base64 后的yaml
24
- 注意:此字段可能返回 null,表示取不到有效值。
25
- */
26
- Yaml: string
27
- /**
28
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
29
- */
30
- RequestId?: string
31
- }
32
-
33
18
  /**
34
19
  * 操作日志状态查询条件
35
20
  */
@@ -116,61 +101,22 @@ export interface CreateEdgeNodeGroupRequest {
116
101
  }
117
102
 
118
103
  /**
119
- * CreateEdgeUnitApplicationVisualization请求参数结构体
104
+ * DescribeNodeUnitTemplateOnNodeGroup返回参数结构体
120
105
  */
121
- export interface CreateEdgeUnitApplicationVisualizationRequest {
122
- /**
123
- * 基本信息
124
- */
125
- BasicInfo: ApplicationBasicInfo
126
- /**
127
- * 基本配置
128
- */
129
- BasicConfig: ApplicationBasicConfig
130
- /**
131
- * 单元ID
132
- */
133
- EdgeUnitId: number
134
- /**
135
- * 卷列表
136
- */
137
- Volumes?: Array<Volume>
138
- /**
139
- * 服务配置
140
- */
141
- Service?: Service
142
- /**
143
- * 模版ID
144
- */
145
- TemplateID?: number
146
- /**
147
- * Job配置
148
- */
149
- Job?: Job
150
- /**
151
- * CronJob配置
152
- */
153
- CronJob?: CronJob
154
- /**
155
- * 重新运行策略
156
- */
157
- RestartPolicy?: string
158
- /**
159
- * 镜像拉取密钥
160
- */
161
- ImagePullSecrets?: Array<string>
106
+ export interface DescribeNodeUnitTemplateOnNodeGroupResponse {
162
107
  /**
163
- * HPA配置
108
+ * 记录总数
164
109
  */
165
- HorizontalPodAutoscaler?: HorizontalPodAutoscaler
110
+ Total: number
166
111
  /**
167
- * 初始化容器列表
112
+ * NodeUnit模板
113
+ 注意:此字段可能返回 null,表示取不到有效值。
168
114
  */
169
- InitContainers?: Array<Container>
115
+ NodeUnitTemplates: Array<NodeGroupNodeUnitTemplateInfo>
170
116
  /**
171
- * 容器列表
117
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
172
118
  */
173
- Containers?: Array<Container>
119
+ RequestId?: string
174
120
  }
175
121
 
176
122
  /**
@@ -256,35 +202,6 @@ export interface CreateSecretRequest {
256
202
  DockerConfig?: DockerConfig
257
203
  }
258
204
 
259
- /**
260
- * DescribeEdgeUnitApplicationYaml请求参数结构体
261
- */
262
- export interface DescribeEdgeUnitApplicationYamlRequest {
263
- /**
264
- * 单元ID
265
- */
266
- EdgeUnitId: number
267
- /**
268
- * 应用ID
269
- */
270
- ApplicationId: number
271
- }
272
-
273
- /**
274
- * CreateEdgeUnitApplicationVisualization返回参数结构体
275
- */
276
- export interface CreateEdgeUnitApplicationVisualizationResponse {
277
- /**
278
- * 应用ID
279
- 注意:此字段可能返回 null,表示取不到有效值。
280
- */
281
- ApplicationId: number
282
- /**
283
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
284
- */
285
- RequestId?: string
286
- }
287
-
288
205
  /**
289
206
  * CreateEdgeNodeBatch返回参数结构体
290
207
  */
@@ -309,41 +226,6 @@ export interface DescribeNamespacesResponse {
309
226
  RequestId?: string
310
227
  }
311
228
 
312
- /**
313
- * DescribeSecret返回参数结构体
314
- */
315
- export interface DescribeSecretResponse {
316
- /**
317
- * Secret名
318
- 注意:此字段可能返回 null,表示取不到有效值。
319
- */
320
- Name: string
321
- /**
322
- * 命名空间
323
- 注意:此字段可能返回 null,表示取不到有效值。
324
- */
325
- Namespace: string
326
- /**
327
- * 创建时间
328
- 注意:此字段可能返回 null,表示取不到有效值。
329
- */
330
- CreateTime: string
331
- /**
332
- * secret的yaml格式
333
- 注意:此字段可能返回 null,表示取不到有效值。
334
- */
335
- Yaml: string
336
- /**
337
- * secret的json格式
338
- 注意:此字段可能返回 null,表示取不到有效值。
339
- */
340
- Json: string
341
- /**
342
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
343
- */
344
- RequestId?: string
345
- }
346
-
347
229
  /**
348
230
  * NodeUnit模版信息
349
231
  */
@@ -384,31 +266,6 @@ export interface NodeUnitTemplate {
384
266
  CreateTime: string
385
267
  }
386
268
 
387
- /**
388
- * DescribeSecretYamlError返回参数结构体
389
- */
390
- export interface DescribeSecretYamlErrorResponse {
391
- /**
392
- * 校验是通过
393
- 注意:此字段可能返回 null,表示取不到有效值。
394
- */
395
- CheckPass: boolean
396
- /**
397
- * 错误类型
398
- 注意:此字段可能返回 null,表示取不到有效值。
399
- */
400
- ErrType: number
401
- /**
402
- * 错误信息
403
- 注意:此字段可能返回 null,表示取不到有效值。
404
- */
405
- ErrInfo: string
406
- /**
407
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
408
- */
409
- RequestId?: string
410
- }
411
-
412
269
  /**
413
270
  * ModifyEdgeUnitDeployGridItem请求参数结构体
414
271
  */
@@ -529,56 +386,6 @@ export interface GetMarketComponentResponse {
529
386
  RequestId?: string
530
387
  }
531
388
 
532
- /**
533
- * CreateApplicationVisualization请求参数结构体
534
- */
535
- export interface CreateApplicationVisualizationRequest {
536
- /**
537
- * 基本信息
538
- */
539
- BasicInfo: ApplicationBasicInfo
540
- /**
541
- * 基本配置
542
- */
543
- BasicConfig: ApplicationBasicConfig
544
- /**
545
- * 卷列表
546
- */
547
- Volumes?: Array<Volume>
548
- /**
549
- * 服务配置
550
- */
551
- Service?: Service
552
- /**
553
- * Job配置
554
- */
555
- Job?: Job
556
- /**
557
- * CronJob配置
558
- */
559
- CronJob?: CronJob
560
- /**
561
- * 重新运行策略
562
- */
563
- RestartPolicy?: string
564
- /**
565
- * 镜像拉取密钥
566
- */
567
- ImagePullSecrets?: Array<string>
568
- /**
569
- * HPA配置
570
- */
571
- HorizontalPodAutoscaler?: HorizontalPodAutoscaler
572
- /**
573
- * 初始化容器列表
574
- */
575
- InitContainers?: Array<Container>
576
- /**
577
- * 容器列表
578
- */
579
- Containers?: Array<Container>
580
- }
581
-
582
389
  /**
583
390
  * NodeUnit中边缘节点信息
584
391
  */
@@ -678,25 +485,6 @@ export interface DescribeEdgeUnitApplicationsResponse {
678
485
  RequestId?: string
679
486
  }
680
487
 
681
- /**
682
- * DescribeNodeUnitTemplateOnNodeGroup返回参数结构体
683
- */
684
- export interface DescribeNodeUnitTemplateOnNodeGroupResponse {
685
- /**
686
- * 记录总数
687
- */
688
- Total: number
689
- /**
690
- * NodeUnit模板
691
- 注意:此字段可能返回 null,表示取不到有效值。
692
- */
693
- NodeUnitTemplates: Array<NodeGroupNodeUnitTemplateInfo>
694
- /**
695
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
696
- */
697
- RequestId?: string
698
- }
699
-
700
488
  /**
701
489
  * 应用状态
702
490
  */
@@ -822,30 +610,6 @@ export interface IotDevicesInfo {
822
610
  UnitName: string
823
611
  }
824
612
 
825
- /**
826
- * DescribeEdgeUnitApplicationYamlError返回参数结构体
827
- */
828
- export interface DescribeEdgeUnitApplicationYamlErrorResponse {
829
- /**
830
- * 是否通过
831
- 注意:此字段可能返回 null,表示取不到有效值。
832
- */
833
- CheckPass: boolean
834
- /**
835
- * 错误类型
836
- 注意:此字段可能返回 null,表示取不到有效值。
837
- */
838
- ErrType: number
839
- /**
840
- * 错误信息
841
- */
842
- ErrInfo: string
843
- /**
844
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
845
- */
846
- RequestId?: string
847
- }
848
-
849
613
  /**
850
614
  * DeleteEdgeUnitCloud返回参数结构体
851
615
  */
@@ -945,16 +709,6 @@ export interface VolumeMount {
945
709
  ReadOnly?: boolean
946
710
  }
947
711
 
948
- /**
949
- * ModifyApplicationBasicInfo返回参数结构体
950
- */
951
- export interface ModifyApplicationBasicInfoResponse {
952
- /**
953
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
954
- */
955
- RequestId?: string
956
- }
957
-
958
712
  /**
959
713
  * DeleteEdgeUnitDeployGridItem返回参数结构体
960
714
  */
@@ -965,16 +719,6 @@ export interface DeleteEdgeUnitDeployGridItemResponse {
965
719
  RequestId?: string
966
720
  }
967
721
 
968
- /**
969
- * DescribeApplicationVisualization请求参数结构体
970
- */
971
- export interface DescribeApplicationVisualizationRequest {
972
- /**
973
- * 应用模板ID
974
- */
975
- ApplicationId: number
976
- }
977
-
978
722
  /**
979
723
  * DescribeEdgeSnNodes返回参数结构体
980
724
  */
@@ -1026,22 +770,37 @@ export interface DescribeEdgeUnitApplicationsRequest {
1026
770
  }
1027
771
 
1028
772
  /**
1029
- * DescribeEdgeUnitApplicationYaml返回参数结构体
773
+ * 预注册节点的信息
1030
774
  */
1031
- export interface DescribeEdgeUnitApplicationYamlResponse {
775
+ export interface EdgeDracoNodeInfo {
1032
776
  /**
1033
- * Yaml配置
1034
- 注意:此字段可能返回 null,表示取不到有效值。
777
+ * 节点ID
1035
778
  */
1036
- Yaml: string
779
+ Id: number
1037
780
  /**
1038
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
781
+ * 节点名称
1039
782
  */
1040
- RequestId?: string
1041
- }
1042
-
1043
- /**
1044
- * DescribeConfigMapYamlError返回参数结构体
783
+ Name: string
784
+ /**
785
+ * 是否已激活
786
+ */
787
+ IsUsed: boolean
788
+ /**
789
+ * 创建时间
790
+ */
791
+ CreateTime: string
792
+ /**
793
+ * 备注信息,如批次
794
+ */
795
+ Remark: string
796
+ /**
797
+ * SN 设备号
798
+ */
799
+ SN: string
800
+ }
801
+
802
+ /**
803
+ * DescribeConfigMapYamlError返回参数结构体
1045
804
  */
1046
805
  export interface DescribeConfigMapYamlErrorResponse {
1047
806
  /**
@@ -1101,89 +860,13 @@ export interface DescribeConfigMapResponse {
1101
860
  }
1102
861
 
1103
862
  /**
1104
- * GetMarketComponentList请求参数结构体
1105
- */
1106
- export interface GetMarketComponentListRequest {
1107
- /**
1108
- * 页偏移,从0开始
1109
- */
1110
- Offset: number
1111
- /**
1112
- * 每页条数
1113
- */
1114
- Limit: number
1115
- /**
1116
- * 名称模糊筛选
1117
- */
1118
- Filter?: string
1119
- /**
1120
- * 以名称排序,ASC、DESC
1121
- */
1122
- Order?: string
1123
- }
1124
-
1125
- /**
1126
- * DescribeApplicationYaml请求参数结构体
1127
- */
1128
- export interface DescribeApplicationYamlRequest {
1129
- /**
1130
- * 应用模板ID
1131
- */
1132
- ApplicationId: number
1133
- }
1134
-
1135
- /**
1136
- * ModifyApplicationVisualization请求参数结构体
863
+ * ModifyEdgeUnitApplicationYaml返回参数结构体
1137
864
  */
1138
- export interface ModifyApplicationVisualizationRequest {
1139
- /**
1140
- * 应用ID
1141
- */
1142
- ApplicationId: number
1143
- /**
1144
- * 应用配置
1145
- */
1146
- BasicConfig: ApplicationBasicConfig
1147
- /**
1148
- * 卷配置
1149
- */
1150
- Volumes?: Array<Volume>
1151
- /**
1152
- * 初始容器
1153
- */
1154
- InitContainers?: Array<Container>
1155
- /**
1156
- * 容器配置
1157
- */
1158
- Containers?: Array<Container>
1159
- /**
1160
- * 服务配置
1161
- */
1162
- Service?: Service
1163
- /**
1164
- * Job配置
1165
- */
1166
- Job?: Job
1167
- /**
1168
- * CronJob配置
1169
- */
1170
- CronJob?: CronJob
1171
- /**
1172
- * 重启策略
1173
- */
1174
- RestartPolicy?: string
1175
- /**
1176
- * 镜像拉取密钥
1177
- */
1178
- ImagePullSecrets?: Array<string>
1179
- /**
1180
- * HPA配置
1181
- */
1182
- HorizontalPodAutoscaler?: HorizontalPodAutoscaler
865
+ export interface ModifyEdgeUnitApplicationYamlResponse {
1183
866
  /**
1184
- * 单个初始化容器
867
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1185
868
  */
1186
- InitContainer?: Container
869
+ RequestId?: string
1187
870
  }
1188
871
 
1189
872
  /**
@@ -1207,339 +890,141 @@ export interface DescribeEdgeUnitNodeUnitTemplatesRequest {
1207
890
  */
1208
891
  Limit?: number
1209
892
  /**
1210
- * 模糊匹配,精确匹配时失效
1211
- */
1212
- NameFilter?: string
1213
- /**
1214
- * 精确匹配
1215
- */
1216
- NameMatched?: string
1217
- /**
1218
- * 按时间排序顺序,默认为DESC
1219
- */
1220
- Order?: string
1221
- }
1222
-
1223
- /**
1224
- * DeleteEdgeUnitApplications请求参数结构体
1225
- */
1226
- export interface DeleteEdgeUnitApplicationsRequest {
1227
- /**
1228
- * 单元ID
1229
- */
1230
- EdgeUnitID: number
1231
- /**
1232
- * 应用ID列表
1233
- */
1234
- ApplicationIDs: Array<number | bigint>
1235
- }
1236
-
1237
- /**
1238
- * DeleteApplications请求参数结构体
1239
- */
1240
- export interface DeleteApplicationsRequest {
1241
- /**
1242
- * 应用模板ID列表
1243
- */
1244
- ApplicationIds: Array<number | bigint>
1245
- }
1246
-
1247
- /**
1248
- * DescribeEdgeUnitApplicationPodContainers请求参数结构体
1249
- */
1250
- export interface DescribeEdgeUnitApplicationPodContainersRequest {
1251
- /**
1252
- * 单元ID
1253
- */
1254
- EdgeUnitId: number
1255
- /**
1256
- * 应用ID
1257
- */
1258
- ApplicationId: number
1259
- /**
1260
- * Pod名
1261
- */
1262
- PodName: string
1263
- }
1264
-
1265
- /**
1266
- * TCP探测配置
1267
- */
1268
- export interface TcpProbe {
1269
- /**
1270
- * 连接端口
1271
- 注意:此字段可能返回 null,表示取不到有效值。
1272
- */
1273
- Port: number
1274
- }
1275
-
1276
- /**
1277
- * ConfigMap的key挂载到路径
1278
- */
1279
- export interface VolumeConfigMapKeyToPath {
1280
- /**
1281
- * 健名
1282
- */
1283
- Key: string
1284
- /**
1285
- * 对应本地路径
1286
- */
1287
- Path: string
1288
- /**
1289
- * 对应权限模式
1290
- */
1291
- Mode: string
1292
- }
1293
-
1294
- /**
1295
- * DescribeDracoEdgeNodeInstaller返回参数结构体
1296
- */
1297
- export interface DescribeDracoEdgeNodeInstallerResponse {
1298
- /**
1299
- * 在线安装命名
1300
- 注意:此字段可能返回 null,表示取不到有效值。
1301
- */
1302
- OnlineInstallationCommand: string
1303
- /**
1304
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1305
- */
1306
- RequestId?: string
1307
- }
1308
-
1309
- /**
1310
- * ModifyEdgeUnitCloudApi请求参数结构体
1311
- */
1312
- export interface ModifyEdgeUnitCloudApiRequest {
1313
- /**
1314
- * 边缘单元ID
1315
- */
1316
- EdgeUnitId: number
1317
- /**
1318
- * 边缘单元名称,64字符内
1319
- */
1320
- Name?: string
1321
- /**
1322
- * 描述,200字符内
1323
- */
1324
- Description?: string
1325
- /**
1326
- * 是否开启监控
1327
- */
1328
- OpenCloudMonitor?: boolean
1329
- }
1330
-
1331
- /**
1332
- * DescribeEdgeUnitDeployGridItem请求参数结构体
1333
- */
1334
- export interface DescribeEdgeUnitDeployGridItemRequest {
1335
- /**
1336
- * 边缘单元ID
1337
- */
1338
- EdgeUnitId: number
1339
- /**
1340
- * Grid名称
1341
- */
1342
- GridName: string
1343
- /**
1344
- * 负载类型(StatefulSetGrid|DeploymentGrid)
1345
- */
1346
- WorkloadKind: string
1347
- /**
1348
- * 命名空间,默认default
1349
- */
1350
- Namespace?: string
1351
- /**
1352
- * 排序,默认ASC
1353
- */
1354
- Order?: string
1355
- }
1356
-
1357
- /**
1358
- * ModifyEdgeUnit请求参数结构体
1359
- */
1360
- export interface ModifyEdgeUnitRequest {
1361
- /**
1362
- * 边缘集群ID
1363
- */
1364
- EdgeUnitId: number
1365
- /**
1366
- * 边缘集群名称,64字符以内
1367
- */
1368
- Name: string
1369
- /**
1370
- * 集群描述,200字符以内
1371
- */
1372
- Description?: string
1373
- }
1374
-
1375
- /**
1376
- * 容器状态
1377
- */
1378
- export interface ContainerStatus {
1379
- /**
1380
- * 容器名
1381
- 注意:此字段可能返回 null,表示取不到有效值。
1382
- */
1383
- Name: string
1384
- /**
1385
- * 容器ID
1386
- 注意:此字段可能返回 null,表示取不到有效值。
1387
- */
1388
- ID: string
1389
- /**
1390
- * 镜像
1391
- 注意:此字段可能返回 null,表示取不到有效值。
1392
- */
1393
- Image: string
1394
- /**
1395
- * 重启次数
1396
- 注意:此字段可能返回 null,表示取不到有效值。
1397
- */
1398
- RestartCount: number
1399
- /**
1400
- * 状态
1401
- */
1402
- Status: string
1403
- }
1404
-
1405
- /**
1406
- * DescribeEdgeUnitCloud返回参数结构体
1407
- */
1408
- export interface DescribeEdgeUnitCloudResponse {
1409
- /**
1410
- * 边缘集群名称
1411
- */
1412
- Name: string
1413
- /**
1414
- * 描述
1415
- 注意:此字段可能返回 null,表示取不到有效值。
1416
- */
1417
- Description: string
1418
- /**
1419
- * 创建时间
1420
- 注意:此字段可能返回 null,表示取不到有效值。
1421
- */
1422
- CreateTime: string
1423
- /**
1424
- * 更新时间
1425
- 注意:此字段可能返回 null,表示取不到有效值。
893
+ * 模糊匹配,精确匹配时失效
1426
894
  */
1427
- UpdateTime: string
895
+ NameFilter?: string
1428
896
  /**
1429
- * 集群最后探活时间
1430
- 注意:此字段可能返回 null,表示取不到有效值。
897
+ * 精确匹配
1431
898
  */
1432
- LiveTime: string
899
+ NameMatched?: string
1433
900
  /**
1434
- * 集群状态
1435
- 注意:此字段可能返回 null,表示取不到有效值。
901
+ * 按时间排序顺序,默认为DESC
1436
902
  */
1437
- MasterStatus: string
903
+ Order?: string
904
+ }
905
+
906
+ /**
907
+ * DescribeSecretYamlError返回参数结构体
908
+ */
909
+ export interface DescribeSecretYamlErrorResponse {
1438
910
  /**
1439
- * 版本号
911
+ * 校验是通过
1440
912
  注意:此字段可能返回 null,表示取不到有效值。
1441
913
  */
1442
- K8sVersion: string
914
+ CheckPass: boolean
1443
915
  /**
1444
- * pod cidr
916
+ * 错误类型
1445
917
  注意:此字段可能返回 null,表示取不到有效值。
1446
918
  */
1447
- PodCIDR: string
919
+ ErrType: number
1448
920
  /**
1449
- * service cidr
921
+ * 错误信息
1450
922
  注意:此字段可能返回 null,表示取不到有效值。
1451
923
  */
1452
- ServiceCIDR: string
924
+ ErrInfo: string
1453
925
  /**
1454
- * 集群内网访问地址
1455
- 注意:此字段可能返回 null,表示取不到有效值。
926
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1456
927
  */
1457
- APIServerAddress: string
928
+ RequestId?: string
929
+ }
930
+
931
+ /**
932
+ * ConfigMap的key挂载到路径
933
+ */
934
+ export interface VolumeConfigMapKeyToPath {
1458
935
  /**
1459
- * 集群外网访问地址
1460
- 注意:此字段可能返回 null,表示取不到有效值。
936
+ * 健名
1461
937
  */
1462
- APIServerExposeAddress: string
938
+ Key: string
1463
939
  /**
1464
- * 用户ID
1465
- 注意:此字段可能返回 null,表示取不到有效值。
940
+ * 对应本地路径
1466
941
  */
1467
- UID: string
942
+ Path: string
1468
943
  /**
1469
- * 集群ID
1470
- 注意:此字段可能返回 null,表示取不到有效值。
944
+ * 对应权限模式
1471
945
  */
1472
- UnitID: number
946
+ Mode: string
947
+ }
948
+
949
+ /**
950
+ * DescribeDracoEdgeNodeInstaller返回参数结构体
951
+ */
952
+ export interface DescribeDracoEdgeNodeInstallerResponse {
1473
953
  /**
1474
- * 集群标识
954
+ * 在线安装命名
1475
955
  注意:此字段可能返回 null,表示取不到有效值。
1476
956
  */
1477
- Cluster: string
957
+ OnlineInstallationCommand: string
1478
958
  /**
1479
- * 节点统计
1480
- 注意:此字段可能返回 null,表示取不到有效值。
959
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1481
960
  */
1482
- Node: EdgeUnitStatisticItem
961
+ RequestId?: string
962
+ }
963
+
964
+ /**
965
+ * ModifyEdgeUnitCloudApi请求参数结构体
966
+ */
967
+ export interface ModifyEdgeUnitCloudApiRequest {
1483
968
  /**
1484
- * 工作负载统计
1485
- 注意:此字段可能返回 null,表示取不到有效值。
969
+ * 边缘单元ID
1486
970
  */
1487
- Workload: EdgeUnitStatisticItem
971
+ EdgeUnitId: number
1488
972
  /**
1489
- * Grid应用统计
1490
- 注意:此字段可能返回 null,表示取不到有效值。
973
+ * 边缘单元名称,64字符内
1491
974
  */
1492
- Grid: EdgeUnitStatisticItem
975
+ Name?: string
1493
976
  /**
1494
- * 设备统计
1495
- 注意:此字段可能返回 null,表示取不到有效值。
977
+ * 描述,200字符内
1496
978
  */
1497
- SubDevice: EdgeUnitStatisticItem
979
+ Description?: string
1498
980
  /**
1499
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
981
+ * 是否开启监控
1500
982
  */
1501
- RequestId?: string
983
+ OpenCloudMonitor?: boolean
1502
984
  }
1503
985
 
1504
986
  /**
1505
- * Pod状态信息
987
+ * DescribeEdgeUnitDeployGridItem请求参数结构体
1506
988
  */
1507
- export interface PodStatus {
989
+ export interface DescribeEdgeUnitDeployGridItemRequest {
1508
990
  /**
1509
- * 名称
1510
- 注意:此字段可能返回 null,表示取不到有效值。
991
+ * 边缘单元ID
1511
992
  */
1512
- Name: string
993
+ EdgeUnitId: number
1513
994
  /**
1514
- * 命名空间
1515
- 注意:此字段可能返回 null,表示取不到有效值。
995
+ * Grid名称
1516
996
  */
1517
- NameSpace: string
997
+ GridName: string
1518
998
  /**
1519
- * 状态
1520
- 注意:此字段可能返回 null,表示取不到有效值。
999
+ * 负载类型(StatefulSetGrid|DeploymentGrid)
1521
1000
  */
1522
- Status: string
1001
+ WorkloadKind: string
1523
1002
  /**
1524
- * IP地址
1525
- 注意:此字段可能返回 null,表示取不到有效值。
1003
+ * 命名空间,默认default
1526
1004
  */
1527
- IP: string
1005
+ Namespace?: string
1528
1006
  /**
1529
- * 启动时间
1530
- 注意:此字段可能返回 null,表示取不到有效值。
1007
+ * 排序,默认ASC
1531
1008
  */
1532
- StartTime: string
1009
+ Order?: string
1010
+ }
1011
+
1012
+ /**
1013
+ * ModifyEdgeUnit请求参数结构体
1014
+ */
1015
+ export interface ModifyEdgeUnitRequest {
1533
1016
  /**
1534
- * 运行时间
1535
- 注意:此字段可能返回 null,表示取不到有效值。
1017
+ * 边缘集群ID
1536
1018
  */
1537
- RunSec: number
1019
+ EdgeUnitId: number
1538
1020
  /**
1539
- * 重启次数
1540
- 注意:此字段可能返回 null,表示取不到有效值。
1021
+ * 边缘集群名称,64字符以内
1541
1022
  */
1542
- RestartCount: number
1023
+ Name: string
1024
+ /**
1025
+ * 集群描述,200字符以内
1026
+ */
1027
+ Description?: string
1543
1028
  }
1544
1029
 
1545
1030
  /**
@@ -1586,25 +1071,6 @@ export interface DeleteConfigMapResponse {
1586
1071
  RequestId?: string
1587
1072
  }
1588
1073
 
1589
- /**
1590
- * DescribeApplications返回参数结构体
1591
- */
1592
- export interface DescribeApplicationsResponse {
1593
- /**
1594
- * 总条数
1595
- 注意:此字段可能返回 null,表示取不到有效值。
1596
- */
1597
- TotalCount: number
1598
- /**
1599
- * 详细列表
1600
- */
1601
- ApplicationSet: Array<ApplicationTemplate>
1602
- /**
1603
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1604
- */
1605
- RequestId?: string
1606
- }
1607
-
1608
1074
  /**
1609
1075
  * DeleteConfigMap请求参数结构体
1610
1076
  */
@@ -1746,42 +1212,6 @@ export interface DescribeEdgeUnitsCloudRequest {
1746
1212
  Order?: string
1747
1213
  }
1748
1214
 
1749
- /**
1750
- * 应用模板列表详情
1751
- */
1752
- export interface ApplicationTemplate {
1753
- /**
1754
- * 模板ID
1755
- 注意:此字段可能返回 null,表示取不到有效值。
1756
- */
1757
- Id: number
1758
- /**
1759
- * 模板名称
1760
- 注意:此字段可能返回 null,表示取不到有效值。
1761
- */
1762
- Name: string
1763
- /**
1764
- * 来源。1 自定义应用模板 ; 2 官方应用模板
1765
- 注意:此字段可能返回 null,表示取不到有效值。
1766
- */
1767
- Source: number
1768
- /**
1769
- * 应用类型
1770
- 注意:此字段可能返回 null,表示取不到有效值。
1771
- */
1772
- WorkloadKind: string
1773
- /**
1774
- * 管理地址
1775
- 注意:此字段可能返回 null,表示取不到有效值。
1776
- */
1777
- ManageUrl: string
1778
- /**
1779
- * 发布时间
1780
- 注意:此字段可能返回 null,表示取不到有效值。
1781
- */
1782
- DistributeTime: string
1783
- }
1784
-
1785
1215
  /**
1786
1216
  * 应用基本信息
1787
1217
  */
@@ -1853,13 +1283,21 @@ export interface DeleteEdgeNodeGroupRequest {
1853
1283
  }
1854
1284
 
1855
1285
  /**
1856
- * DescribeEdgeUnitApplicationYamlError请求参数结构体
1286
+ * 环境变量选择
1857
1287
  */
1858
- export interface DescribeEdgeUnitApplicationYamlErrorRequest {
1288
+ export interface EnvValueSelector {
1859
1289
  /**
1860
- * Yaml配置
1290
+ * 健名
1861
1291
  */
1862
- Yaml: string
1292
+ Key: string
1293
+ /**
1294
+ * 对象名
1295
+ */
1296
+ ObjectName: string
1297
+ /**
1298
+ * 对象值
1299
+ */
1300
+ ObjectType: string
1863
1301
  }
1864
1302
 
1865
1303
  /**
@@ -2208,51 +1646,6 @@ export interface DescribeEdgeUnitNodeGroupRequest {
2208
1646
  Order?: string
2209
1647
  }
2210
1648
 
2211
- /**
2212
- * 单元内的统计信息
2213
- */
2214
- export interface EdgeUnitStatisticItem {
2215
- /**
2216
- * 总数
2217
- 注意:此字段可能返回 null,表示取不到有效值。
2218
- */
2219
- Total: number
2220
- /**
2221
- * 在线数
2222
- 注意:此字段可能返回 null,表示取不到有效值。
2223
- */
2224
- Online: number
2225
- /**
2226
- * 异常数
2227
- 注意:此字段可能返回 null,表示取不到有效值。
2228
- */
2229
- Abnormal: number
2230
- /**
2231
- * 离线数
2232
- 注意:此字段可能返回 null,表示取不到有效值。
2233
- */
2234
- Offline: number
2235
- /**
2236
- * 未激活
2237
- 注意:此字段可能返回 null,表示取不到有效值。
2238
- */
2239
- NotActive: number
2240
- }
2241
-
2242
- /**
2243
- * DescribeEdgeUnitApplicationPods请求参数结构体
2244
- */
2245
- export interface DescribeEdgeUnitApplicationPodsRequest {
2246
- /**
2247
- * 单元ID
2248
- */
2249
- EdgeUnitId: number
2250
- /**
2251
- * 应用ID
2252
- */
2253
- ApplicationId: number
2254
- }
2255
-
2256
1649
  /**
2257
1650
  * Job配置
2258
1651
  */
@@ -2275,21 +1668,6 @@ export interface Job {
2275
1668
  BackOffLimit: number
2276
1669
  }
2277
1670
 
2278
- /**
2279
- * DescribeEdgeUnitApplicationLogs返回参数结构体
2280
- */
2281
- export interface DescribeEdgeUnitApplicationLogsResponse {
2282
- /**
2283
- * 日志列表
2284
- 注意:此字段可能返回 null,表示取不到有效值。
2285
- */
2286
- LogSet: Array<string>
2287
- /**
2288
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2289
- */
2290
- RequestId?: string
2291
- }
2292
-
2293
1671
  /**
2294
1672
  * ModifyEdgeUnitDeployGridItem返回参数结构体
2295
1673
  */
@@ -2358,37 +1736,19 @@ export interface DeleteNamespaceResponse {
2358
1736
  }
2359
1737
 
2360
1738
  /**
2361
- * DescribeEdgeUnitExtra返回参数结构体
1739
+ * 安全能力
2362
1740
  */
2363
- export interface DescribeEdgeUnitExtraResponse {
2364
- /**
2365
- * APIServer类型
2366
- */
2367
- APIServerType: string
2368
- /**
2369
- * 域名URL
2370
- */
2371
- APIServerURL: string
2372
- /**
2373
- * 域名URL对应的端口
2374
- */
2375
- APIServerURLPort: string
2376
- /**
2377
- * 域名URL对应的端口
2378
- */
2379
- APIServerResolveIP: string
2380
- /**
2381
- * 对外可访问的IP
2382
- */
2383
- APIServerExposeAddress: string
1741
+ export interface SecurityCapabilities {
2384
1742
  /**
2385
- * 是否开启监控
1743
+ * 允许操作列表
1744
+ 注意:此字段可能返回 null,表示取不到有效值。
2386
1745
  */
2387
- IsCreatePrometheus: boolean
1746
+ Add?: Array<string>
2388
1747
  /**
2389
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1748
+ * 禁止操作列表
1749
+ 注意:此字段可能返回 null,表示取不到有效值。
2390
1750
  */
2391
- RequestId?: string
1751
+ Drop?: Array<string>
2392
1752
  }
2393
1753
 
2394
1754
  /**
@@ -2421,25 +1781,6 @@ export interface DescribeConfigMapsRequest {
2421
1781
  Sort?: FieldSort
2422
1782
  }
2423
1783
 
2424
- /**
2425
- * DescribeEdgeUnitNodeUnitTemplates返回参数结构体
2426
- */
2427
- export interface DescribeEdgeUnitNodeUnitTemplatesResponse {
2428
- /**
2429
- * 符合查询条件的记录总数
2430
- */
2431
- Total: number
2432
- /**
2433
- * NodeUnit模板列表
2434
- 注意:此字段可能返回 null,表示取不到有效值。
2435
- */
2436
- NodeUnitTemplates: Array<NodeUnitTemplate>
2437
- /**
2438
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2439
- */
2440
- RequestId?: string
2441
- }
2442
-
2443
1784
  /**
2444
1785
  * ServiceGroup中Grid信息
2445
1786
  */
@@ -2638,43 +1979,29 @@ export interface RouteInfo {
2638
1979
  }
2639
1980
 
2640
1981
  /**
2641
- * CreateEdgeUnitApplicationYaml请求参数结构体
1982
+ * DescribeEdgeDefaultVpc返回参数结构体
2642
1983
  */
2643
- export interface CreateEdgeUnitApplicationYamlRequest {
2644
- /**
2645
- * 单元ID
2646
- */
2647
- EdgeUnitId: number
1984
+ export interface DescribeEdgeDefaultVpcResponse {
2648
1985
  /**
2649
- * base64后的Yaml配置
1986
+ * 私有网络ID
1987
+ 注意:此字段可能返回 null,表示取不到有效值。
2650
1988
  */
2651
- Yaml: string
1989
+ VpcId: string
2652
1990
  /**
2653
- * 基本信息
1991
+ * 网络CIDR
1992
+ 注意:此字段可能返回 null,表示取不到有效值。
2654
1993
  */
2655
- BasicInfo?: ApplicationBasicInfo
2656
- }
2657
-
2658
- /**
2659
- * Http探测头
2660
- */
2661
- export interface HttpHeader {
1994
+ VpcCidrBlock: string
2662
1995
  /**
2663
- * HTTP头的名称
1996
+ * 子网ID
2664
1997
  注意:此字段可能返回 null,表示取不到有效值。
2665
1998
  */
2666
- Name: string
1999
+ SubnetId: string
2667
2000
  /**
2668
- * HTTP头的值
2001
+ * 子网CIDR
2669
2002
  注意:此字段可能返回 null,表示取不到有效值。
2670
2003
  */
2671
- Value: string
2672
- }
2673
-
2674
- /**
2675
- * DeleteEdgeUnitApplications返回参数结构体
2676
- */
2677
- export interface DeleteEdgeUnitApplicationsResponse {
2004
+ SubnetCidrBlock: string
2678
2005
  /**
2679
2006
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2680
2007
  */
@@ -2682,27 +2009,25 @@ export interface DeleteEdgeUnitApplicationsResponse {
2682
2009
  }
2683
2010
 
2684
2011
  /**
2685
- * DescribeSecret请求参数结构体
2012
+ * Http探测头
2686
2013
  */
2687
- export interface DescribeSecretRequest {
2688
- /**
2689
- * 边缘单元ID
2690
- */
2691
- EdgeUnitID: number
2014
+ export interface HttpHeader {
2692
2015
  /**
2693
- * secret名
2016
+ * HTTP头的名称
2017
+ 注意:此字段可能返回 null,表示取不到有效值。
2694
2018
  */
2695
- SecretName: string
2019
+ Name: string
2696
2020
  /**
2697
- * 命名空间(默认值:default)
2021
+ * HTTP头的值
2022
+ 注意:此字段可能返回 null,表示取不到有效值。
2698
2023
  */
2699
- SecretNamespace?: string
2024
+ Value: string
2700
2025
  }
2701
2026
 
2702
2027
  /**
2703
- * DeleteApplications返回参数结构体
2028
+ * DeleteEdgeNodes返回参数结构体
2704
2029
  */
2705
- export interface DeleteApplicationsResponse {
2030
+ export interface DeleteEdgeNodesResponse {
2706
2031
  /**
2707
2032
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2708
2033
  */
@@ -2945,39 +2270,17 @@ export interface ConfigMapBasicInfo {
2945
2270
  }
2946
2271
 
2947
2272
  /**
2948
- * 命名空间信息
2273
+ * 节点基础信息
2949
2274
  */
2950
- export interface NamespaceInfo {
2951
- /**
2952
- * 命名空间名
2953
- 注意:此字段可能返回 null,表示取不到有效值。
2954
- */
2955
- Namespace: string
2956
- /**
2957
- * 状态(Active|Terminating)
2958
- 注意:此字段可能返回 null,表示取不到有效值。
2959
- */
2960
- Status: string
2961
- /**
2962
- * 描述信息
2963
- 注意:此字段可能返回 null,表示取不到有效值。
2964
- */
2965
- Description: string
2966
- /**
2967
- * 创建时间
2968
- 注意:此字段可能返回 null,表示取不到有效值。
2969
- */
2970
- CreateTime: string
2275
+ export interface NodeSimpleInfo {
2971
2276
  /**
2972
- * 是否保护(不允许删除)
2973
- 注意:此字段可能返回 null,表示取不到有效值。
2277
+ * 节点ID
2974
2278
  */
2975
- Protected: boolean
2279
+ ID: number
2976
2280
  /**
2977
- * 对应的Yaml配置
2978
- 注意:此字段可能返回 null,表示取不到有效值。
2281
+ * 节点名称
2979
2282
  */
2980
- Yaml: string
2283
+ NodeName: string
2981
2284
  }
2982
2285
 
2983
2286
  /**
@@ -3050,84 +2353,34 @@ export interface GridInfo {
3050
2353
  }
3051
2354
 
3052
2355
  /**
3053
- * CreateApplicationVisualization返回参数结构体
3054
- */
3055
- export interface CreateApplicationVisualizationResponse {
3056
- /**
3057
- * 应用ID
3058
- 注意:此字段可能返回 null,表示取不到有效值。
3059
- */
3060
- ApplicationId: number
3061
- /**
3062
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3063
- */
3064
- RequestId?: string
3065
- }
3066
-
3067
- /**
3068
- * 事件信息
2356
+ * DescribeSecret返回参数结构体
3069
2357
  */
3070
- export interface Event {
3071
- /**
3072
- * 第一次出现时间
3073
- 注意:此字段可能返回 null,表示取不到有效值。
3074
- */
3075
- FirstTime: string
3076
- /**
3077
- * 最后一次出现时间
3078
- 注意:此字段可能返回 null,表示取不到有效值。
3079
- */
3080
- LastTime: string
3081
- /**
3082
- * 事件关联对象类型
3083
- 注意:此字段可能返回 null,表示取不到有效值。
3084
- */
3085
- InvolvedObjectKind: string
2358
+ export interface DescribeSecretResponse {
3086
2359
  /**
3087
- * 事件关联对象名
2360
+ * Secret名
3088
2361
  注意:此字段可能返回 null,表示取不到有效值。
3089
2362
  */
3090
- InvolvedObjectName: string
3091
- /**
3092
- * 事件类型(Normal|Warning)
3093
- */
3094
- Type: string
2363
+ Name: string
3095
2364
  /**
3096
- * 原因
2365
+ * 命名空间
3097
2366
  注意:此字段可能返回 null,表示取不到有效值。
3098
2367
  */
3099
- Reason: string
2368
+ Namespace: string
3100
2369
  /**
3101
- * 内容
2370
+ * 创建时间
3102
2371
  注意:此字段可能返回 null,表示取不到有效值。
3103
2372
  */
3104
- Message: string
2373
+ CreateTime: string
3105
2374
  /**
3106
- * 出现次数
2375
+ * secret的yaml格式
3107
2376
  注意:此字段可能返回 null,表示取不到有效值。
3108
2377
  */
3109
- Count: number
3110
- }
3111
-
3112
- /**
3113
- * DescribeEdgeUnitCloud请求参数结构体
3114
- */
3115
- export interface DescribeEdgeUnitCloudRequest {
3116
- /**
3117
- * 边缘集群ID
3118
- */
3119
- EdgeUnitId: number
3120
- }
3121
-
3122
- /**
3123
- * CreateEdgeUnitApplicationYaml返回参数结构体
3124
- */
3125
- export interface CreateEdgeUnitApplicationYamlResponse {
2378
+ Yaml: string
3126
2379
  /**
3127
- * 应用ID
2380
+ * secret的json格式
3128
2381
  注意:此字段可能返回 null,表示取不到有效值。
3129
2382
  */
3130
- ApplicationId: number
2383
+ Json: string
3131
2384
  /**
3132
2385
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3133
2386
  */
@@ -3280,62 +2533,14 @@ export interface DeleteSecretRequest {
3280
2533
  }
3281
2534
 
3282
2535
  /**
3283
- * DescribeEdgeUnitApplicationPods返回参数结构体
2536
+ * TCP探测配置
3284
2537
  */
3285
- export interface DescribeEdgeUnitApplicationPodsResponse {
2538
+ export interface TcpProbe {
3286
2539
  /**
3287
- * Pod列表
2540
+ * 连接端口
3288
2541
  注意:此字段可能返回 null,表示取不到有效值。
3289
2542
  */
3290
- PodSet: Array<PodStatus>
3291
- /**
3292
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3293
- */
3294
- RequestId?: string
3295
- }
3296
-
3297
- /**
3298
- * 预注册节点的信息
3299
- */
3300
- export interface EdgeDracoNodeInfo {
3301
- /**
3302
- * 节点ID
3303
- */
3304
- Id: number
3305
- /**
3306
- * 节点名称
3307
- */
3308
- Name: string
3309
- /**
3310
- * 是否已激活
3311
- */
3312
- IsUsed: boolean
3313
- /**
3314
- * 创建时间
3315
- */
3316
- CreateTime: string
3317
- /**
3318
- * 备注信息,如批次
3319
- */
3320
- Remark: string
3321
- /**
3322
- * SN 设备号
3323
- */
3324
- SN: string
3325
- }
3326
-
3327
- /**
3328
- * DescribeEdgeUnitApplicationVisualization请求参数结构体
3329
- */
3330
- export interface DescribeEdgeUnitApplicationVisualizationRequest {
3331
- /**
3332
- * 单元ID
3333
- */
3334
- EdgeUnitId: number
3335
- /**
3336
- * 应用ID
3337
- */
3338
- ApplicationId: number
2543
+ Port: number
3339
2544
  }
3340
2545
 
3341
2546
  /**
@@ -3424,53 +2629,23 @@ export interface VolumeConfigMap {
3424
2629
  }
3425
2630
 
3426
2631
  /**
3427
- * 从单元批量解绑设备
3428
- */
3429
- export interface DeleteEdgeUnitDevicesDevice {
3430
- /**
3431
- * 无
3432
- */
3433
- ProductId: string
3434
- /**
3435
- * 无
3436
- */
3437
- DeviceName: string
3438
- }
3439
-
3440
- /**
3441
- * DeleteIotDevice返回参数结构体
3442
- */
3443
- export interface DeleteIotDeviceResponse {
3444
- /**
3445
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3446
- */
3447
- RequestId?: string
3448
- }
3449
-
3450
- /**
3451
- * DescribeEdgeDefaultVpc返回参数结构体
3452
- */
3453
- export interface DescribeEdgeDefaultVpcResponse {
3454
- /**
3455
- * 私有网络ID
3456
- 注意:此字段可能返回 null,表示取不到有效值。
3457
- */
3458
- VpcId: string
3459
- /**
3460
- * 网络CIDR
3461
- 注意:此字段可能返回 null,表示取不到有效值。
3462
- */
3463
- VpcCidrBlock: string
2632
+ * 从单元批量解绑设备
2633
+ */
2634
+ export interface DeleteEdgeUnitDevicesDevice {
3464
2635
  /**
3465
- * 子网ID
3466
- 注意:此字段可能返回 null,表示取不到有效值。
2636
+ *
3467
2637
  */
3468
- SubnetId: string
2638
+ ProductId: string
3469
2639
  /**
3470
- * 子网CIDR
3471
- 注意:此字段可能返回 null,表示取不到有效值。
2640
+ *
3472
2641
  */
3473
- SubnetCidrBlock: string
2642
+ DeviceName: string
2643
+ }
2644
+
2645
+ /**
2646
+ * DeleteIotDevice返回参数结构体
2647
+ */
2648
+ export interface DeleteIotDeviceResponse {
3474
2649
  /**
3475
2650
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3476
2651
  */
@@ -3529,32 +2704,6 @@ export interface DescribeEdgeNodesRequest {
3529
2704
  NodeType?: number
3530
2705
  }
3531
2706
 
3532
- /**
3533
- * DescribeEdgeUnitApplicationLogs请求参数结构体
3534
- */
3535
- export interface DescribeEdgeUnitApplicationLogsRequest {
3536
- /**
3537
- * 单元ID
3538
- */
3539
- EdgeUnitId: number
3540
- /**
3541
- * 应用ID
3542
- */
3543
- ApplicationId: number
3544
- /**
3545
- * 最大条数
3546
- */
3547
- Limit: number
3548
- /**
3549
- * Pod名
3550
- */
3551
- PodName: string
3552
- /**
3553
- * 容器名
3554
- */
3555
- ContainerName?: string
3556
- }
3557
-
3558
2707
  /**
3559
2708
  * CreateUserToken请求参数结构体
3560
2709
  */
@@ -3645,13 +2794,17 @@ export interface ModifyConfigMapResponse {
3645
2794
  }
3646
2795
 
3647
2796
  /**
3648
- * ModifyApplicationVisualization返回参数结构体
2797
+ * SetRouteOnOff请求参数结构体
3649
2798
  */
3650
- export interface ModifyApplicationVisualizationResponse {
2799
+ export interface SetRouteOnOffRequest {
3651
2800
  /**
3652
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2801
+ *
3653
2802
  */
3654
- RequestId?: string
2803
+ RouteID: number
2804
+ /**
2805
+ * on 或 off
2806
+ */
2807
+ Status: string
3655
2808
  }
3656
2809
 
3657
2810
  /**
@@ -3701,68 +2854,25 @@ export interface DescribeEdgeAgentNodeInstallerRequest {
3701
2854
  }
3702
2855
 
3703
2856
  /**
3704
- * DescribeApplicationVisualization返回参数结构体
2857
+ * GetMarketComponentList请求参数结构体
3705
2858
  */
3706
- export interface DescribeApplicationVisualizationResponse {
3707
- /**
3708
- * 基本信息
3709
- 注意:此字段可能返回 null,表示取不到有效值。
3710
- */
3711
- BasicInfo: ApplicationBasicInfo
3712
- /**
3713
- * 基本配置
3714
- 注意:此字段可能返回 null,表示取不到有效值。
3715
- */
3716
- BasicConfig: ApplicationBasicConfig
3717
- /**
3718
- * 卷配置
3719
- 注意:此字段可能返回 null,表示取不到有效值。
3720
- */
3721
- Volumes: Array<Volume>
3722
- /**
3723
- * 初始化容器配置
3724
- 注意:此字段可能返回 null,表示取不到有效值。
3725
- */
3726
- InitContainers: Array<Container>
3727
- /**
3728
- * 容器配置
3729
- 注意:此字段可能返回 null,表示取不到有效值。
3730
- */
3731
- Containers: Array<Container>
3732
- /**
3733
- * 服务配置
3734
- 注意:此字段可能返回 null,表示取不到有效值。
3735
- */
3736
- Service: Service
3737
- /**
3738
- * Job配置
3739
- 注意:此字段可能返回 null,表示取不到有效值。
3740
- */
3741
- Job: Job
3742
- /**
3743
- * CronJob配置
3744
- 注意:此字段可能返回 null,表示取不到有效值。
3745
- */
3746
- CronJob: CronJob
2859
+ export interface GetMarketComponentListRequest {
3747
2860
  /**
3748
- * 重启策略
3749
- 注意:此字段可能返回 null,表示取不到有效值。
2861
+ * 页偏移,从0开始
3750
2862
  */
3751
- RestartPolicy: string
2863
+ Offset: number
3752
2864
  /**
3753
- * HPA
3754
- 注意:此字段可能返回 null,表示取不到有效值。
2865
+ * 每页条数
3755
2866
  */
3756
- HorizontalPodAutoscaler: HorizontalPodAutoscaler
2867
+ Limit: number
3757
2868
  /**
3758
- * 镜像拉取Secret
3759
- 注意:此字段可能返回 null,表示取不到有效值。
2869
+ * 名称模糊筛选
3760
2870
  */
3761
- ImagePullSecrets: Array<string>
2871
+ Filter?: string
3762
2872
  /**
3763
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2873
+ * 以名称排序,ASC、DESC
3764
2874
  */
3765
- RequestId?: string
2875
+ Order?: string
3766
2876
  }
3767
2877
 
3768
2878
  /**
@@ -3818,45 +2928,59 @@ export interface DeleteMessageRouteRequest {
3818
2928
  }
3819
2929
 
3820
2930
  /**
3821
- * ApplyMarketComponent请求参数结构体
2931
+ * DescribeEdgeOperationLogs请求参数结构体
3822
2932
  */
3823
- export interface ApplyMarketComponentRequest {
2933
+ export interface DescribeEdgeOperationLogsRequest {
3824
2934
  /**
3825
- * 组件ID
2935
+ * 开始时间
3826
2936
  */
3827
- ID: number
3828
- }
3829
-
3830
- /**
3831
- * 节点基础信息
3832
- */
3833
- export interface NodeSimpleInfo {
2937
+ BeginTime: string
3834
2938
  /**
3835
- * 节点ID
2939
+ * 结束时间
3836
2940
  */
3837
- ID: number
2941
+ EndTime: string
3838
2942
  /**
3839
- * 节点名称
2943
+ * 偏移量
3840
2944
  */
3841
- NodeName: string
2945
+ Offset: number
2946
+ /**
2947
+ * 翻页大小
2948
+ */
2949
+ Limit: number
2950
+ /**
2951
+ * 排序字段
2952
+ */
2953
+ Sort?: Array<FieldSort>
2954
+ /**
2955
+ * 模块
2956
+ */
2957
+ Module?: string
2958
+ /**
2959
+ * 过滤条件
2960
+ */
2961
+ Condition?: OperationLogsCondition
3842
2962
  }
3843
2963
 
3844
2964
  /**
3845
- * 环境变量选择
2965
+ * ModifyEdgeDracoNode请求参数结构体
3846
2966
  */
3847
- export interface EnvValueSelector {
2967
+ export interface ModifyEdgeDracoNodeRequest {
3848
2968
  /**
3849
- * 健名
2969
+ * 边缘单元ID
3850
2970
  */
3851
- Key: string
2971
+ EdgeUnitId: number
3852
2972
  /**
3853
- * 对象名
2973
+ * 边缘节点ID
3854
2974
  */
3855
- ObjectName: string
2975
+ NodeId: number
3856
2976
  /**
3857
- * 对象值
2977
+ * 节点信息
3858
2978
  */
3859
- ObjectType: string
2979
+ NodeInfo?: DracoNodeInfo
2980
+ /**
2981
+ * 是否重置draco设备
2982
+ */
2983
+ IsReset?: boolean
3860
2984
  }
3861
2985
 
3862
2986
  /**
@@ -3940,28 +3064,6 @@ export interface SecretItem {
3940
3064
  SecretType: string
3941
3065
  }
3942
3066
 
3943
- /**
3944
- * ModifyEdgeDracoNode请求参数结构体
3945
- */
3946
- export interface ModifyEdgeDracoNodeRequest {
3947
- /**
3948
- * 边缘单元ID
3949
- */
3950
- EdgeUnitId: number
3951
- /**
3952
- * 边缘节点ID
3953
- */
3954
- NodeId: number
3955
- /**
3956
- * 节点信息
3957
- */
3958
- NodeInfo?: DracoNodeInfo
3959
- /**
3960
- * 是否重置draco设备
3961
- */
3962
- IsReset?: boolean
3963
- }
3964
-
3965
3067
  /**
3966
3068
  * CreateMessageRoute返回参数结构体
3967
3069
  */
@@ -4199,16 +3301,6 @@ export interface DescribeEdgeUnitDeployGridResponse {
4199
3301
  RequestId?: string
4200
3302
  }
4201
3303
 
4202
- /**
4203
- * ModifyEdgeUnitCloudApi返回参数结构体
4204
- */
4205
- export interface ModifyEdgeUnitCloudApiResponse {
4206
- /**
4207
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4208
- */
4209
- RequestId?: string
4210
- }
4211
-
4212
3304
  /**
4213
3305
  * CreateUpdateNodeUnit返回参数结构体
4214
3306
  */
@@ -4230,13 +3322,39 @@ export interface ModifyEdgeUnitApplicationVisualizationResponse {
4230
3322
  }
4231
3323
 
4232
3324
  /**
4233
- * DeleteEdgeNodes返回参数结构体
3325
+ * 监控数据列
4234
3326
  */
4235
- export interface DeleteEdgeNodesResponse {
3327
+ export interface MonitorMetricsColumn {
4236
3328
  /**
4237
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3329
+ * 数据名称
4238
3330
  */
4239
- RequestId?: string
3331
+ ColumnName: string
3332
+ /**
3333
+ * 数据内容
3334
+ 注意:此字段可能返回 null,表示取不到有效值。
3335
+ */
3336
+ ColumnData: Array<string>
3337
+ /**
3338
+ * 数据所属,查询Workload类型时有值
3339
+ */
3340
+ ColumnBelong: string
3341
+ /**
3342
+ * 最大值
3343
+ */
3344
+ MaxValue: number
3345
+ /**
3346
+ * 最小值
3347
+ */
3348
+ MinValue: number
3349
+ /**
3350
+ * 平均值
3351
+ */
3352
+ AvgValue: number
3353
+ /**
3354
+ * 时间戳数组
3355
+ 注意:此字段可能返回 null,表示取不到有效值。
3356
+ */
3357
+ ColumnTime: number
4240
3358
  }
4241
3359
 
4242
3360
  /**
@@ -4420,18 +3538,21 @@ export interface DescribeEdgeNodePodContainersRequest {
4420
3538
  }
4421
3539
 
4422
3540
  /**
4423
- * DescribeEdgeUnitApplicationEvents返回参数结构体
3541
+ * DescribeSecret请求参数结构体
4424
3542
  */
4425
- export interface DescribeEdgeUnitApplicationEventsResponse {
3543
+ export interface DescribeSecretRequest {
4426
3544
  /**
4427
- * 事件列表
4428
- 注意:此字段可能返回 null,表示取不到有效值。
3545
+ * 边缘单元ID
4429
3546
  */
4430
- EventSet: Array<Event>
3547
+ EdgeUnitID: number
4431
3548
  /**
4432
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
3549
+ * secret名
4433
3550
  */
4434
- RequestId?: string
3551
+ SecretName: string
3552
+ /**
3553
+ * 命名空间(默认值:default)
3554
+ */
3555
+ SecretNamespace?: string
4435
3556
  }
4436
3557
 
4437
3558
  /**
@@ -4586,20 +3707,6 @@ export interface Container {
4586
3707
  ReadinessProbe?: Probe
4587
3708
  }
4588
3709
 
4589
- /**
4590
- * DescribeEdgeUnitApplicationEvents请求参数结构体
4591
- */
4592
- export interface DescribeEdgeUnitApplicationEventsRequest {
4593
- /**
4594
- * 单元ID
4595
- */
4596
- EdgeUnitId: number
4597
- /**
4598
- * 应用ID
4599
- */
4600
- ApplicationId: number
4601
- }
4602
-
4603
3710
  /**
4604
3711
  * DescribeNamespaces请求参数结构体
4605
3712
  */
@@ -4704,36 +3811,17 @@ export interface EdgeNodeInstallerOnline {
4704
3811
  * 节点安装命令
4705
3812
  注意:此字段可能返回 null,表示取不到有效值。
4706
3813
  */
4707
- Guide: string
4708
- }
4709
-
4710
- /**
4711
- * DescribeEdgeUnitApplicationPodContainers返回参数结构体
4712
- */
4713
- export interface DescribeEdgeUnitApplicationPodContainersResponse {
4714
- /**
4715
- * 容器列表
4716
- 注意:此字段可能返回 null,表示取不到有效值。
4717
- */
4718
- ContainerSet: Array<ContainerStatus>
4719
- /**
4720
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4721
- */
4722
- RequestId?: string
3814
+ Guide: string
4723
3815
  }
4724
3816
 
4725
3817
  /**
4726
- * ModifyApplicationBasicInfo请求参数结构体
3818
+ * ModifyEdgeUnitCloudApi返回参数结构体
4727
3819
  */
4728
- export interface ModifyApplicationBasicInfoRequest {
4729
- /**
4730
- * 应用模板ID
4731
- */
4732
- ApplicationId: number
3820
+ export interface ModifyEdgeUnitCloudApiResponse {
4733
3821
  /**
4734
- * 应用模板基本信息
3822
+ * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4735
3823
  */
4736
- BasicInfo: ApplicationBasicInfo
3824
+ RequestId?: string
4737
3825
  }
4738
3826
 
4739
3827
  /**
@@ -4934,71 +4022,6 @@ export interface DescribeEdgeUnitDeployGridItemYamlResponse {
4934
4022
  RequestId?: string
4935
4023
  }
4936
4024
 
4937
- /**
4938
- * DescribeEdgeUnitApplicationVisualization返回参数结构体
4939
- */
4940
- export interface DescribeEdgeUnitApplicationVisualizationResponse {
4941
- /**
4942
- * 基本信息
4943
- 注意:此字段可能返回 null,表示取不到有效值。
4944
- */
4945
- BasicInfo: ApplicationBasicInfo
4946
- /**
4947
- * 基本配置
4948
- 注意:此字段可能返回 null,表示取不到有效值。
4949
- */
4950
- BasicConfig: ApplicationBasicConfig
4951
- /**
4952
- * 卷配置
4953
- 注意:此字段可能返回 null,表示取不到有效值。
4954
- */
4955
- Volumes: Array<Volume>
4956
- /**
4957
- * 初始化容器配置
4958
- 注意:此字段可能返回 null,表示取不到有效值。
4959
- */
4960
- InitContainers: Array<Container>
4961
- /**
4962
- * 容器配置
4963
- 注意:此字段可能返回 null,表示取不到有效值。
4964
- */
4965
- Containers: Array<Container>
4966
- /**
4967
- * 服务配置
4968
- 注意:此字段可能返回 null,表示取不到有效值。
4969
- */
4970
- Service: Service
4971
- /**
4972
- * Job配置
4973
- 注意:此字段可能返回 null,表示取不到有效值。
4974
- */
4975
- Job: Job
4976
- /**
4977
- * CronJob配置
4978
- 注意:此字段可能返回 null,表示取不到有效值。
4979
- */
4980
- CronJob: CronJob
4981
- /**
4982
- * 重启策略
4983
- 注意:此字段可能返回 null,表示取不到有效值。
4984
- */
4985
- RestartPolicy: string
4986
- /**
4987
- * HPA
4988
- 注意:此字段可能返回 null,表示取不到有效值。
4989
- */
4990
- HorizontalPodAutoscaler: HorizontalPodAutoscaler
4991
- /**
4992
- * 镜像拉取Secret
4993
- 注意:此字段可能返回 null,表示取不到有效值。
4994
- */
4995
- ImagePullSecrets: Array<string>
4996
- /**
4997
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4998
- */
4999
- RequestId?: string
5000
- }
5001
-
5002
4025
  /**
5003
4026
  * DescribeIotDevice返回参数结构体
5004
4027
  */
@@ -5199,62 +4222,6 @@ export interface Volume {
5199
4222
  NFS?: VolumeNFS
5200
4223
  }
5201
4224
 
5202
- /**
5203
- * DescribeApplications请求参数结构体
5204
- */
5205
- export interface DescribeApplicationsRequest {
5206
- /**
5207
- * 模糊搜索字符串
5208
- */
5209
- NamePattern?: string
5210
- /**
5211
- * 默认 0
5212
- */
5213
- Offset?: number
5214
- /**
5215
- * 默认 20
5216
- */
5217
- Limit?: number
5218
- /**
5219
- * 仅支持对 DistributeTime 字段排序,ASC/DESC
5220
- */
5221
- Sort?: Array<FieldSort>
5222
- }
5223
-
5224
- /**
5225
- * DescribeEdgeOperationLogs请求参数结构体
5226
- */
5227
- export interface DescribeEdgeOperationLogsRequest {
5228
- /**
5229
- * 开始时间
5230
- */
5231
- BeginTime: string
5232
- /**
5233
- * 结束时间
5234
- */
5235
- EndTime: string
5236
- /**
5237
- * 偏移量
5238
- */
5239
- Offset: number
5240
- /**
5241
- * 翻页大小
5242
- */
5243
- Limit: number
5244
- /**
5245
- * 排序字段
5246
- */
5247
- Sort?: Array<FieldSort>
5248
- /**
5249
- * 模块
5250
- */
5251
- Module?: string
5252
- /**
5253
- * 过滤条件
5254
- */
5255
- Condition?: OperationLogsCondition
5256
- }
5257
-
5258
4225
  /**
5259
4226
  * Grid部署应用信息
5260
4227
  */
@@ -5456,9 +4423,33 @@ export interface DescribeEdgeUnitDeployGridRequest {
5456
4423
  }
5457
4424
 
5458
4425
  /**
5459
- * ApplyMarketComponent返回参数结构体
4426
+ * DescribeEdgeUnitExtra返回参数结构体
5460
4427
  */
5461
- export interface ApplyMarketComponentResponse {
4428
+ export interface DescribeEdgeUnitExtraResponse {
4429
+ /**
4430
+ * APIServer类型
4431
+ */
4432
+ APIServerType: string
4433
+ /**
4434
+ * 域名URL
4435
+ */
4436
+ APIServerURL: string
4437
+ /**
4438
+ * 域名URL对应的端口
4439
+ */
4440
+ APIServerURLPort: string
4441
+ /**
4442
+ * 域名URL对应的端口
4443
+ */
4444
+ APIServerResolveIP: string
4445
+ /**
4446
+ * 对外可访问的IP
4447
+ */
4448
+ APIServerExposeAddress: string
4449
+ /**
4450
+ * 是否开启监控
4451
+ */
4452
+ IsCreatePrometheus: boolean
5462
4453
  /**
5463
4454
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5464
4455
  */
@@ -5466,23 +4457,18 @@ export interface ApplyMarketComponentResponse {
5466
4457
  }
5467
4458
 
5468
4459
  /**
5469
- * DescribeApplicationYamlError返回参数结构体
4460
+ * DescribeEdgeUnitNodeUnitTemplates返回参数结构体
5470
4461
  */
5471
- export interface DescribeApplicationYamlErrorResponse {
4462
+ export interface DescribeEdgeUnitNodeUnitTemplatesResponse {
5472
4463
  /**
5473
- * 是否通过
5474
- 注意:此字段可能返回 null,表示取不到有效值。
4464
+ * 符合查询条件的记录总数
5475
4465
  */
5476
- CheckPass: boolean
4466
+ Total: number
5477
4467
  /**
5478
- * 错误类型
4468
+ * NodeUnit模板列表
5479
4469
  注意:此字段可能返回 null,表示取不到有效值。
5480
4470
  */
5481
- ErrType: number
5482
- /**
5483
- * 错误信息
5484
- */
5485
- ErrInfo: string
4471
+ NodeUnitTemplates: Array<NodeUnitTemplate>
5486
4472
  /**
5487
4473
  * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5488
4474
  */
@@ -5524,11 +4510,37 @@ export interface DeleteEdgeNodesRequest {
5524
4510
  }
5525
4511
 
5526
4512
  /**
5527
- * DescribeApplicationYamlError请求参数结构体
4513
+ * 命名空间信息
5528
4514
  */
5529
- export interface DescribeApplicationYamlErrorRequest {
4515
+ export interface NamespaceInfo {
5530
4516
  /**
5531
- * Yaml配置
4517
+ * 命名空间名
4518
+ 注意:此字段可能返回 null,表示取不到有效值。
4519
+ */
4520
+ Namespace: string
4521
+ /**
4522
+ * 状态(Active|Terminating)
4523
+ 注意:此字段可能返回 null,表示取不到有效值。
4524
+ */
4525
+ Status: string
4526
+ /**
4527
+ * 描述信息
4528
+ 注意:此字段可能返回 null,表示取不到有效值。
4529
+ */
4530
+ Description: string
4531
+ /**
4532
+ * 创建时间
4533
+ 注意:此字段可能返回 null,表示取不到有效值。
4534
+ */
4535
+ CreateTime: string
4536
+ /**
4537
+ * 是否保护(不允许删除)
4538
+ 注意:此字段可能返回 null,表示取不到有效值。
4539
+ */
4540
+ Protected: boolean
4541
+ /**
4542
+ * 对应的Yaml配置
4543
+ 注意:此字段可能返回 null,表示取不到有效值。
5532
4544
  */
5533
4545
  Yaml: string
5534
4546
  }
@@ -5646,42 +4658,6 @@ export interface DescribeNodeUnitTemplateOnNodeGroupRequest {
5646
4658
  Order?: string
5647
4659
  }
5648
4660
 
5649
- /**
5650
- * 监控数据列
5651
- */
5652
- export interface MonitorMetricsColumn {
5653
- /**
5654
- * 数据名称
5655
- */
5656
- ColumnName: string
5657
- /**
5658
- * 数据内容
5659
- 注意:此字段可能返回 null,表示取不到有效值。
5660
- */
5661
- ColumnData: Array<string>
5662
- /**
5663
- * 数据所属,查询Workload类型时有值
5664
- */
5665
- ColumnBelong: string
5666
- /**
5667
- * 最大值
5668
- */
5669
- MaxValue: number
5670
- /**
5671
- * 最小值
5672
- */
5673
- MinValue: number
5674
- /**
5675
- * 平均值
5676
- */
5677
- AvgValue: number
5678
- /**
5679
- * 时间戳数组
5680
- 注意:此字段可能返回 null,表示取不到有效值。
5681
- */
5682
- ColumnTime: number
5683
- }
5684
-
5685
4661
  /**
5686
4662
  * DescribeEdgeNode请求参数结构体
5687
4663
  */
@@ -5752,16 +4728,6 @@ export interface DeleteNodeUnitRequest {
5752
4728
  Nodes?: Array<string>
5753
4729
  }
5754
4730
 
5755
- /**
5756
- * ModifyEdgeUnitApplicationYaml返回参数结构体
5757
- */
5758
- export interface ModifyEdgeUnitApplicationYamlResponse {
5759
- /**
5760
- * 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5761
- */
5762
- RequestId?: string
5763
- }
5764
-
5765
4731
  /**
5766
4732
  * 边缘节点资源信息
5767
4733
  */
@@ -5813,22 +4779,6 @@ export interface EdgeNodeResourceInfo {
5813
4779
  AvailableGPU: string
5814
4780
  }
5815
4781
 
5816
- /**
5817
- * 安全能力
5818
- */
5819
- export interface SecurityCapabilities {
5820
- /**
5821
- * 允许操作列表
5822
- 注意:此字段可能返回 null,表示取不到有效值。
5823
- */
5824
- Add?: Array<string>
5825
- /**
5826
- * 禁止操作列表
5827
- 注意:此字段可能返回 null,表示取不到有效值。
5828
- */
5829
- Drop?: Array<string>
5830
- }
5831
-
5832
4782
  /**
5833
4783
  * DeleteEdgeNodeUnitTemplates返回参数结构体
5834
4784
  */
@@ -5999,17 +4949,3 @@ export interface ModifyEdgeUnitApplicationBasicInfoResponse {
5999
4949
  */
6000
4950
  RequestId?: string
6001
4951
  }
6002
-
6003
- /**
6004
- * SetRouteOnOff请求参数结构体
6005
- */
6006
- export interface SetRouteOnOffRequest {
6007
- /**
6008
- * 无
6009
- */
6010
- RouteID: number
6011
- /**
6012
- * on 或 off
6013
- */
6014
- Status: string
6015
- }