tencentcloud-sdk-nodejs 4.0.581 → 4.0.583
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 +498 -0
- package/SERVICE_CHANGELOG.md +753 -32
- package/package.json +1 -1
- package/products.md +28 -28
- package/src/common/sdk_version.ts +1 -1
- package/src/services/cdb/v20170320/cdb_client.ts +24 -12
- package/src/services/cdn/v20180606/cdn_models.ts +8 -2
- package/src/services/ckafka/v20190819/ckafka_client.ts +12 -0
- package/src/services/ckafka/v20190819/ckafka_models.ts +32 -0
- package/src/services/cls/v20201016/cls_client.ts +177 -162
- package/src/services/cls/v20201016/cls_models.ts +195 -21
- package/src/services/cwp/v20180228/cwp_client.ts +4 -2
- package/src/services/cwp/v20180228/cwp_models.ts +11 -2
- package/src/services/dlc/v20210125/dlc_models.ts +57 -7
- package/src/services/domain/v20180808/domain_client.ts +2 -3
- package/src/services/domain/v20180808/domain_models.ts +21 -3
- package/src/services/ess/v20201111/ess_client.ts +28 -3
- package/src/services/ess/v20201111/ess_models.ts +118 -38
- package/src/services/essbasic/v20210526/essbasic_models.ts +1 -1
- package/src/services/lcic/v20220817/lcic_client.ts +69 -21
- package/src/services/lcic/v20220817/lcic_models.ts +205 -33
- package/src/services/lighthouse/v20200324/lighthouse_models.ts +23 -1
- package/src/services/live/v20180801/live_models.ts +21 -0
- package/src/services/postgres/v20170312/postgres_client.ts +1 -0
- package/src/services/postgres/v20170312/postgres_models.ts +36 -1
- package/src/services/redis/v20180412/redis_client.ts +1 -1
- package/src/services/redis/v20180412/redis_models.ts +95 -63
- package/src/services/rum/v20210622/rum_client.ts +86 -38
- package/src/services/rum/v20210622/rum_models.ts +283 -13
- package/src/services/sqlserver/v20180328/sqlserver_client.ts +61 -23
- package/src/services/sqlserver/v20180328/sqlserver_models.ts +239 -34
- package/src/services/tcss/v20201101/tcss_models.ts +5 -4
- package/src/services/tke/v20180525/tke_client.ts +12 -0
- package/src/services/tke/v20180525/tke_models.ts +31 -0
- package/src/services/trp/v20210515/trp_client.ts +55 -17
- package/src/services/trp/v20210515/trp_models.ts +157 -26
- package/src/services/tsf/v20180326/tsf_client.ts +49 -25
- package/src/services/tsf/v20180326/tsf_models.ts +142 -5
- package/src/services/waf/v20180125/waf_client.ts +40 -15
- package/src/services/waf/v20180125/waf_models.ts +325 -29
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/cdb/v20170320/cdb_client.d.ts +18 -6
- package/tencentcloud/services/cdb/v20170320/cdb_client.js +18 -6
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +7 -2
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.d.ts +5 -1
- package/tencentcloud/services/ckafka/v20190819/ckafka_client.js +6 -0
- package/tencentcloud/services/ckafka/v20190819/ckafka_models.d.ts +28 -0
- package/tencentcloud/services/cls/v20201016/cls_client.d.ts +161 -157
- package/tencentcloud/services/cls/v20201016/cls_client.js +163 -157
- package/tencentcloud/services/cls/v20201016/cls_models.d.ts +176 -30
- package/tencentcloud/services/cwp/v20180228/cwp_client.d.ts +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_client.js +3 -1
- package/tencentcloud/services/cwp/v20180228/cwp_models.d.ts +10 -2
- package/tencentcloud/services/dlc/v20210125/dlc_models.d.ts +48 -7
- package/tencentcloud/services/domain/v20180808/domain_client.d.ts +0 -1
- package/tencentcloud/services/domain/v20180808/domain_client.js +0 -1
- package/tencentcloud/services/domain/v20180808/domain_models.d.ts +18 -3
- package/tencentcloud/services/ess/v20201111/ess_client.d.ts +12 -3
- package/tencentcloud/services/ess/v20201111/ess_client.js +15 -2
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +105 -37
- package/tencentcloud/services/essbasic/v20210526/essbasic_models.d.ts +1 -1
- package/tencentcloud/services/lcic/v20220817/lcic_client.d.ts +23 -7
- package/tencentcloud/services/lcic/v20220817/lcic_client.js +33 -9
- package/tencentcloud/services/lcic/v20220817/lcic_models.d.ts +176 -29
- package/tencentcloud/services/lighthouse/v20200324/lighthouse_models.d.ts +22 -1
- package/tencentcloud/services/live/v20180801/live_models.d.ts +18 -0
- package/tencentcloud/services/postgres/v20170312/postgres_models.d.ts +30 -1
- package/tencentcloud/services/redis/v20180412/redis_client.d.ts +1 -1
- package/tencentcloud/services/redis/v20180412/redis_client.js +1 -1
- package/tencentcloud/services/redis/v20180412/redis_models.d.ts +80 -48
- package/tencentcloud/services/rum/v20210622/rum_client.d.ts +29 -13
- package/tencentcloud/services/rum/v20210622/rum_client.js +42 -18
- package/tencentcloud/services/rum/v20210622/rum_models.d.ts +236 -12
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.d.ts +21 -9
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_client.js +30 -12
- package/tencentcloud/services/sqlserver/v20180328/sqlserver_models.d.ts +202 -30
- package/tencentcloud/services/tcss/v20201101/tcss_models.d.ts +4 -3
- package/tencentcloud/services/tke/v20180525/tke_client.d.ts +5 -1
- package/tencentcloud/services/tke/v20180525/tke_client.js +6 -0
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +27 -0
- package/tencentcloud/services/trp/v20210515/trp_client.d.ts +17 -5
- package/tencentcloud/services/trp/v20210515/trp_client.js +24 -6
- package/tencentcloud/services/trp/v20210515/trp_models.d.ts +140 -26
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +17 -9
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +24 -12
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +118 -4
- package/tencentcloud/services/waf/v20180125/waf_client.d.ts +14 -6
- package/tencentcloud/services/waf/v20180125/waf_client.js +19 -7
- package/tencentcloud/services/waf/v20180125/waf_models.d.ts +276 -27
- package/test/ckafka.v20190819.test.js +10 -0
- package/test/cls.v20201016.test.js +12 -2
- package/test/ess.v20201111.test.js +20 -0
- package/test/lcic.v20220817.test.js +46 -6
- package/test/rum.v20210622.test.js +52 -12
- package/test/sqlserver.v20180328.test.js +44 -14
- package/test/tke.v20180525.test.js +10 -0
- package/test/trp.v20210515.test.js +34 -4
- package/test/tsf.v20180326.test.js +28 -8
- package/test/waf.v20180125.test.js +24 -4
|
@@ -846,13 +846,13 @@ export interface DescribeProductsResponse {
|
|
|
846
846
|
}
|
|
847
847
|
|
|
848
848
|
/**
|
|
849
|
-
*
|
|
849
|
+
* CreateTraceChain返回参数结构体
|
|
850
850
|
*/
|
|
851
|
-
export interface
|
|
851
|
+
export interface CreateTraceChainResponse {
|
|
852
852
|
/**
|
|
853
|
-
*
|
|
853
|
+
* 溯源ID
|
|
854
854
|
*/
|
|
855
|
-
|
|
855
|
+
TraceId: string
|
|
856
856
|
|
|
857
857
|
/**
|
|
858
858
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -946,28 +946,28 @@ export interface ModifyTraceDataResponse {
|
|
|
946
946
|
}
|
|
947
947
|
|
|
948
948
|
/**
|
|
949
|
-
*
|
|
949
|
+
* AuthorizedTransfer返回参数结构体
|
|
950
950
|
*/
|
|
951
|
-
export interface
|
|
951
|
+
export interface AuthorizedTransferResponse {
|
|
952
952
|
/**
|
|
953
|
-
*
|
|
953
|
+
* 业务出参。
|
|
954
954
|
*/
|
|
955
|
-
|
|
955
|
+
Data?: OutputAuthorizedTransfer
|
|
956
956
|
|
|
957
957
|
/**
|
|
958
|
-
*
|
|
958
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
959
959
|
*/
|
|
960
|
-
|
|
960
|
+
RequestId?: string
|
|
961
961
|
}
|
|
962
962
|
|
|
963
963
|
/**
|
|
964
|
-
*
|
|
964
|
+
* CreateCodeBatch返回参数结构体
|
|
965
965
|
*/
|
|
966
|
-
export interface
|
|
966
|
+
export interface CreateCodeBatchResponse {
|
|
967
967
|
/**
|
|
968
|
-
*
|
|
968
|
+
* 批次ID
|
|
969
969
|
*/
|
|
970
|
-
|
|
970
|
+
BatchId: string
|
|
971
971
|
|
|
972
972
|
/**
|
|
973
973
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
@@ -1374,6 +1374,21 @@ export interface TraceData {
|
|
|
1374
1374
|
Status: number
|
|
1375
1375
|
}
|
|
1376
1376
|
|
|
1377
|
+
/**
|
|
1378
|
+
* EffectFeedback返回参数结构体
|
|
1379
|
+
*/
|
|
1380
|
+
export interface EffectFeedbackResponse {
|
|
1381
|
+
/**
|
|
1382
|
+
* 业务出参。
|
|
1383
|
+
*/
|
|
1384
|
+
Data?: OutputAuthorizedTransfer
|
|
1385
|
+
|
|
1386
|
+
/**
|
|
1387
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1388
|
+
*/
|
|
1389
|
+
RequestId?: string
|
|
1390
|
+
}
|
|
1391
|
+
|
|
1377
1392
|
/**
|
|
1378
1393
|
* 层级码配置
|
|
1379
1394
|
*/
|
|
@@ -1560,6 +1575,26 @@ export interface DescribeCorpQuotasRequest {
|
|
|
1560
1575
|
Keyword?: string
|
|
1561
1576
|
}
|
|
1562
1577
|
|
|
1578
|
+
/**
|
|
1579
|
+
* AuthorizedTransfer请求参数结构体
|
|
1580
|
+
*/
|
|
1581
|
+
export interface AuthorizedTransferRequest {
|
|
1582
|
+
/**
|
|
1583
|
+
* 业务加密入参。
|
|
1584
|
+
*/
|
|
1585
|
+
BusinessSecurityData: InputEncryptData
|
|
1586
|
+
}
|
|
1587
|
+
|
|
1588
|
+
/**
|
|
1589
|
+
* ReportBatchCallbackStatus请求参数结构体
|
|
1590
|
+
*/
|
|
1591
|
+
export interface ReportBatchCallbackStatusRequest {
|
|
1592
|
+
/**
|
|
1593
|
+
* 业务加密入参。
|
|
1594
|
+
*/
|
|
1595
|
+
BusinessSecurityData: InputEncryptData
|
|
1596
|
+
}
|
|
1597
|
+
|
|
1563
1598
|
/**
|
|
1564
1599
|
* CreateProduct请求参数结构体
|
|
1565
1600
|
*/
|
|
@@ -1842,6 +1877,21 @@ export interface DescribeCustomRuleByIdRequest {
|
|
|
1842
1877
|
CorpId?: number
|
|
1843
1878
|
}
|
|
1844
1879
|
|
|
1880
|
+
/**
|
|
1881
|
+
* ReportBatchCallbackStatus返回参数结构体
|
|
1882
|
+
*/
|
|
1883
|
+
export interface ReportBatchCallbackStatusResponse {
|
|
1884
|
+
/**
|
|
1885
|
+
* 业务出参。
|
|
1886
|
+
*/
|
|
1887
|
+
Data?: OutputAuthorizedTransfer
|
|
1888
|
+
|
|
1889
|
+
/**
|
|
1890
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
1891
|
+
*/
|
|
1892
|
+
RequestId?: string
|
|
1893
|
+
}
|
|
1894
|
+
|
|
1845
1895
|
/**
|
|
1846
1896
|
* 上链数据
|
|
1847
1897
|
*/
|
|
@@ -1900,6 +1950,21 @@ export interface PhaseData {
|
|
|
1900
1950
|
AppName?: string
|
|
1901
1951
|
}
|
|
1902
1952
|
|
|
1953
|
+
/**
|
|
1954
|
+
* DeleteProduct请求参数结构体
|
|
1955
|
+
*/
|
|
1956
|
+
export interface DeleteProductRequest {
|
|
1957
|
+
/**
|
|
1958
|
+
* 商品ID
|
|
1959
|
+
*/
|
|
1960
|
+
ProductId: string
|
|
1961
|
+
|
|
1962
|
+
/**
|
|
1963
|
+
* 企业ID
|
|
1964
|
+
*/
|
|
1965
|
+
CorpId?: number
|
|
1966
|
+
}
|
|
1967
|
+
|
|
1903
1968
|
/**
|
|
1904
1969
|
* ModifyTraceDataRanks请求参数结构体
|
|
1905
1970
|
*/
|
|
@@ -2038,6 +2103,29 @@ export interface DeleteProductResponse {
|
|
|
2038
2103
|
RequestId?: string
|
|
2039
2104
|
}
|
|
2040
2105
|
|
|
2106
|
+
/**
|
|
2107
|
+
* 业务出参
|
|
2108
|
+
*/
|
|
2109
|
+
export interface OutputAuthorizedTransfer {
|
|
2110
|
+
/**
|
|
2111
|
+
* 推送状态,0表示成功。
|
|
2112
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2113
|
+
*/
|
|
2114
|
+
Code?: number
|
|
2115
|
+
|
|
2116
|
+
/**
|
|
2117
|
+
* 错误码。
|
|
2118
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2119
|
+
*/
|
|
2120
|
+
Message?: string
|
|
2121
|
+
|
|
2122
|
+
/**
|
|
2123
|
+
* 错误信息描述。
|
|
2124
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
2125
|
+
*/
|
|
2126
|
+
Value?: string
|
|
2127
|
+
}
|
|
2128
|
+
|
|
2041
2129
|
/**
|
|
2042
2130
|
* DeleteTraceData返回参数结构体
|
|
2043
2131
|
*/
|
|
@@ -2105,6 +2193,16 @@ export interface DescribeMerchantByIdResponse {
|
|
|
2105
2193
|
RequestId?: string
|
|
2106
2194
|
}
|
|
2107
2195
|
|
|
2196
|
+
/**
|
|
2197
|
+
* EffectFeedback请求参数结构体
|
|
2198
|
+
*/
|
|
2199
|
+
export interface EffectFeedbackRequest {
|
|
2200
|
+
/**
|
|
2201
|
+
* 业务加密入参。
|
|
2202
|
+
*/
|
|
2203
|
+
BusinessSecurityData: InputEncryptData
|
|
2204
|
+
}
|
|
2205
|
+
|
|
2108
2206
|
/**
|
|
2109
2207
|
* DescribeTraceDataById返回参数结构体
|
|
2110
2208
|
*/
|
|
@@ -2602,6 +2700,39 @@ export interface DescribeTraceDataByIdRequest {
|
|
|
2602
2700
|
CorpId?: number
|
|
2603
2701
|
}
|
|
2604
2702
|
|
|
2703
|
+
/**
|
|
2704
|
+
* 业务加密入参
|
|
2705
|
+
*/
|
|
2706
|
+
export interface InputEncryptData {
|
|
2707
|
+
/**
|
|
2708
|
+
* 加密方式,0:AES加密;
|
|
2709
|
+
|
|
2710
|
+
*/
|
|
2711
|
+
EncryptMethod: number
|
|
2712
|
+
|
|
2713
|
+
/**
|
|
2714
|
+
* 加密算法中的块处理模式,1:CBC模式; 目前只支持CBC模式
|
|
2715
|
+
*/
|
|
2716
|
+
EncryptMode: number
|
|
2717
|
+
|
|
2718
|
+
/**
|
|
2719
|
+
* 填充模式,0:ZeroPadding;1:PKCS5Padding;2:
|
|
2720
|
+
PKCS7Padding。
|
|
2721
|
+
*/
|
|
2722
|
+
PaddingType: number
|
|
2723
|
+
|
|
2724
|
+
/**
|
|
2725
|
+
* 加密数据,将AuthorizedData结构体数组(数组最大长度不超过20)序列化成JSON字符串,对得到的字符串加密并填充到该字段。
|
|
2726
|
+
*/
|
|
2727
|
+
EncryptData: string
|
|
2728
|
+
|
|
2729
|
+
/**
|
|
2730
|
+
* 用户是否授权,本接口取值:1,已授权。
|
|
2731
|
+
|
|
2732
|
+
*/
|
|
2733
|
+
IsAuthorized?: number
|
|
2734
|
+
}
|
|
2735
|
+
|
|
2605
2736
|
/**
|
|
2606
2737
|
* 商户信息
|
|
2607
2738
|
*/
|
|
@@ -3075,18 +3206,18 @@ export interface DescribeTraceCodeByIdRequest {
|
|
|
3075
3206
|
}
|
|
3076
3207
|
|
|
3077
3208
|
/**
|
|
3078
|
-
*
|
|
3209
|
+
* ModifyCodeBatch返回参数结构体
|
|
3079
3210
|
*/
|
|
3080
|
-
export interface
|
|
3211
|
+
export interface ModifyCodeBatchResponse {
|
|
3081
3212
|
/**
|
|
3082
|
-
*
|
|
3213
|
+
* 批次ID
|
|
3083
3214
|
*/
|
|
3084
|
-
|
|
3215
|
+
BatchId?: string
|
|
3085
3216
|
|
|
3086
3217
|
/**
|
|
3087
|
-
*
|
|
3218
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
3088
3219
|
*/
|
|
3089
|
-
|
|
3220
|
+
RequestId?: string
|
|
3090
3221
|
}
|
|
3091
3222
|
|
|
3092
3223
|
/**
|
|
@@ -3188,16 +3319,16 @@ export interface DescribeCodePackUrlResponse {
|
|
|
3188
3319
|
}
|
|
3189
3320
|
|
|
3190
3321
|
/**
|
|
3191
|
-
*
|
|
3322
|
+
* DeleteMerchant请求参数结构体
|
|
3192
3323
|
*/
|
|
3193
|
-
export interface
|
|
3324
|
+
export interface DeleteMerchantRequest {
|
|
3194
3325
|
/**
|
|
3195
|
-
*
|
|
3326
|
+
* 商户标识码
|
|
3196
3327
|
*/
|
|
3197
|
-
|
|
3328
|
+
MerchantId: string
|
|
3198
3329
|
|
|
3199
3330
|
/**
|
|
3200
|
-
*
|
|
3331
|
+
* 企业ID
|
|
3201
3332
|
*/
|
|
3202
|
-
|
|
3333
|
+
CorpId?: number
|
|
3203
3334
|
}
|
|
@@ -109,7 +109,9 @@ import {
|
|
|
109
109
|
EnableUnitRuleRequest,
|
|
110
110
|
CreateClusterResponse,
|
|
111
111
|
CreateMicroserviceResponse,
|
|
112
|
+
CreateFileConfigWithDetailRespRequest,
|
|
112
113
|
AgentProfile,
|
|
114
|
+
ModifyContainerReplicasResponse,
|
|
113
115
|
StopGroupRequest,
|
|
114
116
|
ShrinkGroupResponse,
|
|
115
117
|
CosUploadInfo,
|
|
@@ -177,6 +179,7 @@ import {
|
|
|
177
179
|
ModifyContainerGroupRequest,
|
|
178
180
|
OperateApplicationTcrBindingRequest,
|
|
179
181
|
ContainGroup,
|
|
182
|
+
CreateConfigWithDetailRespResponse,
|
|
180
183
|
DescribeGroupBusinessLogConfigsResponse,
|
|
181
184
|
ContainGroupResult,
|
|
182
185
|
UpdateUnitRuleRequest,
|
|
@@ -215,6 +218,7 @@ import {
|
|
|
215
218
|
TsfPageMsInstance,
|
|
216
219
|
DeleteMicroserviceRequest,
|
|
217
220
|
CreatePublicConfigWithDetailRespResponse,
|
|
221
|
+
CreateConfigWithDetailRespRequest,
|
|
218
222
|
RemoveInstancesResponse,
|
|
219
223
|
DescribeContainerEventsRequest,
|
|
220
224
|
DisableUnitRuleRequest,
|
|
@@ -319,7 +323,7 @@ import {
|
|
|
319
323
|
DeployGroupRequest,
|
|
320
324
|
LaneInfos,
|
|
321
325
|
CreateTaskFlowRequest,
|
|
322
|
-
|
|
326
|
+
CreateFileConfigWithDetailRespResponse,
|
|
323
327
|
CreateConfigTemplateWithDetailRespRequest,
|
|
324
328
|
TsfPageGatewayPlugin,
|
|
325
329
|
ApiUseStatisticsEntity,
|
|
@@ -712,13 +716,13 @@ export class Client extends AbstractClient {
|
|
|
712
716
|
}
|
|
713
717
|
|
|
714
718
|
/**
|
|
715
|
-
*
|
|
719
|
+
* 创建配置项,返回详细信息
|
|
716
720
|
*/
|
|
717
|
-
async
|
|
718
|
-
req:
|
|
719
|
-
cb?: (error: string, rep:
|
|
720
|
-
): Promise<
|
|
721
|
-
return this.request("
|
|
721
|
+
async CreateConfigWithDetailResp(
|
|
722
|
+
req: CreateConfigWithDetailRespRequest,
|
|
723
|
+
cb?: (error: string, rep: CreateConfigWithDetailRespResponse) => void
|
|
724
|
+
): Promise<CreateConfigWithDetailRespResponse> {
|
|
725
|
+
return this.request("CreateConfigWithDetailResp", req, cb)
|
|
722
726
|
}
|
|
723
727
|
|
|
724
728
|
/**
|
|
@@ -802,13 +806,13 @@ export class Client extends AbstractClient {
|
|
|
802
806
|
}
|
|
803
807
|
|
|
804
808
|
/**
|
|
805
|
-
*
|
|
809
|
+
* 创建文件配置项,返回详细信息
|
|
806
810
|
*/
|
|
807
|
-
async
|
|
808
|
-
req:
|
|
809
|
-
cb?: (error: string, rep:
|
|
810
|
-
): Promise<
|
|
811
|
-
return this.request("
|
|
811
|
+
async CreateFileConfigWithDetailResp(
|
|
812
|
+
req: CreateFileConfigWithDetailRespRequest,
|
|
813
|
+
cb?: (error: string, rep: CreateFileConfigWithDetailRespResponse) => void
|
|
814
|
+
): Promise<CreateFileConfigWithDetailRespResponse> {
|
|
815
|
+
return this.request("CreateFileConfigWithDetailResp", req, cb)
|
|
812
816
|
}
|
|
813
817
|
|
|
814
818
|
/**
|
|
@@ -982,13 +986,13 @@ export class Client extends AbstractClient {
|
|
|
982
986
|
}
|
|
983
987
|
|
|
984
988
|
/**
|
|
985
|
-
*
|
|
989
|
+
* 获取单个投递项配置信息
|
|
986
990
|
*/
|
|
987
|
-
async
|
|
988
|
-
req:
|
|
989
|
-
cb?: (error: string, rep:
|
|
990
|
-
): Promise<
|
|
991
|
-
return this.request("
|
|
991
|
+
async DescribeDeliveryConfig(
|
|
992
|
+
req: DescribeDeliveryConfigRequest,
|
|
993
|
+
cb?: (error: string, rep: DescribeDeliveryConfigResponse) => void
|
|
994
|
+
): Promise<DescribeDeliveryConfigResponse> {
|
|
995
|
+
return this.request("DescribeDeliveryConfig", req, cb)
|
|
992
996
|
}
|
|
993
997
|
|
|
994
998
|
/**
|
|
@@ -1172,6 +1176,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1172
1176
|
return this.request("UpdateRepository", req, cb)
|
|
1173
1177
|
}
|
|
1174
1178
|
|
|
1179
|
+
/**
|
|
1180
|
+
* 查询可用于被导入的命名空间列表
|
|
1181
|
+
*/
|
|
1182
|
+
async DescribeUsableUnitNamespaces(
|
|
1183
|
+
req: DescribeUsableUnitNamespacesRequest,
|
|
1184
|
+
cb?: (error: string, rep: DescribeUsableUnitNamespacesResponse) => void
|
|
1185
|
+
): Promise<DescribeUsableUnitNamespacesResponse> {
|
|
1186
|
+
return this.request("DescribeUsableUnitNamespaces", req, cb)
|
|
1187
|
+
}
|
|
1188
|
+
|
|
1175
1189
|
/**
|
|
1176
1190
|
* 查询网关分组监控明细数据
|
|
1177
1191
|
*/
|
|
@@ -1622,6 +1636,16 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
1622
1636
|
return this.request("DescribeSimpleGroups", req, cb)
|
|
1623
1637
|
}
|
|
1624
1638
|
|
|
1639
|
+
/**
|
|
1640
|
+
* 查询配置项列表
|
|
1641
|
+
*/
|
|
1642
|
+
async DescribeConfigs(
|
|
1643
|
+
req: DescribeConfigsRequest,
|
|
1644
|
+
cb?: (error: string, rep: DescribeConfigsResponse) => void
|
|
1645
|
+
): Promise<DescribeConfigsResponse> {
|
|
1646
|
+
return this.request("DescribeConfigs", req, cb)
|
|
1647
|
+
}
|
|
1648
|
+
|
|
1625
1649
|
/**
|
|
1626
1650
|
* 服务统计页面:接口和服务维度
|
|
1627
1651
|
*/
|
|
@@ -2535,13 +2559,13 @@ COS相关文档请查阅:https://cloud.tencent.com/document/product/436
|
|
|
2535
2559
|
}
|
|
2536
2560
|
|
|
2537
2561
|
/**
|
|
2538
|
-
*
|
|
2562
|
+
* (已废弃,请使用 CreateGroup 和 DeployContainerGroup 创建和部署容器部署组)创建容器部署组
|
|
2539
2563
|
*/
|
|
2540
|
-
async
|
|
2541
|
-
req:
|
|
2542
|
-
cb?: (error: string, rep:
|
|
2543
|
-
): Promise<
|
|
2544
|
-
return this.request("
|
|
2564
|
+
async CreateContainGroup(
|
|
2565
|
+
req: CreateContainGroupRequest,
|
|
2566
|
+
cb?: (error: string, rep: CreateContainGroupResponse) => void
|
|
2567
|
+
): Promise<CreateContainGroupResponse> {
|
|
2568
|
+
return this.request("CreateContainGroup", req, cb)
|
|
2545
2569
|
}
|
|
2546
2570
|
|
|
2547
2571
|
/**
|
|
@@ -2492,6 +2492,66 @@ false:操作失败。
|
|
|
2492
2492
|
RequestId?: string
|
|
2493
2493
|
}
|
|
2494
2494
|
|
|
2495
|
+
/**
|
|
2496
|
+
* CreateFileConfigWithDetailResp请求参数结构体
|
|
2497
|
+
*/
|
|
2498
|
+
export interface CreateFileConfigWithDetailRespRequest {
|
|
2499
|
+
/**
|
|
2500
|
+
* 配置项名称
|
|
2501
|
+
*/
|
|
2502
|
+
ConfigName: string
|
|
2503
|
+
|
|
2504
|
+
/**
|
|
2505
|
+
* 配置项版本
|
|
2506
|
+
*/
|
|
2507
|
+
ConfigVersion: string
|
|
2508
|
+
|
|
2509
|
+
/**
|
|
2510
|
+
* 配置项文件名
|
|
2511
|
+
*/
|
|
2512
|
+
ConfigFileName: string
|
|
2513
|
+
|
|
2514
|
+
/**
|
|
2515
|
+
* 配置项文件内容(原始内容编码需要 utf-8 格式,如果 ConfigFileCode 为 gbk,后台会进行转换)
|
|
2516
|
+
*/
|
|
2517
|
+
ConfigFileValue: string
|
|
2518
|
+
|
|
2519
|
+
/**
|
|
2520
|
+
* 配置项关联应用ID
|
|
2521
|
+
*/
|
|
2522
|
+
ApplicationId: string
|
|
2523
|
+
|
|
2524
|
+
/**
|
|
2525
|
+
* 发布路径
|
|
2526
|
+
*/
|
|
2527
|
+
ConfigFilePath: string
|
|
2528
|
+
|
|
2529
|
+
/**
|
|
2530
|
+
* 配置项版本描述
|
|
2531
|
+
*/
|
|
2532
|
+
ConfigVersionDesc?: string
|
|
2533
|
+
|
|
2534
|
+
/**
|
|
2535
|
+
* 配置项文件编码,utf-8 或 gbk。注:如果选择 gbk,需要新版本 tsf-consul-template (公有云虚拟机需要使用 1.32 tsf-agent,容器需要从文档中获取最新的 tsf-consul-template-docker.tar.gz)的支持
|
|
2536
|
+
*/
|
|
2537
|
+
ConfigFileCode?: string
|
|
2538
|
+
|
|
2539
|
+
/**
|
|
2540
|
+
* 后置命令
|
|
2541
|
+
*/
|
|
2542
|
+
ConfigPostCmd?: string
|
|
2543
|
+
|
|
2544
|
+
/**
|
|
2545
|
+
* Base64编码的配置项
|
|
2546
|
+
*/
|
|
2547
|
+
EncodeWithBase64?: boolean
|
|
2548
|
+
|
|
2549
|
+
/**
|
|
2550
|
+
* 无
|
|
2551
|
+
*/
|
|
2552
|
+
ProgramIdList?: Array<string>
|
|
2553
|
+
}
|
|
2554
|
+
|
|
2495
2555
|
/**
|
|
2496
2556
|
* 部署javaagent的类型、版本信息
|
|
2497
2557
|
*/
|
|
@@ -2507,6 +2567,21 @@ export interface AgentProfile {
|
|
|
2507
2567
|
AgentVersion?: string
|
|
2508
2568
|
}
|
|
2509
2569
|
|
|
2570
|
+
/**
|
|
2571
|
+
* ModifyContainerReplicas返回参数结构体
|
|
2572
|
+
*/
|
|
2573
|
+
export interface ModifyContainerReplicasResponse {
|
|
2574
|
+
/**
|
|
2575
|
+
* 结果true:成功;false:失败;
|
|
2576
|
+
*/
|
|
2577
|
+
Result?: boolean
|
|
2578
|
+
|
|
2579
|
+
/**
|
|
2580
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
2581
|
+
*/
|
|
2582
|
+
RequestId?: string
|
|
2583
|
+
}
|
|
2584
|
+
|
|
2510
2585
|
/**
|
|
2511
2586
|
* StopGroup请求参数结构体
|
|
2512
2587
|
*/
|
|
@@ -4284,6 +4359,22 @@ export interface ContainGroup {
|
|
|
4284
4359
|
UpdatedTime?: string
|
|
4285
4360
|
}
|
|
4286
4361
|
|
|
4362
|
+
/**
|
|
4363
|
+
* CreateConfigWithDetailResp返回参数结构体
|
|
4364
|
+
*/
|
|
4365
|
+
export interface CreateConfigWithDetailRespResponse {
|
|
4366
|
+
/**
|
|
4367
|
+
* 配置项
|
|
4368
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
4369
|
+
*/
|
|
4370
|
+
Result?: Config
|
|
4371
|
+
|
|
4372
|
+
/**
|
|
4373
|
+
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|
|
4374
|
+
*/
|
|
4375
|
+
RequestId?: string
|
|
4376
|
+
}
|
|
4377
|
+
|
|
4287
4378
|
/**
|
|
4288
4379
|
* DescribeGroupBusinessLogConfigs返回参数结构体
|
|
4289
4380
|
*/
|
|
@@ -5240,6 +5331,51 @@ export interface CreatePublicConfigWithDetailRespResponse {
|
|
|
5240
5331
|
RequestId?: string
|
|
5241
5332
|
}
|
|
5242
5333
|
|
|
5334
|
+
/**
|
|
5335
|
+
* CreateConfigWithDetailResp请求参数结构体
|
|
5336
|
+
*/
|
|
5337
|
+
export interface CreateConfigWithDetailRespRequest {
|
|
5338
|
+
/**
|
|
5339
|
+
* 配置项名称
|
|
5340
|
+
*/
|
|
5341
|
+
ConfigName: string
|
|
5342
|
+
|
|
5343
|
+
/**
|
|
5344
|
+
* 配置项版本
|
|
5345
|
+
*/
|
|
5346
|
+
ConfigVersion: string
|
|
5347
|
+
|
|
5348
|
+
/**
|
|
5349
|
+
* 配置项值
|
|
5350
|
+
*/
|
|
5351
|
+
ConfigValue: string
|
|
5352
|
+
|
|
5353
|
+
/**
|
|
5354
|
+
* 应用ID
|
|
5355
|
+
*/
|
|
5356
|
+
ApplicationId: string
|
|
5357
|
+
|
|
5358
|
+
/**
|
|
5359
|
+
* 配置项版本描述
|
|
5360
|
+
*/
|
|
5361
|
+
ConfigVersionDesc?: string
|
|
5362
|
+
|
|
5363
|
+
/**
|
|
5364
|
+
* 配置项值类型
|
|
5365
|
+
*/
|
|
5366
|
+
ConfigType?: string
|
|
5367
|
+
|
|
5368
|
+
/**
|
|
5369
|
+
* Base64编码的配置项
|
|
5370
|
+
*/
|
|
5371
|
+
EncodeWithBase64?: boolean
|
|
5372
|
+
|
|
5373
|
+
/**
|
|
5374
|
+
* 无
|
|
5375
|
+
*/
|
|
5376
|
+
ProgramIdList?: Array<string>
|
|
5377
|
+
}
|
|
5378
|
+
|
|
5243
5379
|
/**
|
|
5244
5380
|
* RemoveInstances返回参数结构体
|
|
5245
5381
|
*/
|
|
@@ -8477,13 +8613,14 @@ export interface CreateTaskFlowRequest {
|
|
|
8477
8613
|
}
|
|
8478
8614
|
|
|
8479
8615
|
/**
|
|
8480
|
-
*
|
|
8616
|
+
* CreateFileConfigWithDetailResp返回参数结构体
|
|
8481
8617
|
*/
|
|
8482
|
-
export interface
|
|
8618
|
+
export interface CreateFileConfigWithDetailRespResponse {
|
|
8483
8619
|
/**
|
|
8484
|
-
|
|
8485
|
-
|
|
8486
|
-
|
|
8620
|
+
* 文件配置项
|
|
8621
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8622
|
+
*/
|
|
8623
|
+
Result?: FileConfig
|
|
8487
8624
|
|
|
8488
8625
|
/**
|
|
8489
8626
|
* 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
|