tencentcloud-sdk-nodejs 4.1.248 → 4.1.250
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/es/common/sdk_version.js +1 -1
- package/es/services/bi/v20220105/bi_client.js +3 -0
- package/es/services/dataagent/v20250513/dataagent_client.js +6 -0
- package/es/services/mongodb/v20190725/mongodb_client.js +165 -153
- package/es/services/ocr/v20181119/ocr_client.js +5 -8
- package/es/services/tokenhub/v20260322/tokenhub_client.js +43 -22
- package/es/services/tsf/v20180326/tsf_client.js +4 -73
- package/package.json +1 -1
- package/tencentcloud/common/sdk_version.d.ts +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/services/bi/v20220105/bi_client.d.ts +5 -1
- package/tencentcloud/services/bi/v20220105/bi_client.js +6 -0
- package/tencentcloud/services/bi/v20220105/bi_models.d.ts +273 -341
- package/tencentcloud/services/cdn/v20180606/cdn_models.d.ts +1 -1
- package/tencentcloud/services/clb/v20180317/clb_models.d.ts +1 -1
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.d.ts +9 -1
- package/tencentcloud/services/dataagent/v20250513/dataagent_client.js +12 -0
- package/tencentcloud/services/dataagent/v20250513/dataagent_models.d.ts +108 -6
- package/tencentcloud/services/dbbrain/v20210527/dbbrain_models.d.ts +7 -7
- package/tencentcloud/services/ess/v20201111/ess_models.d.ts +4 -0
- package/tencentcloud/services/iotexplorer/v20190423/iotexplorer_models.d.ts +6 -35
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.d.ts +186 -170
- package/tencentcloud/services/mongodb/v20190725/mongodb_client.js +274 -250
- package/tencentcloud/services/mongodb/v20190725/mongodb_models.d.ts +254 -104
- package/tencentcloud/services/ocr/v20181119/ocr_client.d.ts +11 -22
- package/tencentcloud/services/ocr/v20181119/ocr_client.js +13 -26
- package/tencentcloud/services/ocr/v20181119/ocr_models.d.ts +204 -271
- package/tencentcloud/services/tke/v20180525/tke_models.d.ts +23 -24
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.d.ts +81 -39
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_client.js +107 -51
- package/tencentcloud/services/tokenhub/v20260322/tokenhub_models.d.ts +545 -230
- package/tencentcloud/services/trtc/v20190722/trtc_models.d.ts +7 -15
- package/tencentcloud/services/tsf/v20180326/tsf_client.d.ts +5 -143
- package/tencentcloud/services/tsf/v20180326/tsf_client.js +6 -190
- package/tencentcloud/services/tsf/v20180326/tsf_models.d.ts +347 -1183
- package/tencentcloud/services/wedata/v20210820/wedata_models.d.ts +13 -9
|
@@ -128,23 +128,6 @@ export interface ApiDetailResponse {
|
|
|
128
128
|
*/
|
|
129
129
|
Description?: string;
|
|
130
130
|
}
|
|
131
|
-
/**
|
|
132
|
-
* UpdateApiRateLimitRule请求参数结构体
|
|
133
|
-
*/
|
|
134
|
-
export interface UpdateApiRateLimitRuleRequest {
|
|
135
|
-
/**
|
|
136
|
-
* 限流规则ID
|
|
137
|
-
*/
|
|
138
|
-
RuleId: string;
|
|
139
|
-
/**
|
|
140
|
-
* 开启/禁用,enabled/disabled
|
|
141
|
-
*/
|
|
142
|
-
UsableStatus: string;
|
|
143
|
-
/**
|
|
144
|
-
* qps值,开启限流规则时,必填
|
|
145
|
-
*/
|
|
146
|
-
MaxQps?: number;
|
|
147
|
-
}
|
|
148
131
|
/**
|
|
149
132
|
* DeleteCluster返回参数结构体
|
|
150
133
|
*/
|
|
@@ -707,13 +690,17 @@ export interface SimpleApplication {
|
|
|
707
690
|
ApmInstanceName?: string;
|
|
708
691
|
}
|
|
709
692
|
/**
|
|
710
|
-
*
|
|
693
|
+
* DescribeSimpleNamespaces返回参数结构体
|
|
711
694
|
*/
|
|
712
|
-
export interface
|
|
695
|
+
export interface DescribeSimpleNamespacesResponse {
|
|
696
|
+
/**
|
|
697
|
+
* 命名空间分页列表
|
|
698
|
+
*/
|
|
699
|
+
Result?: TsfPageNamespace;
|
|
713
700
|
/**
|
|
714
|
-
*
|
|
701
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
715
702
|
*/
|
|
716
|
-
|
|
703
|
+
RequestId?: string;
|
|
717
704
|
}
|
|
718
705
|
/**
|
|
719
706
|
* DescribeSimpleApplications返回参数结构体
|
|
@@ -1055,24 +1042,6 @@ export interface EnableLaneRuleRequest {
|
|
|
1055
1042
|
*/
|
|
1056
1043
|
RuleId: string;
|
|
1057
1044
|
}
|
|
1058
|
-
/**
|
|
1059
|
-
* 任务规则
|
|
1060
|
-
*/
|
|
1061
|
-
export interface TaskRule {
|
|
1062
|
-
/**
|
|
1063
|
-
* 触发规则类型,枚举值。一共3个值,Cron:定时触发,Repeat:周期触发,WorkFlow:工作流触发
|
|
1064
|
-
*/
|
|
1065
|
-
RuleType: string;
|
|
1066
|
-
/**
|
|
1067
|
-
* Cron类型规则,cron表达式。
|
|
1068
|
-
*/
|
|
1069
|
-
Expression?: string;
|
|
1070
|
-
/**
|
|
1071
|
-
* 时间间隔, 单位毫秒
|
|
1072
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
1073
|
-
*/
|
|
1074
|
-
RepeatInterval?: number;
|
|
1075
|
-
}
|
|
1076
1045
|
/**
|
|
1077
1046
|
* UnbindApiGroup请求参数结构体
|
|
1078
1047
|
*/
|
|
@@ -1082,91 +1051,6 @@ export interface UnbindApiGroupRequest {
|
|
|
1082
1051
|
*/
|
|
1083
1052
|
GroupGatewayList: Array<GatewayGroupIds>;
|
|
1084
1053
|
}
|
|
1085
|
-
/**
|
|
1086
|
-
* 任务定义
|
|
1087
|
-
*/
|
|
1088
|
-
export interface TaskRecord {
|
|
1089
|
-
/**
|
|
1090
|
-
* 任务名称
|
|
1091
|
-
*/
|
|
1092
|
-
TaskName?: string;
|
|
1093
|
-
/**
|
|
1094
|
-
* 任务类型
|
|
1095
|
-
*/
|
|
1096
|
-
TaskType?: string;
|
|
1097
|
-
/**
|
|
1098
|
-
* 任务执行方式,unicast:随机单节点执行,broadcast:广播执行,shard:分片执行
|
|
1099
|
-
*/
|
|
1100
|
-
ExecuteType?: string;
|
|
1101
|
-
/**
|
|
1102
|
-
* 任务内容,长度限制65535字节
|
|
1103
|
-
*/
|
|
1104
|
-
TaskContent?: string;
|
|
1105
|
-
/**
|
|
1106
|
-
* 分组ID
|
|
1107
|
-
*/
|
|
1108
|
-
GroupId?: string;
|
|
1109
|
-
/**
|
|
1110
|
-
* 超时时间,单位:毫秒。
|
|
1111
|
-
*/
|
|
1112
|
-
TimeOut?: number;
|
|
1113
|
-
/**
|
|
1114
|
-
* 重试次数
|
|
1115
|
-
*/
|
|
1116
|
-
RetryCount?: number;
|
|
1117
|
-
/**
|
|
1118
|
-
* 重试间隔,单位:毫秒。
|
|
1119
|
-
*/
|
|
1120
|
-
RetryInterval?: number;
|
|
1121
|
-
/**
|
|
1122
|
-
* 触发规则
|
|
1123
|
-
*/
|
|
1124
|
-
TaskRule?: TaskRule;
|
|
1125
|
-
/**
|
|
1126
|
-
* 任务启用状态。一共2种状态可选,ENABLED:启用,DISABLED:停用
|
|
1127
|
-
*/
|
|
1128
|
-
TaskState?: string;
|
|
1129
|
-
/**
|
|
1130
|
-
* 任务ID
|
|
1131
|
-
*/
|
|
1132
|
-
TaskId?: string;
|
|
1133
|
-
/**
|
|
1134
|
-
* 判断任务成功的操作符
|
|
1135
|
-
*/
|
|
1136
|
-
SuccessOperator?: string;
|
|
1137
|
-
/**
|
|
1138
|
-
* 判断任务成功的阈值
|
|
1139
|
-
*/
|
|
1140
|
-
SuccessRatio?: number;
|
|
1141
|
-
/**
|
|
1142
|
-
* 分片数量
|
|
1143
|
-
*/
|
|
1144
|
-
ShardCount?: number;
|
|
1145
|
-
/**
|
|
1146
|
-
* 高级设置
|
|
1147
|
-
*/
|
|
1148
|
-
AdvanceSettings?: AdvanceSettings;
|
|
1149
|
-
/**
|
|
1150
|
-
* 分片参数
|
|
1151
|
-
*/
|
|
1152
|
-
ShardArguments?: Array<ShardArgument>;
|
|
1153
|
-
/**
|
|
1154
|
-
* 所属工作流ID
|
|
1155
|
-
*/
|
|
1156
|
-
BelongFlowIds?: Array<string>;
|
|
1157
|
-
/**
|
|
1158
|
-
* 任务历史ID
|
|
1159
|
-
*/
|
|
1160
|
-
TaskLogId?: string;
|
|
1161
|
-
/**
|
|
1162
|
-
* 触发类型,一共3种类型,WorkFlow:工作流触发,Cron:定时触发,FixRate:周期触发
|
|
1163
|
-
*/
|
|
1164
|
-
TriggerType?: string;
|
|
1165
|
-
/**
|
|
1166
|
-
* 任务参数,长度限制10000个字符
|
|
1167
|
-
*/
|
|
1168
|
-
TaskArgument?: string;
|
|
1169
|
-
}
|
|
1170
1054
|
/**
|
|
1171
1055
|
* CreateNamespace返回参数结构体
|
|
1172
1056
|
*/
|
|
@@ -1180,28 +1064,6 @@ export interface CreateNamespaceResponse {
|
|
|
1180
1064
|
*/
|
|
1181
1065
|
RequestId?: string;
|
|
1182
1066
|
}
|
|
1183
|
-
/**
|
|
1184
|
-
* RedoTaskBatch请求参数结构体
|
|
1185
|
-
*/
|
|
1186
|
-
export interface RedoTaskBatchRequest {
|
|
1187
|
-
/**
|
|
1188
|
-
* 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
1189
|
-
*/
|
|
1190
|
-
TaskId: string;
|
|
1191
|
-
/**
|
|
1192
|
-
* 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
|
1193
|
-
*/
|
|
1194
|
-
BatchId: string;
|
|
1195
|
-
}
|
|
1196
|
-
/**
|
|
1197
|
-
* DescribeTaskLastStatus请求参数结构体
|
|
1198
|
-
*/
|
|
1199
|
-
export interface DescribeTaskLastStatusRequest {
|
|
1200
|
-
/**
|
|
1201
|
-
* 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列和任务基本信息页查看任务ID。
|
|
1202
|
-
*/
|
|
1203
|
-
TaskId: string;
|
|
1204
|
-
}
|
|
1205
1067
|
/**
|
|
1206
1068
|
* ModifyUploadInfo返回参数结构体
|
|
1207
1069
|
*/
|
|
@@ -1288,19 +1150,6 @@ export interface DisableLaneRuleResponse {
|
|
|
1288
1150
|
*/
|
|
1289
1151
|
RequestId?: string;
|
|
1290
1152
|
}
|
|
1291
|
-
/**
|
|
1292
|
-
* 翻页查询的任务记录返回
|
|
1293
|
-
*/
|
|
1294
|
-
export interface TaskRecordPage {
|
|
1295
|
-
/**
|
|
1296
|
-
* 总数量
|
|
1297
|
-
*/
|
|
1298
|
-
TotalCount?: number;
|
|
1299
|
-
/**
|
|
1300
|
-
* 任务记录列表
|
|
1301
|
-
*/
|
|
1302
|
-
Content?: Array<TaskRecord>;
|
|
1303
|
-
}
|
|
1304
1153
|
/**
|
|
1305
1154
|
* AssociateBusinessLogConfig请求参数结构体
|
|
1306
1155
|
*/
|
|
@@ -1339,15 +1188,6 @@ export interface DescribeDeliveryConfigRequest {
|
|
|
1339
1188
|
*/
|
|
1340
1189
|
ConfigId: string;
|
|
1341
1190
|
}
|
|
1342
|
-
/**
|
|
1343
|
-
* DeleteServerlessGroup请求参数结构体
|
|
1344
|
-
*/
|
|
1345
|
-
export interface DeleteServerlessGroupRequest {
|
|
1346
|
-
/**
|
|
1347
|
-
* groupId,分组唯一标识
|
|
1348
|
-
*/
|
|
1349
|
-
GroupId: string;
|
|
1350
|
-
}
|
|
1351
1191
|
/**
|
|
1352
1192
|
* ChangeApiUsableStatus请求参数结构体
|
|
1353
1193
|
*/
|
|
@@ -1425,17 +1265,33 @@ export interface DeleteNamespaceResponse {
|
|
|
1425
1265
|
*/
|
|
1426
1266
|
export interface CreateMicroserviceRequest {
|
|
1427
1267
|
/**
|
|
1428
|
-
*
|
|
1268
|
+
* <p>命名空间ID。该参数可以通过调用 <a href="https://cloud.tencent.com/document/api/649/36096">DescribeSimpleNamespaces</a> 的返回值中的 NamespaceId 字段来获取或通过登录<a href="https://console.cloud.tencent.com/tsf/resource?tab=namespace">控制台</a>查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/36098">CreateNamespace</a>创建新的命名空间。</p>
|
|
1429
1269
|
*/
|
|
1430
1270
|
NamespaceId: string;
|
|
1431
1271
|
/**
|
|
1432
|
-
*
|
|
1272
|
+
* <p>微服务名称。该参数可以通过调用 <a href="https://cloud.tencent.com/document/product/649/36084">DescribeMicroservices</a> 的返回值中的 MicroserviceName 字段来获取或通过登录<a href="https://console.cloud.tencent.com/tse/tsf-consul?tab=service">控制台</a>查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/85860">CreateMicroserviceWithDetailResp</a>创建新的微服务。</p>
|
|
1433
1273
|
*/
|
|
1434
1274
|
MicroserviceName: string;
|
|
1435
1275
|
/**
|
|
1436
|
-
*
|
|
1276
|
+
* <p>微服务备注信息,最多支持200个字符。</p>
|
|
1437
1277
|
*/
|
|
1438
1278
|
MicroserviceDesc?: string;
|
|
1279
|
+
/**
|
|
1280
|
+
* <p>服务类型,默认SDK</p><p>枚举值:</p><ul><li>SDK: sdk服务</li><li>MESH_EXTERNAL: mesh外部服务</li></ul>
|
|
1281
|
+
*/
|
|
1282
|
+
ServiceType?: string;
|
|
1283
|
+
/**
|
|
1284
|
+
* <p>域名+端口,或者是纯域名方式,其他的不允许配置,不支持 IP</p>
|
|
1285
|
+
*/
|
|
1286
|
+
ServiceUrl?: string;
|
|
1287
|
+
/**
|
|
1288
|
+
* <p>协议类型</p>
|
|
1289
|
+
*/
|
|
1290
|
+
Protocol?: string;
|
|
1291
|
+
/**
|
|
1292
|
+
* <p>服务发现方式</p><p>枚举值:</p><ul><li>DNS: DNS方式</li></ul>
|
|
1293
|
+
*/
|
|
1294
|
+
ServiceDiscovery?: string;
|
|
1439
1295
|
}
|
|
1440
1296
|
/**
|
|
1441
1297
|
* ReleaseConfig返回参数结构体
|
|
@@ -1645,9 +1501,7 @@ export interface DescribeGatewayAllGroupApisResponse {
|
|
|
1645
1501
|
*/
|
|
1646
1502
|
export interface DeployContainerApplicationResponse {
|
|
1647
1503
|
/**
|
|
1648
|
-
*
|
|
1649
|
-
true:成功。
|
|
1650
|
-
false:失败。
|
|
1504
|
+
* <p>部署容器应用是否成功。<br>true:成功。<br>false:失败。</p>
|
|
1651
1505
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1652
1506
|
*/
|
|
1653
1507
|
Result?: DeployContainerApplicationResp;
|
|
@@ -1960,197 +1814,201 @@ export interface AddInstancesResponse {
|
|
|
1960
1814
|
*/
|
|
1961
1815
|
export interface VmGroup {
|
|
1962
1816
|
/**
|
|
1963
|
-
*
|
|
1817
|
+
* <p>部署组ID</p>
|
|
1964
1818
|
*/
|
|
1965
1819
|
GroupId?: string;
|
|
1966
1820
|
/**
|
|
1967
|
-
*
|
|
1821
|
+
* <p>部署组名称</p>
|
|
1968
1822
|
*/
|
|
1969
1823
|
GroupName?: string;
|
|
1970
1824
|
/**
|
|
1971
|
-
*
|
|
1825
|
+
* <p>部署组状态</p>
|
|
1972
1826
|
*/
|
|
1973
1827
|
GroupStatus?: string;
|
|
1974
1828
|
/**
|
|
1975
|
-
*
|
|
1829
|
+
* <p>程序包ID</p>
|
|
1976
1830
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1977
1831
|
*/
|
|
1978
1832
|
PackageId?: string;
|
|
1979
1833
|
/**
|
|
1980
|
-
*
|
|
1834
|
+
* <p>程序包名称</p>
|
|
1981
1835
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1982
1836
|
*/
|
|
1983
1837
|
PackageName?: string;
|
|
1984
1838
|
/**
|
|
1985
|
-
*
|
|
1839
|
+
* <p>程序包版本号</p>
|
|
1986
1840
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1987
1841
|
*/
|
|
1988
1842
|
PackageVersion?: string;
|
|
1989
1843
|
/**
|
|
1990
|
-
*
|
|
1844
|
+
* <p>集群ID</p>
|
|
1991
1845
|
*/
|
|
1992
1846
|
ClusterId?: string;
|
|
1993
1847
|
/**
|
|
1994
|
-
*
|
|
1848
|
+
* <p>集群名称</p>
|
|
1995
1849
|
*/
|
|
1996
1850
|
ClusterName?: string;
|
|
1997
1851
|
/**
|
|
1998
|
-
*
|
|
1852
|
+
* <p>命名空间ID</p>
|
|
1999
1853
|
*/
|
|
2000
1854
|
NamespaceId?: string;
|
|
2001
1855
|
/**
|
|
2002
|
-
*
|
|
1856
|
+
* <p>命名空间名称</p>
|
|
2003
1857
|
*/
|
|
2004
1858
|
NamespaceName?: string;
|
|
2005
1859
|
/**
|
|
2006
|
-
*
|
|
1860
|
+
* <p>应用ID</p>
|
|
2007
1861
|
*/
|
|
2008
1862
|
ApplicationId?: string;
|
|
2009
1863
|
/**
|
|
2010
|
-
*
|
|
1864
|
+
* <p>应用名称</p>
|
|
2011
1865
|
*/
|
|
2012
1866
|
ApplicationName?: string;
|
|
2013
1867
|
/**
|
|
2014
|
-
*
|
|
1868
|
+
* <p>部署组机器数目</p>
|
|
2015
1869
|
*/
|
|
2016
1870
|
InstanceCount?: number;
|
|
2017
1871
|
/**
|
|
2018
|
-
*
|
|
1872
|
+
* <p>部署组运行中机器数目</p>
|
|
2019
1873
|
*/
|
|
2020
1874
|
RunInstanceCount?: number;
|
|
2021
1875
|
/**
|
|
2022
|
-
*
|
|
1876
|
+
* <p>部署组启动参数信息</p>
|
|
2023
1877
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2024
1878
|
*/
|
|
2025
1879
|
StartupParameters?: string;
|
|
2026
1880
|
/**
|
|
2027
|
-
*
|
|
1881
|
+
* <p>部署组创建时间</p>
|
|
2028
1882
|
*/
|
|
2029
1883
|
CreateTime?: string;
|
|
2030
1884
|
/**
|
|
2031
|
-
*
|
|
1885
|
+
* <p>部署组更新时间</p>
|
|
2032
1886
|
*/
|
|
2033
1887
|
UpdateTime?: string;
|
|
2034
1888
|
/**
|
|
2035
|
-
*
|
|
1889
|
+
* <p>部署组停止机器数目</p>
|
|
2036
1890
|
*/
|
|
2037
1891
|
OffInstanceCount?: number;
|
|
2038
1892
|
/**
|
|
2039
|
-
*
|
|
1893
|
+
* <p>部署组描述信息</p>
|
|
2040
1894
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2041
1895
|
*/
|
|
2042
1896
|
GroupDesc?: string;
|
|
2043
1897
|
/**
|
|
2044
|
-
*
|
|
1898
|
+
* <p>微服务类型</p>
|
|
2045
1899
|
*/
|
|
2046
1900
|
MicroserviceType?: string;
|
|
2047
1901
|
/**
|
|
2048
|
-
*
|
|
1902
|
+
* <p>应用类型</p>
|
|
2049
1903
|
*/
|
|
2050
1904
|
ApplicationType?: string;
|
|
2051
1905
|
/**
|
|
2052
|
-
*
|
|
1906
|
+
* <p>部署组资源类型</p>
|
|
2053
1907
|
*/
|
|
2054
1908
|
GroupResourceType?: string;
|
|
2055
1909
|
/**
|
|
2056
|
-
*
|
|
1910
|
+
* <p>部署组更新时间戳</p>
|
|
2057
1911
|
*/
|
|
2058
1912
|
UpdatedTime?: number;
|
|
2059
1913
|
/**
|
|
2060
|
-
*
|
|
1914
|
+
* <p>部署应用描述信息</p>
|
|
2061
1915
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2062
1916
|
*/
|
|
2063
1917
|
DeployDesc?: string;
|
|
2064
1918
|
/**
|
|
2065
|
-
*
|
|
1919
|
+
* <p>滚动发布的更新方式</p>
|
|
2066
1920
|
*/
|
|
2067
1921
|
UpdateType?: number;
|
|
2068
1922
|
/**
|
|
2069
|
-
*
|
|
1923
|
+
* <p>发布是否启用beta批次</p>
|
|
2070
1924
|
*/
|
|
2071
1925
|
DeployBetaEnable?: boolean;
|
|
2072
1926
|
/**
|
|
2073
|
-
*
|
|
1927
|
+
* <p>滚动发布的批次比例列表</p>
|
|
2074
1928
|
*/
|
|
2075
1929
|
DeployBatch?: Array<number>;
|
|
2076
1930
|
/**
|
|
2077
|
-
*
|
|
1931
|
+
* <p>滚动发布的批次执行方式</p>
|
|
2078
1932
|
*/
|
|
2079
1933
|
DeployExeMode?: string;
|
|
2080
1934
|
/**
|
|
2081
|
-
*
|
|
1935
|
+
* <p>滚动发布的每个批次的等待时间</p>
|
|
2082
1936
|
*/
|
|
2083
1937
|
DeployWaitTime?: number;
|
|
2084
1938
|
/**
|
|
2085
|
-
*
|
|
1939
|
+
* <p>是否开启了健康检查</p>
|
|
2086
1940
|
*/
|
|
2087
1941
|
EnableHealthCheck?: boolean;
|
|
2088
1942
|
/**
|
|
2089
|
-
*
|
|
1943
|
+
* <p>健康检查配置</p>
|
|
2090
1944
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2091
1945
|
*/
|
|
2092
1946
|
HealthCheckSettings?: HealthCheckSettings;
|
|
2093
1947
|
/**
|
|
2094
|
-
*
|
|
1948
|
+
* <p>程序包类型</p>
|
|
2095
1949
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2096
1950
|
*/
|
|
2097
1951
|
PackageType?: string;
|
|
2098
1952
|
/**
|
|
2099
|
-
*
|
|
1953
|
+
* <p>启动脚本 base64编码</p>
|
|
2100
1954
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2101
1955
|
*/
|
|
2102
1956
|
StartScript?: string;
|
|
2103
1957
|
/**
|
|
2104
|
-
*
|
|
1958
|
+
* <p>停止脚本 base64编码</p>
|
|
2105
1959
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2106
1960
|
*/
|
|
2107
1961
|
StopScript?: string;
|
|
2108
1962
|
/**
|
|
2109
|
-
*
|
|
1963
|
+
* <p>部署组备注</p>
|
|
2110
1964
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2111
1965
|
*/
|
|
2112
1966
|
Alias?: string;
|
|
2113
1967
|
/**
|
|
2114
|
-
* javaagent
|
|
1968
|
+
* <p>javaagent信息</p>
|
|
2115
1969
|
*/
|
|
2116
1970
|
AgentProfileList?: Array<AgentProfile>;
|
|
2117
1971
|
/**
|
|
2118
|
-
*
|
|
1972
|
+
* <p>预热属性配置</p>
|
|
2119
1973
|
*/
|
|
2120
1974
|
WarmupSetting?: WarmupSetting;
|
|
2121
1975
|
/**
|
|
2122
|
-
* Envoy
|
|
1976
|
+
* <p>Envoy网关配置</p>
|
|
2123
1977
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
2124
1978
|
*/
|
|
2125
1979
|
GatewayConfig?: GatewayConfig;
|
|
2126
1980
|
/**
|
|
2127
|
-
*
|
|
1981
|
+
* <p>批次是否开启健康检查</p>
|
|
2128
1982
|
*/
|
|
2129
1983
|
EnableBatchHealthCheck?: boolean;
|
|
2130
1984
|
/**
|
|
2131
|
-
*
|
|
1985
|
+
* <p>是否开启cgroup控制内存cpu</p>
|
|
2132
1986
|
*/
|
|
2133
1987
|
FilebeatCgroupEnable?: boolean;
|
|
2134
1988
|
/**
|
|
2135
|
-
* filebeat使用cpu
|
|
1989
|
+
* <p>filebeat使用cpu上限</p>
|
|
2136
1990
|
*/
|
|
2137
1991
|
FilebeatMaxCpu?: number;
|
|
2138
1992
|
/**
|
|
2139
|
-
* filebeat
|
|
1993
|
+
* <p>filebeat使用内存上限</p>
|
|
2140
1994
|
*/
|
|
2141
1995
|
FilebeatMaxMem?: number;
|
|
2142
1996
|
/**
|
|
2143
|
-
*
|
|
1997
|
+
* <p>仓库ID</p>
|
|
2144
1998
|
*/
|
|
2145
1999
|
RepositoryId?: string;
|
|
2146
2000
|
/**
|
|
2147
|
-
*
|
|
2001
|
+
* <p>仓库名称</p>
|
|
2148
2002
|
*/
|
|
2149
2003
|
RepositoryName?: string;
|
|
2150
2004
|
/**
|
|
2151
|
-
*
|
|
2005
|
+
* <p>仓库类型</p>
|
|
2152
2006
|
*/
|
|
2153
2007
|
RepositoryType?: string;
|
|
2008
|
+
/**
|
|
2009
|
+
* <p>是否自动重启</p>
|
|
2010
|
+
*/
|
|
2011
|
+
LivenessAutoRestart?: boolean;
|
|
2154
2012
|
}
|
|
2155
2013
|
/**
|
|
2156
2014
|
* DescribeResourceConfig返回参数结构体
|
|
@@ -2405,17 +2263,21 @@ export interface Instance {
|
|
|
2405
2263
|
*/
|
|
2406
2264
|
export interface UpdateHealthCheckSettingsRequest {
|
|
2407
2265
|
/**
|
|
2408
|
-
*
|
|
2266
|
+
* <p>部署组ID,可通过调用<a href="https://cloud.tencent.com/document/api/649/36068">DescribeContainerGroups</a>查询已创建的部署组列表或登录控制台进行查看;也可以调用<a href="https://cloud.tencent.com/document/api/649/36075">CreateContainGroup</a>创建新的部署组。</p>
|
|
2409
2267
|
*/
|
|
2410
2268
|
GroupId: string;
|
|
2411
2269
|
/**
|
|
2412
|
-
*
|
|
2270
|
+
* <p>是否开启健康检查</p>
|
|
2413
2271
|
*/
|
|
2414
2272
|
EnableHealthCheck?: boolean;
|
|
2415
2273
|
/**
|
|
2416
|
-
*
|
|
2274
|
+
* <p>健康检查配置</p>
|
|
2417
2275
|
*/
|
|
2418
2276
|
HealthCheckSettings?: HealthCheckSettings;
|
|
2277
|
+
/**
|
|
2278
|
+
* <p>是否自动重启</p>
|
|
2279
|
+
*/
|
|
2280
|
+
LivenessAutoRestart?: boolean;
|
|
2419
2281
|
}
|
|
2420
2282
|
/**
|
|
2421
2283
|
* ScalableRule值
|
|
@@ -2489,9 +2351,7 @@ export type DescribeResourceConfigRequest = null;
|
|
|
2489
2351
|
*/
|
|
2490
2352
|
export interface CreateMicroserviceResponse {
|
|
2491
2353
|
/**
|
|
2492
|
-
*
|
|
2493
|
-
true:操作成功。
|
|
2494
|
-
false:操作失败。
|
|
2354
|
+
* <p>新增结果。<br>true:操作成功。<br>false:操作失败。</p>
|
|
2495
2355
|
*/
|
|
2496
2356
|
Result?: boolean;
|
|
2497
2357
|
/**
|
|
@@ -2622,19 +2482,6 @@ export interface CosUploadInfo {
|
|
|
2622
2482
|
*/
|
|
2623
2483
|
Credentials?: CosCredentials;
|
|
2624
2484
|
}
|
|
2625
|
-
/**
|
|
2626
|
-
* DescribeLanes返回参数结构体
|
|
2627
|
-
*/
|
|
2628
|
-
export interface DescribeLanesResponse {
|
|
2629
|
-
/**
|
|
2630
|
-
* 泳道配置列表。
|
|
2631
|
-
*/
|
|
2632
|
-
Result?: LaneInfos;
|
|
2633
|
-
/**
|
|
2634
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
2635
|
-
*/
|
|
2636
|
-
RequestId?: string;
|
|
2637
|
-
}
|
|
2638
2485
|
/**
|
|
2639
2486
|
* StartGroup请求参数结构体
|
|
2640
2487
|
*/
|
|
@@ -2832,15 +2679,6 @@ export interface DescribeResourceTaskStatusResponse {
|
|
|
2832
2679
|
*/
|
|
2833
2680
|
RequestId?: string;
|
|
2834
2681
|
}
|
|
2835
|
-
/**
|
|
2836
|
-
* RedoTask请求参数结构体
|
|
2837
|
-
*/
|
|
2838
|
-
export interface RedoTaskRequest {
|
|
2839
|
-
/**
|
|
2840
|
-
* 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
2841
|
-
*/
|
|
2842
|
-
TaskId: string;
|
|
2843
|
-
}
|
|
2844
2682
|
/**
|
|
2845
2683
|
* DeleteApiGroup返回参数结构体
|
|
2846
2684
|
*/
|
|
@@ -3141,23 +2979,6 @@ export interface DescribeOverviewInvocationRequest {
|
|
|
3141
2979
|
*/
|
|
3142
2980
|
EndTime?: string;
|
|
3143
2981
|
}
|
|
3144
|
-
/**
|
|
3145
|
-
* 任务最近一次执行状态
|
|
3146
|
-
*/
|
|
3147
|
-
export interface TaskLastExecuteStatus {
|
|
3148
|
-
/**
|
|
3149
|
-
* 批次ID
|
|
3150
|
-
*/
|
|
3151
|
-
BatchId?: string;
|
|
3152
|
-
/**
|
|
3153
|
-
* 运行状态,RUNNING/SUCCESS/FAIL/HALF/TERMINATED
|
|
3154
|
-
*/
|
|
3155
|
-
State?: string;
|
|
3156
|
-
/**
|
|
3157
|
-
* 批次历史ID
|
|
3158
|
-
*/
|
|
3159
|
-
BatchLogId?: string;
|
|
3160
|
-
}
|
|
3161
2982
|
/**
|
|
3162
2983
|
* DescribePrograms请求参数结构体
|
|
3163
2984
|
*/
|
|
@@ -3533,79 +3354,6 @@ export interface StartContainerGroupResponse {
|
|
|
3533
3354
|
*/
|
|
3534
3355
|
RequestId?: string;
|
|
3535
3356
|
}
|
|
3536
|
-
/**
|
|
3537
|
-
* ModifyTask请求参数结构体
|
|
3538
|
-
*/
|
|
3539
|
-
export interface ModifyTaskRequest {
|
|
3540
|
-
/**
|
|
3541
|
-
* 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
3542
|
-
*/
|
|
3543
|
-
TaskId: string;
|
|
3544
|
-
/**
|
|
3545
|
-
* 任务名称,长度限制为64字符。在任务管理列表页面第一列或是任务基本信息页查看任务名称。
|
|
3546
|
-
*/
|
|
3547
|
-
TaskName?: string;
|
|
3548
|
-
/**
|
|
3549
|
-
* 任务类型。当前只支持一种任务类型。枚举值,java:Java类任务
|
|
3550
|
-
*/
|
|
3551
|
-
TaskType?: string;
|
|
3552
|
-
/**
|
|
3553
|
-
* 任务内容,长度限制为 65536 字节
|
|
3554
|
-
*/
|
|
3555
|
-
TaskContent?: string;
|
|
3556
|
-
/**
|
|
3557
|
-
* 任务执行方式,枚举值。unicast:随机单节点执行,broadcast:广播执行,shard:分片执行
|
|
3558
|
-
*/
|
|
3559
|
-
ExecuteType?: string;
|
|
3560
|
-
/**
|
|
3561
|
-
* 触发规则
|
|
3562
|
-
*/
|
|
3563
|
-
TaskRule?: TaskRule;
|
|
3564
|
-
/**
|
|
3565
|
-
* 超时时间,取值大于0,单位:毫秒(ms)
|
|
3566
|
-
*/
|
|
3567
|
-
TimeOut?: number;
|
|
3568
|
-
/**
|
|
3569
|
-
* 部署组ID。在[应用管理](https://console.cloud.tencent.com/tsf/app?rid=1),点击应用ID进入应用部署页查看部署组ID。
|
|
3570
|
-
*/
|
|
3571
|
-
GroupId?: string;
|
|
3572
|
-
/**
|
|
3573
|
-
* 分片数量,取值范围2~1000
|
|
3574
|
-
*/
|
|
3575
|
-
ShardCount?: number;
|
|
3576
|
-
/**
|
|
3577
|
-
* 分片参数
|
|
3578
|
-
*/
|
|
3579
|
-
ShardArguments?: Array<ShardArgument>;
|
|
3580
|
-
/**
|
|
3581
|
-
* 高级设置
|
|
3582
|
-
*/
|
|
3583
|
-
AdvanceSettings?: AdvanceSettings;
|
|
3584
|
-
/**
|
|
3585
|
-
* 判断任务成功的操作符 GT/GTE
|
|
3586
|
-
*/
|
|
3587
|
-
SuccessOperator?: string;
|
|
3588
|
-
/**
|
|
3589
|
-
* 判断任务成功率的阈值,取值范围:1-100,单位:百分比(%)
|
|
3590
|
-
*/
|
|
3591
|
-
SuccessRatio?: number;
|
|
3592
|
-
/**
|
|
3593
|
-
* 重试次数,取值范围 0 - 10,单位:次
|
|
3594
|
-
*/
|
|
3595
|
-
RetryCount?: number;
|
|
3596
|
-
/**
|
|
3597
|
-
* 重试间隔,取值范围 0-600,单位:秒(s)
|
|
3598
|
-
*/
|
|
3599
|
-
RetryInterval?: number;
|
|
3600
|
-
/**
|
|
3601
|
-
* 任务参数,长度限制10000个字符
|
|
3602
|
-
*/
|
|
3603
|
-
TaskArgument?: string;
|
|
3604
|
-
/**
|
|
3605
|
-
* 数据集列表。
|
|
3606
|
-
*/
|
|
3607
|
-
ProgramIdList?: Array<string>;
|
|
3608
|
-
}
|
|
3609
3357
|
/**
|
|
3610
3358
|
* DeleteUnitNamespaces返回参数结构体
|
|
3611
3359
|
*/
|
|
@@ -4142,27 +3890,6 @@ export interface ContainGroupResult {
|
|
|
4142
3890
|
*/
|
|
4143
3891
|
TotalCount?: number;
|
|
4144
3892
|
}
|
|
4145
|
-
/**
|
|
4146
|
-
* UpdateUnitRule请求参数结构体
|
|
4147
|
-
*/
|
|
4148
|
-
export interface UpdateUnitRuleRequest {
|
|
4149
|
-
/**
|
|
4150
|
-
* 规则ID
|
|
4151
|
-
*/
|
|
4152
|
-
Id: string;
|
|
4153
|
-
/**
|
|
4154
|
-
* 规则名称
|
|
4155
|
-
*/
|
|
4156
|
-
Name: string;
|
|
4157
|
-
/**
|
|
4158
|
-
* 规则描述
|
|
4159
|
-
*/
|
|
4160
|
-
Description?: string;
|
|
4161
|
-
/**
|
|
4162
|
-
* 规则项列表
|
|
4163
|
-
*/
|
|
4164
|
-
UnitRuleItemList?: Array<UnitRuleItem>;
|
|
4165
|
-
}
|
|
4166
3893
|
/**
|
|
4167
3894
|
* ReleasePublicConfig返回参数结构体
|
|
4168
3895
|
*/
|
|
@@ -4262,21 +3989,25 @@ export interface DescribeGroupInstancesRequest {
|
|
|
4262
3989
|
*/
|
|
4263
3990
|
export interface DescribeMsApiListRequest {
|
|
4264
3991
|
/**
|
|
4265
|
-
*
|
|
3992
|
+
* <p>微服务ID。该参数可以通过调用 <a href="https://cloud.tencent.com/document/product/649/36084">DescribeMicroservices</a> 的返回值中的 MicroserviceId 字段来获取或通过登录<a href="https://console.cloud.tencent.com/tse/tsf-consul?tab=service">控制台</a>查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/85860">CreateMicroserviceWithDetailResp</a>创建新的微服务。</p>
|
|
4266
3993
|
*/
|
|
4267
3994
|
MicroserviceId: string;
|
|
4268
3995
|
/**
|
|
4269
|
-
*
|
|
3996
|
+
* <p>搜索关键字。</p>
|
|
4270
3997
|
*/
|
|
4271
3998
|
SearchWord?: string;
|
|
4272
3999
|
/**
|
|
4273
|
-
*
|
|
4000
|
+
* <p>返回数量,默认为20,最大值为50。</p>
|
|
4274
4001
|
*/
|
|
4275
4002
|
Limit?: number;
|
|
4276
4003
|
/**
|
|
4277
|
-
*
|
|
4004
|
+
* <p>偏移量,默认为0。</p>
|
|
4278
4005
|
*/
|
|
4279
4006
|
Offset?: number;
|
|
4007
|
+
/**
|
|
4008
|
+
* <p>批量查询API参数</p>
|
|
4009
|
+
*/
|
|
4010
|
+
BatchApiParamList?: Array<ApiParam>;
|
|
4280
4011
|
}
|
|
4281
4012
|
/**
|
|
4282
4013
|
* 许可标签
|
|
@@ -4336,7 +4067,7 @@ export interface LifeCycleHook {
|
|
|
4336
4067
|
*/
|
|
4337
4068
|
export interface DescribeMsApiListResponse {
|
|
4338
4069
|
/**
|
|
4339
|
-
*
|
|
4070
|
+
* <p>微服务API列表。</p>
|
|
4340
4071
|
*/
|
|
4341
4072
|
Result?: TsfApiListResponse;
|
|
4342
4073
|
/**
|
|
@@ -4344,15 +4075,6 @@ export interface DescribeMsApiListResponse {
|
|
|
4344
4075
|
*/
|
|
4345
4076
|
RequestId?: string;
|
|
4346
4077
|
}
|
|
4347
|
-
/**
|
|
4348
|
-
* EnableTask请求参数结构体
|
|
4349
|
-
*/
|
|
4350
|
-
export interface EnableTaskRequest {
|
|
4351
|
-
/**
|
|
4352
|
-
* 任务ID。[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
4353
|
-
*/
|
|
4354
|
-
TaskId: string;
|
|
4355
|
-
}
|
|
4356
4078
|
/**
|
|
4357
4079
|
* 业务日志
|
|
4358
4080
|
*/
|
|
@@ -4382,19 +4104,6 @@ export interface BusinessLogV2 {
|
|
|
4382
4104
|
*/
|
|
4383
4105
|
GroupId?: string;
|
|
4384
4106
|
}
|
|
4385
|
-
/**
|
|
4386
|
-
* DisableTask返回参数结构体
|
|
4387
|
-
*/
|
|
4388
|
-
export interface DisableTaskResponse {
|
|
4389
|
-
/**
|
|
4390
|
-
* true:操作成功,false:操作失败
|
|
4391
|
-
*/
|
|
4392
|
-
Result?: boolean;
|
|
4393
|
-
/**
|
|
4394
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4395
|
-
*/
|
|
4396
|
-
RequestId?: string;
|
|
4397
|
-
}
|
|
4398
4107
|
/**
|
|
4399
4108
|
* DescribeMicroservice请求参数结构体
|
|
4400
4109
|
*/
|
|
@@ -4690,19 +4399,6 @@ export interface DeleteClusterRequest {
|
|
|
4690
4399
|
*/
|
|
4691
4400
|
Unbind?: boolean;
|
|
4692
4401
|
}
|
|
4693
|
-
/**
|
|
4694
|
-
* StopTaskBatch返回参数结构体
|
|
4695
|
-
*/
|
|
4696
|
-
export interface StopTaskBatchResponse {
|
|
4697
|
-
/**
|
|
4698
|
-
* 返回 true 或 false。true:操作成功,false:操作失败
|
|
4699
|
-
*/
|
|
4700
|
-
Result?: boolean;
|
|
4701
|
-
/**
|
|
4702
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4703
|
-
*/
|
|
4704
|
-
RequestId?: string;
|
|
4705
|
-
}
|
|
4706
4402
|
/**
|
|
4707
4403
|
* 服务统计结果
|
|
4708
4404
|
*/
|
|
@@ -4854,15 +4550,6 @@ export interface DescribeContainerGroupDetailResponse {
|
|
|
4854
4550
|
*/
|
|
4855
4551
|
RequestId?: string;
|
|
4856
4552
|
}
|
|
4857
|
-
/**
|
|
4858
|
-
* DisableTask请求参数结构体
|
|
4859
|
-
*/
|
|
4860
|
-
export interface DisableTaskRequest {
|
|
4861
|
-
/**
|
|
4862
|
-
* 任务ID。[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
4863
|
-
*/
|
|
4864
|
-
TaskId: string;
|
|
4865
|
-
}
|
|
4866
4553
|
/**
|
|
4867
4554
|
* CreatePathRewritesWithDetailResp返回参数结构体
|
|
4868
4555
|
*/
|
|
@@ -4876,6 +4563,19 @@ export interface CreatePathRewritesWithDetailRespResponse {
|
|
|
4876
4563
|
*/
|
|
4877
4564
|
RequestId?: string;
|
|
4878
4565
|
}
|
|
4566
|
+
/**
|
|
4567
|
+
* API 参数
|
|
4568
|
+
*/
|
|
4569
|
+
export interface ApiParam {
|
|
4570
|
+
/**
|
|
4571
|
+
* <p>接口Method</p>
|
|
4572
|
+
*/
|
|
4573
|
+
Method: string;
|
|
4574
|
+
/**
|
|
4575
|
+
* <p>接口Path</p>
|
|
4576
|
+
*/
|
|
4577
|
+
Path: string;
|
|
4578
|
+
}
|
|
4879
4579
|
/**
|
|
4880
4580
|
* 服务端口
|
|
4881
4581
|
*/
|
|
@@ -4958,19 +4658,6 @@ export interface PkgBind {
|
|
|
4958
4658
|
*/
|
|
4959
4659
|
GroupId?: string;
|
|
4960
4660
|
}
|
|
4961
|
-
/**
|
|
4962
|
-
* DeleteTask返回参数结构体
|
|
4963
|
-
*/
|
|
4964
|
-
export interface DeleteTaskResponse {
|
|
4965
|
-
/**
|
|
4966
|
-
* true:删除成功,false:删除失败
|
|
4967
|
-
*/
|
|
4968
|
-
Result?: boolean;
|
|
4969
|
-
/**
|
|
4970
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
4971
|
-
*/
|
|
4972
|
-
RequestId?: string;
|
|
4973
|
-
}
|
|
4974
4661
|
/**
|
|
4975
4662
|
* 微服务实例的分页内容
|
|
4976
4663
|
*/
|
|
@@ -5316,17 +5003,25 @@ export interface DeleteContainerGroupResponse {
|
|
|
5316
5003
|
RequestId?: string;
|
|
5317
5004
|
}
|
|
5318
5005
|
/**
|
|
5319
|
-
*
|
|
5006
|
+
* ModifyGroup请求参数结构体
|
|
5320
5007
|
*/
|
|
5321
|
-
export interface
|
|
5008
|
+
export interface ModifyGroupRequest {
|
|
5009
|
+
/**
|
|
5010
|
+
* 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
5011
|
+
*/
|
|
5012
|
+
GroupId: string;
|
|
5322
5013
|
/**
|
|
5323
|
-
*
|
|
5014
|
+
* 部署组名称
|
|
5324
5015
|
*/
|
|
5325
|
-
|
|
5016
|
+
GroupName?: string;
|
|
5326
5017
|
/**
|
|
5327
|
-
*
|
|
5018
|
+
* 部署组描述
|
|
5328
5019
|
*/
|
|
5329
|
-
|
|
5020
|
+
GroupDesc?: string;
|
|
5021
|
+
/**
|
|
5022
|
+
* 部署组备注
|
|
5023
|
+
*/
|
|
5024
|
+
Alias?: string;
|
|
5330
5025
|
}
|
|
5331
5026
|
/**
|
|
5332
5027
|
* DeleteImageTags返回参数结构体
|
|
@@ -5433,15 +5128,6 @@ export interface DisableUnitRouteResponse {
|
|
|
5433
5128
|
*/
|
|
5434
5129
|
RequestId?: string;
|
|
5435
5130
|
}
|
|
5436
|
-
/**
|
|
5437
|
-
* ExecuteTask请求参数结构体
|
|
5438
|
-
*/
|
|
5439
|
-
export interface ExecuteTaskRequest {
|
|
5440
|
-
/**
|
|
5441
|
-
* 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
5442
|
-
*/
|
|
5443
|
-
TaskId: string;
|
|
5444
|
-
}
|
|
5445
5131
|
/**
|
|
5446
5132
|
* DescribeGroupBusinessLogConfigs请求参数结构体
|
|
5447
5133
|
*/
|
|
@@ -5568,26 +5254,21 @@ export interface DescribePathRewriteResponse {
|
|
|
5568
5254
|
RequestId?: string;
|
|
5569
5255
|
}
|
|
5570
5256
|
/**
|
|
5571
|
-
*
|
|
5257
|
+
* 指标监控数据曲线
|
|
5572
5258
|
*/
|
|
5573
|
-
export interface
|
|
5259
|
+
export interface MetricDataCurve {
|
|
5574
5260
|
/**
|
|
5575
|
-
*
|
|
5261
|
+
* 指标名称
|
|
5576
5262
|
*/
|
|
5577
|
-
|
|
5578
|
-
}
|
|
5579
|
-
/**
|
|
5580
|
-
* DescribeSimpleNamespaces返回参数结构体
|
|
5581
|
-
*/
|
|
5582
|
-
export interface DescribeSimpleNamespacesResponse {
|
|
5263
|
+
MetricName?: string;
|
|
5583
5264
|
/**
|
|
5584
|
-
*
|
|
5265
|
+
* 指标计算方式
|
|
5585
5266
|
*/
|
|
5586
|
-
|
|
5267
|
+
MetricFunction?: string;
|
|
5587
5268
|
/**
|
|
5588
|
-
*
|
|
5269
|
+
* 指标数据点集合
|
|
5589
5270
|
*/
|
|
5590
|
-
|
|
5271
|
+
MetricDataPoints?: Array<MetricDataPoint>;
|
|
5591
5272
|
}
|
|
5592
5273
|
/**
|
|
5593
5274
|
* 日志投递kafka用,描述部署组信息
|
|
@@ -5624,19 +5305,6 @@ export interface GroupInfo {
|
|
|
5624
5305
|
*/
|
|
5625
5306
|
AssociateTime?: string;
|
|
5626
5307
|
}
|
|
5627
|
-
/**
|
|
5628
|
-
* TerminateTaskFlowBatch返回参数结构体
|
|
5629
|
-
*/
|
|
5630
|
-
export interface TerminateTaskFlowBatchResponse {
|
|
5631
|
-
/**
|
|
5632
|
-
* 是否停止成功,true:停止成功,false:停止失败
|
|
5633
|
-
*/
|
|
5634
|
-
Result?: boolean;
|
|
5635
|
-
/**
|
|
5636
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
5637
|
-
*/
|
|
5638
|
-
RequestId?: string;
|
|
5639
|
-
}
|
|
5640
5308
|
/**
|
|
5641
5309
|
* DisassociateKafkaConfig返回参数结构体
|
|
5642
5310
|
*/
|
|
@@ -6198,19 +5866,6 @@ export interface DescribeSimpleNamespacesRequest {
|
|
|
6198
5866
|
*/
|
|
6199
5867
|
DisableProgramAuthCheck?: boolean;
|
|
6200
5868
|
}
|
|
6201
|
-
/**
|
|
6202
|
-
* ExecuteTaskFlow返回参数结构体
|
|
6203
|
-
*/
|
|
6204
|
-
export interface ExecuteTaskFlowResponse {
|
|
6205
|
-
/**
|
|
6206
|
-
* 操作成功返回工作流批次ID,操作失败返回空字符串。
|
|
6207
|
-
*/
|
|
6208
|
-
Result?: string;
|
|
6209
|
-
/**
|
|
6210
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6211
|
-
*/
|
|
6212
|
-
RequestId?: string;
|
|
6213
|
-
}
|
|
6214
5869
|
/**
|
|
6215
5870
|
* DescribeClusters返回参数结构体
|
|
6216
5871
|
*/
|
|
@@ -6305,35 +5960,22 @@ export interface ExpandGroupResponse {
|
|
|
6305
5960
|
*/
|
|
6306
5961
|
export interface DescribePublicConfigsResponse {
|
|
6307
5962
|
/**
|
|
6308
|
-
* 分页后的全局配置项列表。
|
|
6309
|
-
*/
|
|
6310
|
-
Result?: TsfPageConfig;
|
|
6311
|
-
/**
|
|
6312
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6313
|
-
*/
|
|
6314
|
-
RequestId?: string;
|
|
6315
|
-
}
|
|
6316
|
-
/**
|
|
6317
|
-
* DescribeUnitNamespaces返回参数结构体
|
|
6318
|
-
*/
|
|
6319
|
-
export interface DescribeUnitNamespacesResponse {
|
|
6320
|
-
/**
|
|
6321
|
-
* 单元化命名空间对象列表
|
|
5963
|
+
* 分页后的全局配置项列表。
|
|
6322
5964
|
*/
|
|
6323
|
-
Result?:
|
|
5965
|
+
Result?: TsfPageConfig;
|
|
6324
5966
|
/**
|
|
6325
5967
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6326
5968
|
*/
|
|
6327
5969
|
RequestId?: string;
|
|
6328
5970
|
}
|
|
6329
5971
|
/**
|
|
6330
|
-
*
|
|
5972
|
+
* DescribeUnitNamespaces返回参数结构体
|
|
6331
5973
|
*/
|
|
6332
|
-
export interface
|
|
5974
|
+
export interface DescribeUnitNamespacesResponse {
|
|
6333
5975
|
/**
|
|
6334
|
-
*
|
|
5976
|
+
* 单元化命名空间对象列表
|
|
6335
5977
|
*/
|
|
6336
|
-
Result?:
|
|
5978
|
+
Result?: TsfPageUnitNamespace;
|
|
6337
5979
|
/**
|
|
6338
5980
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6339
5981
|
*/
|
|
@@ -6587,29 +6229,37 @@ export interface AssociateBusinessLogConfigResponse {
|
|
|
6587
6229
|
*/
|
|
6588
6230
|
export interface DescribeGatewayApisRequest {
|
|
6589
6231
|
/**
|
|
6590
|
-
*
|
|
6232
|
+
* <p>分组ID</p>
|
|
6591
6233
|
*/
|
|
6592
6234
|
GroupId: string;
|
|
6593
6235
|
/**
|
|
6594
|
-
*
|
|
6236
|
+
* <p>翻页偏移量</p>
|
|
6595
6237
|
*/
|
|
6596
6238
|
Offset: number;
|
|
6597
6239
|
/**
|
|
6598
|
-
*
|
|
6240
|
+
* <p>每页的记录数</p>
|
|
6599
6241
|
*/
|
|
6600
6242
|
Limit: number;
|
|
6601
6243
|
/**
|
|
6602
|
-
*
|
|
6244
|
+
* <p>搜索关键字,支持 API path</p>
|
|
6603
6245
|
*/
|
|
6604
6246
|
SearchWord?: string;
|
|
6605
6247
|
/**
|
|
6606
|
-
*
|
|
6248
|
+
* <p>部署组ID</p>
|
|
6607
6249
|
*/
|
|
6608
6250
|
GatewayDeployGroupId?: string;
|
|
6609
6251
|
/**
|
|
6610
|
-
*
|
|
6252
|
+
* <p>发布状态, drafted(未发布)/released(已发布)/releasing(发布中)/failed(发布失败)</p>
|
|
6611
6253
|
*/
|
|
6612
6254
|
ReleaseStatus?: string;
|
|
6255
|
+
/**
|
|
6256
|
+
* <p>返回扩展出参字段名</p>
|
|
6257
|
+
*/
|
|
6258
|
+
ExtendFieldList?: Array<string>;
|
|
6259
|
+
/**
|
|
6260
|
+
* <p>服务接口状态</p><p>枚举值:</p><ul><li>ONLINE: 在线状态</li><li>OFFLINE: 离线状态</li><li>UNKNOWN: 未知</li><li>DELETED: 查询MS API不存在</li></ul>
|
|
6261
|
+
*/
|
|
6262
|
+
ApiOnlineStatus?: string;
|
|
6613
6263
|
}
|
|
6614
6264
|
/**
|
|
6615
6265
|
* AssociateConfigWithGroup请求参数结构体
|
|
@@ -6773,19 +6423,6 @@ export interface ImageRepositoryResult {
|
|
|
6773
6423
|
*/
|
|
6774
6424
|
Content?: Array<ImageRepository>;
|
|
6775
6425
|
}
|
|
6776
|
-
/**
|
|
6777
|
-
* ModifyTask返回参数结构体
|
|
6778
|
-
*/
|
|
6779
|
-
export interface ModifyTaskResponse {
|
|
6780
|
-
/**
|
|
6781
|
-
* 更新是否成功。true:操作成功、false:操作失败
|
|
6782
|
-
*/
|
|
6783
|
-
Result?: boolean;
|
|
6784
|
-
/**
|
|
6785
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
6786
|
-
*/
|
|
6787
|
-
RequestId?: string;
|
|
6788
|
-
}
|
|
6789
6426
|
/**
|
|
6790
6427
|
* RevokeFileConfig返回参数结构体
|
|
6791
6428
|
*/
|
|
@@ -7528,25 +7165,12 @@ export interface CreateLaneRuleResponse {
|
|
|
7528
7165
|
*/
|
|
7529
7166
|
RequestId?: string;
|
|
7530
7167
|
}
|
|
7531
|
-
/**
|
|
7532
|
-
* CreateTask返回参数结构体
|
|
7533
|
-
*/
|
|
7534
|
-
export interface CreateTaskResponse {
|
|
7535
|
-
/**
|
|
7536
|
-
* 任务ID
|
|
7537
|
-
*/
|
|
7538
|
-
Result?: string;
|
|
7539
|
-
/**
|
|
7540
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
7541
|
-
*/
|
|
7542
|
-
RequestId?: string;
|
|
7543
|
-
}
|
|
7544
7168
|
/**
|
|
7545
7169
|
* DescribeContainerGroups返回参数结构体
|
|
7546
7170
|
*/
|
|
7547
7171
|
export interface DescribeContainerGroupsResponse {
|
|
7548
7172
|
/**
|
|
7549
|
-
*
|
|
7173
|
+
* <p>查询的权限数据对象</p>
|
|
7550
7174
|
*/
|
|
7551
7175
|
Result?: ContainGroupResult;
|
|
7552
7176
|
/**
|
|
@@ -7639,48 +7263,52 @@ export interface AddInstancesRequest {
|
|
|
7639
7263
|
*/
|
|
7640
7264
|
export interface GatewayPlugin {
|
|
7641
7265
|
/**
|
|
7642
|
-
*
|
|
7266
|
+
* <p>网关插件id</p>
|
|
7643
7267
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7644
7268
|
*/
|
|
7645
7269
|
Id?: string;
|
|
7646
7270
|
/**
|
|
7647
|
-
*
|
|
7271
|
+
* <p>插件名称</p>
|
|
7648
7272
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7649
7273
|
*/
|
|
7650
7274
|
Name?: string;
|
|
7651
7275
|
/**
|
|
7652
|
-
*
|
|
7276
|
+
* <p>插件类型</p>
|
|
7653
7277
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7654
7278
|
*/
|
|
7655
7279
|
Type?: string;
|
|
7656
7280
|
/**
|
|
7657
|
-
*
|
|
7281
|
+
* <p>插件描述</p>
|
|
7658
7282
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7659
7283
|
*/
|
|
7660
7284
|
Description?: string;
|
|
7661
7285
|
/**
|
|
7662
|
-
*
|
|
7286
|
+
* <p>创建时间</p>
|
|
7663
7287
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7664
7288
|
*/
|
|
7665
7289
|
CreatedTime?: string;
|
|
7666
7290
|
/**
|
|
7667
|
-
*
|
|
7291
|
+
* <p>更新时间</p>
|
|
7668
7292
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7669
7293
|
*/
|
|
7670
7294
|
UpdatedTime?: string;
|
|
7671
7295
|
/**
|
|
7672
|
-
*
|
|
7296
|
+
* <p>发布状态</p>
|
|
7673
7297
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
7674
7298
|
*/
|
|
7675
7299
|
Status?: string;
|
|
7676
7300
|
/**
|
|
7677
|
-
*
|
|
7301
|
+
* <p>是否禁用删除</p>
|
|
7678
7302
|
*/
|
|
7679
7303
|
DeleteDisabled?: boolean;
|
|
7680
7304
|
/**
|
|
7681
|
-
*
|
|
7305
|
+
* <p>禁用原因</p>
|
|
7682
7306
|
*/
|
|
7683
7307
|
DeleteDisabledReason?: string;
|
|
7308
|
+
/**
|
|
7309
|
+
* <p>是否不可绑定</p><p>枚举值:</p><ul><li>true: 禁止绑定</li><li>false: 允许绑定</li></ul>
|
|
7310
|
+
*/
|
|
7311
|
+
BindDisabled?: boolean;
|
|
7684
7312
|
}
|
|
7685
7313
|
/**
|
|
7686
7314
|
* 网关分组简单信息
|
|
@@ -7909,31 +7537,6 @@ export interface ContainerAdditionalResourceRequirementMap {
|
|
|
7909
7537
|
*/
|
|
7910
7538
|
N: ContainerAdditionalResourceRequirement;
|
|
7911
7539
|
}
|
|
7912
|
-
/**
|
|
7913
|
-
* CreateTaskFlow请求参数结构体
|
|
7914
|
-
*/
|
|
7915
|
-
export interface CreateTaskFlowRequest {
|
|
7916
|
-
/**
|
|
7917
|
-
* 工作流名称
|
|
7918
|
-
*/
|
|
7919
|
-
FlowName: string;
|
|
7920
|
-
/**
|
|
7921
|
-
* 触发方式
|
|
7922
|
-
*/
|
|
7923
|
-
TriggerRule: TaskRule;
|
|
7924
|
-
/**
|
|
7925
|
-
* 工作流任务节点列表
|
|
7926
|
-
*/
|
|
7927
|
-
FlowEdges: Array<TaskFlowEdge>;
|
|
7928
|
-
/**
|
|
7929
|
-
* 工作流执行超时时间,单位:毫秒
|
|
7930
|
-
*/
|
|
7931
|
-
TimeOut: number;
|
|
7932
|
-
/**
|
|
7933
|
-
* 数据集列表
|
|
7934
|
-
*/
|
|
7935
|
-
ProgramIdList?: Array<string>;
|
|
7936
|
-
}
|
|
7937
7540
|
/**
|
|
7938
7541
|
* CreateFileConfigWithDetailResp返回参数结构体
|
|
7939
7542
|
*/
|
|
@@ -8396,13 +7999,25 @@ export interface ImageTag {
|
|
|
8396
7999
|
TcrRepoInfo?: TcrRepoInfo;
|
|
8397
8000
|
}
|
|
8398
8001
|
/**
|
|
8399
|
-
*
|
|
8002
|
+
* UpdateUnitRule请求参数结构体
|
|
8400
8003
|
*/
|
|
8401
|
-
export interface
|
|
8004
|
+
export interface UpdateUnitRuleRequest {
|
|
8402
8005
|
/**
|
|
8403
|
-
*
|
|
8006
|
+
* 规则ID
|
|
8007
|
+
*/
|
|
8008
|
+
Id: string;
|
|
8009
|
+
/**
|
|
8010
|
+
* 规则名称
|
|
8011
|
+
*/
|
|
8012
|
+
Name: string;
|
|
8013
|
+
/**
|
|
8014
|
+
* 规则描述
|
|
8015
|
+
*/
|
|
8016
|
+
Description?: string;
|
|
8017
|
+
/**
|
|
8018
|
+
* 规则项列表
|
|
8404
8019
|
*/
|
|
8405
|
-
|
|
8020
|
+
UnitRuleItemList?: Array<UnitRuleItem>;
|
|
8406
8021
|
}
|
|
8407
8022
|
/**
|
|
8408
8023
|
* DescribeBusinessLogConfig返回参数结构体
|
|
@@ -8417,15 +8032,6 @@ export interface DescribeBusinessLogConfigResponse {
|
|
|
8417
8032
|
*/
|
|
8418
8033
|
RequestId?: string;
|
|
8419
8034
|
}
|
|
8420
|
-
/**
|
|
8421
|
-
* TerminateTaskFlowBatch请求参数结构体
|
|
8422
|
-
*/
|
|
8423
|
-
export interface TerminateTaskFlowBatchRequest {
|
|
8424
|
-
/**
|
|
8425
|
-
* 工作流批次 ID,在[工作流执行记录](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=taskflow)列表页第一列获取。
|
|
8426
|
-
*/
|
|
8427
|
-
FlowBatchId: string;
|
|
8428
|
-
}
|
|
8429
8035
|
/**
|
|
8430
8036
|
* CreateUnitRule返回参数结构体
|
|
8431
8037
|
*/
|
|
@@ -8452,19 +8058,6 @@ export interface CreateUnitNamespacesRequest {
|
|
|
8452
8058
|
*/
|
|
8453
8059
|
UnitNamespaceList?: Array<UnitNamespace>;
|
|
8454
8060
|
}
|
|
8455
|
-
/**
|
|
8456
|
-
* DescribeTaskRecords返回参数结构体
|
|
8457
|
-
*/
|
|
8458
|
-
export interface DescribeTaskRecordsResponse {
|
|
8459
|
-
/**
|
|
8460
|
-
* 任务记录列表
|
|
8461
|
-
*/
|
|
8462
|
-
Result?: TaskRecordPage;
|
|
8463
|
-
/**
|
|
8464
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
8465
|
-
*/
|
|
8466
|
-
RequestId?: string;
|
|
8467
|
-
}
|
|
8468
8061
|
/**
|
|
8469
8062
|
* ModifyGroupLane返回参数结构体
|
|
8470
8063
|
*/
|
|
@@ -8626,7 +8219,7 @@ export interface ModifyUploadInfoRequest {
|
|
|
8626
8219
|
*/
|
|
8627
8220
|
export interface DescribeGatewayApisResponse {
|
|
8628
8221
|
/**
|
|
8629
|
-
*
|
|
8222
|
+
* <p>翻页结构</p>
|
|
8630
8223
|
*/
|
|
8631
8224
|
Result?: TsfPageApiDetailInfo;
|
|
8632
8225
|
/**
|
|
@@ -8815,20 +8408,6 @@ export interface DescribePublicConfigReleaseLogsRequest {
|
|
|
8815
8408
|
*/
|
|
8816
8409
|
Limit?: number;
|
|
8817
8410
|
}
|
|
8818
|
-
/**
|
|
8819
|
-
* 分片参数
|
|
8820
|
-
*/
|
|
8821
|
-
export interface ShardArgument {
|
|
8822
|
-
/**
|
|
8823
|
-
* 分片参数 KEY,整形, 范围 [1,1000]
|
|
8824
|
-
*/
|
|
8825
|
-
ShardKey?: number;
|
|
8826
|
-
/**
|
|
8827
|
-
* 分片参数 VALUE
|
|
8828
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
8829
|
-
*/
|
|
8830
|
-
ShardValue?: string;
|
|
8831
|
-
}
|
|
8832
8411
|
/**
|
|
8833
8412
|
* 指标维度多值匹配。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
|
8834
8413
|
*/
|
|
@@ -9081,19 +8660,6 @@ export interface CreateUnitRuleWithDetailRespResponse {
|
|
|
9081
8660
|
*/
|
|
9082
8661
|
RequestId?: string;
|
|
9083
8662
|
}
|
|
9084
|
-
/**
|
|
9085
|
-
* EnableTaskFlow返回参数结构体
|
|
9086
|
-
*/
|
|
9087
|
-
export interface EnableTaskFlowResponse {
|
|
9088
|
-
/**
|
|
9089
|
-
* true成功,false: 失败
|
|
9090
|
-
*/
|
|
9091
|
-
Result?: boolean;
|
|
9092
|
-
/**
|
|
9093
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9094
|
-
*/
|
|
9095
|
-
RequestId?: string;
|
|
9096
|
-
}
|
|
9097
8663
|
/**
|
|
9098
8664
|
* API 明细
|
|
9099
8665
|
*/
|
|
@@ -9236,6 +8802,11 @@ export interface ApiDetailInfo {
|
|
|
9236
8802
|
* <p>禁用短路径访问开关原因</p>
|
|
9237
8803
|
*/
|
|
9238
8804
|
PathMappingUnsupportedMsg?: string;
|
|
8805
|
+
/**
|
|
8806
|
+
* <p>API在线状态</p><p>枚举值:</p><ul><li>ONLINE: 在线</li><li>OFFLINE: 离线</li><li>UNKNOWN: 未知</li><li>DELETED: 查询服务治理API不存在</li></ul>
|
|
8807
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
8808
|
+
*/
|
|
8809
|
+
ApiOnlineStatus?: string;
|
|
9239
8810
|
}
|
|
9240
8811
|
/**
|
|
9241
8812
|
* DeleteUnitRule返回参数结构体
|
|
@@ -9265,19 +8836,6 @@ export interface TsfPageConfigRelease {
|
|
|
9265
8836
|
*/
|
|
9266
8837
|
Content?: Array<ConfigRelease>;
|
|
9267
8838
|
}
|
|
9268
|
-
/**
|
|
9269
|
-
* DisableTaskFlow返回参数结构体
|
|
9270
|
-
*/
|
|
9271
|
-
export interface DisableTaskFlowResponse {
|
|
9272
|
-
/**
|
|
9273
|
-
* true成功,false: 失败
|
|
9274
|
-
*/
|
|
9275
|
-
Result?: boolean;
|
|
9276
|
-
/**
|
|
9277
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
9278
|
-
*/
|
|
9279
|
-
RequestId?: string;
|
|
9280
|
-
}
|
|
9281
8839
|
/**
|
|
9282
8840
|
* DescribeGatewayMonitorOverview请求参数结构体
|
|
9283
8841
|
*/
|
|
@@ -9300,16 +8858,6 @@ export interface DescribeImageTagsResponse {
|
|
|
9300
8858
|
*/
|
|
9301
8859
|
RequestId?: string;
|
|
9302
8860
|
}
|
|
9303
|
-
/**
|
|
9304
|
-
* 虚拟机实例相关的参数配置
|
|
9305
|
-
*/
|
|
9306
|
-
export interface VmInstanceResourceConfig {
|
|
9307
|
-
/**
|
|
9308
|
-
* 实例导入方式,可多个,公有云为 ["R", "M"],独立版的取值仅有 "M" 脚本模式
|
|
9309
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
9310
|
-
*/
|
|
9311
|
-
ImportMode?: Array<string>;
|
|
9312
|
-
}
|
|
9313
8861
|
/**
|
|
9314
8862
|
* BindPlugin返回参数结构体
|
|
9315
8863
|
*/
|
|
@@ -9323,15 +8871,6 @@ export interface BindPluginResponse {
|
|
|
9323
8871
|
*/
|
|
9324
8872
|
RequestId?: string;
|
|
9325
8873
|
}
|
|
9326
|
-
/**
|
|
9327
|
-
* RedoTaskFlowBatch请求参数结构体
|
|
9328
|
-
*/
|
|
9329
|
-
export interface RedoTaskFlowBatchRequest {
|
|
9330
|
-
/**
|
|
9331
|
-
* 工作流批次 ID。在[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)页面,点击第一列的工作流ID进入工作流执行记录列表页面,第一列的内容即为工作流批次ID。
|
|
9332
|
-
*/
|
|
9333
|
-
FlowBatchId: string;
|
|
9334
|
-
}
|
|
9335
8874
|
/**
|
|
9336
8875
|
* 单元化命名空间翻页对象
|
|
9337
8876
|
*/
|
|
@@ -9350,17 +8889,33 @@ export interface TsfPageUnitNamespace {
|
|
|
9350
8889
|
*/
|
|
9351
8890
|
export interface CreateMicroserviceWithDetailRespRequest {
|
|
9352
8891
|
/**
|
|
9353
|
-
*
|
|
8892
|
+
* <p>命名空间ID。该参数可以通过调用 <a href="https://cloud.tencent.com/document/api/649/36096">DescribeSimpleNamespaces</a> 的返回值中的 NamespaceId 字段来获取或通过登录<a href="https://console.cloud.tencent.com/tsf/resource?tab=namespace">控制台</a>查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/36098">CreateNamespace</a>创建新的命名空间。</p>
|
|
9354
8893
|
*/
|
|
9355
8894
|
NamespaceId: string;
|
|
9356
8895
|
/**
|
|
9357
|
-
*
|
|
8896
|
+
* <p>微服务名称,最多支持128个字符。</p>
|
|
9358
8897
|
*/
|
|
9359
8898
|
MicroserviceName: string;
|
|
9360
8899
|
/**
|
|
9361
|
-
*
|
|
8900
|
+
* <p>微服务描述信息,最多支持200个字符。</p>
|
|
9362
8901
|
*/
|
|
9363
8902
|
MicroserviceDesc?: string;
|
|
8903
|
+
/**
|
|
8904
|
+
* <p>服务类型,默认SDK</p><p>枚举值:</p><ul><li>SDK: sdk服务</li><li>MESH_EXTERNAL: mesh外部服务</li></ul>
|
|
8905
|
+
*/
|
|
8906
|
+
ServiceType?: string;
|
|
8907
|
+
/**
|
|
8908
|
+
* <p>域名+端口,或者是纯域名方式,其他的不允许配置,不支持 IP</p>
|
|
8909
|
+
*/
|
|
8910
|
+
ServiceUrl?: string;
|
|
8911
|
+
/**
|
|
8912
|
+
* <p>协议类型</p>
|
|
8913
|
+
*/
|
|
8914
|
+
Protocol?: string;
|
|
8915
|
+
/**
|
|
8916
|
+
* <p>服务发现方式</p><p>枚举值:</p><ul><li>DNS: DNS方式</li></ul>
|
|
8917
|
+
*/
|
|
8918
|
+
ServiceDiscovery?: string;
|
|
9364
8919
|
}
|
|
9365
8920
|
/**
|
|
9366
8921
|
* 业务日志配置解析规则
|
|
@@ -9412,23 +8967,6 @@ export interface MetricDataSingleValue {
|
|
|
9412
8967
|
*/
|
|
9413
8968
|
DailyPercent?: number;
|
|
9414
8969
|
}
|
|
9415
|
-
/**
|
|
9416
|
-
* StopTaskExecute请求参数结构体
|
|
9417
|
-
*/
|
|
9418
|
-
export interface StopTaskExecuteRequest {
|
|
9419
|
-
/**
|
|
9420
|
-
* 任务执行ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。
|
|
9421
|
-
*/
|
|
9422
|
-
ExecuteId: string;
|
|
9423
|
-
/**
|
|
9424
|
-
* 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
|
9425
|
-
*/
|
|
9426
|
-
BatchId?: string;
|
|
9427
|
-
/**
|
|
9428
|
-
* 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页面可以查看任务ID。
|
|
9429
|
-
*/
|
|
9430
|
-
TaskId?: string;
|
|
9431
|
-
}
|
|
9432
8970
|
/**
|
|
9433
8971
|
* DeleteApiRateLimitRule请求参数结构体
|
|
9434
8972
|
*/
|
|
@@ -9568,75 +9106,6 @@ export interface ReleaseConfigWithDetailRespRequest {
|
|
|
9568
9106
|
*/
|
|
9569
9107
|
ReleaseDesc?: string;
|
|
9570
9108
|
}
|
|
9571
|
-
/**
|
|
9572
|
-
* CreateTask请求参数结构体
|
|
9573
|
-
*/
|
|
9574
|
-
export interface CreateTaskRequest {
|
|
9575
|
-
/**
|
|
9576
|
-
* 任务名称,任务长度64字符
|
|
9577
|
-
*/
|
|
9578
|
-
TaskName: string;
|
|
9579
|
-
/**
|
|
9580
|
-
* 任务内容,长度限制65536个字节
|
|
9581
|
-
*/
|
|
9582
|
-
TaskContent: string;
|
|
9583
|
-
/**
|
|
9584
|
-
* 任务执行方式,unicast:随机单节点执行,broadcast:广播执行,shard:分片执行
|
|
9585
|
-
*/
|
|
9586
|
-
ExecuteType: string;
|
|
9587
|
-
/**
|
|
9588
|
-
* 任务类型。当前只支持一种任务类型。枚举值,java:Java类任务
|
|
9589
|
-
*/
|
|
9590
|
-
TaskType: string;
|
|
9591
|
-
/**
|
|
9592
|
-
* 任务超时时间,取值大于0,单位:毫秒(ms)
|
|
9593
|
-
*/
|
|
9594
|
-
TimeOut: number;
|
|
9595
|
-
/**
|
|
9596
|
-
* 部署组ID。在[应用管理](https://console.cloud.tencent.com/tsf/app?rid=1),点击应用ID进入应用部署页查看部署组ID。
|
|
9597
|
-
*/
|
|
9598
|
-
GroupId: string;
|
|
9599
|
-
/**
|
|
9600
|
-
* 触发规则
|
|
9601
|
-
*/
|
|
9602
|
-
TaskRule?: TaskRule;
|
|
9603
|
-
/**
|
|
9604
|
-
* 重试次数,0 <= RetryCount<= 10
|
|
9605
|
-
*/
|
|
9606
|
-
RetryCount?: number;
|
|
9607
|
-
/**
|
|
9608
|
-
* 重试间隔, 0 <= RetryInterval <= 600000, 时间单位 ms
|
|
9609
|
-
*/
|
|
9610
|
-
RetryInterval?: number;
|
|
9611
|
-
/**
|
|
9612
|
-
* 分片数量,仅当任务执行方式为分片执行时需要设置该值,取值范围2~1000
|
|
9613
|
-
*/
|
|
9614
|
-
ShardCount?: number;
|
|
9615
|
-
/**
|
|
9616
|
-
* 分片参数
|
|
9617
|
-
*/
|
|
9618
|
-
ShardArguments?: Array<ShardArgument>;
|
|
9619
|
-
/**
|
|
9620
|
-
* 判断任务成功的操作符
|
|
9621
|
-
*/
|
|
9622
|
-
SuccessOperator?: string;
|
|
9623
|
-
/**
|
|
9624
|
-
* 判断任务成功率的阈值,如100
|
|
9625
|
-
*/
|
|
9626
|
-
SuccessRatio?: string;
|
|
9627
|
-
/**
|
|
9628
|
-
* 高级设置
|
|
9629
|
-
*/
|
|
9630
|
-
AdvanceSettings?: AdvanceSettings;
|
|
9631
|
-
/**
|
|
9632
|
-
* 任务参数,长度限制10000个字符
|
|
9633
|
-
*/
|
|
9634
|
-
TaskArgument?: string;
|
|
9635
|
-
/**
|
|
9636
|
-
* 数据集列表
|
|
9637
|
-
*/
|
|
9638
|
-
ProgramIdList?: Array<string>;
|
|
9639
|
-
}
|
|
9640
9109
|
/**
|
|
9641
9110
|
* 网关部署组、分组、API列表数据
|
|
9642
9111
|
*/
|
|
@@ -9835,43 +9304,6 @@ export interface CreateApiRateLimitRuleWithDetailRespResponse {
|
|
|
9835
9304
|
*/
|
|
9836
9305
|
RequestId?: string;
|
|
9837
9306
|
}
|
|
9838
|
-
/**
|
|
9839
|
-
* DescribeTaskRecords请求参数结构体
|
|
9840
|
-
*/
|
|
9841
|
-
export interface DescribeTaskRecordsRequest {
|
|
9842
|
-
/**
|
|
9843
|
-
* 翻页偏移量。默认值为0
|
|
9844
|
-
*/
|
|
9845
|
-
Offset?: number;
|
|
9846
|
-
/**
|
|
9847
|
-
* 翻页查询单页数量。默认值为 20,最大值为 1000
|
|
9848
|
-
*/
|
|
9849
|
-
Limit?: number;
|
|
9850
|
-
/**
|
|
9851
|
-
* 模糊查询关键字,支持任务ID和任务名称。
|
|
9852
|
-
*/
|
|
9853
|
-
SearchWord?: string;
|
|
9854
|
-
/**
|
|
9855
|
-
* 任务启用状态。一共2种状态可选,ENABLED:启用,DISABLED:停用
|
|
9856
|
-
*/
|
|
9857
|
-
TaskState?: string;
|
|
9858
|
-
/**
|
|
9859
|
-
* 部署组ID。前往[应用管理](https://console.cloud.tencent.com/tsf/app?rid=1)点击应用ID进入应用部署列表页面获取部署组ID。
|
|
9860
|
-
*/
|
|
9861
|
-
GroupId?: string;
|
|
9862
|
-
/**
|
|
9863
|
-
* 任务类型。当前只支持一种任务类型。枚举值,java:Java类任务
|
|
9864
|
-
*/
|
|
9865
|
-
TaskType?: string;
|
|
9866
|
-
/**
|
|
9867
|
-
* 任务执行方式,unicast:随机单节点执行,broadcast:广播执行,shard:分片执行
|
|
9868
|
-
*/
|
|
9869
|
-
ExecuteType?: string;
|
|
9870
|
-
/**
|
|
9871
|
-
* 任务ID列表。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列查看任务ID。
|
|
9872
|
-
*/
|
|
9873
|
-
Ids?: Array<string>;
|
|
9874
|
-
}
|
|
9875
9307
|
/**
|
|
9876
9308
|
* 自定义容忍调度规则列表
|
|
9877
9309
|
*/
|
|
@@ -9927,44 +9359,48 @@ export interface ModifyContainerGroupResponse {
|
|
|
9927
9359
|
*/
|
|
9928
9360
|
export interface ExclusiveInstance {
|
|
9929
9361
|
/**
|
|
9930
|
-
*
|
|
9362
|
+
* <p>配置中心类型[注册中心Registration、配置中心Configuration]</p>
|
|
9931
9363
|
*/
|
|
9932
9364
|
CenterType?: string;
|
|
9933
9365
|
/**
|
|
9934
|
-
*
|
|
9366
|
+
* <p>实例id,通过<a href="https://console.cloud.tencent.com/tse/governance">北极星控制台</a>获取</p>
|
|
9935
9367
|
*/
|
|
9936
9368
|
InstanceId?: string;
|
|
9937
9369
|
/**
|
|
9938
|
-
*
|
|
9370
|
+
* <p>实例类型,例如北极星Polaris</p>
|
|
9939
9371
|
*/
|
|
9940
9372
|
InstanceType?: string;
|
|
9941
9373
|
/**
|
|
9942
|
-
*
|
|
9374
|
+
* <p>实例名称</p>
|
|
9943
9375
|
*/
|
|
9944
9376
|
InstanceName?: string;
|
|
9945
9377
|
/**
|
|
9946
|
-
*
|
|
9378
|
+
* <p>实例地域id,通过<a href="https://console.cloud.tencent.com/tse/governance">北极星控制台</a>获取</p>
|
|
9947
9379
|
*/
|
|
9948
9380
|
RegionId?: string;
|
|
9949
9381
|
/**
|
|
9950
|
-
*
|
|
9382
|
+
* <p>实例命名空间ID,通过<a href="https://console.cloud.tencent.com/tse/governance">北极星控制台</a>获取</p>
|
|
9951
9383
|
*/
|
|
9952
9384
|
InstanceNamespaceId?: string;
|
|
9953
9385
|
/**
|
|
9954
|
-
*
|
|
9386
|
+
* <p>部署组Id</p>
|
|
9955
9387
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9956
9388
|
*/
|
|
9957
9389
|
GroupId?: string;
|
|
9958
9390
|
/**
|
|
9959
|
-
*
|
|
9391
|
+
* <p>创建时间</p>
|
|
9960
9392
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9961
9393
|
*/
|
|
9962
9394
|
CreateTime?: number;
|
|
9963
9395
|
/**
|
|
9964
|
-
*
|
|
9396
|
+
* <p>更新时间</p>
|
|
9965
9397
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
9966
9398
|
*/
|
|
9967
9399
|
UpdateTime?: number;
|
|
9400
|
+
/**
|
|
9401
|
+
* <p>文档ID</p>
|
|
9402
|
+
*/
|
|
9403
|
+
ApplicationId?: string;
|
|
9968
9404
|
}
|
|
9969
9405
|
/**
|
|
9970
9406
|
* DeleteApplication请求参数结构体
|
|
@@ -10000,15 +9436,6 @@ export interface DescribeUnitNamespacesRequest {
|
|
|
10000
9436
|
*/
|
|
10001
9437
|
Limit?: number;
|
|
10002
9438
|
}
|
|
10003
|
-
/**
|
|
10004
|
-
* DeleteTask请求参数结构体
|
|
10005
|
-
*/
|
|
10006
|
-
export interface DeleteTaskRequest {
|
|
10007
|
-
/**
|
|
10008
|
-
* 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列和任务基本信息页查看任务ID。
|
|
10009
|
-
*/
|
|
10010
|
-
TaskId: string;
|
|
10011
|
-
}
|
|
10012
9439
|
/**
|
|
10013
9440
|
* 健康检查参数
|
|
10014
9441
|
*/
|
|
@@ -10687,23 +10114,6 @@ export interface ApplicationAttribute {
|
|
|
10687
10114
|
*/
|
|
10688
10115
|
AbnormalCount?: string;
|
|
10689
10116
|
}
|
|
10690
|
-
/**
|
|
10691
|
-
* 工作流最近批次的状态
|
|
10692
|
-
*/
|
|
10693
|
-
export interface TaskFlowLastBatchState {
|
|
10694
|
-
/**
|
|
10695
|
-
* 批次ID
|
|
10696
|
-
*/
|
|
10697
|
-
FlowBatchId?: string;
|
|
10698
|
-
/**
|
|
10699
|
-
* 批次历史ID
|
|
10700
|
-
*/
|
|
10701
|
-
FlowBatchLogId?: string;
|
|
10702
|
-
/**
|
|
10703
|
-
* 状态,WAITING/SUCCESS/FAILED/RUNNING/TERMINATING
|
|
10704
|
-
*/
|
|
10705
|
-
State?: string;
|
|
10706
|
-
}
|
|
10707
10117
|
/**
|
|
10708
10118
|
* DeletePkgs返回参数结构体
|
|
10709
10119
|
*/
|
|
@@ -10894,13 +10304,13 @@ export interface DescribeInvocationMetricScatterPlotRequest {
|
|
|
10894
10304
|
Kind?: string;
|
|
10895
10305
|
}
|
|
10896
10306
|
/**
|
|
10897
|
-
*
|
|
10307
|
+
* DescribeLanes返回参数结构体
|
|
10898
10308
|
*/
|
|
10899
|
-
export interface
|
|
10309
|
+
export interface DescribeLanesResponse {
|
|
10900
10310
|
/**
|
|
10901
|
-
*
|
|
10311
|
+
* 泳道配置列表。
|
|
10902
10312
|
*/
|
|
10903
|
-
Result?:
|
|
10313
|
+
Result?: LaneInfos;
|
|
10904
10314
|
/**
|
|
10905
10315
|
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10906
10316
|
*/
|
|
@@ -11049,22 +10459,9 @@ export interface VmGroupOther {
|
|
|
11049
10459
|
IsNotEqualServiceConfig?: boolean;
|
|
11050
10460
|
/**
|
|
11051
10461
|
* HealthCheckSettings
|
|
11052
|
-
注意:此字段可能返回 null,表示取不到有效值。
|
|
11053
|
-
*/
|
|
11054
|
-
HealthCheckSettings?: HealthCheckSettings;
|
|
11055
|
-
}
|
|
11056
|
-
/**
|
|
11057
|
-
* DescribeTaskLastStatus返回参数结构体
|
|
11058
|
-
*/
|
|
11059
|
-
export interface DescribeTaskLastStatusResponse {
|
|
11060
|
-
/**
|
|
11061
|
-
* 任务上一次执行状态
|
|
11062
|
-
*/
|
|
11063
|
-
Result?: TaskLastExecuteStatus;
|
|
11064
|
-
/**
|
|
11065
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
10462
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11066
10463
|
*/
|
|
11067
|
-
|
|
10464
|
+
HealthCheckSettings?: HealthCheckSettings;
|
|
11068
10465
|
}
|
|
11069
10466
|
/**
|
|
11070
10467
|
* DescribePublicConfigs请求参数结构体
|
|
@@ -11221,19 +10618,6 @@ export interface DescribeApplicationsRequest {
|
|
|
11221
10618
|
*/
|
|
11222
10619
|
MicroserviceTypeList?: Array<string>;
|
|
11223
10620
|
}
|
|
11224
|
-
/**
|
|
11225
|
-
* DescribeTaskDetail请求参数结构体
|
|
11226
|
-
*/
|
|
11227
|
-
export interface DescribeTaskDetailRequest {
|
|
11228
|
-
/**
|
|
11229
|
-
* 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列和任务基本信息页查看任务ID。
|
|
11230
|
-
*/
|
|
11231
|
-
TaskId: string;
|
|
11232
|
-
/**
|
|
11233
|
-
* 任务历史ID。查询任务列表 [DescribeTaskRecords](https://cloud.tencent.com/document/api/649/56136) 返回值字段 TaskLogId
|
|
11234
|
-
*/
|
|
11235
|
-
TaskLogId?: string;
|
|
11236
|
-
}
|
|
11237
10621
|
/**
|
|
11238
10622
|
* 多值数据
|
|
11239
10623
|
*/
|
|
@@ -11772,17 +11156,14 @@ export interface DescribeClusterInstancesResponse {
|
|
|
11772
11156
|
RequestId?: string;
|
|
11773
11157
|
}
|
|
11774
11158
|
/**
|
|
11775
|
-
*
|
|
11159
|
+
* 虚拟机实例相关的参数配置
|
|
11776
11160
|
*/
|
|
11777
|
-
export interface
|
|
11778
|
-
/**
|
|
11779
|
-
* 任务详情
|
|
11780
|
-
*/
|
|
11781
|
-
Result?: TaskRecord;
|
|
11161
|
+
export interface VmInstanceResourceConfig {
|
|
11782
11162
|
/**
|
|
11783
|
-
*
|
|
11163
|
+
* 实例导入方式,可多个,公有云为 ["R", "M"],独立版的取值仅有 "M" 脚本模式
|
|
11164
|
+
注意:此字段可能返回 null,表示取不到有效值。
|
|
11784
11165
|
*/
|
|
11785
|
-
|
|
11166
|
+
ImportMode?: Array<string>;
|
|
11786
11167
|
}
|
|
11787
11168
|
/**
|
|
11788
11169
|
* 空目录选项
|
|
@@ -12020,15 +11401,6 @@ export interface GroupPod {
|
|
|
12020
11401
|
*/
|
|
12021
11402
|
SpecTotalCount?: string;
|
|
12022
11403
|
}
|
|
12023
|
-
/**
|
|
12024
|
-
* EnableTaskFlow请求参数结构体
|
|
12025
|
-
*/
|
|
12026
|
-
export interface EnableTaskFlowRequest {
|
|
12027
|
-
/**
|
|
12028
|
-
* 工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
|
12029
|
-
*/
|
|
12030
|
-
FlowId: string;
|
|
12031
|
-
}
|
|
12032
11404
|
/**
|
|
12033
11405
|
* 实例相关的参数配置
|
|
12034
11406
|
*/
|
|
@@ -12261,17 +11633,21 @@ export interface DescribeApiGroupResponse {
|
|
|
12261
11633
|
RequestId?: string;
|
|
12262
11634
|
}
|
|
12263
11635
|
/**
|
|
12264
|
-
*
|
|
11636
|
+
* UpdateApiRateLimitRule请求参数结构体
|
|
12265
11637
|
*/
|
|
12266
|
-
export interface
|
|
11638
|
+
export interface UpdateApiRateLimitRuleRequest {
|
|
12267
11639
|
/**
|
|
12268
|
-
*
|
|
11640
|
+
* 限流规则ID
|
|
12269
11641
|
*/
|
|
12270
|
-
|
|
11642
|
+
RuleId: string;
|
|
12271
11643
|
/**
|
|
12272
|
-
*
|
|
11644
|
+
* 开启/禁用,enabled/disabled
|
|
12273
11645
|
*/
|
|
12274
|
-
|
|
11646
|
+
UsableStatus: string;
|
|
11647
|
+
/**
|
|
11648
|
+
* qps值,开启限流规则时,必填
|
|
11649
|
+
*/
|
|
11650
|
+
MaxQps?: number;
|
|
12275
11651
|
}
|
|
12276
11652
|
/**
|
|
12277
11653
|
* CreateLane请求参数结构体
|
|
@@ -12354,23 +11730,6 @@ export interface ServiceConfig {
|
|
|
12354
11730
|
*/
|
|
12355
11731
|
HealthCheck?: HealthCheckConfig;
|
|
12356
11732
|
}
|
|
12357
|
-
/**
|
|
12358
|
-
* RedoTaskExecute请求参数结构体
|
|
12359
|
-
*/
|
|
12360
|
-
export interface RedoTaskExecuteRequest {
|
|
12361
|
-
/**
|
|
12362
|
-
* 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面第一列点击任务ID进入任务详情,进入执行记录列表页,第一列内容即为任务批次ID。
|
|
12363
|
-
*/
|
|
12364
|
-
BatchId: string;
|
|
12365
|
-
/**
|
|
12366
|
-
* 任务执行ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面第一列点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。
|
|
12367
|
-
*/
|
|
12368
|
-
ExecuteId: string;
|
|
12369
|
-
/**
|
|
12370
|
-
* 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
|
12371
|
-
*/
|
|
12372
|
-
TaskId: string;
|
|
12373
|
-
}
|
|
12374
11733
|
/**
|
|
12375
11734
|
* DescribeApplications返回参数结构体
|
|
12376
11735
|
*/
|
|
@@ -12469,19 +11828,6 @@ export interface DescribeConfigRequest {
|
|
|
12469
11828
|
*/
|
|
12470
11829
|
ConfigId: string;
|
|
12471
11830
|
}
|
|
12472
|
-
/**
|
|
12473
|
-
* OperateApplicationTcrBinding返回参数结构体
|
|
12474
|
-
*/
|
|
12475
|
-
export interface OperateApplicationTcrBindingResponse {
|
|
12476
|
-
/**
|
|
12477
|
-
* 是否成功
|
|
12478
|
-
*/
|
|
12479
|
-
Result?: boolean;
|
|
12480
|
-
/**
|
|
12481
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
12482
|
-
*/
|
|
12483
|
-
RequestId?: string;
|
|
12484
|
-
}
|
|
12485
11831
|
/**
|
|
12486
11832
|
* DisableUnitRoute请求参数结构体
|
|
12487
11833
|
*/
|
|
@@ -12516,23 +11862,6 @@ export interface DescribeUnitRulesRequest {
|
|
|
12516
11862
|
*/
|
|
12517
11863
|
Limit?: number;
|
|
12518
11864
|
}
|
|
12519
|
-
/**
|
|
12520
|
-
* 指标监控数据曲线
|
|
12521
|
-
*/
|
|
12522
|
-
export interface MetricDataCurve {
|
|
12523
|
-
/**
|
|
12524
|
-
* 指标名称
|
|
12525
|
-
*/
|
|
12526
|
-
MetricName?: string;
|
|
12527
|
-
/**
|
|
12528
|
-
* 指标计算方式
|
|
12529
|
-
*/
|
|
12530
|
-
MetricFunction?: string;
|
|
12531
|
-
/**
|
|
12532
|
-
* 指标数据点集合
|
|
12533
|
-
*/
|
|
12534
|
-
MetricDataPoints?: Array<MetricDataPoint>;
|
|
12535
|
-
}
|
|
12536
11865
|
/**
|
|
12537
11866
|
* UpdateConfigTemplate请求参数结构体
|
|
12538
11867
|
*/
|
|
@@ -12781,19 +12110,6 @@ export interface BindApiGroupRequest {
|
|
|
12781
12110
|
*/
|
|
12782
12111
|
GroupGatewayList: Array<GatewayGroupIds>;
|
|
12783
12112
|
}
|
|
12784
|
-
/**
|
|
12785
|
-
* StopTaskBatch请求参数结构体
|
|
12786
|
-
*/
|
|
12787
|
-
export interface StopTaskBatchRequest {
|
|
12788
|
-
/**
|
|
12789
|
-
* 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
|
12790
|
-
*/
|
|
12791
|
-
BatchId: string;
|
|
12792
|
-
/**
|
|
12793
|
-
* 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页面可以查看任务ID。
|
|
12794
|
-
*/
|
|
12795
|
-
TaskId?: string;
|
|
12796
|
-
}
|
|
12797
12113
|
/**
|
|
12798
12114
|
* DescribeUploadInfo请求参数结构体
|
|
12799
12115
|
*/
|
|
@@ -12916,37 +12232,41 @@ export interface DescribeUsableUnitNamespacesRequest {
|
|
|
12916
12232
|
*/
|
|
12917
12233
|
export interface DescribeContainerGroupsRequest {
|
|
12918
12234
|
/**
|
|
12919
|
-
*
|
|
12235
|
+
* <p>分组所属【应用ID】,可通过调用<a href="https://cloud.tencent.com/document/product/649/36090">DescribeApplications</a>查询已创建的应用列表或登录<a href="https://console.cloud.tencent.com/tsf/app?rid=1">控制台</a>进行查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/36094">CreateApplication</a>创建新的应用。</p>
|
|
12920
12236
|
*/
|
|
12921
12237
|
ApplicationId: string;
|
|
12922
12238
|
/**
|
|
12923
|
-
*
|
|
12239
|
+
* <p>搜索字段,模糊搜索groupName字段</p>
|
|
12924
12240
|
*/
|
|
12925
12241
|
SearchWord?: string;
|
|
12926
12242
|
/**
|
|
12927
|
-
*
|
|
12243
|
+
* <p>排序字段,默认为 createTime字段,支持id, name, createTime</p>
|
|
12928
12244
|
*/
|
|
12929
12245
|
OrderBy?: string;
|
|
12930
12246
|
/**
|
|
12931
|
-
*
|
|
12247
|
+
* <p>排序方式,默认为1:倒序排序,0:正序,1:倒序</p>
|
|
12932
12248
|
*/
|
|
12933
12249
|
OrderType?: number;
|
|
12934
12250
|
/**
|
|
12935
|
-
*
|
|
12251
|
+
* <p>偏移量,取值从0开始</p>
|
|
12936
12252
|
*/
|
|
12937
12253
|
Offset?: number;
|
|
12938
12254
|
/**
|
|
12939
|
-
*
|
|
12255
|
+
* <p>分页个数,默认为20, 取值应为1~50</p>
|
|
12940
12256
|
*/
|
|
12941
12257
|
Limit?: number;
|
|
12942
12258
|
/**
|
|
12943
|
-
*
|
|
12259
|
+
* <p>分组所属【集群ID】,可通过调用<a href="https://cloud.tencent.com/document/product/649/85857">DescribeClusters</a>查询已创建的集群列表或登录<a href="https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker">控制台</a>进行查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/36049">CreateCluster</a>创建新的集群。</p>
|
|
12944
12260
|
*/
|
|
12945
12261
|
ClusterId?: string;
|
|
12946
12262
|
/**
|
|
12947
|
-
*
|
|
12263
|
+
* <p>分组所属【命名空间 ID】,可通过调用<a href="https://cloud.tencent.com/document/product/649/36096">DescribeSimpleNamespaces</a>查询已创建的命名空间列表或登录<a href="https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace">控制台</a>进行查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/36098">CreateNamespace</a>创建新的命名空间。</p>
|
|
12948
12264
|
*/
|
|
12949
12265
|
NamespaceId?: string;
|
|
12266
|
+
/**
|
|
12267
|
+
* <p>部署组ID列表</p>
|
|
12268
|
+
*/
|
|
12269
|
+
GroupIdList?: Array<string>;
|
|
12950
12270
|
}
|
|
12951
12271
|
/**
|
|
12952
12272
|
* 业务日志配置项列表
|
|
@@ -13012,13 +12332,17 @@ export interface ProgramItem {
|
|
|
13012
12332
|
ProgramId?: string;
|
|
13013
12333
|
}
|
|
13014
12334
|
/**
|
|
13015
|
-
*
|
|
12335
|
+
* OperateApplicationTcrBinding返回参数结构体
|
|
13016
12336
|
*/
|
|
13017
|
-
export interface
|
|
12337
|
+
export interface OperateApplicationTcrBindingResponse {
|
|
12338
|
+
/**
|
|
12339
|
+
* 是否成功
|
|
12340
|
+
*/
|
|
12341
|
+
Result?: boolean;
|
|
13018
12342
|
/**
|
|
13019
|
-
*
|
|
12343
|
+
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13020
12344
|
*/
|
|
13021
|
-
|
|
12345
|
+
RequestId?: string;
|
|
13022
12346
|
}
|
|
13023
12347
|
/**
|
|
13024
12348
|
* DescribeLogCapacity返回参数结构体
|
|
@@ -13066,19 +12390,6 @@ export interface DescribePodInstancesRequest {
|
|
|
13066
12390
|
*/
|
|
13067
12391
|
TaskId?: string;
|
|
13068
12392
|
}
|
|
13069
|
-
/**
|
|
13070
|
-
* RedoTask返回参数结构体
|
|
13071
|
-
*/
|
|
13072
|
-
export interface RedoTaskResponse {
|
|
13073
|
-
/**
|
|
13074
|
-
* 操作成功任务批次ID。操作失败返回空字符串。
|
|
13075
|
-
*/
|
|
13076
|
-
Result?: string;
|
|
13077
|
-
/**
|
|
13078
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13079
|
-
*/
|
|
13080
|
-
RequestId?: string;
|
|
13081
|
-
}
|
|
13082
12393
|
/**
|
|
13083
12394
|
* 描述投递配置项绑定的部署组
|
|
13084
12395
|
*/
|
|
@@ -13420,19 +12731,6 @@ export interface CreateConfigTemplateResponse {
|
|
|
13420
12731
|
*/
|
|
13421
12732
|
RequestId?: string;
|
|
13422
12733
|
}
|
|
13423
|
-
/**
|
|
13424
|
-
* ExecuteTask返回参数结构体
|
|
13425
|
-
*/
|
|
13426
|
-
export interface ExecuteTaskResponse {
|
|
13427
|
-
/**
|
|
13428
|
-
* 操作成功返回任务批次ID,操作失败返回空字符串。
|
|
13429
|
-
*/
|
|
13430
|
-
Result?: string;
|
|
13431
|
-
/**
|
|
13432
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13433
|
-
*/
|
|
13434
|
-
RequestId?: string;
|
|
13435
|
-
}
|
|
13436
12734
|
/**
|
|
13437
12735
|
* ShrinkGroup返回参数结构体
|
|
13438
12736
|
*/
|
|
@@ -13575,7 +12873,7 @@ export interface DescribeApiUseDetailRequest {
|
|
|
13575
12873
|
*/
|
|
13576
12874
|
export interface CreateMicroserviceWithDetailRespResponse {
|
|
13577
12875
|
/**
|
|
13578
|
-
*
|
|
12876
|
+
* <p>微服务ID。</p>
|
|
13579
12877
|
*/
|
|
13580
12878
|
Result?: string;
|
|
13581
12879
|
/**
|
|
@@ -13588,25 +12886,29 @@ export interface CreateMicroserviceWithDetailRespResponse {
|
|
|
13588
12886
|
*/
|
|
13589
12887
|
export interface TsfPageBusinessLogV2 {
|
|
13590
12888
|
/**
|
|
13591
|
-
*
|
|
12889
|
+
* <p>总条数</p>
|
|
13592
12890
|
*/
|
|
13593
12891
|
TotalCount?: number;
|
|
13594
12892
|
/**
|
|
13595
|
-
*
|
|
12893
|
+
* <p>业务日志列表</p>
|
|
13596
12894
|
*/
|
|
13597
12895
|
Content?: Array<BusinessLogV2>;
|
|
13598
12896
|
/**
|
|
13599
|
-
*
|
|
12897
|
+
* <p>游标ID</p>
|
|
13600
12898
|
*/
|
|
13601
12899
|
ScrollId?: string;
|
|
13602
12900
|
/**
|
|
13603
|
-
*
|
|
12901
|
+
* <p>查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常</p>
|
|
13604
12902
|
*/
|
|
13605
12903
|
Status?: string;
|
|
13606
12904
|
/**
|
|
13607
|
-
*
|
|
12905
|
+
* <p>查询es时,使用searchAfter返回的游标</p>
|
|
13608
12906
|
*/
|
|
13609
12907
|
SearchAfter?: Array<string>;
|
|
12908
|
+
/**
|
|
12909
|
+
* <p>是否压缩</p>
|
|
12910
|
+
*/
|
|
12911
|
+
Compressed?: boolean;
|
|
13610
12912
|
}
|
|
13611
12913
|
/**
|
|
13612
12914
|
* 容器 env 的 FieldRef
|
|
@@ -13809,28 +13111,6 @@ export interface DeleteContainerGroupRequest {
|
|
|
13809
13111
|
*/
|
|
13810
13112
|
GroupId: string;
|
|
13811
13113
|
}
|
|
13812
|
-
/**
|
|
13813
|
-
* 高级选项设置
|
|
13814
|
-
*/
|
|
13815
|
-
export interface AdvanceSettings {
|
|
13816
|
-
/**
|
|
13817
|
-
* 子任务单机并发数限制,默认值为2
|
|
13818
|
-
*/
|
|
13819
|
-
SubTaskConcurrency?: number;
|
|
13820
|
-
}
|
|
13821
|
-
/**
|
|
13822
|
-
* EnableTask返回参数结构体
|
|
13823
|
-
*/
|
|
13824
|
-
export interface EnableTaskResponse {
|
|
13825
|
-
/**
|
|
13826
|
-
* true:操作成功,false:操作失败
|
|
13827
|
-
*/
|
|
13828
|
-
Result?: boolean;
|
|
13829
|
-
/**
|
|
13830
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
13831
|
-
*/
|
|
13832
|
-
RequestId?: string;
|
|
13833
|
-
}
|
|
13834
13114
|
/**
|
|
13835
13115
|
* ReleaseConfig请求参数结构体
|
|
13836
13116
|
*/
|
|
@@ -13853,23 +13133,31 @@ export interface ReleaseConfigRequest {
|
|
|
13853
13133
|
*/
|
|
13854
13134
|
export interface MsApiArray {
|
|
13855
13135
|
/**
|
|
13856
|
-
* API
|
|
13136
|
+
* <p>API 请求路径</p>
|
|
13857
13137
|
*/
|
|
13858
13138
|
Path?: string;
|
|
13859
13139
|
/**
|
|
13860
|
-
*
|
|
13140
|
+
* <p>请求方法</p>
|
|
13861
13141
|
*/
|
|
13862
13142
|
Method?: string;
|
|
13863
13143
|
/**
|
|
13864
|
-
*
|
|
13144
|
+
* <p>方法描述</p>
|
|
13865
13145
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13866
13146
|
*/
|
|
13867
13147
|
Description?: string;
|
|
13868
13148
|
/**
|
|
13869
|
-
* API状态 0:离线 1
|
|
13149
|
+
* <p>API状态 0:离线 1:在线</p>
|
|
13870
13150
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
13871
13151
|
*/
|
|
13872
13152
|
Status?: number;
|
|
13153
|
+
/**
|
|
13154
|
+
* <p>API ID</p>
|
|
13155
|
+
*/
|
|
13156
|
+
ApiId?: string;
|
|
13157
|
+
/**
|
|
13158
|
+
* <p>API来源</p><p>枚举值:</p><ul><li>FROM_CONSUL: 服务注册</li><li>FROM_MANUAL: 手动录入</li></ul>
|
|
13159
|
+
*/
|
|
13160
|
+
SrcTypeName?: string;
|
|
13873
13161
|
}
|
|
13874
13162
|
/**
|
|
13875
13163
|
* 业务日志配置
|
|
@@ -13996,9 +13284,7 @@ export interface StopContainerGroupRequest {
|
|
|
13996
13284
|
*/
|
|
13997
13285
|
export interface UpdateHealthCheckSettingsResponse {
|
|
13998
13286
|
/**
|
|
13999
|
-
*
|
|
14000
|
-
true:操作成功。
|
|
14001
|
-
false:操作失败。
|
|
13287
|
+
* <p>更新健康检查配置操作是否成功。<br>true:操作成功。<br>false:操作失败。</p>
|
|
14002
13288
|
*/
|
|
14003
13289
|
Result?: boolean;
|
|
14004
13290
|
/**
|
|
@@ -14085,253 +13371,257 @@ export interface ApiRateLimitRule {
|
|
|
14085
13371
|
*/
|
|
14086
13372
|
export interface DeployContainerApplicationRequest {
|
|
14087
13373
|
/**
|
|
14088
|
-
*
|
|
13374
|
+
* <p>应用ID</p>
|
|
14089
13375
|
*/
|
|
14090
13376
|
ApplicationId: string;
|
|
14091
13377
|
/**
|
|
14092
|
-
*
|
|
13378
|
+
* <p>可观测配置</p>
|
|
14093
13379
|
*/
|
|
14094
13380
|
ObservabilityConfig?: ContainerGroupObservabilityConfig;
|
|
14095
13381
|
/**
|
|
14096
|
-
*
|
|
13382
|
+
* <p>集群ID</p>
|
|
14097
13383
|
*/
|
|
14098
13384
|
ClusterId?: string;
|
|
14099
13385
|
/**
|
|
14100
|
-
*
|
|
13386
|
+
* <p>部署组ID,分组唯一标识</p>
|
|
14101
13387
|
*/
|
|
14102
13388
|
GroupId?: string;
|
|
14103
13389
|
/**
|
|
14104
|
-
*
|
|
13390
|
+
* <p>业务容器的环境变量参数</p>
|
|
14105
13391
|
*/
|
|
14106
13392
|
Envs?: Array<Env>;
|
|
14107
13393
|
/**
|
|
14108
|
-
*
|
|
13394
|
+
* <p>业务容器的挂载信息</p>
|
|
14109
13395
|
*/
|
|
14110
13396
|
VolumeMountInfoList?: Array<VolumeMountInfo>;
|
|
14111
13397
|
/**
|
|
14112
|
-
*
|
|
13398
|
+
* <p>业务主容器生命周期钩子列表</p>
|
|
14113
13399
|
*/
|
|
14114
13400
|
LifeCycleHookList?: Array<LifeCycleHook>;
|
|
14115
13401
|
/**
|
|
14116
|
-
*
|
|
13402
|
+
* <p>附属容器列表</p>
|
|
14117
13403
|
*/
|
|
14118
13404
|
AdditionalContainerList?: Array<ContainerInfo>;
|
|
14119
13405
|
/**
|
|
14120
|
-
*
|
|
13406
|
+
* <p>容器卷信息</p>
|
|
14121
13407
|
*/
|
|
14122
13408
|
VolumeInfoList?: Array<VolumeInfo>;
|
|
14123
13409
|
/**
|
|
14124
|
-
* Service
|
|
13410
|
+
* <p>Service访问配置列表</p>
|
|
14125
13411
|
*/
|
|
14126
13412
|
ServiceSettingList?: Array<ServiceSetting>;
|
|
14127
13413
|
/**
|
|
14128
|
-
*
|
|
13414
|
+
* <p>备注</p>
|
|
14129
13415
|
*/
|
|
14130
13416
|
Alias?: string;
|
|
14131
13417
|
/**
|
|
14132
|
-
*
|
|
13418
|
+
* <p>部署组名称</p>
|
|
14133
13419
|
*/
|
|
14134
13420
|
GroupName?: string;
|
|
14135
13421
|
/**
|
|
14136
|
-
*
|
|
13422
|
+
* <p>标签列表</p>
|
|
14137
13423
|
*/
|
|
14138
13424
|
Tags?: Array<Tag>;
|
|
14139
13425
|
/**
|
|
14140
|
-
*
|
|
13426
|
+
* <p>容器类型</p>
|
|
14141
13427
|
*/
|
|
14142
13428
|
ContainerKind?: string;
|
|
14143
13429
|
/**
|
|
14144
|
-
*
|
|
13430
|
+
* <p>业务容器的 镜像Server ccr.ccs.tencentyun.com</p>
|
|
14145
13431
|
*/
|
|
14146
13432
|
Server?: string;
|
|
14147
13433
|
/**
|
|
14148
|
-
*
|
|
13434
|
+
* <p>业务容器的镜像名</p>
|
|
14149
13435
|
*/
|
|
14150
13436
|
RepoName?: string;
|
|
14151
13437
|
/**
|
|
14152
|
-
*
|
|
13438
|
+
* <p>仓库类型</p>
|
|
14153
13439
|
*/
|
|
14154
13440
|
RepoType?: string;
|
|
14155
13441
|
/**
|
|
14156
|
-
* TCR
|
|
13442
|
+
* <p>TCR仓库信息</p>
|
|
14157
13443
|
*/
|
|
14158
13444
|
TcrRepoInfo?: TcrRepoInfo;
|
|
14159
13445
|
/**
|
|
14160
|
-
*
|
|
13446
|
+
* <p>容器访问凭证名称</p>
|
|
14161
13447
|
*/
|
|
14162
13448
|
SecretName?: string;
|
|
14163
13449
|
/**
|
|
14164
|
-
*
|
|
13450
|
+
* <p>业务容器的镜像版本号</p>
|
|
14165
13451
|
*/
|
|
14166
13452
|
TagName?: string;
|
|
14167
13453
|
/**
|
|
14168
|
-
*
|
|
13454
|
+
* <p>健康检查</p>
|
|
14169
13455
|
*/
|
|
14170
13456
|
HealthCheckSettings?: HealthCheckSettings;
|
|
14171
13457
|
/**
|
|
14172
|
-
*
|
|
13458
|
+
* <p>业务容器的 cpu request</p>
|
|
14173
13459
|
*/
|
|
14174
13460
|
CpuRequest?: string;
|
|
14175
13461
|
/**
|
|
14176
|
-
*
|
|
13462
|
+
* <p>业务容器的 cpu limit</p>
|
|
14177
13463
|
*/
|
|
14178
13464
|
CpuLimit?: string;
|
|
14179
13465
|
/**
|
|
14180
|
-
*
|
|
13466
|
+
* <p>业务容器的 mem request</p>
|
|
14181
13467
|
*/
|
|
14182
13468
|
MemRequest?: string;
|
|
14183
13469
|
/**
|
|
14184
|
-
*
|
|
13470
|
+
* <p>业务容器的 mem limit</p>
|
|
14185
13471
|
*/
|
|
14186
13472
|
MemLimit?: string;
|
|
14187
13473
|
/**
|
|
14188
|
-
*
|
|
13474
|
+
* <p>业务容器的 jvm 参数</p>
|
|
14189
13475
|
*/
|
|
14190
13476
|
JvmOpts?: string;
|
|
14191
13477
|
/**
|
|
14192
|
-
*
|
|
13478
|
+
* <p>是否为初始化容器 业务主容器不能为初始化容</p>
|
|
14193
13479
|
*/
|
|
14194
13480
|
InitContainerEnable?: boolean;
|
|
14195
13481
|
/**
|
|
14196
|
-
*
|
|
13482
|
+
* <p>业务主容器是否为特权容器</p>
|
|
14197
13483
|
*/
|
|
14198
13484
|
PrivilegeContainerEnable?: boolean;
|
|
14199
13485
|
/**
|
|
14200
|
-
*
|
|
13486
|
+
* <p>业务主容器运行命令(转base64)</p>
|
|
14201
13487
|
*/
|
|
14202
13488
|
RunCommand?: string;
|
|
14203
13489
|
/**
|
|
14204
|
-
*
|
|
13490
|
+
* <p>业务主容器运行参数(转base64)</p>
|
|
14205
13491
|
*/
|
|
14206
13492
|
RunArg?: string;
|
|
14207
13493
|
/**
|
|
14208
|
-
*
|
|
13494
|
+
* <p>实例数量</p>
|
|
14209
13495
|
*/
|
|
14210
13496
|
InstanceNum?: number;
|
|
14211
13497
|
/**
|
|
14212
|
-
*
|
|
13498
|
+
* <p>调度策略</p>
|
|
14213
13499
|
*/
|
|
14214
13500
|
SchedulingStrategy?: SchedulingStrategy;
|
|
14215
13501
|
/**
|
|
14216
|
-
*
|
|
13502
|
+
* <p>重启策略</p>
|
|
14217
13503
|
*/
|
|
14218
13504
|
RestartPolicy?: string;
|
|
14219
13505
|
/**
|
|
14220
|
-
*
|
|
13506
|
+
* <p>服务治理配置</p>
|
|
14221
13507
|
*/
|
|
14222
13508
|
ServiceSpecEncode?: string;
|
|
14223
13509
|
/**
|
|
14224
|
-
* istio容器的 mem Request
|
|
13510
|
+
* <p>istio容器的 mem Request</p>
|
|
14225
13511
|
*/
|
|
14226
13512
|
IstioMemRequest?: string;
|
|
14227
13513
|
/**
|
|
14228
|
-
*
|
|
13514
|
+
* <p>istio容器的 cpu Request</p>
|
|
14229
13515
|
*/
|
|
14230
13516
|
IstioCpuRequest?: string;
|
|
14231
13517
|
/**
|
|
14232
|
-
* istio容器的 mem Limit
|
|
13518
|
+
* <p>istio容器的 mem Limit</p>
|
|
14233
13519
|
*/
|
|
14234
13520
|
IstioMemLimit?: string;
|
|
14235
13521
|
/**
|
|
14236
|
-
* istio容器的 cpu Limit
|
|
13522
|
+
* <p>istio容器的 cpu Limit</p>
|
|
14237
13523
|
*/
|
|
14238
13524
|
IstioCpuLimit?: string;
|
|
14239
13525
|
/**
|
|
14240
|
-
*
|
|
13526
|
+
* <p>服务治理配置</p>
|
|
14241
13527
|
*/
|
|
14242
13528
|
ServiceGovernanceConfig?: ContainerGroupServiceGovernanceConfig;
|
|
14243
13529
|
/**
|
|
14244
|
-
* agent容器的 mem Request
|
|
13530
|
+
* <p>agent容器的 mem Request</p>
|
|
14245
13531
|
*/
|
|
14246
13532
|
AgentMemRequest?: string;
|
|
14247
13533
|
/**
|
|
14248
|
-
* agent容器的 cpu Request
|
|
13534
|
+
* <p>agent容器的 cpu Request</p>
|
|
14249
13535
|
*/
|
|
14250
13536
|
AgentCpuRequest?: string;
|
|
14251
13537
|
/**
|
|
14252
|
-
* agent容器的 mem Limit
|
|
13538
|
+
* <p>agent容器的 mem Limit</p>
|
|
14253
13539
|
*/
|
|
14254
13540
|
AgentMemLimit?: string;
|
|
14255
13541
|
/**
|
|
14256
|
-
* agent容器的 cpu Limit
|
|
13542
|
+
* <p>agent容器的 cpu Limit</p>
|
|
14257
13543
|
*/
|
|
14258
13544
|
AgentCpuLimit?: string;
|
|
14259
13545
|
/**
|
|
14260
|
-
*
|
|
13546
|
+
* <p>发布策略(0表示快速更新,1表示滚动更新。默认值为0)</p>
|
|
14261
13547
|
*/
|
|
14262
13548
|
UpdateType?: number;
|
|
14263
13549
|
/**
|
|
14264
|
-
*
|
|
13550
|
+
* <p>更新间隔,单位秒</p>
|
|
14265
13551
|
*/
|
|
14266
13552
|
UpdateIvl?: number;
|
|
14267
13553
|
/**
|
|
14268
|
-
*
|
|
13554
|
+
* <p>对应更新策略和策略配置参数</p>
|
|
14269
13555
|
*/
|
|
14270
13556
|
MaxSurge?: string;
|
|
14271
13557
|
/**
|
|
14272
|
-
*
|
|
13558
|
+
* <p>对应更新策略和策略配置参数</p>
|
|
14273
13559
|
*/
|
|
14274
13560
|
MaxUnavailable?: string;
|
|
14275
13561
|
/**
|
|
14276
|
-
*
|
|
13562
|
+
* <p>预热参数配置</p>
|
|
14277
13563
|
*/
|
|
14278
13564
|
WarmupSetting?: WarmupSetting;
|
|
14279
13565
|
/**
|
|
14280
|
-
*
|
|
13566
|
+
* <p>配置模版ID</p>
|
|
14281
13567
|
*/
|
|
14282
13568
|
ConfigTemplateId?: string;
|
|
14283
13569
|
/**
|
|
14284
|
-
*
|
|
13570
|
+
* <p>配置模版Version</p>
|
|
14285
13571
|
*/
|
|
14286
13572
|
ConfigTemplateVersion?: number;
|
|
14287
13573
|
/**
|
|
14288
|
-
*
|
|
13574
|
+
* <p>是否清除数据卷信息</p>
|
|
14289
13575
|
*/
|
|
14290
13576
|
VolumeClean?: boolean;
|
|
14291
13577
|
/**
|
|
14292
|
-
*
|
|
13578
|
+
* <p>命名空间Id</p>
|
|
14293
13579
|
*/
|
|
14294
13580
|
NamespaceId?: string;
|
|
14295
13581
|
/**
|
|
14296
|
-
*
|
|
13582
|
+
* <p>是否部署agent容器</p>
|
|
14297
13583
|
*/
|
|
14298
13584
|
DeployAgent?: boolean;
|
|
14299
13585
|
/**
|
|
14300
|
-
* javaagent信息: SERVICE_AGENT/OT_AGENT
|
|
13586
|
+
* <p>javaagent信息: SERVICE_AGENT/OT_AGENT</p>
|
|
14301
13587
|
*/
|
|
14302
13588
|
AgentProfileList?: Array<AgentProfile>;
|
|
14303
13589
|
/**
|
|
14304
|
-
*
|
|
13590
|
+
* <p>是否清除Service信息</p>
|
|
14305
13591
|
*/
|
|
14306
13592
|
ServiceClean?: boolean;
|
|
14307
13593
|
/**
|
|
14308
|
-
*
|
|
13594
|
+
* <p>是否清除Env信息</p>
|
|
14309
13595
|
*/
|
|
14310
13596
|
EnvClean?: boolean;
|
|
14311
13597
|
/**
|
|
14312
|
-
*
|
|
13598
|
+
* <p>本次部署的描述信息</p>
|
|
14313
13599
|
*/
|
|
14314
13600
|
DeployDesc?: string;
|
|
14315
13601
|
/**
|
|
14316
|
-
* k8s
|
|
13602
|
+
* <p>k8s命名空间名称</p>
|
|
14317
13603
|
*/
|
|
14318
13604
|
K8sNamespaceName?: string;
|
|
14319
13605
|
/**
|
|
14320
|
-
*
|
|
13606
|
+
* <p>是否启用静态IP</p>
|
|
14321
13607
|
*/
|
|
14322
13608
|
StaticIpEnabled?: boolean;
|
|
14323
13609
|
/**
|
|
14324
|
-
*
|
|
13610
|
+
* <p>启动策略[OrderedReady/Parallel]</p>
|
|
14325
13611
|
*/
|
|
14326
13612
|
PodManagementPolicyType?: string;
|
|
14327
13613
|
/**
|
|
14328
|
-
*
|
|
13614
|
+
* <p>滚动更新分区序号</p>
|
|
14329
13615
|
*/
|
|
14330
13616
|
Partition?: number;
|
|
14331
13617
|
/**
|
|
14332
|
-
*
|
|
13618
|
+
* <p>是否是增量部署,增量部署只运行增量覆盖一级参数,不支持对一级参数中的子参数进行增量更新,例如更新VolumeMountInfoList时必须传入VolumeMountInfoList更新后的全量参数</p>
|
|
14333
13619
|
*/
|
|
14334
13620
|
IncrementalDeployment?: boolean;
|
|
13621
|
+
/**
|
|
13622
|
+
* <p>是否不立即启动</p>
|
|
13623
|
+
*/
|
|
13624
|
+
DoNotStart?: boolean;
|
|
14335
13625
|
}
|
|
14336
13626
|
/**
|
|
14337
13627
|
* 用于请求参数中的条件过滤字段
|
|
@@ -14492,32 +13782,6 @@ export interface AddInstanceResult {
|
|
|
14492
13782
|
*/
|
|
14493
13783
|
FailedReasons?: Array<string>;
|
|
14494
13784
|
}
|
|
14495
|
-
/**
|
|
14496
|
-
* DescribeFlowLastBatchState返回参数结构体
|
|
14497
|
-
*/
|
|
14498
|
-
export interface DescribeFlowLastBatchStateResponse {
|
|
14499
|
-
/**
|
|
14500
|
-
* 工作流批次最新状态
|
|
14501
|
-
*/
|
|
14502
|
-
Result?: TaskFlowLastBatchState;
|
|
14503
|
-
/**
|
|
14504
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14505
|
-
*/
|
|
14506
|
-
RequestId?: string;
|
|
14507
|
-
}
|
|
14508
|
-
/**
|
|
14509
|
-
* StopTaskExecute返回参数结构体
|
|
14510
|
-
*/
|
|
14511
|
-
export interface StopTaskExecuteResponse {
|
|
14512
|
-
/**
|
|
14513
|
-
* 返回 true 或 false。true:操作成功,false:操作失败
|
|
14514
|
-
*/
|
|
14515
|
-
Result?: boolean;
|
|
14516
|
-
/**
|
|
14517
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
14518
|
-
*/
|
|
14519
|
-
RequestId?: string;
|
|
14520
|
-
}
|
|
14521
13785
|
/**
|
|
14522
13786
|
* 单元化规则翻页对象
|
|
14523
13787
|
*/
|
|
@@ -15462,19 +14726,6 @@ export interface SearchStdoutLogRequest {
|
|
|
15462
14726
|
*/
|
|
15463
14727
|
SearchAfter?: Array<string>;
|
|
15464
14728
|
}
|
|
15465
|
-
/**
|
|
15466
|
-
* RedoTaskBatch返回参数结构体
|
|
15467
|
-
*/
|
|
15468
|
-
export interface RedoTaskBatchResponse {
|
|
15469
|
-
/**
|
|
15470
|
-
* 批次流水ID
|
|
15471
|
-
*/
|
|
15472
|
-
Result?: string;
|
|
15473
|
-
/**
|
|
15474
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15475
|
-
*/
|
|
15476
|
-
RequestId?: string;
|
|
15477
|
-
}
|
|
15478
14729
|
/**
|
|
15479
14730
|
* DescribeResourceConfig
|
|
15480
14731
|
*/
|
|
@@ -15510,27 +14761,6 @@ export interface DescribeResourceConfigResultV2 {
|
|
|
15510
14761
|
*/
|
|
15511
14762
|
Package: PackageConfig;
|
|
15512
14763
|
}
|
|
15513
|
-
/**
|
|
15514
|
-
* ModifyGroup请求参数结构体
|
|
15515
|
-
*/
|
|
15516
|
-
export interface ModifyGroupRequest {
|
|
15517
|
-
/**
|
|
15518
|
-
* 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
|
15519
|
-
*/
|
|
15520
|
-
GroupId: string;
|
|
15521
|
-
/**
|
|
15522
|
-
* 部署组名称
|
|
15523
|
-
*/
|
|
15524
|
-
GroupName?: string;
|
|
15525
|
-
/**
|
|
15526
|
-
* 部署组描述
|
|
15527
|
-
*/
|
|
15528
|
-
GroupDesc?: string;
|
|
15529
|
-
/**
|
|
15530
|
-
* 部署组备注
|
|
15531
|
-
*/
|
|
15532
|
-
Alias?: string;
|
|
15533
|
-
}
|
|
15534
14764
|
/**
|
|
15535
14765
|
* DescribeMicroservice返回参数结构体
|
|
15536
14766
|
*/
|
|
@@ -15891,72 +15121,6 @@ export interface ReleasePublicConfigRequest {
|
|
|
15891
15121
|
*/
|
|
15892
15122
|
ReleaseDesc?: string;
|
|
15893
15123
|
}
|
|
15894
|
-
/**
|
|
15895
|
-
* 工作流图中的边
|
|
15896
|
-
*/
|
|
15897
|
-
export interface TaskFlowEdge {
|
|
15898
|
-
/**
|
|
15899
|
-
* 节点 ID,节点类型为任务时为任务ID,节点类型为逻辑节点"且"时为 AND,为逻辑节点"或"时为 OR,节点类型为头节点时为字符串"head"
|
|
15900
|
-
*/
|
|
15901
|
-
NodeId?: string;
|
|
15902
|
-
/**
|
|
15903
|
-
* 子节点 ID,节点类型为任务时为任务ID,节点类型为逻辑节点"且"时为 AND,为逻辑节点"或"时为 OR
|
|
15904
|
-
*/
|
|
15905
|
-
ChildNodeId?: string;
|
|
15906
|
-
/**
|
|
15907
|
-
* 是否核心任务,Y/N
|
|
15908
|
-
*/
|
|
15909
|
-
CoreNode?: string;
|
|
15910
|
-
/**
|
|
15911
|
-
* 边类型,上下游任务依赖触发关系。一共2个值,Y:成功触发,N:失败触发
|
|
15912
|
-
*/
|
|
15913
|
-
EdgeType?: string;
|
|
15914
|
-
/**
|
|
15915
|
-
* 任务节点类型,一共有4种类型,AND:逻辑节点且,OR:逻辑节点或,TASK:任务节点,START:头节点
|
|
15916
|
-
*/
|
|
15917
|
-
NodeType?: string;
|
|
15918
|
-
/**
|
|
15919
|
-
* X轴坐标位置
|
|
15920
|
-
*/
|
|
15921
|
-
PositionX?: string;
|
|
15922
|
-
/**
|
|
15923
|
-
* Y轴坐标位置
|
|
15924
|
-
*/
|
|
15925
|
-
PositionY?: string;
|
|
15926
|
-
/**
|
|
15927
|
-
* 图 ID,新建工作流时自动生成,不需要填写,查看工作流图时后端返回
|
|
15928
|
-
*/
|
|
15929
|
-
GraphId?: string;
|
|
15930
|
-
/**
|
|
15931
|
-
* 工作流 ID,新建工作流时自动生成,不需要填写,查看工作流图时后端返回
|
|
15932
|
-
*/
|
|
15933
|
-
FlowId?: string;
|
|
15934
|
-
/**
|
|
15935
|
-
* 节点名称
|
|
15936
|
-
*/
|
|
15937
|
-
NodeName?: string;
|
|
15938
|
-
/**
|
|
15939
|
-
* 任务ID,新建工作流时不需要填写,查看工作流图时后端返回
|
|
15940
|
-
*/
|
|
15941
|
-
TaskId?: string;
|
|
15942
|
-
/**
|
|
15943
|
-
* 任务历史ID,新建工作流时不需要填写,查看工作流图时后端返回
|
|
15944
|
-
*/
|
|
15945
|
-
TaskLogId?: string;
|
|
15946
|
-
}
|
|
15947
|
-
/**
|
|
15948
|
-
* RedoTaskFlowBatch返回参数结构体
|
|
15949
|
-
*/
|
|
15950
|
-
export interface RedoTaskFlowBatchResponse {
|
|
15951
|
-
/**
|
|
15952
|
-
* 工作流批次历史 ID。操作失败时不返回该字段,返回错误码。
|
|
15953
|
-
*/
|
|
15954
|
-
Result?: string;
|
|
15955
|
-
/**
|
|
15956
|
-
* 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
|
15957
|
-
*/
|
|
15958
|
-
RequestId?: string;
|
|
15959
|
-
}
|
|
15960
15124
|
/**
|
|
15961
15125
|
* 泳道部署组
|
|
15962
15126
|
*/
|