tencentcloud-sdk-nodejs 4.0.307 → 4.0.310
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 +454 -0
- package/SERVICE_CHANGELOG.md +416 -98
- package/package.json +1 -1
- package/products.md +30 -30
- package/src/common/sdk_version.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_client.ts +1 -1
- package/src/services/apigateway/v20180808/apigateway_models.ts +32 -4
- package/src/services/asr/v20190614/asr_models.ts +11 -6
- package/src/services/captcha/v20190722/captcha_models.ts +21 -6
- package/src/services/cdb/v20170320/cdb_models.ts +6 -6
- package/src/services/cdn/v20180606/cdn_models.ts +8 -0
- package/src/services/cfw/v20190904/cfw_client.ts +13 -0
- package/src/services/cfw/v20190904/cfw_models.ts +50 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +10 -0
- package/src/services/cls/v20201016/cls_models.ts +4 -4
- package/src/services/cpdp/v20190820/cpdp_models.ts +2 -2
- package/src/services/cvm/v20170312/cvm_models.ts +11 -1
- package/src/services/dlc/v20210125/dlc_models.ts +97 -5
- package/src/services/ess/v20201111/ess_models.ts +24 -7
- package/src/services/essbasic/v20210526/essbasic_models.ts +21 -5
- package/src/services/gaap/v20180529/gaap_models.ts +1 -1
- package/src/services/iecp/v20210914/iecp_client.ts +560 -474
- package/src/services/iecp/v20210914/iecp_models.ts +491 -188
- package/src/services/monitor/v20180724/monitor_client.ts +1 -0
- package/src/services/monitor/v20180724/monitor_models.ts +46 -0
- package/src/services/mps/v20190612/mps_client.ts +3 -3
- package/src/services/mps/v20190612/mps_models.ts +159 -159
- package/src/services/nlp/v20190408/nlp_client.ts +14 -0
- package/src/services/nlp/v20190408/nlp_models.ts +31 -0
- package/src/services/ocr/v20181119/ocr_models.ts +10 -0
- package/src/services/redis/v20180412/redis_models.ts +1 -1
- package/src/services/scf/v20180416/scf_models.ts +12 -0
- package/src/services/ses/v20201002/ses_models.ts +5 -0
- package/src/services/smh/v20210712/smh_models.ts +35 -0
- package/src/services/tiia/v20190529/tiia_models.ts +7 -5
- package/src/services/tke/v20180525/tke_models.ts +27 -21
- package/src/services/vpc/v20170312/vpc_client.ts +108 -15
- package/src/services/vpc/v20170312/vpc_models.ts +119 -29
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.d.ts +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_client.js +1 -1
- package/tencentcloud/services/apigateway/v20180808/apigateway_models.d.ts +28 -4
- package/tencentcloud/services/asr/v20190614/asr_models.d.ts +10 -6
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +18 -6
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +6 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +8 -0
- package/tencentcloud/services/cfw/v20190904/cfw_client.d.ts +5 -1
- package/tencentcloud/services/cfw/v20190904/cfw_client.js +6 -0
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +43 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +8 -0
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +4 -4
- package/tencentcloud/services/cpdp/v20190820/cpdp_models.d.ts +2 -2
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +9 -1
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +81 -5
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +19 -6
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +18 -5
- package/tencentcloud/services/gaap/v20180529/gaap_models.d.ts +1 -1
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +183 -155
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +273 -231
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +416 -157
- package/tencentcloud/services/monitor/v20180724/monitor_models.d.ts +38 -0
- package/tencentcloud/services/mps/v20190612/mps_client.d.ts +3 -3
- package/tencentcloud/services/mps/v20190612/mps_client.js +3 -3
- package/tencentcloud/services/mps/v20190612/mps_models.d.ts +159 -159
- package/tencentcloud/services/nlp/v20190408/nlp_client.d.ts +7 -1
- package/tencentcloud/services/nlp/v20190408/nlp_client.js +8 -0
- package/tencentcloud/services/nlp/v20190408/nlp_models.d.ts +27 -0
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +8 -0
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +1 -1
- package/tencentcloud/services/scf/v20180416/scf_models.d.ts +10 -0
- package/tencentcloud/services/ses/v20201002/ses_models.d.ts +4 -0
- package/tencentcloud/services/smh/v20210712/smh_models.d.ts +28 -0
- package/tencentcloud/services/tiia/v20190529/tiia_models.d.ts +7 -5
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +26 -21
- package/tencentcloud/services/vpc/v20170312/vpc_client.d.ts +51 -6
- package/tencentcloud/services/vpc/v20170312/vpc_client.js +64 -7
- package/tencentcloud/services/vpc/v20170312/vpc_models.d.ts +103 -25
- package/test/cfw.v20190904.test.js +10 -0
- package/test/iecp.v20210914.test.js +226 -156
- package/test/nlp.v20190408.test.js +10 -0
- package/test/vpc.v20170312.test.js +64 -4
|
@@ -258,13 +258,13 @@ export interface CreateEdgeUnitApplicationVisualizationResponse {
|
|
|
258
258
|
RequestId?: string;
|
|
259
259
|
}
|
|
260
260
|
/**
|
|
261
|
-
*
|
|
261
|
+
* CreateEdgeNodeBatch返回参数结构体
|
|
262
262
|
*/
|
|
263
|
-
export interface
|
|
263
|
+
export interface CreateEdgeNodeBatchResponse {
|
|
264
264
|
/**
|
|
265
|
-
*
|
|
265
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
266
266
|
*/
|
|
267
|
-
|
|
267
|
+
RequestId?: string;
|
|
268
268
|
}
|
|
269
269
|
/**
|
|
270
270
|
* DescribeNamespaces返回参数结构体
|
|
@@ -542,33 +542,25 @@ export interface CreateApplicationVisualizationRequest {
|
|
|
542
542
|
Containers?: Array<Container>;
|
|
543
543
|
}
|
|
544
544
|
/**
|
|
545
|
-
*
|
|
545
|
+
* NodeUnit中边缘节点信息
|
|
546
546
|
*/
|
|
547
|
-
export interface
|
|
548
|
-
/**
|
|
549
|
-
* 名称
|
|
550
|
-
*/
|
|
551
|
-
Name: string;
|
|
552
|
-
/**
|
|
553
|
-
* 类型 (ClusterIP|NodePort)
|
|
554
|
-
*/
|
|
555
|
-
Type: string;
|
|
547
|
+
export interface NodeUnitNodeInfo {
|
|
556
548
|
/**
|
|
557
|
-
*
|
|
549
|
+
* 节点ID
|
|
558
550
|
*/
|
|
559
|
-
|
|
551
|
+
Id: number;
|
|
560
552
|
/**
|
|
561
|
-
*
|
|
553
|
+
* 节点状态 NodeStatusHealthy (健康)/NodeStatusAbnormal (异常)/NodeStatusOffline (下线)/NodeStatusNotActivated (未激活
|
|
562
554
|
*/
|
|
563
|
-
|
|
555
|
+
Status: string;
|
|
564
556
|
/**
|
|
565
|
-
*
|
|
557
|
+
* 节点名称
|
|
566
558
|
*/
|
|
567
|
-
|
|
559
|
+
NodeName: string;
|
|
568
560
|
/**
|
|
569
|
-
*
|
|
561
|
+
* 内网节点IP
|
|
570
562
|
*/
|
|
571
|
-
|
|
563
|
+
InternalIP: string;
|
|
572
564
|
}
|
|
573
565
|
/**
|
|
574
566
|
* DeleteNodeUnit返回参数结构体
|
|
@@ -597,77 +589,60 @@ export interface VolumeNFS {
|
|
|
597
589
|
Path: string;
|
|
598
590
|
}
|
|
599
591
|
/**
|
|
600
|
-
*
|
|
601
|
-
*/
|
|
602
|
-
export interface DescribeNodeUnitTemplateOnNodeGroupResponse {
|
|
603
|
-
/**
|
|
604
|
-
* 记录总数
|
|
605
|
-
*/
|
|
606
|
-
Total: number;
|
|
607
|
-
/**
|
|
608
|
-
* NodeUnit模板
|
|
609
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
610
|
-
*/
|
|
611
|
-
NodeUnitTemplates: Array<NodeGroupNodeUnitTemplateInfo>;
|
|
612
|
-
/**
|
|
613
|
-
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
614
|
-
*/
|
|
615
|
-
RequestId?: string;
|
|
616
|
-
}
|
|
617
|
-
/**
|
|
618
|
-
* 应用状态
|
|
592
|
+
* 服务配置
|
|
619
593
|
*/
|
|
620
|
-
export interface
|
|
594
|
+
export interface Service {
|
|
621
595
|
/**
|
|
622
|
-
*
|
|
623
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
596
|
+
* 名称
|
|
624
597
|
*/
|
|
625
|
-
|
|
598
|
+
Name: string;
|
|
626
599
|
/**
|
|
627
|
-
*
|
|
628
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
600
|
+
* 类型 (ClusterIP|NodePort)
|
|
629
601
|
*/
|
|
630
|
-
|
|
602
|
+
Type: string;
|
|
631
603
|
/**
|
|
632
|
-
*
|
|
633
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
604
|
+
* 端口配置
|
|
634
605
|
*/
|
|
635
|
-
|
|
606
|
+
Ports: Array<PortConfig>;
|
|
636
607
|
/**
|
|
637
|
-
*
|
|
638
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
608
|
+
* 标签
|
|
639
609
|
*/
|
|
640
|
-
|
|
610
|
+
Labels: Array<Label>;
|
|
641
611
|
/**
|
|
642
|
-
*
|
|
643
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
612
|
+
* 命名空间默认default
|
|
644
613
|
*/
|
|
645
|
-
|
|
614
|
+
Namespace?: string;
|
|
646
615
|
/**
|
|
647
|
-
*
|
|
648
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
616
|
+
* 服务IP
|
|
649
617
|
*/
|
|
650
|
-
|
|
618
|
+
ClusterIP?: string;
|
|
619
|
+
}
|
|
620
|
+
/**
|
|
621
|
+
* DescribeNodeUnitTemplateOnNodeGroup返回参数结构体
|
|
622
|
+
*/
|
|
623
|
+
export interface DescribeNodeUnitTemplateOnNodeGroupResponse {
|
|
651
624
|
/**
|
|
652
|
-
*
|
|
653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
625
|
+
* 记录总数
|
|
654
626
|
*/
|
|
655
|
-
|
|
627
|
+
Total: number;
|
|
656
628
|
/**
|
|
657
|
-
*
|
|
629
|
+
* NodeUnit模板
|
|
658
630
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
659
631
|
*/
|
|
660
|
-
|
|
632
|
+
NodeUnitTemplates: Array<NodeGroupNodeUnitTemplateInfo>;
|
|
661
633
|
/**
|
|
662
|
-
*
|
|
663
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
634
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
664
635
|
*/
|
|
665
|
-
|
|
636
|
+
RequestId?: string;
|
|
637
|
+
}
|
|
638
|
+
/**
|
|
639
|
+
* CreateUserToken请求参数结构体
|
|
640
|
+
*/
|
|
641
|
+
export interface CreateUserTokenRequest {
|
|
666
642
|
/**
|
|
667
|
-
*
|
|
668
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
643
|
+
* 无
|
|
669
644
|
*/
|
|
670
|
-
|
|
645
|
+
Second?: number;
|
|
671
646
|
}
|
|
672
647
|
/**
|
|
673
648
|
* DescribeEdgeUnitGridEvents返回参数结构体
|
|
@@ -819,23 +794,6 @@ export interface ModifyApplicationBasicInfoResponse {
|
|
|
819
794
|
*/
|
|
820
795
|
RequestId?: string;
|
|
821
796
|
}
|
|
822
|
-
/**
|
|
823
|
-
* DeleteEdgeNodeGroup请求参数结构体
|
|
824
|
-
*/
|
|
825
|
-
export interface DeleteEdgeNodeGroupRequest {
|
|
826
|
-
/**
|
|
827
|
-
* IECP边缘单元ID
|
|
828
|
-
*/
|
|
829
|
-
EdgeUnitId: number;
|
|
830
|
-
/**
|
|
831
|
-
* NodeGroup名称
|
|
832
|
-
*/
|
|
833
|
-
Name: string;
|
|
834
|
-
/**
|
|
835
|
-
* 命名空间,默认为default
|
|
836
|
-
*/
|
|
837
|
-
Namespace?: string;
|
|
838
|
-
}
|
|
839
797
|
/**
|
|
840
798
|
* DeleteEdgeUnitDeployGridItem返回参数结构体
|
|
841
799
|
*/
|
|
@@ -855,21 +813,23 @@ export interface DescribeApplicationVisualizationRequest {
|
|
|
855
813
|
ApplicationId: number;
|
|
856
814
|
}
|
|
857
815
|
/**
|
|
858
|
-
*
|
|
816
|
+
* DescribeEdgeSnNodes返回参数结构体
|
|
859
817
|
*/
|
|
860
|
-
export interface
|
|
818
|
+
export interface DescribeEdgeSnNodesResponse {
|
|
861
819
|
/**
|
|
862
|
-
*
|
|
820
|
+
* 满足条件的总条数
|
|
821
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
863
822
|
*/
|
|
864
|
-
|
|
823
|
+
TotalCount: number;
|
|
865
824
|
/**
|
|
866
|
-
*
|
|
825
|
+
* 节点详情
|
|
826
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
867
827
|
*/
|
|
868
|
-
|
|
828
|
+
NodeSet: Array<EdgeDracoNodeInfo>;
|
|
869
829
|
/**
|
|
870
|
-
*
|
|
830
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
871
831
|
*/
|
|
872
|
-
|
|
832
|
+
RequestId?: string;
|
|
873
833
|
}
|
|
874
834
|
/**
|
|
875
835
|
* DescribeEdgeUnitApplications请求参数结构体
|
|
@@ -1151,6 +1111,27 @@ export interface DescribeEdgeUnitApplicationsResponse {
|
|
|
1151
1111
|
*/
|
|
1152
1112
|
RequestId?: string;
|
|
1153
1113
|
}
|
|
1114
|
+
/**
|
|
1115
|
+
* ModifyEdgeUnitCloudApi请求参数结构体
|
|
1116
|
+
*/
|
|
1117
|
+
export interface ModifyEdgeUnitCloudApiRequest {
|
|
1118
|
+
/**
|
|
1119
|
+
* 边缘单元ID
|
|
1120
|
+
*/
|
|
1121
|
+
EdgeUnitId: number;
|
|
1122
|
+
/**
|
|
1123
|
+
* 边缘单元名称,64字符内
|
|
1124
|
+
*/
|
|
1125
|
+
Name?: string;
|
|
1126
|
+
/**
|
|
1127
|
+
* 描述,200字符内
|
|
1128
|
+
*/
|
|
1129
|
+
Description?: string;
|
|
1130
|
+
/**
|
|
1131
|
+
* 是否开启监控
|
|
1132
|
+
*/
|
|
1133
|
+
OpenCloudMonitor?: boolean;
|
|
1134
|
+
}
|
|
1154
1135
|
/**
|
|
1155
1136
|
* DescribeEdgeUnitDeployGridItem请求参数结构体
|
|
1156
1137
|
*/
|
|
@@ -1373,6 +1354,15 @@ export interface RedeployEdgeUnitApplicationRequest {
|
|
|
1373
1354
|
*/
|
|
1374
1355
|
ApplicationId: number;
|
|
1375
1356
|
}
|
|
1357
|
+
/**
|
|
1358
|
+
* DescribeEdgeNodeRemarkList请求参数结构体
|
|
1359
|
+
*/
|
|
1360
|
+
export interface DescribeEdgeNodeRemarkListRequest {
|
|
1361
|
+
/**
|
|
1362
|
+
* 边缘单元ID
|
|
1363
|
+
*/
|
|
1364
|
+
EdgeUnitId: number;
|
|
1365
|
+
}
|
|
1376
1366
|
/**
|
|
1377
1367
|
* DeleteSecret返回参数结构体
|
|
1378
1368
|
*/
|
|
@@ -1672,21 +1662,13 @@ export interface DescribeEdgeAgentNodeInstallerRequest {
|
|
|
1672
1662
|
NodeId: number;
|
|
1673
1663
|
}
|
|
1674
1664
|
/**
|
|
1675
|
-
*
|
|
1665
|
+
* DescribeEdgeUnitApplicationYamlError请求参数结构体
|
|
1676
1666
|
*/
|
|
1677
|
-
export interface
|
|
1678
|
-
/**
|
|
1679
|
-
* 健名
|
|
1680
|
-
*/
|
|
1681
|
-
Key: string;
|
|
1682
|
-
/**
|
|
1683
|
-
* 对象名
|
|
1684
|
-
*/
|
|
1685
|
-
ObjectName: string;
|
|
1667
|
+
export interface DescribeEdgeUnitApplicationYamlErrorRequest {
|
|
1686
1668
|
/**
|
|
1687
|
-
*
|
|
1669
|
+
* Yaml配置
|
|
1688
1670
|
*/
|
|
1689
|
-
|
|
1671
|
+
Yaml: string;
|
|
1690
1672
|
}
|
|
1691
1673
|
/**
|
|
1692
1674
|
* DescribeEdgeNodePods返回参数结构体
|
|
@@ -2388,6 +2370,23 @@ export interface DeleteApplicationsResponse {
|
|
|
2388
2370
|
*/
|
|
2389
2371
|
RequestId?: string;
|
|
2390
2372
|
}
|
|
2373
|
+
/**
|
|
2374
|
+
* Draco 设备预录入信息
|
|
2375
|
+
*/
|
|
2376
|
+
export interface DracoNodeInfo {
|
|
2377
|
+
/**
|
|
2378
|
+
* 设备SN。SN仅支持大写字母、数字,长度限制为1~32个字符
|
|
2379
|
+
*/
|
|
2380
|
+
SN: string;
|
|
2381
|
+
/**
|
|
2382
|
+
* 节点名称。长度限制为1~63个字符,节点名称只支持小写英文、数字、中横线、英文句号
|
|
2383
|
+
*/
|
|
2384
|
+
Name: string;
|
|
2385
|
+
/**
|
|
2386
|
+
* 节点备注
|
|
2387
|
+
*/
|
|
2388
|
+
Remark?: string;
|
|
2389
|
+
}
|
|
2391
2390
|
/**
|
|
2392
2391
|
* docker配置
|
|
2393
2392
|
*/
|
|
@@ -2427,6 +2426,19 @@ export interface DescribeEdgeUnitDeployGridItemYamlRequest {
|
|
|
2427
2426
|
*/
|
|
2428
2427
|
Namespace?: string;
|
|
2429
2428
|
}
|
|
2429
|
+
/**
|
|
2430
|
+
* CreateEdgeNodeBatch请求参数结构体
|
|
2431
|
+
*/
|
|
2432
|
+
export interface CreateEdgeNodeBatchRequest {
|
|
2433
|
+
/**
|
|
2434
|
+
* 边缘单元ID
|
|
2435
|
+
*/
|
|
2436
|
+
EdgeUnitId: number;
|
|
2437
|
+
/**
|
|
2438
|
+
* 节点信息
|
|
2439
|
+
*/
|
|
2440
|
+
Nodes: Array<DracoNodeInfo>;
|
|
2441
|
+
}
|
|
2430
2442
|
/**
|
|
2431
2443
|
* DescribeNamespace请求参数结构体
|
|
2432
2444
|
*/
|
|
@@ -2796,6 +2808,19 @@ export interface EdgeCloudCluster {
|
|
|
2796
2808
|
*/
|
|
2797
2809
|
UID: string;
|
|
2798
2810
|
}
|
|
2811
|
+
/**
|
|
2812
|
+
* CreateUserToken返回参数结构体
|
|
2813
|
+
*/
|
|
2814
|
+
export interface CreateUserTokenResponse {
|
|
2815
|
+
/**
|
|
2816
|
+
* 无
|
|
2817
|
+
*/
|
|
2818
|
+
Token: string;
|
|
2819
|
+
/**
|
|
2820
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2821
|
+
*/
|
|
2822
|
+
RequestId?: string;
|
|
2823
|
+
}
|
|
2799
2824
|
/**
|
|
2800
2825
|
* DeleteSecret请求参数结构体
|
|
2801
2826
|
*/
|
|
@@ -2827,6 +2852,35 @@ export interface DescribeEdgeUnitApplicationPodsResponse {
|
|
|
2827
2852
|
*/
|
|
2828
2853
|
RequestId?: string;
|
|
2829
2854
|
}
|
|
2855
|
+
/**
|
|
2856
|
+
* 预注册节点的信息
|
|
2857
|
+
*/
|
|
2858
|
+
export interface EdgeDracoNodeInfo {
|
|
2859
|
+
/**
|
|
2860
|
+
* 节点ID
|
|
2861
|
+
*/
|
|
2862
|
+
Id: number;
|
|
2863
|
+
/**
|
|
2864
|
+
* 节点名称
|
|
2865
|
+
*/
|
|
2866
|
+
Name: string;
|
|
2867
|
+
/**
|
|
2868
|
+
* 是否已激活
|
|
2869
|
+
*/
|
|
2870
|
+
IsUsed: boolean;
|
|
2871
|
+
/**
|
|
2872
|
+
* 创建时间
|
|
2873
|
+
*/
|
|
2874
|
+
CreateTime: string;
|
|
2875
|
+
/**
|
|
2876
|
+
* 备注信息,如批次
|
|
2877
|
+
*/
|
|
2878
|
+
Remark: string;
|
|
2879
|
+
/**
|
|
2880
|
+
* SN 设备号
|
|
2881
|
+
*/
|
|
2882
|
+
SN: string;
|
|
2883
|
+
}
|
|
2830
2884
|
/**
|
|
2831
2885
|
* DescribeEdgeUnitApplicationVisualization请求参数结构体
|
|
2832
2886
|
*/
|
|
@@ -2858,6 +2912,19 @@ export interface DescribeEdgeNodesResponse {
|
|
|
2858
2912
|
*/
|
|
2859
2913
|
RequestId?: string;
|
|
2860
2914
|
}
|
|
2915
|
+
/**
|
|
2916
|
+
* 节点基础信息
|
|
2917
|
+
*/
|
|
2918
|
+
export interface NodeSimpleInfo {
|
|
2919
|
+
/**
|
|
2920
|
+
* 节点ID
|
|
2921
|
+
*/
|
|
2922
|
+
ID: number;
|
|
2923
|
+
/**
|
|
2924
|
+
* 节点名称
|
|
2925
|
+
*/
|
|
2926
|
+
NodeName: string;
|
|
2927
|
+
}
|
|
2861
2928
|
/**
|
|
2862
2929
|
* DescribeEdgeUnitGridPods请求参数结构体
|
|
2863
2930
|
*/
|
|
@@ -2988,6 +3055,61 @@ export interface DescribeEdgeUnitApplicationLogsRequest {
|
|
|
2988
3055
|
*/
|
|
2989
3056
|
ContainerName?: string;
|
|
2990
3057
|
}
|
|
3058
|
+
/**
|
|
3059
|
+
* 应用状态
|
|
3060
|
+
*/
|
|
3061
|
+
export interface ApplicationStatusInfo {
|
|
3062
|
+
/**
|
|
3063
|
+
* 应用ID
|
|
3064
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3065
|
+
*/
|
|
3066
|
+
Id?: number;
|
|
3067
|
+
/**
|
|
3068
|
+
* 应用名称
|
|
3069
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3070
|
+
*/
|
|
3071
|
+
Name: string;
|
|
3072
|
+
/**
|
|
3073
|
+
* 应用版本
|
|
3074
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3075
|
+
*/
|
|
3076
|
+
Version: string;
|
|
3077
|
+
/**
|
|
3078
|
+
* 应用状态(1:待部署 2:部署中 3:运行中 4:待更新 5:更新中 6:待删除 7:删除中 8:已删除
|
|
3079
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3080
|
+
*/
|
|
3081
|
+
Status: string;
|
|
3082
|
+
/**
|
|
3083
|
+
* 开始时间
|
|
3084
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3085
|
+
*/
|
|
3086
|
+
StartTime: string;
|
|
3087
|
+
/**
|
|
3088
|
+
* 管理地址
|
|
3089
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3090
|
+
*/
|
|
3091
|
+
ManageUrl: string;
|
|
3092
|
+
/**
|
|
3093
|
+
* 负载类型
|
|
3094
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3095
|
+
*/
|
|
3096
|
+
WorkloadKind: string;
|
|
3097
|
+
/**
|
|
3098
|
+
* 应用部署模式
|
|
3099
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3100
|
+
*/
|
|
3101
|
+
DeployMode: ApplicationDeployMode;
|
|
3102
|
+
/**
|
|
3103
|
+
* 期望Pod数
|
|
3104
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3105
|
+
*/
|
|
3106
|
+
Replicas: number;
|
|
3107
|
+
/**
|
|
3108
|
+
* 运行Pod数
|
|
3109
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3110
|
+
*/
|
|
3111
|
+
AvailableReplicas: number;
|
|
3112
|
+
}
|
|
2991
3113
|
/**
|
|
2992
3114
|
* DescribeEdgeAgentNodeInstaller返回参数结构体
|
|
2993
3115
|
*/
|
|
@@ -3201,37 +3323,30 @@ export interface VolumeHostPath {
|
|
|
3201
3323
|
Path: string;
|
|
3202
3324
|
}
|
|
3203
3325
|
/**
|
|
3204
|
-
*
|
|
3326
|
+
* ApplyMarketComponent请求参数结构体
|
|
3205
3327
|
*/
|
|
3206
|
-
export interface
|
|
3207
|
-
/**
|
|
3208
|
-
* 开始时间
|
|
3209
|
-
*/
|
|
3210
|
-
BeginTime: string;
|
|
3211
|
-
/**
|
|
3212
|
-
* 结束时间
|
|
3213
|
-
*/
|
|
3214
|
-
EndTime: string;
|
|
3215
|
-
/**
|
|
3216
|
-
* 偏移量
|
|
3217
|
-
*/
|
|
3218
|
-
Offset: number;
|
|
3328
|
+
export interface ApplyMarketComponentRequest {
|
|
3219
3329
|
/**
|
|
3220
|
-
*
|
|
3330
|
+
* 组件ID
|
|
3221
3331
|
*/
|
|
3222
|
-
|
|
3332
|
+
ID: number;
|
|
3333
|
+
}
|
|
3334
|
+
/**
|
|
3335
|
+
* 环境变量选择
|
|
3336
|
+
*/
|
|
3337
|
+
export interface EnvValueSelector {
|
|
3223
3338
|
/**
|
|
3224
|
-
*
|
|
3339
|
+
* 健名
|
|
3225
3340
|
*/
|
|
3226
|
-
|
|
3341
|
+
Key: string;
|
|
3227
3342
|
/**
|
|
3228
|
-
*
|
|
3343
|
+
* 对象名
|
|
3229
3344
|
*/
|
|
3230
|
-
|
|
3345
|
+
ObjectName: string;
|
|
3231
3346
|
/**
|
|
3232
|
-
*
|
|
3347
|
+
* 对象值
|
|
3233
3348
|
*/
|
|
3234
|
-
|
|
3349
|
+
ObjectType: string;
|
|
3235
3350
|
}
|
|
3236
3351
|
/**
|
|
3237
3352
|
* DescribeNamespaceResources返回参数结构体
|
|
@@ -3301,6 +3416,27 @@ export interface SecretItem {
|
|
|
3301
3416
|
*/
|
|
3302
3417
|
SecretType: string;
|
|
3303
3418
|
}
|
|
3419
|
+
/**
|
|
3420
|
+
* ModifyEdgeDracoNode请求参数结构体
|
|
3421
|
+
*/
|
|
3422
|
+
export interface ModifyEdgeDracoNodeRequest {
|
|
3423
|
+
/**
|
|
3424
|
+
* 边缘单元ID
|
|
3425
|
+
*/
|
|
3426
|
+
EdgeUnitId: number;
|
|
3427
|
+
/**
|
|
3428
|
+
* 边缘节点ID
|
|
3429
|
+
*/
|
|
3430
|
+
NodeId: number;
|
|
3431
|
+
/**
|
|
3432
|
+
* 节点信息
|
|
3433
|
+
*/
|
|
3434
|
+
NodeInfo?: DracoNodeInfo;
|
|
3435
|
+
/**
|
|
3436
|
+
* 是否重置draco设备
|
|
3437
|
+
*/
|
|
3438
|
+
IsReset?: boolean;
|
|
3439
|
+
}
|
|
3304
3440
|
/**
|
|
3305
3441
|
* DescribeNodeUnit返回参数结构体
|
|
3306
3442
|
*/
|
|
@@ -3364,25 +3500,38 @@ export interface ModifyEdgeUnitResponse {
|
|
|
3364
3500
|
RequestId?: string;
|
|
3365
3501
|
}
|
|
3366
3502
|
/**
|
|
3367
|
-
*
|
|
3503
|
+
* DescribeYeheResourceLimit返回参数结构体
|
|
3368
3504
|
*/
|
|
3369
|
-
export interface
|
|
3505
|
+
export interface DescribeYeheResourceLimitResponse {
|
|
3370
3506
|
/**
|
|
3371
|
-
*
|
|
3507
|
+
* 用户父账号
|
|
3508
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3372
3509
|
*/
|
|
3373
|
-
|
|
3510
|
+
Uin: string;
|
|
3374
3511
|
/**
|
|
3375
|
-
*
|
|
3512
|
+
* 允许创建的节点数
|
|
3513
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3376
3514
|
*/
|
|
3377
|
-
|
|
3515
|
+
CreateNodeLimit: number;
|
|
3378
3516
|
/**
|
|
3379
|
-
*
|
|
3517
|
+
* 允许创建的集群数
|
|
3518
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3380
3519
|
*/
|
|
3381
|
-
|
|
3520
|
+
CreateClusterLimit: number;
|
|
3382
3521
|
/**
|
|
3383
|
-
*
|
|
3522
|
+
* 是否有监控开启权限
|
|
3523
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3384
3524
|
*/
|
|
3385
|
-
|
|
3525
|
+
EnablePermMonitor: boolean;
|
|
3526
|
+
/**
|
|
3527
|
+
* 节点是否有admin的所有权限
|
|
3528
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3529
|
+
*/
|
|
3530
|
+
EnablePermAdminNode: boolean;
|
|
3531
|
+
/**
|
|
3532
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3533
|
+
*/
|
|
3534
|
+
RequestId?: string;
|
|
3386
3535
|
}
|
|
3387
3536
|
/**
|
|
3388
3537
|
* DescribeEdgeUnitsCloud返回参数结构体
|
|
@@ -3442,6 +3591,15 @@ export interface DescribeEdgeUnitDeployGridResponse {
|
|
|
3442
3591
|
*/
|
|
3443
3592
|
RequestId?: string;
|
|
3444
3593
|
}
|
|
3594
|
+
/**
|
|
3595
|
+
* ModifyEdgeUnitCloudApi返回参数结构体
|
|
3596
|
+
*/
|
|
3597
|
+
export interface ModifyEdgeUnitCloudApiResponse {
|
|
3598
|
+
/**
|
|
3599
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3600
|
+
*/
|
|
3601
|
+
RequestId?: string;
|
|
3602
|
+
}
|
|
3445
3603
|
/**
|
|
3446
3604
|
* CreateUpdateNodeUnit返回参数结构体
|
|
3447
3605
|
*/
|
|
@@ -3608,13 +3766,21 @@ export interface DescribeEdgeNodePodContainersRequest {
|
|
|
3608
3766
|
Namespace?: string;
|
|
3609
3767
|
}
|
|
3610
3768
|
/**
|
|
3611
|
-
*
|
|
3769
|
+
* DeleteEdgeNodeGroup请求参数结构体
|
|
3612
3770
|
*/
|
|
3613
|
-
export interface
|
|
3771
|
+
export interface DeleteEdgeNodeGroupRequest {
|
|
3614
3772
|
/**
|
|
3615
|
-
*
|
|
3773
|
+
* IECP边缘单元ID
|
|
3616
3774
|
*/
|
|
3617
|
-
|
|
3775
|
+
EdgeUnitId: number;
|
|
3776
|
+
/**
|
|
3777
|
+
* NodeGroup名称
|
|
3778
|
+
*/
|
|
3779
|
+
Name: string;
|
|
3780
|
+
/**
|
|
3781
|
+
* 命名空间,默认为default
|
|
3782
|
+
*/
|
|
3783
|
+
Namespace?: string;
|
|
3618
3784
|
}
|
|
3619
3785
|
/**
|
|
3620
3786
|
* ModifySecret请求参数结构体
|
|
@@ -3790,6 +3956,20 @@ export interface DescribeNamespacesRequest {
|
|
|
3790
3956
|
*/
|
|
3791
3957
|
NamePattern?: string;
|
|
3792
3958
|
}
|
|
3959
|
+
/**
|
|
3960
|
+
* DescribeEdgeNodeRemarkList返回参数结构体
|
|
3961
|
+
*/
|
|
3962
|
+
export interface DescribeEdgeNodeRemarkListResponse {
|
|
3963
|
+
/**
|
|
3964
|
+
* 边缘单元内的备注列表
|
|
3965
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3966
|
+
*/
|
|
3967
|
+
Remarks: Array<string>;
|
|
3968
|
+
/**
|
|
3969
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3970
|
+
*/
|
|
3971
|
+
RequestId?: string;
|
|
3972
|
+
}
|
|
3793
3973
|
/**
|
|
3794
3974
|
* pod水平伸缩配置
|
|
3795
3975
|
*/
|
|
@@ -3815,19 +3995,6 @@ export interface HorizontalPodAutoscaler {
|
|
|
3815
3995
|
*/
|
|
3816
3996
|
ResourceMetricTarget: Array<ResourceMetricTarget>;
|
|
3817
3997
|
}
|
|
3818
|
-
/**
|
|
3819
|
-
* 节点基础信息
|
|
3820
|
-
*/
|
|
3821
|
-
export interface NodeSimpleInfo {
|
|
3822
|
-
/**
|
|
3823
|
-
* 节点ID
|
|
3824
|
-
*/
|
|
3825
|
-
ID: number;
|
|
3826
|
-
/**
|
|
3827
|
-
* 节点名称
|
|
3828
|
-
*/
|
|
3829
|
-
NodeName: string;
|
|
3830
|
-
}
|
|
3831
3998
|
/**
|
|
3832
3999
|
* 命名空间下资源描述
|
|
3833
4000
|
*/
|
|
@@ -3931,6 +4098,35 @@ export interface DescribeEdgeOperationLogsResponse {
|
|
|
3931
4098
|
*/
|
|
3932
4099
|
RequestId?: string;
|
|
3933
4100
|
}
|
|
4101
|
+
/**
|
|
4102
|
+
* DescribeEdgeSnNodes请求参数结构体
|
|
4103
|
+
*/
|
|
4104
|
+
export interface DescribeEdgeSnNodesRequest {
|
|
4105
|
+
/**
|
|
4106
|
+
* 边缘单元ID
|
|
4107
|
+
*/
|
|
4108
|
+
EdgeUnitId: number;
|
|
4109
|
+
/**
|
|
4110
|
+
* 根据节点名称模糊匹配
|
|
4111
|
+
*/
|
|
4112
|
+
NamePattern?: string;
|
|
4113
|
+
/**
|
|
4114
|
+
* 根据设备SN模糊匹配
|
|
4115
|
+
*/
|
|
4116
|
+
SNPattern?: string;
|
|
4117
|
+
/**
|
|
4118
|
+
* 根据备注批次信息模糊匹配
|
|
4119
|
+
*/
|
|
4120
|
+
RemarkPattern?: string;
|
|
4121
|
+
/**
|
|
4122
|
+
* 默认0
|
|
4123
|
+
*/
|
|
4124
|
+
Offset?: number;
|
|
4125
|
+
/**
|
|
4126
|
+
* 默认20
|
|
4127
|
+
*/
|
|
4128
|
+
Limit?: number;
|
|
4129
|
+
}
|
|
3934
4130
|
/**
|
|
3935
4131
|
* DeleteEdgeUnitDeployGridItem请求参数结构体
|
|
3936
4132
|
*/
|
|
@@ -3952,6 +4148,23 @@ export interface DeleteEdgeUnitDeployGridItemRequest {
|
|
|
3952
4148
|
*/
|
|
3953
4149
|
Namespace?: string;
|
|
3954
4150
|
}
|
|
4151
|
+
/**
|
|
4152
|
+
* 安全上下文
|
|
4153
|
+
*/
|
|
4154
|
+
export interface SecurityContext {
|
|
4155
|
+
/**
|
|
4156
|
+
* 是否开启特权模式
|
|
4157
|
+
*/
|
|
4158
|
+
Privilege: boolean;
|
|
4159
|
+
/**
|
|
4160
|
+
* 目录/Proc挂载方式
|
|
4161
|
+
*/
|
|
4162
|
+
ProcMount: string;
|
|
4163
|
+
/**
|
|
4164
|
+
* 安全配置
|
|
4165
|
+
*/
|
|
4166
|
+
Capabilities?: SecurityCapabilities;
|
|
4167
|
+
}
|
|
3955
4168
|
/**
|
|
3956
4169
|
* 应用部署模式
|
|
3957
4170
|
*/
|
|
@@ -4208,6 +4421,39 @@ export interface DescribeApplicationsRequest {
|
|
|
4208
4421
|
*/
|
|
4209
4422
|
Sort?: Array<FieldSort>;
|
|
4210
4423
|
}
|
|
4424
|
+
/**
|
|
4425
|
+
* DescribeEdgeOperationLogs请求参数结构体
|
|
4426
|
+
*/
|
|
4427
|
+
export interface DescribeEdgeOperationLogsRequest {
|
|
4428
|
+
/**
|
|
4429
|
+
* 开始时间
|
|
4430
|
+
*/
|
|
4431
|
+
BeginTime: string;
|
|
4432
|
+
/**
|
|
4433
|
+
* 结束时间
|
|
4434
|
+
*/
|
|
4435
|
+
EndTime: string;
|
|
4436
|
+
/**
|
|
4437
|
+
* 偏移量
|
|
4438
|
+
*/
|
|
4439
|
+
Offset: number;
|
|
4440
|
+
/**
|
|
4441
|
+
* 翻页大小
|
|
4442
|
+
*/
|
|
4443
|
+
Limit: number;
|
|
4444
|
+
/**
|
|
4445
|
+
* 排序字段
|
|
4446
|
+
*/
|
|
4447
|
+
Sort?: Array<FieldSort>;
|
|
4448
|
+
/**
|
|
4449
|
+
* 模块
|
|
4450
|
+
*/
|
|
4451
|
+
Module?: string;
|
|
4452
|
+
/**
|
|
4453
|
+
* 过滤条件
|
|
4454
|
+
*/
|
|
4455
|
+
Condition?: OperationLogsCondition;
|
|
4456
|
+
}
|
|
4211
4457
|
/**
|
|
4212
4458
|
* Grid部署应用信息
|
|
4213
4459
|
*/
|
|
@@ -4465,6 +4711,10 @@ export interface PortConfig {
|
|
|
4465
4711
|
*/
|
|
4466
4712
|
NodePort: number;
|
|
4467
4713
|
}
|
|
4714
|
+
/**
|
|
4715
|
+
* DescribeYeheResourceLimit请求参数结构体
|
|
4716
|
+
*/
|
|
4717
|
+
export declare type DescribeYeheResourceLimitRequest = null;
|
|
4468
4718
|
/**
|
|
4469
4719
|
* DescribeSecrets请求参数结构体
|
|
4470
4720
|
*/
|
|
@@ -4716,6 +4966,15 @@ export interface DeleteEdgeNodeUnitTemplatesResponse {
|
|
|
4716
4966
|
*/
|
|
4717
4967
|
RequestId?: string;
|
|
4718
4968
|
}
|
|
4969
|
+
/**
|
|
4970
|
+
* ModifyEdgeDracoNode返回参数结构体
|
|
4971
|
+
*/
|
|
4972
|
+
export interface ModifyEdgeDracoNodeResponse {
|
|
4973
|
+
/**
|
|
4974
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4975
|
+
*/
|
|
4976
|
+
RequestId?: string;
|
|
4977
|
+
}
|
|
4719
4978
|
/**
|
|
4720
4979
|
* DescribeEdgeNode返回参数结构体
|
|
4721
4980
|
*/
|