tencentcloud-sdk-nodejs 4.0.320 → 4.0.321
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 +177 -0
- package/SERVICE_CHANGELOG.md +405 -0
- package/package.json +1 -1
- package/products.md +39 -39
- package/src/common/sdk_version.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_client.ts +1 -1
- package/src/services/antiddos/v20200309/antiddos_models.ts +28 -21
- package/src/services/bmvpc/v20180625/bmvpc_models.ts +2 -2
- package/src/services/captcha/v20190722/captcha_client.ts +2 -2
- package/src/services/captcha/v20190722/captcha_models.ts +4 -4
- package/src/services/cdb/v20170320/cdb_models.ts +16 -1
- package/src/services/cdn/v20180606/cdn_client.ts +1 -1
- package/src/services/cdn/v20180606/cdn_models.ts +57 -35
- package/src/services/cfw/v20190904/cfw_models.ts +22 -6
- package/src/services/cls/v20201016/cls_client.ts +64 -13
- package/src/services/cls/v20201016/cls_models.ts +469 -164
- package/src/services/cvm/v20170312/cvm_client.ts +1 -1
- package/src/services/cvm/v20170312/cvm_models.ts +8 -3
- package/src/services/ecdn/v20191012/ecdn_client.ts +1 -1
- package/src/services/ecdn/v20191012/ecdn_models.ts +2 -2
- package/src/services/gs/v20191118/gs_models.ts +7 -0
- package/src/services/iecp/v20210914/iecp_client.ts +167 -20
- package/src/services/iecp/v20210914/iecp_models.ts +892 -217
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +5 -0
- package/src/services/live/v20180801/live_client.ts +3 -2
- package/src/services/ocr/v20181119/ocr_client.ts +1 -1
- package/src/services/ocr/v20181119/ocr_models.ts +1 -1
- package/src/services/tag/v20180813/tag_client.ts +203 -105
- package/src/services/tag/v20180813/tag_models.ts +377 -47
- package/src/services/tcm/v20210413/tcm_models.ts +1 -1
- package/src/services/tdmq/v20200217/tdmq_models.ts +30 -0
- package/src/services/tke/v20180525/tke_models.ts +12 -0
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_client.d.ts +1 -1
- package/tencentcloud/services/antiddos/v20200309/antiddos_models.d.ts +28 -21
- package/tencentcloud/services/bmvpc/v20180625/bmvpc_models.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_client.d.ts +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_client.js +2 -2
- package/tencentcloud/services/captcha/v20190722/captcha_models.d.ts +4 -4
- package/tencentcloud/services/cdb/v20170320/cdb_models.d.ts +13 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.d.ts +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_client.js +1 -1
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +54 -34
- package/tencentcloud/services/cfw/v20190904/cfw_models.d.ts +19 -6
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +19 -3
- package/tencentcloud/services/cls/v20201016/cls_client.js +27 -3
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +408 -150
- package/tencentcloud/services/cvm/v20170312/cvm_client.d.ts +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/services/cvm/v20170312/cvm_models.d.ts +7 -3
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.d.ts +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_client.js +1 -1
- package/tencentcloud/services/ecdn/v20191012/ecdn_models.d.ts +2 -2
- package/tencentcloud/services/gs/v20191118/gs_models.d.ts +6 -0
- package/tencentcloud/services/iecp/v20210914/iecp_client.d.ts +51 -3
- package/tencentcloud/services/iecp/v20210914/iecp_client.js +75 -3
- package/tencentcloud/services/iecp/v20210914/iecp_models.d.ts +756 -189
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +4 -0
- package/tencentcloud/services/live/v20180801/live_client.d.ts +1 -0
- package/tencentcloud/services/live/v20180801/live_client.js +1 -0
- 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 +1 -1
- package/tencentcloud/services/tag/v20180813/tag_client.d.ts +68 -36
- package/tencentcloud/services/tag/v20180813/tag_client.js +101 -53
- package/tencentcloud/services/tag/v20180813/tag_models.d.ts +329 -40
- package/tencentcloud/services/tcm/v20210413/tcm_models.d.ts +1 -1
- package/tencentcloud/services/tdmq/v20200217/tdmq_models.d.ts +25 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +10 -0
- package/test/cls.v20201016.test.js +42 -2
- package/test/iecp.v20210914.test.js +122 -2
- package/test/tag.v20180813.test.js +116 -36
|
@@ -796,13 +796,68 @@ export interface DescribeNodeUnitTemplateOnNodeGroupResponse {
|
|
|
796
796
|
}
|
|
797
797
|
|
|
798
798
|
/**
|
|
799
|
-
*
|
|
799
|
+
* 应用状态
|
|
800
800
|
*/
|
|
801
|
-
export interface
|
|
801
|
+
export interface ApplicationStatusInfo {
|
|
802
802
|
/**
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
803
|
+
* 应用ID
|
|
804
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
805
|
+
*/
|
|
806
|
+
Id?: number
|
|
807
|
+
|
|
808
|
+
/**
|
|
809
|
+
* 应用名称
|
|
810
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
811
|
+
*/
|
|
812
|
+
Name: string
|
|
813
|
+
|
|
814
|
+
/**
|
|
815
|
+
* 应用版本
|
|
816
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
817
|
+
*/
|
|
818
|
+
Version: string
|
|
819
|
+
|
|
820
|
+
/**
|
|
821
|
+
* 应用状态(1:待部署 2:部署中 3:运行中 4:待更新 5:更新中 6:待删除 7:删除中 8:已删除
|
|
822
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
823
|
+
*/
|
|
824
|
+
Status: string
|
|
825
|
+
|
|
826
|
+
/**
|
|
827
|
+
* 开始时间
|
|
828
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
829
|
+
*/
|
|
830
|
+
StartTime: string
|
|
831
|
+
|
|
832
|
+
/**
|
|
833
|
+
* 管理地址
|
|
834
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
835
|
+
*/
|
|
836
|
+
ManageUrl: string
|
|
837
|
+
|
|
838
|
+
/**
|
|
839
|
+
* 负载类型
|
|
840
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
841
|
+
*/
|
|
842
|
+
WorkloadKind: string
|
|
843
|
+
|
|
844
|
+
/**
|
|
845
|
+
* 应用部署模式
|
|
846
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
847
|
+
*/
|
|
848
|
+
DeployMode: ApplicationDeployMode
|
|
849
|
+
|
|
850
|
+
/**
|
|
851
|
+
* 期望Pod数
|
|
852
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
853
|
+
*/
|
|
854
|
+
Replicas: number
|
|
855
|
+
|
|
856
|
+
/**
|
|
857
|
+
* 运行Pod数
|
|
858
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
859
|
+
*/
|
|
860
|
+
AvailableReplicas: number
|
|
806
861
|
}
|
|
807
862
|
|
|
808
863
|
/**
|
|
@@ -822,13 +877,68 @@ export interface DescribeEdgeUnitGridEventsResponse {
|
|
|
822
877
|
}
|
|
823
878
|
|
|
824
879
|
/**
|
|
825
|
-
*
|
|
880
|
+
* 子设备列表信息
|
|
826
881
|
*/
|
|
827
|
-
export interface
|
|
882
|
+
export interface IotDevicesInfo {
|
|
828
883
|
/**
|
|
829
|
-
*
|
|
884
|
+
* 设备id
|
|
830
885
|
*/
|
|
831
|
-
|
|
886
|
+
Id: number
|
|
887
|
+
|
|
888
|
+
/**
|
|
889
|
+
* 设备名称
|
|
890
|
+
*/
|
|
891
|
+
Name: string
|
|
892
|
+
|
|
893
|
+
/**
|
|
894
|
+
* 设备状态
|
|
895
|
+
*/
|
|
896
|
+
Status: number
|
|
897
|
+
|
|
898
|
+
/**
|
|
899
|
+
* 设备打开状态
|
|
900
|
+
*/
|
|
901
|
+
Disabled: boolean
|
|
902
|
+
|
|
903
|
+
/**
|
|
904
|
+
* 描述
|
|
905
|
+
*/
|
|
906
|
+
Description: string
|
|
907
|
+
|
|
908
|
+
/**
|
|
909
|
+
* 设备创建时间
|
|
910
|
+
*/
|
|
911
|
+
CreateTime: string
|
|
912
|
+
|
|
913
|
+
/**
|
|
914
|
+
* 最后在线时间
|
|
915
|
+
*/
|
|
916
|
+
LastOnlineTime: string
|
|
917
|
+
|
|
918
|
+
/**
|
|
919
|
+
* 设备是否绑定到节点
|
|
920
|
+
*/
|
|
921
|
+
IsBound: boolean
|
|
922
|
+
|
|
923
|
+
/**
|
|
924
|
+
* 设备版本
|
|
925
|
+
*/
|
|
926
|
+
Version: string
|
|
927
|
+
|
|
928
|
+
/**
|
|
929
|
+
* 无
|
|
930
|
+
*/
|
|
931
|
+
Region: string
|
|
932
|
+
|
|
933
|
+
/**
|
|
934
|
+
* 无
|
|
935
|
+
*/
|
|
936
|
+
UnitID: number
|
|
937
|
+
|
|
938
|
+
/**
|
|
939
|
+
* 无
|
|
940
|
+
*/
|
|
941
|
+
UnitName: string
|
|
832
942
|
}
|
|
833
943
|
|
|
834
944
|
/**
|
|
@@ -1142,6 +1252,31 @@ export interface DescribeConfigMapResponse {
|
|
|
1142
1252
|
RequestId?: string
|
|
1143
1253
|
}
|
|
1144
1254
|
|
|
1255
|
+
/**
|
|
1256
|
+
* GetMarketComponentList请求参数结构体
|
|
1257
|
+
*/
|
|
1258
|
+
export interface GetMarketComponentListRequest {
|
|
1259
|
+
/**
|
|
1260
|
+
* 页偏移,从0开始
|
|
1261
|
+
*/
|
|
1262
|
+
Offset: number
|
|
1263
|
+
|
|
1264
|
+
/**
|
|
1265
|
+
* 每页条数
|
|
1266
|
+
*/
|
|
1267
|
+
Limit: number
|
|
1268
|
+
|
|
1269
|
+
/**
|
|
1270
|
+
* 名称模糊筛选
|
|
1271
|
+
*/
|
|
1272
|
+
Filter?: string
|
|
1273
|
+
|
|
1274
|
+
/**
|
|
1275
|
+
* 以名称排序,ASC、DESC
|
|
1276
|
+
*/
|
|
1277
|
+
Order?: string
|
|
1278
|
+
}
|
|
1279
|
+
|
|
1145
1280
|
/**
|
|
1146
1281
|
* DescribeApplicationYaml请求参数结构体
|
|
1147
1282
|
*/
|
|
@@ -1730,24 +1865,18 @@ export interface DescribeEdgeUnitDeployGridItemResponse {
|
|
|
1730
1865
|
}
|
|
1731
1866
|
|
|
1732
1867
|
/**
|
|
1733
|
-
*
|
|
1868
|
+
* CreateMessageRoute请求参数结构体
|
|
1734
1869
|
*/
|
|
1735
|
-
export interface
|
|
1870
|
+
export interface CreateMessageRouteRequest {
|
|
1736
1871
|
/**
|
|
1737
|
-
*
|
|
1872
|
+
* 路由名称
|
|
1738
1873
|
*/
|
|
1739
|
-
|
|
1874
|
+
RouteName: string
|
|
1740
1875
|
|
|
1741
1876
|
/**
|
|
1742
|
-
*
|
|
1877
|
+
* 路由备注
|
|
1743
1878
|
*/
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
/**
|
|
1747
|
-
* 包含节点列表
|
|
1748
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1749
|
-
*/
|
|
1750
|
-
NodeList: Array<NodeUnitNodeInfo>
|
|
1879
|
+
Descript?: string
|
|
1751
1880
|
}
|
|
1752
1881
|
|
|
1753
1882
|
/**
|
|
@@ -1796,55 +1925,23 @@ export interface CreateUpdateNodeUnitRequest {
|
|
|
1796
1925
|
}
|
|
1797
1926
|
|
|
1798
1927
|
/**
|
|
1799
|
-
*
|
|
1928
|
+
* DescribeIotDevice请求参数结构体
|
|
1800
1929
|
*/
|
|
1801
|
-
export interface
|
|
1802
|
-
/**
|
|
1803
|
-
* 第一次出现时间
|
|
1804
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1805
|
-
*/
|
|
1806
|
-
FirstTime: string
|
|
1807
|
-
|
|
1808
|
-
/**
|
|
1809
|
-
* 最后一次出现时间
|
|
1810
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1811
|
-
*/
|
|
1812
|
-
LastTime: string
|
|
1813
|
-
|
|
1814
|
-
/**
|
|
1815
|
-
* 事件关联对象类型
|
|
1816
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1817
|
-
*/
|
|
1818
|
-
InvolvedObjectKind: string
|
|
1819
|
-
|
|
1820
|
-
/**
|
|
1821
|
-
* 事件关联对象名
|
|
1822
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1823
|
-
*/
|
|
1824
|
-
InvolvedObjectName: string
|
|
1825
|
-
|
|
1930
|
+
export interface DescribeIotDeviceRequest {
|
|
1826
1931
|
/**
|
|
1827
|
-
*
|
|
1932
|
+
* 设备id,传0值表示此参数无效
|
|
1828
1933
|
*/
|
|
1829
|
-
|
|
1830
|
-
|
|
1831
|
-
/**
|
|
1832
|
-
* 原因
|
|
1833
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1834
|
-
*/
|
|
1835
|
-
Reason: string
|
|
1934
|
+
DeviceId?: number
|
|
1836
1935
|
|
|
1837
1936
|
/**
|
|
1838
|
-
|
|
1839
|
-
|
|
1840
|
-
|
|
1841
|
-
Message: string
|
|
1937
|
+
* 无
|
|
1938
|
+
*/
|
|
1939
|
+
ProductID?: string
|
|
1842
1940
|
|
|
1843
1941
|
/**
|
|
1844
|
-
|
|
1845
|
-
|
|
1846
|
-
|
|
1847
|
-
Count: number
|
|
1942
|
+
* 无
|
|
1943
|
+
*/
|
|
1944
|
+
DeviceName?: string
|
|
1848
1945
|
}
|
|
1849
1946
|
|
|
1850
1947
|
/**
|
|
@@ -1982,18 +2079,23 @@ export interface DescribeSecretsResponse {
|
|
|
1982
2079
|
}
|
|
1983
2080
|
|
|
1984
2081
|
/**
|
|
1985
|
-
*
|
|
2082
|
+
* DeleteEdgeNodeGroup请求参数结构体
|
|
1986
2083
|
*/
|
|
1987
|
-
export interface
|
|
2084
|
+
export interface DeleteEdgeNodeGroupRequest {
|
|
1988
2085
|
/**
|
|
1989
2086
|
* IECP边缘单元ID
|
|
1990
2087
|
*/
|
|
1991
2088
|
EdgeUnitId: number
|
|
1992
2089
|
|
|
1993
2090
|
/**
|
|
1994
|
-
*
|
|
2091
|
+
* NodeGroup名称
|
|
1995
2092
|
*/
|
|
1996
|
-
|
|
2093
|
+
Name: string
|
|
2094
|
+
|
|
2095
|
+
/**
|
|
2096
|
+
* 命名空间,默认为default
|
|
2097
|
+
*/
|
|
2098
|
+
Namespace?: string
|
|
1997
2099
|
}
|
|
1998
2100
|
|
|
1999
2101
|
/**
|
|
@@ -2228,6 +2330,21 @@ export interface CreateNamespaceResponse {
|
|
|
2228
2330
|
RequestId?: string
|
|
2229
2331
|
}
|
|
2230
2332
|
|
|
2333
|
+
/**
|
|
2334
|
+
* DeleteEdgeUnitDevices请求参数结构体
|
|
2335
|
+
*/
|
|
2336
|
+
export interface DeleteEdgeUnitDevicesRequest {
|
|
2337
|
+
/**
|
|
2338
|
+
* 无
|
|
2339
|
+
*/
|
|
2340
|
+
EdgeUnitId: number
|
|
2341
|
+
|
|
2342
|
+
/**
|
|
2343
|
+
* 无
|
|
2344
|
+
*/
|
|
2345
|
+
Devices: Array<DeleteEdgeUnitDevicesDevice>
|
|
2346
|
+
}
|
|
2347
|
+
|
|
2231
2348
|
/**
|
|
2232
2349
|
* CronJob配置
|
|
2233
2350
|
*/
|
|
@@ -2273,6 +2390,31 @@ export interface DeleteEdgeUnitPodRequest {
|
|
|
2273
2390
|
Namespace: string
|
|
2274
2391
|
}
|
|
2275
2392
|
|
|
2393
|
+
/**
|
|
2394
|
+
* CreateIotDevice请求参数结构体
|
|
2395
|
+
*/
|
|
2396
|
+
export interface CreateIotDeviceRequest {
|
|
2397
|
+
/**
|
|
2398
|
+
* 设备名称
|
|
2399
|
+
*/
|
|
2400
|
+
DeviceName: string
|
|
2401
|
+
|
|
2402
|
+
/**
|
|
2403
|
+
* 设备所属的产品id
|
|
2404
|
+
*/
|
|
2405
|
+
ProductId: string
|
|
2406
|
+
|
|
2407
|
+
/**
|
|
2408
|
+
* 描述
|
|
2409
|
+
*/
|
|
2410
|
+
Description?: string
|
|
2411
|
+
|
|
2412
|
+
/**
|
|
2413
|
+
* 无
|
|
2414
|
+
*/
|
|
2415
|
+
UnitID?: number
|
|
2416
|
+
}
|
|
2417
|
+
|
|
2276
2418
|
/**
|
|
2277
2419
|
* CreateSecret返回参数结构体
|
|
2278
2420
|
*/
|
|
@@ -2464,6 +2606,16 @@ export interface CreateEdgeNodeRequest {
|
|
|
2464
2606
|
Name: string
|
|
2465
2607
|
}
|
|
2466
2608
|
|
|
2609
|
+
/**
|
|
2610
|
+
* BuildMessageRoute返回参数结构体
|
|
2611
|
+
*/
|
|
2612
|
+
export interface BuildMessageRouteResponse {
|
|
2613
|
+
/**
|
|
2614
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2615
|
+
*/
|
|
2616
|
+
RequestId?: string
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2467
2619
|
/**
|
|
2468
2620
|
* DescribeEdgeUnitMonitorStatus返回参数结构体
|
|
2469
2621
|
*/
|
|
@@ -2610,6 +2762,16 @@ export interface GridDetail {
|
|
|
2610
2762
|
Id: number
|
|
2611
2763
|
}
|
|
2612
2764
|
|
|
2765
|
+
/**
|
|
2766
|
+
* ModifyIotDevice返回参数结构体
|
|
2767
|
+
*/
|
|
2768
|
+
export interface ModifyIotDeviceResponse {
|
|
2769
|
+
/**
|
|
2770
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2771
|
+
*/
|
|
2772
|
+
RequestId?: string
|
|
2773
|
+
}
|
|
2774
|
+
|
|
2613
2775
|
/**
|
|
2614
2776
|
* ModifyEdgeNodeLabels请求参数结构体
|
|
2615
2777
|
*/
|
|
@@ -2630,6 +2792,16 @@ export interface ModifyEdgeNodeLabelsRequest {
|
|
|
2630
2792
|
Labels: Array<KeyValueObj>
|
|
2631
2793
|
}
|
|
2632
2794
|
|
|
2795
|
+
/**
|
|
2796
|
+
* DeleteEdgeUnitDevices返回参数结构体
|
|
2797
|
+
*/
|
|
2798
|
+
export interface DeleteEdgeUnitDevicesResponse {
|
|
2799
|
+
/**
|
|
2800
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2801
|
+
*/
|
|
2802
|
+
RequestId?: string
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2633
2805
|
/**
|
|
2634
2806
|
* CreateEdgeNodeGroup返回参数结构体
|
|
2635
2807
|
*/
|
|
@@ -2717,57 +2889,108 @@ export interface EdgeNodePodInfo {
|
|
|
2717
2889
|
}
|
|
2718
2890
|
|
|
2719
2891
|
/**
|
|
2720
|
-
*
|
|
2892
|
+
* 消息路由
|
|
2721
2893
|
*/
|
|
2722
|
-
export interface
|
|
2894
|
+
export interface RouteInfo {
|
|
2723
2895
|
/**
|
|
2724
|
-
*
|
|
2896
|
+
* 无
|
|
2725
2897
|
*/
|
|
2726
|
-
|
|
2898
|
+
RouteID: number
|
|
2727
2899
|
|
|
2728
2900
|
/**
|
|
2729
|
-
*
|
|
2901
|
+
* 无
|
|
2730
2902
|
*/
|
|
2731
|
-
|
|
2903
|
+
RouteName: string
|
|
2732
2904
|
|
|
2733
2905
|
/**
|
|
2734
|
-
*
|
|
2906
|
+
* 无
|
|
2735
2907
|
*/
|
|
2736
|
-
|
|
2737
|
-
}
|
|
2908
|
+
SourceProductID: string
|
|
2738
2909
|
|
|
2739
|
-
/**
|
|
2740
|
-
* DescribeEdgeDefaultVpc返回参数结构体
|
|
2741
|
-
*/
|
|
2742
|
-
export interface DescribeEdgeDefaultVpcResponse {
|
|
2743
2910
|
/**
|
|
2744
|
-
|
|
2745
|
-
|
|
2746
|
-
|
|
2747
|
-
VpcId: string
|
|
2911
|
+
* 无
|
|
2912
|
+
*/
|
|
2913
|
+
TopicFilter: string
|
|
2748
2914
|
|
|
2749
2915
|
/**
|
|
2750
|
-
|
|
2751
|
-
|
|
2752
|
-
|
|
2753
|
-
VpcCidrBlock: string
|
|
2916
|
+
* 无
|
|
2917
|
+
*/
|
|
2918
|
+
Mode: string
|
|
2754
2919
|
|
|
2755
2920
|
/**
|
|
2756
|
-
|
|
2757
|
-
|
|
2758
|
-
|
|
2759
|
-
SubnetId: string
|
|
2921
|
+
* 无
|
|
2922
|
+
*/
|
|
2923
|
+
TargetOptions: string
|
|
2760
2924
|
|
|
2761
2925
|
/**
|
|
2762
|
-
|
|
2763
|
-
|
|
2764
|
-
|
|
2765
|
-
SubnetCidrBlock: string
|
|
2926
|
+
* 无
|
|
2927
|
+
*/
|
|
2928
|
+
CreateTime: string
|
|
2766
2929
|
|
|
2767
2930
|
/**
|
|
2768
|
-
*
|
|
2931
|
+
* 无
|
|
2769
2932
|
*/
|
|
2770
|
-
|
|
2933
|
+
Descript: string
|
|
2934
|
+
|
|
2935
|
+
/**
|
|
2936
|
+
* 无
|
|
2937
|
+
*/
|
|
2938
|
+
Healthy: string
|
|
2939
|
+
|
|
2940
|
+
/**
|
|
2941
|
+
* 无
|
|
2942
|
+
*/
|
|
2943
|
+
Status: string
|
|
2944
|
+
|
|
2945
|
+
/**
|
|
2946
|
+
* 无
|
|
2947
|
+
*/
|
|
2948
|
+
MessageCount: number
|
|
2949
|
+
|
|
2950
|
+
/**
|
|
2951
|
+
* 无
|
|
2952
|
+
*/
|
|
2953
|
+
MessageLastTime: string
|
|
2954
|
+
|
|
2955
|
+
/**
|
|
2956
|
+
* 无
|
|
2957
|
+
*/
|
|
2958
|
+
SourceProductName: string
|
|
2959
|
+
|
|
2960
|
+
/**
|
|
2961
|
+
* 无
|
|
2962
|
+
*/
|
|
2963
|
+
SourceUnitIDList: Array<string>
|
|
2964
|
+
|
|
2965
|
+
/**
|
|
2966
|
+
* 无
|
|
2967
|
+
*/
|
|
2968
|
+
SourceUnitNameList: Array<string>
|
|
2969
|
+
|
|
2970
|
+
/**
|
|
2971
|
+
* 无
|
|
2972
|
+
*/
|
|
2973
|
+
SourceDeviceNameList: Array<string>
|
|
2974
|
+
}
|
|
2975
|
+
|
|
2976
|
+
/**
|
|
2977
|
+
* CreateEdgeUnitApplicationYaml请求参数结构体
|
|
2978
|
+
*/
|
|
2979
|
+
export interface CreateEdgeUnitApplicationYamlRequest {
|
|
2980
|
+
/**
|
|
2981
|
+
* 单元ID
|
|
2982
|
+
*/
|
|
2983
|
+
EdgeUnitId: number
|
|
2984
|
+
|
|
2985
|
+
/**
|
|
2986
|
+
* base64后的Yaml配置
|
|
2987
|
+
*/
|
|
2988
|
+
Yaml: string
|
|
2989
|
+
|
|
2990
|
+
/**
|
|
2991
|
+
* 基本信息
|
|
2992
|
+
*/
|
|
2993
|
+
BasicInfo?: ApplicationBasicInfo
|
|
2771
2994
|
}
|
|
2772
2995
|
|
|
2773
2996
|
/**
|
|
@@ -2798,19 +3021,23 @@ export interface DeleteEdgeUnitApplicationsResponse {
|
|
|
2798
3021
|
}
|
|
2799
3022
|
|
|
2800
3023
|
/**
|
|
2801
|
-
*
|
|
3024
|
+
* DescribeSecret请求参数结构体
|
|
2802
3025
|
*/
|
|
2803
|
-
export interface
|
|
3026
|
+
export interface DescribeSecretRequest {
|
|
2804
3027
|
/**
|
|
2805
|
-
|
|
2806
|
-
|
|
2807
|
-
|
|
2808
|
-
EventSet: Array<Event>
|
|
3028
|
+
* 边缘单元ID
|
|
3029
|
+
*/
|
|
3030
|
+
EdgeUnitID: number
|
|
2809
3031
|
|
|
2810
3032
|
/**
|
|
2811
|
-
*
|
|
3033
|
+
* secret名
|
|
2812
3034
|
*/
|
|
2813
|
-
|
|
3035
|
+
SecretName: string
|
|
3036
|
+
|
|
3037
|
+
/**
|
|
3038
|
+
* 命名空间(默认值:default)
|
|
3039
|
+
*/
|
|
3040
|
+
SecretNamespace?: string
|
|
2814
3041
|
}
|
|
2815
3042
|
|
|
2816
3043
|
/**
|
|
@@ -2843,6 +3070,27 @@ export interface DracoNodeInfo {
|
|
|
2843
3070
|
Remark?: string
|
|
2844
3071
|
}
|
|
2845
3072
|
|
|
3073
|
+
/**
|
|
3074
|
+
* NodeUnit信息
|
|
3075
|
+
*/
|
|
3076
|
+
export interface NodeUnitInfo {
|
|
3077
|
+
/**
|
|
3078
|
+
* NodeUnitId
|
|
3079
|
+
*/
|
|
3080
|
+
Id: number
|
|
3081
|
+
|
|
3082
|
+
/**
|
|
3083
|
+
* NodeUnit名称
|
|
3084
|
+
*/
|
|
3085
|
+
NodeUnitName: string
|
|
3086
|
+
|
|
3087
|
+
/**
|
|
3088
|
+
* 包含节点列表
|
|
3089
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3090
|
+
*/
|
|
3091
|
+
NodeList: Array<NodeUnitNodeInfo>
|
|
3092
|
+
}
|
|
3093
|
+
|
|
2846
3094
|
/**
|
|
2847
3095
|
* docker配置
|
|
2848
3096
|
*/
|
|
@@ -3206,6 +3454,58 @@ export interface CreateApplicationVisualizationResponse {
|
|
|
3206
3454
|
RequestId?: string
|
|
3207
3455
|
}
|
|
3208
3456
|
|
|
3457
|
+
/**
|
|
3458
|
+
* 事件信息
|
|
3459
|
+
*/
|
|
3460
|
+
export interface Event {
|
|
3461
|
+
/**
|
|
3462
|
+
* 第一次出现时间
|
|
3463
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3464
|
+
*/
|
|
3465
|
+
FirstTime: string
|
|
3466
|
+
|
|
3467
|
+
/**
|
|
3468
|
+
* 最后一次出现时间
|
|
3469
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3470
|
+
*/
|
|
3471
|
+
LastTime: string
|
|
3472
|
+
|
|
3473
|
+
/**
|
|
3474
|
+
* 事件关联对象类型
|
|
3475
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3476
|
+
*/
|
|
3477
|
+
InvolvedObjectKind: string
|
|
3478
|
+
|
|
3479
|
+
/**
|
|
3480
|
+
* 事件关联对象名
|
|
3481
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3482
|
+
*/
|
|
3483
|
+
InvolvedObjectName: string
|
|
3484
|
+
|
|
3485
|
+
/**
|
|
3486
|
+
* 事件类型(Normal|Warning)
|
|
3487
|
+
*/
|
|
3488
|
+
Type: string
|
|
3489
|
+
|
|
3490
|
+
/**
|
|
3491
|
+
* 原因
|
|
3492
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3493
|
+
*/
|
|
3494
|
+
Reason: string
|
|
3495
|
+
|
|
3496
|
+
/**
|
|
3497
|
+
* 内容
|
|
3498
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3499
|
+
*/
|
|
3500
|
+
Message: string
|
|
3501
|
+
|
|
3502
|
+
/**
|
|
3503
|
+
* 出现次数
|
|
3504
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3505
|
+
*/
|
|
3506
|
+
Count: number
|
|
3507
|
+
}
|
|
3508
|
+
|
|
3209
3509
|
/**
|
|
3210
3510
|
* DescribeEdgeUnitCloud请求参数结构体
|
|
3211
3511
|
*/
|
|
@@ -3242,6 +3542,26 @@ export interface DescribeSecretYamlErrorRequest {
|
|
|
3242
3542
|
Yaml: string
|
|
3243
3543
|
}
|
|
3244
3544
|
|
|
3545
|
+
/**
|
|
3546
|
+
* DescribeMessageRouteList返回参数结构体
|
|
3547
|
+
*/
|
|
3548
|
+
export interface DescribeMessageRouteListResponse {
|
|
3549
|
+
/**
|
|
3550
|
+
* 无
|
|
3551
|
+
*/
|
|
3552
|
+
RouteList: Array<RouteInfo>
|
|
3553
|
+
|
|
3554
|
+
/**
|
|
3555
|
+
* 无
|
|
3556
|
+
*/
|
|
3557
|
+
TotalCount: number
|
|
3558
|
+
|
|
3559
|
+
/**
|
|
3560
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3561
|
+
*/
|
|
3562
|
+
RequestId?: string
|
|
3563
|
+
}
|
|
3564
|
+
|
|
3245
3565
|
/**
|
|
3246
3566
|
* 字段排序
|
|
3247
3567
|
*/
|
|
@@ -3463,18 +3783,33 @@ export interface DescribeEdgeNodesResponse {
|
|
|
3463
3783
|
}
|
|
3464
3784
|
|
|
3465
3785
|
/**
|
|
3466
|
-
*
|
|
3786
|
+
* ModifyIotDevice请求参数结构体
|
|
3467
3787
|
*/
|
|
3468
|
-
export interface
|
|
3788
|
+
export interface ModifyIotDeviceRequest {
|
|
3469
3789
|
/**
|
|
3470
|
-
*
|
|
3790
|
+
* 设备id
|
|
3471
3791
|
*/
|
|
3472
|
-
|
|
3792
|
+
DeviceId: number
|
|
3473
3793
|
|
|
3474
3794
|
/**
|
|
3475
|
-
*
|
|
3795
|
+
* 描述
|
|
3476
3796
|
*/
|
|
3477
|
-
|
|
3797
|
+
Description?: string
|
|
3798
|
+
|
|
3799
|
+
/**
|
|
3800
|
+
* 设备是否开启
|
|
3801
|
+
*/
|
|
3802
|
+
Disabled?: boolean
|
|
3803
|
+
|
|
3804
|
+
/**
|
|
3805
|
+
* 日志设置
|
|
3806
|
+
*/
|
|
3807
|
+
LogSetting?: number
|
|
3808
|
+
|
|
3809
|
+
/**
|
|
3810
|
+
* 日志级别
|
|
3811
|
+
*/
|
|
3812
|
+
LogLevel?: number
|
|
3478
3813
|
}
|
|
3479
3814
|
|
|
3480
3815
|
/**
|
|
@@ -3523,43 +3858,82 @@ export interface VolumeConfigMap {
|
|
|
3523
3858
|
}
|
|
3524
3859
|
|
|
3525
3860
|
/**
|
|
3526
|
-
*
|
|
3861
|
+
* 从单元批量解绑设备
|
|
3527
3862
|
*/
|
|
3528
|
-
export interface
|
|
3863
|
+
export interface DeleteEdgeUnitDevicesDevice {
|
|
3529
3864
|
/**
|
|
3530
|
-
*
|
|
3865
|
+
* 无
|
|
3531
3866
|
*/
|
|
3532
|
-
|
|
3867
|
+
ProductId: string
|
|
3533
3868
|
|
|
3534
3869
|
/**
|
|
3535
|
-
*
|
|
3870
|
+
* 无
|
|
3536
3871
|
*/
|
|
3537
|
-
|
|
3872
|
+
DeviceName: string
|
|
3873
|
+
}
|
|
3538
3874
|
|
|
3875
|
+
/**
|
|
3876
|
+
* DeleteIotDevice返回参数结构体
|
|
3877
|
+
*/
|
|
3878
|
+
export interface DeleteIotDeviceResponse {
|
|
3539
3879
|
/**
|
|
3540
|
-
*
|
|
3880
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3541
3881
|
*/
|
|
3542
|
-
|
|
3882
|
+
RequestId?: string
|
|
3543
3883
|
}
|
|
3544
3884
|
|
|
3545
3885
|
/**
|
|
3546
|
-
*
|
|
3886
|
+
* DescribeEdgeDefaultVpc返回参数结构体
|
|
3547
3887
|
*/
|
|
3548
|
-
export interface
|
|
3888
|
+
export interface DescribeEdgeDefaultVpcResponse {
|
|
3549
3889
|
/**
|
|
3550
|
-
|
|
3890
|
+
* 私有网络ID
|
|
3891
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3892
|
+
*/
|
|
3893
|
+
VpcId: string
|
|
3894
|
+
|
|
3895
|
+
/**
|
|
3896
|
+
* 网络CIDR
|
|
3897
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3898
|
+
*/
|
|
3899
|
+
VpcCidrBlock: string
|
|
3900
|
+
|
|
3901
|
+
/**
|
|
3902
|
+
* 子网ID
|
|
3903
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3904
|
+
*/
|
|
3905
|
+
SubnetId: string
|
|
3906
|
+
|
|
3907
|
+
/**
|
|
3908
|
+
* 子网CIDR
|
|
3909
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
3910
|
+
*/
|
|
3911
|
+
SubnetCidrBlock: string
|
|
3912
|
+
|
|
3913
|
+
/**
|
|
3914
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3551
3915
|
*/
|
|
3552
|
-
|
|
3916
|
+
RequestId?: string
|
|
3917
|
+
}
|
|
3553
3918
|
|
|
3919
|
+
/**
|
|
3920
|
+
* ModifyNodeUnitTemplate请求参数结构体
|
|
3921
|
+
*/
|
|
3922
|
+
export interface ModifyNodeUnitTemplateRequest {
|
|
3554
3923
|
/**
|
|
3555
|
-
*
|
|
3924
|
+
* IECP边缘单元ID
|
|
3556
3925
|
*/
|
|
3557
|
-
|
|
3926
|
+
EdgeUnitId: number
|
|
3558
3927
|
|
|
3559
3928
|
/**
|
|
3560
|
-
*
|
|
3929
|
+
* NodeUnit模板ID
|
|
3561
3930
|
*/
|
|
3562
|
-
|
|
3931
|
+
NodeUnitTemplateID: number
|
|
3932
|
+
|
|
3933
|
+
/**
|
|
3934
|
+
* 包含的节点列表
|
|
3935
|
+
*/
|
|
3936
|
+
Nodes?: Array<string>
|
|
3563
3937
|
}
|
|
3564
3938
|
|
|
3565
3939
|
/**
|
|
@@ -3633,68 +4007,13 @@ export interface DescribeEdgeUnitApplicationLogsRequest {
|
|
|
3633
4007
|
}
|
|
3634
4008
|
|
|
3635
4009
|
/**
|
|
3636
|
-
*
|
|
4010
|
+
* CreateUserToken请求参数结构体
|
|
3637
4011
|
*/
|
|
3638
|
-
export interface
|
|
3639
|
-
/**
|
|
3640
|
-
* 应用ID
|
|
3641
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3642
|
-
*/
|
|
3643
|
-
Id?: number
|
|
3644
|
-
|
|
3645
|
-
/**
|
|
3646
|
-
* 应用名称
|
|
3647
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3648
|
-
*/
|
|
3649
|
-
Name: string
|
|
3650
|
-
|
|
3651
|
-
/**
|
|
3652
|
-
* 应用版本
|
|
3653
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3654
|
-
*/
|
|
3655
|
-
Version: string
|
|
3656
|
-
|
|
3657
|
-
/**
|
|
3658
|
-
* 应用状态(1:待部署 2:部署中 3:运行中 4:待更新 5:更新中 6:待删除 7:删除中 8:已删除
|
|
3659
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3660
|
-
*/
|
|
3661
|
-
Status: string
|
|
3662
|
-
|
|
3663
|
-
/**
|
|
3664
|
-
* 开始时间
|
|
3665
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3666
|
-
*/
|
|
3667
|
-
StartTime: string
|
|
3668
|
-
|
|
3669
|
-
/**
|
|
3670
|
-
* 管理地址
|
|
3671
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3672
|
-
*/
|
|
3673
|
-
ManageUrl: string
|
|
3674
|
-
|
|
3675
|
-
/**
|
|
3676
|
-
* 负载类型
|
|
3677
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3678
|
-
*/
|
|
3679
|
-
WorkloadKind: string
|
|
3680
|
-
|
|
3681
|
-
/**
|
|
3682
|
-
* 应用部署模式
|
|
3683
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3684
|
-
*/
|
|
3685
|
-
DeployMode: ApplicationDeployMode
|
|
3686
|
-
|
|
3687
|
-
/**
|
|
3688
|
-
* 期望Pod数
|
|
3689
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
3690
|
-
*/
|
|
3691
|
-
Replicas: number
|
|
3692
|
-
|
|
4012
|
+
export interface CreateUserTokenRequest {
|
|
3693
4013
|
/**
|
|
3694
|
-
|
|
3695
|
-
|
|
3696
|
-
|
|
3697
|
-
AvailableReplicas: number
|
|
4014
|
+
* token过期时间,有效值是1~300秒
|
|
4015
|
+
*/
|
|
4016
|
+
Second?: number
|
|
3698
4017
|
}
|
|
3699
4018
|
|
|
3700
4019
|
/**
|
|
@@ -3788,6 +4107,16 @@ export interface ModifyConfigMapResponse {
|
|
|
3788
4107
|
RequestId?: string
|
|
3789
4108
|
}
|
|
3790
4109
|
|
|
4110
|
+
/**
|
|
4111
|
+
* ModifyApplicationVisualization返回参数结构体
|
|
4112
|
+
*/
|
|
4113
|
+
export interface ModifyApplicationVisualizationResponse {
|
|
4114
|
+
/**
|
|
4115
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4116
|
+
*/
|
|
4117
|
+
RequestId?: string
|
|
4118
|
+
}
|
|
4119
|
+
|
|
3791
4120
|
/**
|
|
3792
4121
|
* DescribeEdgeNodePods请求参数结构体
|
|
3793
4122
|
*/
|
|
@@ -3824,28 +4153,18 @@ export interface DeleteIotDeviceBatchRequest {
|
|
|
3824
4153
|
}
|
|
3825
4154
|
|
|
3826
4155
|
/**
|
|
3827
|
-
*
|
|
4156
|
+
* DescribeEdgeAgentNodeInstaller请求参数结构体
|
|
3828
4157
|
*/
|
|
3829
|
-
export interface
|
|
3830
|
-
/**
|
|
3831
|
-
* 页偏移,从0开始
|
|
3832
|
-
*/
|
|
3833
|
-
Offset: number
|
|
3834
|
-
|
|
3835
|
-
/**
|
|
3836
|
-
* 每页条数
|
|
3837
|
-
*/
|
|
3838
|
-
Limit: number
|
|
3839
|
-
|
|
4158
|
+
export interface DescribeEdgeAgentNodeInstallerRequest {
|
|
3840
4159
|
/**
|
|
3841
|
-
*
|
|
4160
|
+
* IECP边缘单元ID
|
|
3842
4161
|
*/
|
|
3843
|
-
|
|
4162
|
+
EdgeUnitId: number
|
|
3844
4163
|
|
|
3845
4164
|
/**
|
|
3846
|
-
*
|
|
4165
|
+
* IECP边缘节点ID
|
|
3847
4166
|
*/
|
|
3848
|
-
|
|
4167
|
+
NodeId: number
|
|
3849
4168
|
}
|
|
3850
4169
|
|
|
3851
4170
|
/**
|
|
@@ -3969,6 +4288,16 @@ export interface VolumeHostPath {
|
|
|
3969
4288
|
Path: string
|
|
3970
4289
|
}
|
|
3971
4290
|
|
|
4291
|
+
/**
|
|
4292
|
+
* DeleteMessageRoute请求参数结构体
|
|
4293
|
+
*/
|
|
4294
|
+
export interface DeleteMessageRouteRequest {
|
|
4295
|
+
/**
|
|
4296
|
+
* 无
|
|
4297
|
+
*/
|
|
4298
|
+
RouteID: number
|
|
4299
|
+
}
|
|
4300
|
+
|
|
3972
4301
|
/**
|
|
3973
4302
|
* ApplyMarketComponent请求参数结构体
|
|
3974
4303
|
*/
|
|
@@ -3979,6 +4308,21 @@ export interface ApplyMarketComponentRequest {
|
|
|
3979
4308
|
ID: number
|
|
3980
4309
|
}
|
|
3981
4310
|
|
|
4311
|
+
/**
|
|
4312
|
+
* 节点基础信息
|
|
4313
|
+
*/
|
|
4314
|
+
export interface NodeSimpleInfo {
|
|
4315
|
+
/**
|
|
4316
|
+
* 节点ID
|
|
4317
|
+
*/
|
|
4318
|
+
ID: number
|
|
4319
|
+
|
|
4320
|
+
/**
|
|
4321
|
+
* 节点名称
|
|
4322
|
+
*/
|
|
4323
|
+
NodeName: string
|
|
4324
|
+
}
|
|
4325
|
+
|
|
3982
4326
|
/**
|
|
3983
4327
|
* 环境变量选择
|
|
3984
4328
|
*/
|
|
@@ -4050,6 +4394,16 @@ export interface DescribeEdgeUnitGridEventsRequest {
|
|
|
4050
4394
|
PodName?: string
|
|
4051
4395
|
}
|
|
4052
4396
|
|
|
4397
|
+
/**
|
|
4398
|
+
* CreateEdgeUnitDevices返回参数结构体
|
|
4399
|
+
*/
|
|
4400
|
+
export interface CreateEdgeUnitDevicesResponse {
|
|
4401
|
+
/**
|
|
4402
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4403
|
+
*/
|
|
4404
|
+
RequestId?: string
|
|
4405
|
+
}
|
|
4406
|
+
|
|
4053
4407
|
/**
|
|
4054
4408
|
* Secret信息
|
|
4055
4409
|
*/
|
|
@@ -4101,7 +4455,22 @@ export interface ModifyEdgeDracoNodeRequest {
|
|
|
4101
4455
|
/**
|
|
4102
4456
|
* 是否重置draco设备
|
|
4103
4457
|
*/
|
|
4104
|
-
IsReset?: boolean
|
|
4458
|
+
IsReset?: boolean
|
|
4459
|
+
}
|
|
4460
|
+
|
|
4461
|
+
/**
|
|
4462
|
+
* CreateMessageRoute返回参数结构体
|
|
4463
|
+
*/
|
|
4464
|
+
export interface CreateMessageRouteResponse {
|
|
4465
|
+
/**
|
|
4466
|
+
* 路由id
|
|
4467
|
+
*/
|
|
4468
|
+
RouteID: number
|
|
4469
|
+
|
|
4470
|
+
/**
|
|
4471
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4472
|
+
*/
|
|
4473
|
+
RequestId?: string
|
|
4105
4474
|
}
|
|
4106
4475
|
|
|
4107
4476
|
/**
|
|
@@ -4135,6 +4504,41 @@ export interface DeleteEdgeNodeGroupResponse {
|
|
|
4135
4504
|
RequestId?: string
|
|
4136
4505
|
}
|
|
4137
4506
|
|
|
4507
|
+
/**
|
|
4508
|
+
* DescribeMessageRouteList请求参数结构体
|
|
4509
|
+
*/
|
|
4510
|
+
export interface DescribeMessageRouteListRequest {
|
|
4511
|
+
/**
|
|
4512
|
+
* 无
|
|
4513
|
+
*/
|
|
4514
|
+
Limit: number
|
|
4515
|
+
|
|
4516
|
+
/**
|
|
4517
|
+
* 无
|
|
4518
|
+
*/
|
|
4519
|
+
Offset: number
|
|
4520
|
+
|
|
4521
|
+
/**
|
|
4522
|
+
* 无
|
|
4523
|
+
*/
|
|
4524
|
+
Filter?: string
|
|
4525
|
+
|
|
4526
|
+
/**
|
|
4527
|
+
* 无
|
|
4528
|
+
*/
|
|
4529
|
+
StartTime?: string
|
|
4530
|
+
|
|
4531
|
+
/**
|
|
4532
|
+
* 无
|
|
4533
|
+
*/
|
|
4534
|
+
EndTime?: string
|
|
4535
|
+
|
|
4536
|
+
/**
|
|
4537
|
+
* 无
|
|
4538
|
+
*/
|
|
4539
|
+
Order?: string
|
|
4540
|
+
}
|
|
4541
|
+
|
|
4138
4542
|
/**
|
|
4139
4543
|
* KeyValue对象
|
|
4140
4544
|
*/
|
|
@@ -4237,6 +4641,41 @@ export interface DescribeEdgeUnitsCloudResponse {
|
|
|
4237
4641
|
RequestId?: string
|
|
4238
4642
|
}
|
|
4239
4643
|
|
|
4644
|
+
/**
|
|
4645
|
+
* DescribeIotDevices请求参数结构体
|
|
4646
|
+
*/
|
|
4647
|
+
export interface DescribeIotDevicesRequest {
|
|
4648
|
+
/**
|
|
4649
|
+
* 页偏移
|
|
4650
|
+
*/
|
|
4651
|
+
Offset: number
|
|
4652
|
+
|
|
4653
|
+
/**
|
|
4654
|
+
* 每页数量
|
|
4655
|
+
*/
|
|
4656
|
+
Limit: number
|
|
4657
|
+
|
|
4658
|
+
/**
|
|
4659
|
+
* 产品id
|
|
4660
|
+
*/
|
|
4661
|
+
ProductId?: string
|
|
4662
|
+
|
|
4663
|
+
/**
|
|
4664
|
+
* 设备名称模糊查找
|
|
4665
|
+
*/
|
|
4666
|
+
NamePattern?: string
|
|
4667
|
+
|
|
4668
|
+
/**
|
|
4669
|
+
* 版本列表
|
|
4670
|
+
*/
|
|
4671
|
+
Versions?: Array<string>
|
|
4672
|
+
|
|
4673
|
+
/**
|
|
4674
|
+
* ASC 或 DESC
|
|
4675
|
+
*/
|
|
4676
|
+
Order?: string
|
|
4677
|
+
}
|
|
4678
|
+
|
|
4240
4679
|
/**
|
|
4241
4680
|
* CreateConfigMap请求参数结构体
|
|
4242
4681
|
*/
|
|
@@ -4382,6 +4821,51 @@ export interface EdgeNodePodContainerInfo {
|
|
|
4382
4821
|
Status: string
|
|
4383
4822
|
}
|
|
4384
4823
|
|
|
4824
|
+
/**
|
|
4825
|
+
* BuildMessageRoute请求参数结构体
|
|
4826
|
+
*/
|
|
4827
|
+
export interface BuildMessageRouteRequest {
|
|
4828
|
+
/**
|
|
4829
|
+
* 路由名字
|
|
4830
|
+
*/
|
|
4831
|
+
RouteName: string
|
|
4832
|
+
|
|
4833
|
+
/**
|
|
4834
|
+
* 源产品id
|
|
4835
|
+
*/
|
|
4836
|
+
SourceProductID: string
|
|
4837
|
+
|
|
4838
|
+
/**
|
|
4839
|
+
* 源设备名列表
|
|
4840
|
+
*/
|
|
4841
|
+
SourceDeviceNameList: Array<string>
|
|
4842
|
+
|
|
4843
|
+
/**
|
|
4844
|
+
* 第一个字符为 "0"或"1","1"表示自定义topic
|
|
4845
|
+
*/
|
|
4846
|
+
TopicFilter: string
|
|
4847
|
+
|
|
4848
|
+
/**
|
|
4849
|
+
* http或mqtt-broker
|
|
4850
|
+
*/
|
|
4851
|
+
Mode: string
|
|
4852
|
+
|
|
4853
|
+
/**
|
|
4854
|
+
* 源单元id列表
|
|
4855
|
+
*/
|
|
4856
|
+
SourceUnitIDList?: Array<string>
|
|
4857
|
+
|
|
4858
|
+
/**
|
|
4859
|
+
* 描述
|
|
4860
|
+
*/
|
|
4861
|
+
Descript?: string
|
|
4862
|
+
|
|
4863
|
+
/**
|
|
4864
|
+
* 无
|
|
4865
|
+
*/
|
|
4866
|
+
TargetOptions?: string
|
|
4867
|
+
}
|
|
4868
|
+
|
|
4385
4869
|
/**
|
|
4386
4870
|
* Grid事件信息
|
|
4387
4871
|
*/
|
|
@@ -4489,23 +4973,19 @@ export interface DescribeEdgeNodePodContainersRequest {
|
|
|
4489
4973
|
}
|
|
4490
4974
|
|
|
4491
4975
|
/**
|
|
4492
|
-
*
|
|
4976
|
+
* DescribeEdgeUnitApplicationEvents返回参数结构体
|
|
4493
4977
|
*/
|
|
4494
|
-
export interface
|
|
4495
|
-
/**
|
|
4496
|
-
* IECP边缘单元ID
|
|
4497
|
-
*/
|
|
4498
|
-
EdgeUnitId: number
|
|
4499
|
-
|
|
4978
|
+
export interface DescribeEdgeUnitApplicationEventsResponse {
|
|
4500
4979
|
/**
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4980
|
+
* 事件列表
|
|
4981
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4982
|
+
*/
|
|
4983
|
+
EventSet: Array<Event>
|
|
4504
4984
|
|
|
4505
4985
|
/**
|
|
4506
|
-
*
|
|
4986
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4507
4987
|
*/
|
|
4508
|
-
|
|
4988
|
+
RequestId?: string
|
|
4509
4989
|
}
|
|
4510
4990
|
|
|
4511
4991
|
/**
|
|
@@ -4716,6 +5196,16 @@ export interface DescribeNamespacesRequest {
|
|
|
4716
5196
|
NamePattern?: string
|
|
4717
5197
|
}
|
|
4718
5198
|
|
|
5199
|
+
/**
|
|
5200
|
+
* DeleteIotDevice请求参数结构体
|
|
5201
|
+
*/
|
|
5202
|
+
export interface DeleteIotDeviceRequest {
|
|
5203
|
+
/**
|
|
5204
|
+
* 设备id
|
|
5205
|
+
*/
|
|
5206
|
+
DeviceId: number
|
|
5207
|
+
}
|
|
5208
|
+
|
|
4719
5209
|
/**
|
|
4720
5210
|
* DescribeEdgeNodeRemarkList返回参数结构体
|
|
4721
5211
|
*/
|
|
@@ -4982,6 +5472,36 @@ export interface ApplicationDeployMode {
|
|
|
4982
5472
|
ResourceName: string
|
|
4983
5473
|
}
|
|
4984
5474
|
|
|
5475
|
+
/**
|
|
5476
|
+
* CreateIotDevice返回参数结构体
|
|
5477
|
+
*/
|
|
5478
|
+
export interface CreateIotDeviceResponse {
|
|
5479
|
+
/**
|
|
5480
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5481
|
+
*/
|
|
5482
|
+
RequestId?: string
|
|
5483
|
+
}
|
|
5484
|
+
|
|
5485
|
+
/**
|
|
5486
|
+
* CreateEdgeUnitDevices请求参数结构体
|
|
5487
|
+
*/
|
|
5488
|
+
export interface CreateEdgeUnitDevicesRequest {
|
|
5489
|
+
/**
|
|
5490
|
+
* 无
|
|
5491
|
+
*/
|
|
5492
|
+
EdgeUnitId: number
|
|
5493
|
+
|
|
5494
|
+
/**
|
|
5495
|
+
* 无
|
|
5496
|
+
*/
|
|
5497
|
+
ProductId: string
|
|
5498
|
+
|
|
5499
|
+
/**
|
|
5500
|
+
* 无
|
|
5501
|
+
*/
|
|
5502
|
+
DeviceNames: Array<string>
|
|
5503
|
+
}
|
|
5504
|
+
|
|
4985
5505
|
/**
|
|
4986
5506
|
* ModifySecret返回参数结构体
|
|
4987
5507
|
*/
|
|
@@ -5104,6 +5624,106 @@ export interface DescribeEdgeUnitApplicationVisualizationResponse {
|
|
|
5104
5624
|
RequestId?: string
|
|
5105
5625
|
}
|
|
5106
5626
|
|
|
5627
|
+
/**
|
|
5628
|
+
* DescribeIotDevice返回参数结构体
|
|
5629
|
+
*/
|
|
5630
|
+
export interface DescribeIotDeviceResponse {
|
|
5631
|
+
/**
|
|
5632
|
+
* 设备id
|
|
5633
|
+
*/
|
|
5634
|
+
Id: number
|
|
5635
|
+
|
|
5636
|
+
/**
|
|
5637
|
+
* 设备名称
|
|
5638
|
+
*/
|
|
5639
|
+
Name: string
|
|
5640
|
+
|
|
5641
|
+
/**
|
|
5642
|
+
* 版本号
|
|
5643
|
+
*/
|
|
5644
|
+
Version: string
|
|
5645
|
+
|
|
5646
|
+
/**
|
|
5647
|
+
* ssl证书
|
|
5648
|
+
*/
|
|
5649
|
+
Cert: string
|
|
5650
|
+
|
|
5651
|
+
/**
|
|
5652
|
+
* ssl私钥
|
|
5653
|
+
*/
|
|
5654
|
+
PrivateKey: string
|
|
5655
|
+
|
|
5656
|
+
/**
|
|
5657
|
+
* psk认证密钥
|
|
5658
|
+
*/
|
|
5659
|
+
Psk: string
|
|
5660
|
+
|
|
5661
|
+
/**
|
|
5662
|
+
* 设备是否打开
|
|
5663
|
+
*/
|
|
5664
|
+
Disabled: boolean
|
|
5665
|
+
|
|
5666
|
+
/**
|
|
5667
|
+
* 设备日志
|
|
5668
|
+
*/
|
|
5669
|
+
LogSetting: number
|
|
5670
|
+
|
|
5671
|
+
/**
|
|
5672
|
+
* 设备日志级别
|
|
5673
|
+
*/
|
|
5674
|
+
LogLevel: number
|
|
5675
|
+
|
|
5676
|
+
/**
|
|
5677
|
+
* mqtt参数
|
|
5678
|
+
*/
|
|
5679
|
+
UserName: string
|
|
5680
|
+
|
|
5681
|
+
/**
|
|
5682
|
+
* mqtt参数
|
|
5683
|
+
*/
|
|
5684
|
+
Password: string
|
|
5685
|
+
|
|
5686
|
+
/**
|
|
5687
|
+
* mqtt参数
|
|
5688
|
+
*/
|
|
5689
|
+
ClientID: string
|
|
5690
|
+
|
|
5691
|
+
/**
|
|
5692
|
+
* 16进制的psk格式
|
|
5693
|
+
*/
|
|
5694
|
+
PskHex: string
|
|
5695
|
+
|
|
5696
|
+
/**
|
|
5697
|
+
* 描述
|
|
5698
|
+
*/
|
|
5699
|
+
Description: string
|
|
5700
|
+
|
|
5701
|
+
/**
|
|
5702
|
+
* 设备在线状态
|
|
5703
|
+
*/
|
|
5704
|
+
Status: number
|
|
5705
|
+
|
|
5706
|
+
/**
|
|
5707
|
+
* 无
|
|
5708
|
+
*/
|
|
5709
|
+
Region: string
|
|
5710
|
+
|
|
5711
|
+
/**
|
|
5712
|
+
* 无
|
|
5713
|
+
*/
|
|
5714
|
+
UnitID: number
|
|
5715
|
+
|
|
5716
|
+
/**
|
|
5717
|
+
* 无
|
|
5718
|
+
*/
|
|
5719
|
+
UnitName: string
|
|
5720
|
+
|
|
5721
|
+
/**
|
|
5722
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5723
|
+
*/
|
|
5724
|
+
RequestId?: string
|
|
5725
|
+
}
|
|
5726
|
+
|
|
5107
5727
|
/**
|
|
5108
5728
|
* DescribeEdgePod请求参数结构体
|
|
5109
5729
|
*/
|
|
@@ -5334,6 +5954,16 @@ export interface GridItemInfo {
|
|
|
5334
5954
|
WorkloadKind: string
|
|
5335
5955
|
}
|
|
5336
5956
|
|
|
5957
|
+
/**
|
|
5958
|
+
* SetRouteOnOff返回参数结构体
|
|
5959
|
+
*/
|
|
5960
|
+
export interface SetRouteOnOffResponse {
|
|
5961
|
+
/**
|
|
5962
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
5963
|
+
*/
|
|
5964
|
+
RequestId?: string
|
|
5965
|
+
}
|
|
5966
|
+
|
|
5337
5967
|
/**
|
|
5338
5968
|
* 边缘节点标签
|
|
5339
5969
|
*/
|
|
@@ -5472,6 +6102,16 @@ export interface HttpProbe {
|
|
|
5472
6102
|
Headers?: Array<HttpHeader>
|
|
5473
6103
|
}
|
|
5474
6104
|
|
|
6105
|
+
/**
|
|
6106
|
+
* DeleteMessageRoute返回参数结构体
|
|
6107
|
+
*/
|
|
6108
|
+
export interface DeleteMessageRouteResponse {
|
|
6109
|
+
/**
|
|
6110
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6111
|
+
*/
|
|
6112
|
+
RequestId?: string
|
|
6113
|
+
}
|
|
6114
|
+
|
|
5475
6115
|
/**
|
|
5476
6116
|
* DescribeEdgeUnitDeployGrid请求参数结构体
|
|
5477
6117
|
*/
|
|
@@ -5619,6 +6259,26 @@ export interface PortConfig {
|
|
|
5619
6259
|
*/
|
|
5620
6260
|
export type DescribeYeheResourceLimitRequest = null
|
|
5621
6261
|
|
|
6262
|
+
/**
|
|
6263
|
+
* DescribeIotDevices返回参数结构体
|
|
6264
|
+
*/
|
|
6265
|
+
export interface DescribeIotDevicesResponse {
|
|
6266
|
+
/**
|
|
6267
|
+
* 符合查找条件的总数量
|
|
6268
|
+
*/
|
|
6269
|
+
TotalCount: number
|
|
6270
|
+
|
|
6271
|
+
/**
|
|
6272
|
+
* 设备列表
|
|
6273
|
+
*/
|
|
6274
|
+
DeviceSet: Array<IotDevicesInfo>
|
|
6275
|
+
|
|
6276
|
+
/**
|
|
6277
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
6278
|
+
*/
|
|
6279
|
+
RequestId?: string
|
|
6280
|
+
}
|
|
6281
|
+
|
|
5622
6282
|
/**
|
|
5623
6283
|
* DescribeSecrets请求参数结构体
|
|
5624
6284
|
*/
|
|
@@ -6095,3 +6755,18 @@ export interface ModifyEdgeUnitApplicationBasicInfoResponse {
|
|
|
6095
6755
|
*/
|
|
6096
6756
|
RequestId?: string
|
|
6097
6757
|
}
|
|
6758
|
+
|
|
6759
|
+
/**
|
|
6760
|
+
* SetRouteOnOff请求参数结构体
|
|
6761
|
+
*/
|
|
6762
|
+
export interface SetRouteOnOffRequest {
|
|
6763
|
+
/**
|
|
6764
|
+
* 无
|
|
6765
|
+
*/
|
|
6766
|
+
RouteID: number
|
|
6767
|
+
|
|
6768
|
+
/**
|
|
6769
|
+
* on 或 off
|
|
6770
|
+
*/
|
|
6771
|
+
Status: string
|
|
6772
|
+
}
|