tccli 3.0.1371.1__py2.py3-none-any.whl → 3.0.1372.1__py2.py3-none-any.whl
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.
- tccli/__init__.py +1 -1
- tccli/services/batch/v20170312/api.json +56 -56
- tccli/services/batch/v20170312/examples.json +3 -3
- tccli/services/cfg/v20210820/api.json +5 -5
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/ckafka/v20190819/api.json +21 -21
- tccli/services/clb/v20180317/api.json +7 -7
- tccli/services/cls/v20201016/api.json +311 -207
- tccli/services/cls/v20201016/examples.json +28 -28
- tccli/services/csip/v20221121/examples.json +1 -1
- tccli/services/ctem/v20231128/api.json +104 -104
- tccli/services/ctem/v20231128/examples.json +8 -8
- tccli/services/dnspod/v20210323/api.json +14 -4
- tccli/services/dnspod/v20210323/examples.json +2 -2
- tccli/services/es/v20180416/api.json +23 -4
- tccli/services/ess/v20201111/api.json +3 -3
- tccli/services/essbasic/v20210526/api.json +4 -4
- tccli/services/iai/v20200303/api.json +9 -0
- tccli/services/lighthouse/lighthouse_client.py +106 -0
- tccli/services/lighthouse/v20200324/api.json +280 -0
- tccli/services/lighthouse/v20200324/examples.json +22 -0
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/lke_client.py +0 -53
- tccli/services/lke/v20231130/api.json +29 -79
- tccli/services/lke/v20231130/examples.json +0 -8
- tccli/services/monitor/v20180724/api.json +3 -3
- tccli/services/ocr/v20181119/api.json +22 -2
- tccli/services/organization/v20210331/api.json +25 -25
- tccli/services/organization/v20210331/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +1 -1
- tccli/services/teo/v20220901/api.json +12 -12
- tccli/services/tione/v20211111/api.json +18 -18
- tccli/services/tms/v20201229/api.json +6 -6
- tccli/services/trtc/trtc_client.py +159 -0
- tccli/services/trtc/v20190722/api.json +264 -0
- tccli/services/trtc/v20190722/examples.json +24 -0
- tccli/services/tse/v20201207/api.json +23 -5
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +490 -490
- tccli/services/tsf/v20180326/examples.json +21 -21
- tccli/services/vod/v20180717/api.json +12 -1
- tccli/services/vpc/v20170312/api.json +12 -2
- tccli/services/vpc/v20170312/examples.json +2 -2
- tccli/services/wsa/v20250508/api.json +21 -3
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1372.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1372.1.dist-info}/RECORD +49 -49
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1372.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1372.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1371.1.dist-info → tccli-3.0.1372.1.dist-info}/license_files/LICENSE +0 -0
@@ -141,7 +141,7 @@
|
|
141
141
|
"status": "online"
|
142
142
|
},
|
143
143
|
"CreateFileConfigWithDetailResp": {
|
144
|
-
"document": "
|
144
|
+
"document": "创建文件配置项,返回详细信息。",
|
145
145
|
"input": "CreateFileConfigWithDetailRespRequest",
|
146
146
|
"name": "创建文件配置项并返回详细信息",
|
147
147
|
"output": "CreateFileConfigWithDetailRespResponse",
|
@@ -162,16 +162,16 @@
|
|
162
162
|
"status": "online"
|
163
163
|
},
|
164
164
|
"CreateLane": {
|
165
|
-
"document": "
|
165
|
+
"document": "创建泳道配置",
|
166
166
|
"input": "CreateLaneRequest",
|
167
|
-
"name": "
|
167
|
+
"name": "创建泳道配置",
|
168
168
|
"output": "CreateLaneResponse",
|
169
169
|
"status": "online"
|
170
170
|
},
|
171
171
|
"CreateLaneRule": {
|
172
|
-
"document": "
|
172
|
+
"document": "创建灰度发布规则",
|
173
173
|
"input": "CreateLaneRuleRequest",
|
174
|
-
"name": "
|
174
|
+
"name": "创建灰度发布规则",
|
175
175
|
"output": "CreateLaneRuleResponse",
|
176
176
|
"status": "online"
|
177
177
|
},
|
@@ -183,9 +183,9 @@
|
|
183
183
|
"status": "online"
|
184
184
|
},
|
185
185
|
"CreateMicroserviceWithDetailResp": {
|
186
|
-
"document": "新增微服务返回
|
186
|
+
"document": "新增微服务返回ID",
|
187
187
|
"input": "CreateMicroserviceWithDetailRespRequest",
|
188
|
-
"name": "新增微服务返回
|
188
|
+
"name": "新增微服务返回ID",
|
189
189
|
"output": "CreateMicroserviceWithDetailRespResponse",
|
190
190
|
"status": "online"
|
191
191
|
},
|
@@ -225,7 +225,7 @@
|
|
225
225
|
"status": "online"
|
226
226
|
},
|
227
227
|
"CreatePublicConfigWithDetailResp": {
|
228
|
-
"document": "
|
228
|
+
"document": "创建公共配置项,并返回配置项详细信息。",
|
229
229
|
"input": "CreatePublicConfigWithDetailRespRequest",
|
230
230
|
"name": "创建公共配置项返回详细信息",
|
231
231
|
"output": "CreatePublicConfigWithDetailRespResponse",
|
@@ -351,16 +351,16 @@
|
|
351
351
|
"status": "online"
|
352
352
|
},
|
353
353
|
"DeleteLane": {
|
354
|
-
"document": "
|
354
|
+
"document": "删除泳道配置",
|
355
355
|
"input": "DeleteLaneRequest",
|
356
|
-
"name": "
|
356
|
+
"name": "删除泳道配置",
|
357
357
|
"output": "DeleteLaneResponse",
|
358
358
|
"status": "online"
|
359
359
|
},
|
360
360
|
"DeleteLaneRule": {
|
361
|
-
"document": "
|
361
|
+
"document": "删除灰度发布规则",
|
362
362
|
"input": "DeleteLaneRuleRequest",
|
363
|
-
"name": "
|
363
|
+
"name": "删除灰度发布规则",
|
364
364
|
"output": "DeleteLaneRuleResponse",
|
365
365
|
"status": "online"
|
366
366
|
},
|
@@ -491,7 +491,7 @@
|
|
491
491
|
"status": "online"
|
492
492
|
},
|
493
493
|
"DescribeApiVersions": {
|
494
|
-
"document": "查询API
|
494
|
+
"document": "查询API版本",
|
495
495
|
"input": "DescribeApiVersionsRequest",
|
496
496
|
"name": "查询API版本",
|
497
497
|
"output": "DescribeApiVersionsResponse",
|
@@ -584,7 +584,7 @@
|
|
584
584
|
"DescribeConfigTemplate": {
|
585
585
|
"document": "导入配置",
|
586
586
|
"input": "DescribeConfigTemplateRequest",
|
587
|
-
"name": "
|
587
|
+
"name": "查询配置模板详情",
|
588
588
|
"output": "DescribeConfigTemplateResponse",
|
589
589
|
"status": "online"
|
590
590
|
},
|
@@ -659,7 +659,7 @@
|
|
659
659
|
"status": "online"
|
660
660
|
},
|
661
661
|
"DescribeDownloadInfo": {
|
662
|
-
"document": "TSF上传的程序包存放在腾讯云对象存储(COS)中,通过该API可以获取从COS下载程序包需要的信息,包括包所在的桶、存储路径、鉴权信息等,之后使用COS API(或SDK)进行下载。\
|
662
|
+
"document": "TSF上传的程序包存放在腾讯云对象存储(COS)中,通过该API可以获取从COS下载程序包需要的信息,包括包所在的桶、存储路径、鉴权信息等,之后使用COS API(或SDK)进行下载。\n请查阅[COS相关文档](https://cloud.tencent.com/document/product/436)",
|
663
663
|
"input": "DescribeDownloadInfoRequest",
|
664
664
|
"name": "获取下载程序包信息",
|
665
665
|
"output": "DescribeDownloadInfoResponse",
|
@@ -848,16 +848,16 @@
|
|
848
848
|
"status": "online"
|
849
849
|
},
|
850
850
|
"DescribeLaneRules": {
|
851
|
-
"document": "
|
851
|
+
"document": "查询灰度发布规则列表",
|
852
852
|
"input": "DescribeLaneRulesRequest",
|
853
|
-
"name": "
|
853
|
+
"name": "查询灰度发布规则列表",
|
854
854
|
"output": "DescribeLaneRulesResponse",
|
855
855
|
"status": "online"
|
856
856
|
},
|
857
857
|
"DescribeLanes": {
|
858
|
-
"document": "
|
858
|
+
"document": "查询泳道配置列表",
|
859
859
|
"input": "DescribeLanesRequest",
|
860
|
-
"name": "
|
860
|
+
"name": "查询泳道配置列表",
|
861
861
|
"output": "DescribeLanesResponse",
|
862
862
|
"status": "online"
|
863
863
|
},
|
@@ -988,9 +988,9 @@
|
|
988
988
|
"status": "online"
|
989
989
|
},
|
990
990
|
"DescribeReleasedConfig": {
|
991
|
-
"document": "
|
991
|
+
"document": "查询部署组发布的配置",
|
992
992
|
"input": "DescribeReleasedConfigRequest",
|
993
|
-
"name": "
|
993
|
+
"name": "查询部署组发布的配置",
|
994
994
|
"output": "DescribeReleasedConfigResponse",
|
995
995
|
"status": "online"
|
996
996
|
},
|
@@ -1114,7 +1114,7 @@
|
|
1114
1114
|
"status": "online"
|
1115
1115
|
},
|
1116
1116
|
"DescribeUploadInfo": {
|
1117
|
-
"document": "TSF会将软件包上传到腾讯云对象存储(COS)。调用此接口获取上传信息,如目标地域,桶,包Id,存储路径,鉴权信息等,之后请使用COS API(或SDK)进行上传。\
|
1117
|
+
"document": "TSF会将软件包上传到腾讯云对象存储(COS)。调用此接口获取上传信息,如目标地域,桶,包Id,存储路径,鉴权信息等,之后请使用COS API(或SDK)进行上传。\n请查阅[COS相关文档](https://cloud.tencent.com/document/product/436)",
|
1118
1118
|
"input": "DescribeUploadInfoRequest",
|
1119
1119
|
"name": "获取上传程序包信息",
|
1120
1120
|
"output": "DescribeUploadInfoResponse",
|
@@ -1128,9 +1128,9 @@
|
|
1128
1128
|
"status": "online"
|
1129
1129
|
},
|
1130
1130
|
"DisableLaneRule": {
|
1131
|
-
"document": "
|
1131
|
+
"document": "禁用灰度发布规则",
|
1132
1132
|
"input": "DisableLaneRuleRequest",
|
1133
|
-
"name": "
|
1133
|
+
"name": "禁用灰度发布规则",
|
1134
1134
|
"output": "DisableLaneRuleResponse",
|
1135
1135
|
"status": "online"
|
1136
1136
|
},
|
@@ -1184,9 +1184,9 @@
|
|
1184
1184
|
"status": "online"
|
1185
1185
|
},
|
1186
1186
|
"EnableLaneRule": {
|
1187
|
-
"document": "
|
1187
|
+
"document": "启用灰度发布规则",
|
1188
1188
|
"input": "EnableLaneRuleRequest",
|
1189
|
-
"name": "
|
1189
|
+
"name": "启用灰度发布规则",
|
1190
1190
|
"output": "EnableLaneRuleResponse",
|
1191
1191
|
"status": "online"
|
1192
1192
|
},
|
@@ -1275,16 +1275,16 @@
|
|
1275
1275
|
"status": "online"
|
1276
1276
|
},
|
1277
1277
|
"ModifyLane": {
|
1278
|
-
"document": "
|
1278
|
+
"document": "更新泳道配置信息",
|
1279
1279
|
"input": "ModifyLaneRequest",
|
1280
|
-
"name": "
|
1280
|
+
"name": "更新泳道配置信息",
|
1281
1281
|
"output": "ModifyLaneResponse",
|
1282
1282
|
"status": "online"
|
1283
1283
|
},
|
1284
1284
|
"ModifyLaneRule": {
|
1285
|
-
"document": "
|
1285
|
+
"document": "更新灰度发布规则",
|
1286
1286
|
"input": "ModifyLaneRuleRequest",
|
1287
|
-
"name": "
|
1287
|
+
"name": "更新灰度发布规则",
|
1288
1288
|
"output": "ModifyLaneRuleResponse",
|
1289
1289
|
"status": "online"
|
1290
1290
|
},
|
@@ -1387,7 +1387,7 @@
|
|
1387
1387
|
"status": "online"
|
1388
1388
|
},
|
1389
1389
|
"ReleaseConfigWithDetailResp": {
|
1390
|
-
"document": "
|
1390
|
+
"document": "发布配置,并且返回配置ID。",
|
1391
1391
|
"input": "ReleaseConfigWithDetailRespRequest",
|
1392
1392
|
"name": "发布配置返回详细信息",
|
1393
1393
|
"output": "ReleaseConfigWithDetailRespResponse",
|
@@ -7119,7 +7119,7 @@
|
|
7119
7119
|
"members": [
|
7120
7120
|
{
|
7121
7121
|
"disabled": false,
|
7122
|
-
"document": "
|
7122
|
+
"document": "任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入执行记录页,第一列即为任务批次ID,在[任务执行记录](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=task)页能查看所有任务批次ID。",
|
7123
7123
|
"example": "batch-6a79x94v",
|
7124
7124
|
"member": "string",
|
7125
7125
|
"name": "BatchId",
|
@@ -7971,7 +7971,7 @@
|
|
7971
7971
|
"members": [
|
7972
7972
|
{
|
7973
7973
|
"disabled": false,
|
7974
|
-
"document": "
|
7974
|
+
"document": "配置项名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”、“_”),且不能以分隔符开头或结尾。",
|
7975
7975
|
"example": "config_app",
|
7976
7976
|
"member": "string",
|
7977
7977
|
"name": "ConfigName",
|
@@ -7980,7 +7980,7 @@
|
|
7980
7980
|
},
|
7981
7981
|
{
|
7982
7982
|
"disabled": false,
|
7983
|
-
"document": "
|
7983
|
+
"document": "配置项版本,只能包含小写字母、数字及分隔符(\"-\",\".\"),且必须以小写字母或数字开头、以小写字母或数字结尾,中间不能有连续的\"-\"或\".\"。",
|
7984
7984
|
"example": "v1",
|
7985
7985
|
"member": "string",
|
7986
7986
|
"name": "ConfigVersion",
|
@@ -7989,7 +7989,7 @@
|
|
7989
7989
|
},
|
7990
7990
|
{
|
7991
7991
|
"disabled": false,
|
7992
|
-
"document": "
|
7992
|
+
"document": "配置项值。",
|
7993
7993
|
"example": "config: enabled",
|
7994
7994
|
"member": "string",
|
7995
7995
|
"name": "ConfigValue",
|
@@ -7998,7 +7998,7 @@
|
|
7998
7998
|
},
|
7999
7999
|
{
|
8000
8000
|
"disabled": false,
|
8001
|
-
"document": "应用ID",
|
8001
|
+
"document": "应用ID。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
8002
8002
|
"example": "application-5yr26r9a",
|
8003
8003
|
"member": "string",
|
8004
8004
|
"name": "ApplicationId",
|
@@ -8007,7 +8007,7 @@
|
|
8007
8007
|
},
|
8008
8008
|
{
|
8009
8009
|
"disabled": false,
|
8010
|
-
"document": "
|
8010
|
+
"document": "配置项版本描述,最多支持200个字符。",
|
8011
8011
|
"example": "This is desc",
|
8012
8012
|
"member": "string",
|
8013
8013
|
"name": "ConfigVersionDesc",
|
@@ -8016,7 +8016,7 @@
|
|
8016
8016
|
},
|
8017
8017
|
{
|
8018
8018
|
"disabled": false,
|
8019
|
-
"document": "
|
8019
|
+
"document": "配置项值类型,固定值。",
|
8020
8020
|
"example": "application",
|
8021
8021
|
"member": "string",
|
8022
8022
|
"name": "ConfigType",
|
@@ -8025,7 +8025,7 @@
|
|
8025
8025
|
},
|
8026
8026
|
{
|
8027
8027
|
"disabled": false,
|
8028
|
-
"document": "Base64
|
8028
|
+
"document": "Base64编码的配置项。\n- true:开启\n- false:关闭",
|
8029
8029
|
"example": "true",
|
8030
8030
|
"member": "bool",
|
8031
8031
|
"name": "EncodeWithBase64",
|
@@ -8034,7 +8034,7 @@
|
|
8034
8034
|
},
|
8035
8035
|
{
|
8036
8036
|
"disabled": false,
|
8037
|
-
"document": "
|
8037
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
8038
8038
|
"example": "[\"program-6a79x94v\"]",
|
8039
8039
|
"member": "string",
|
8040
8040
|
"name": "ProgramIdList",
|
@@ -8049,7 +8049,7 @@
|
|
8049
8049
|
"members": [
|
8050
8050
|
{
|
8051
8051
|
"disabled": false,
|
8052
|
-
"document": "true
|
8052
|
+
"document": "创建结果。\n- true:创建成功\n- false:创建失败",
|
8053
8053
|
"example": "true",
|
8054
8054
|
"member": "bool",
|
8055
8055
|
"name": "Result",
|
@@ -8071,7 +8071,7 @@
|
|
8071
8071
|
"members": [
|
8072
8072
|
{
|
8073
8073
|
"disabled": false,
|
8074
|
-
"document": "
|
8074
|
+
"document": "配置模板名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”),且不能以分隔符开头或结尾。",
|
8075
8075
|
"example": "config_temp_app",
|
8076
8076
|
"member": "string",
|
8077
8077
|
"name": "ConfigTemplateName",
|
@@ -8080,7 +8080,7 @@
|
|
8080
8080
|
},
|
8081
8081
|
{
|
8082
8082
|
"disabled": false,
|
8083
|
-
"document": "
|
8083
|
+
"document": "配置模板对应的微服务框架。\n- Ribbon:Ribbon类型配置模板\n- Hystrix:Hystrix类型配置模板\n- Zuul:Zuul类型配置模板\n- customize:自定义类型配置模板",
|
8084
8084
|
"example": "Ribbon",
|
8085
8085
|
"member": "string",
|
8086
8086
|
"name": "ConfigTemplateType",
|
@@ -8089,7 +8089,7 @@
|
|
8089
8089
|
},
|
8090
8090
|
{
|
8091
8091
|
"disabled": false,
|
8092
|
-
"document": "
|
8092
|
+
"document": "配置模板数据。",
|
8093
8093
|
"example": "ribbon.ReadTimeout: 5000",
|
8094
8094
|
"member": "string",
|
8095
8095
|
"name": "ConfigTemplateValue",
|
@@ -8098,7 +8098,7 @@
|
|
8098
8098
|
},
|
8099
8099
|
{
|
8100
8100
|
"disabled": false,
|
8101
|
-
"document": "
|
8101
|
+
"document": "配置模板描述,最多支持200个字符。",
|
8102
8102
|
"example": "This is desc",
|
8103
8103
|
"member": "string",
|
8104
8104
|
"name": "ConfigTemplateDesc",
|
@@ -8107,7 +8107,7 @@
|
|
8107
8107
|
},
|
8108
8108
|
{
|
8109
8109
|
"disabled": false,
|
8110
|
-
"document": "
|
8110
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
8111
8111
|
"example": "[\"program-6a79x94v\"]",
|
8112
8112
|
"member": "string",
|
8113
8113
|
"name": "ProgramIdList",
|
@@ -8122,7 +8122,7 @@
|
|
8122
8122
|
"members": [
|
8123
8123
|
{
|
8124
8124
|
"disabled": false,
|
8125
|
-
"document": "true
|
8125
|
+
"document": "创建结果。\n- true:创建成功\n- false:创建失败",
|
8126
8126
|
"example": "true",
|
8127
8127
|
"member": "bool",
|
8128
8128
|
"name": "Result",
|
@@ -8144,7 +8144,7 @@
|
|
8144
8144
|
"members": [
|
8145
8145
|
{
|
8146
8146
|
"disabled": false,
|
8147
|
-
"document": "
|
8147
|
+
"document": "配置模板名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”),且不能以分隔符开头或结尾。",
|
8148
8148
|
"example": "config_app",
|
8149
8149
|
"member": "string",
|
8150
8150
|
"name": "ConfigTemplateName",
|
@@ -8153,7 +8153,7 @@
|
|
8153
8153
|
},
|
8154
8154
|
{
|
8155
8155
|
"disabled": false,
|
8156
|
-
"document": "
|
8156
|
+
"document": "配置模板对应的微服务框架。- Ribbon:Ribbon类型配置模板- Hystrix:Hystrix类型配置模板- Zuul:Zuul类型配置模板- customize:自定义类型配置模板。",
|
8157
8157
|
"example": "Ribbon",
|
8158
8158
|
"member": "string",
|
8159
8159
|
"name": "ConfigTemplateType",
|
@@ -8162,7 +8162,7 @@
|
|
8162
8162
|
},
|
8163
8163
|
{
|
8164
8164
|
"disabled": false,
|
8165
|
-
"document": "
|
8165
|
+
"document": "配置模板数据。",
|
8166
8166
|
"example": "#请求处理超时时间ribbon.ReadTimeout: 5000#请求连接超时时间ribbon.ConnectTimeout: 2000#同一实例最大重试次数,不包括首次调用ribbon.MaxAutoRetries: 0",
|
8167
8167
|
"member": "string",
|
8168
8168
|
"name": "ConfigTemplateValue",
|
@@ -8171,7 +8171,7 @@
|
|
8171
8171
|
},
|
8172
8172
|
{
|
8173
8173
|
"disabled": false,
|
8174
|
-
"document": "
|
8174
|
+
"document": "配置模板描述,最多支持200个字符。",
|
8175
8175
|
"example": "This is desc",
|
8176
8176
|
"member": "string",
|
8177
8177
|
"name": "ConfigTemplateDesc",
|
@@ -8180,7 +8180,7 @@
|
|
8180
8180
|
},
|
8181
8181
|
{
|
8182
8182
|
"disabled": false,
|
8183
|
-
"document": "
|
8183
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
8184
8184
|
"example": "[\"program-6a79x94v\"]",
|
8185
8185
|
"member": "string",
|
8186
8186
|
"name": "ProgramIdList",
|
@@ -8195,8 +8195,8 @@
|
|
8195
8195
|
"members": [
|
8196
8196
|
{
|
8197
8197
|
"disabled": false,
|
8198
|
-
"document": "
|
8199
|
-
"example": "
|
8198
|
+
"document": "创建成功,返回配置模板ID。",
|
8199
|
+
"example": "无",
|
8200
8200
|
"member": "ConfigTemplate",
|
8201
8201
|
"name": "Result",
|
8202
8202
|
"output_required": true,
|
@@ -8217,7 +8217,7 @@
|
|
8217
8217
|
"members": [
|
8218
8218
|
{
|
8219
8219
|
"disabled": false,
|
8220
|
-
"document": "
|
8220
|
+
"document": "配置项名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”、“_”),且不能以分隔符开头或结尾。",
|
8221
8221
|
"example": "app_config",
|
8222
8222
|
"member": "string",
|
8223
8223
|
"name": "ConfigName",
|
@@ -8226,7 +8226,7 @@
|
|
8226
8226
|
},
|
8227
8227
|
{
|
8228
8228
|
"disabled": false,
|
8229
|
-
"document": "
|
8229
|
+
"document": "配置项版本,只能包含小写字母、数字及分隔符(\"-\",\".\"),且必须以小写字母或数字开头、以小写字母或数字结尾,中间不能有连续的\"-\"或\".\"。",
|
8230
8230
|
"example": "v1.0",
|
8231
8231
|
"member": "string",
|
8232
8232
|
"name": "ConfigVersion",
|
@@ -8235,7 +8235,7 @@
|
|
8235
8235
|
},
|
8236
8236
|
{
|
8237
8237
|
"disabled": false,
|
8238
|
-
"document": "
|
8238
|
+
"document": "配置项值。",
|
8239
8239
|
"example": "api.invok.limit: 5000",
|
8240
8240
|
"member": "string",
|
8241
8241
|
"name": "ConfigValue",
|
@@ -8244,7 +8244,7 @@
|
|
8244
8244
|
},
|
8245
8245
|
{
|
8246
8246
|
"disabled": false,
|
8247
|
-
"document": "应用ID",
|
8247
|
+
"document": "应用ID。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
8248
8248
|
"example": "application-gyq2xry5",
|
8249
8249
|
"member": "string",
|
8250
8250
|
"name": "ApplicationId",
|
@@ -8253,7 +8253,7 @@
|
|
8253
8253
|
},
|
8254
8254
|
{
|
8255
8255
|
"disabled": false,
|
8256
|
-
"document": "
|
8256
|
+
"document": "配置项版本描述,最多支持200个字符。",
|
8257
8257
|
"example": "This is desc",
|
8258
8258
|
"member": "string",
|
8259
8259
|
"name": "ConfigVersionDesc",
|
@@ -8262,7 +8262,7 @@
|
|
8262
8262
|
},
|
8263
8263
|
{
|
8264
8264
|
"disabled": false,
|
8265
|
-
"document": "
|
8265
|
+
"document": "配置项值类型,固定值。",
|
8266
8266
|
"example": "application",
|
8267
8267
|
"member": "string",
|
8268
8268
|
"name": "ConfigType",
|
@@ -8271,7 +8271,7 @@
|
|
8271
8271
|
},
|
8272
8272
|
{
|
8273
8273
|
"disabled": false,
|
8274
|
-
"document": "Base64
|
8274
|
+
"document": "Base64编码的配置项。\n- true:开启\n- false:关闭",
|
8275
8275
|
"example": "true",
|
8276
8276
|
"member": "bool",
|
8277
8277
|
"name": "EncodeWithBase64",
|
@@ -8280,7 +8280,7 @@
|
|
8280
8280
|
},
|
8281
8281
|
{
|
8282
8282
|
"disabled": false,
|
8283
|
-
"document": "
|
8283
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
8284
8284
|
"example": "[\"program-6a79x94v\"]",
|
8285
8285
|
"member": "string",
|
8286
8286
|
"name": "ProgramIdList",
|
@@ -8295,8 +8295,8 @@
|
|
8295
8295
|
"members": [
|
8296
8296
|
{
|
8297
8297
|
"disabled": false,
|
8298
|
-
"document": "
|
8299
|
-
"example": "
|
8298
|
+
"document": "配置项。",
|
8299
|
+
"example": "无",
|
8300
8300
|
"member": "Config",
|
8301
8301
|
"name": "Result",
|
8302
8302
|
"output_required": true,
|
@@ -8561,7 +8561,7 @@
|
|
8561
8561
|
"members": [
|
8562
8562
|
{
|
8563
8563
|
"disabled": false,
|
8564
|
-
"document": "
|
8564
|
+
"document": "配置项名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”、“_”),且不能以分隔符开头或结尾。",
|
8565
8565
|
"example": "config_app",
|
8566
8566
|
"member": "string",
|
8567
8567
|
"name": "ConfigName",
|
@@ -8570,7 +8570,7 @@
|
|
8570
8570
|
},
|
8571
8571
|
{
|
8572
8572
|
"disabled": false,
|
8573
|
-
"document": "
|
8573
|
+
"document": "配置项版本,只能包含小写字母、数字及分隔符(\"-\",\".\"),且必须以小写字母或数字开头、以小写字母或数字结尾,中间不能有连续的\"-\"或\".\"。",
|
8574
8574
|
"example": "v1",
|
8575
8575
|
"member": "string",
|
8576
8576
|
"name": "ConfigVersion",
|
@@ -8579,7 +8579,7 @@
|
|
8579
8579
|
},
|
8580
8580
|
{
|
8581
8581
|
"disabled": false,
|
8582
|
-
"document": "
|
8582
|
+
"document": "配置项文件名,最多支持60个字符,只能包含英文、数字、\"-\"(英文)、\"_\"(英文)、\".\"(英文)。",
|
8583
8583
|
"example": "conf.txt",
|
8584
8584
|
"member": "string",
|
8585
8585
|
"name": "ConfigFileName",
|
@@ -8597,7 +8597,7 @@
|
|
8597
8597
|
},
|
8598
8598
|
{
|
8599
8599
|
"disabled": false,
|
8600
|
-
"document": "配置项关联应用ID",
|
8600
|
+
"document": "配置项关联应用ID,该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
8601
8601
|
"example": "application-5yr26r9a",
|
8602
8602
|
"member": "string",
|
8603
8603
|
"name": "ApplicationId",
|
@@ -8606,7 +8606,7 @@
|
|
8606
8606
|
},
|
8607
8607
|
{
|
8608
8608
|
"disabled": false,
|
8609
|
-
"document": "
|
8609
|
+
"document": "发布路径。",
|
8610
8610
|
"example": "/root",
|
8611
8611
|
"member": "string",
|
8612
8612
|
"name": "ConfigFilePath",
|
@@ -8615,7 +8615,7 @@
|
|
8615
8615
|
},
|
8616
8616
|
{
|
8617
8617
|
"disabled": false,
|
8618
|
-
"document": "
|
8618
|
+
"document": "配置项版本描述,最多支持200个字符。",
|
8619
8619
|
"example": "This is desc",
|
8620
8620
|
"member": "string",
|
8621
8621
|
"name": "ConfigVersionDesc",
|
@@ -8624,7 +8624,7 @@
|
|
8624
8624
|
},
|
8625
8625
|
{
|
8626
8626
|
"disabled": false,
|
8627
|
-
"document": "配置项文件编码,utf-8 或 gbk。注:如果选择 gbk,需要新版本 tsf-consul-template (公有云虚拟机需要使用 1.32 tsf-agent,容器需要从文档中获取最新的 tsf-consul-template-docker.tar.gz
|
8627
|
+
"document": "配置项文件编码,utf-8 或 gbk。注:如果选择 gbk,需要新版本 tsf-consul-template (公有云虚拟机需要使用 1.32 tsf-agent,容器需要从文档中获取最新的 tsf-consul-template-docker.tar.gz)的支持。",
|
8628
8628
|
"example": "utf-8",
|
8629
8629
|
"member": "string",
|
8630
8630
|
"name": "ConfigFileCode",
|
@@ -8633,7 +8633,7 @@
|
|
8633
8633
|
},
|
8634
8634
|
{
|
8635
8635
|
"disabled": false,
|
8636
|
-
"document": "
|
8636
|
+
"document": "后置命令。",
|
8637
8637
|
"example": "sh start.sh",
|
8638
8638
|
"member": "string",
|
8639
8639
|
"name": "ConfigPostCmd",
|
@@ -8642,7 +8642,7 @@
|
|
8642
8642
|
},
|
8643
8643
|
{
|
8644
8644
|
"disabled": false,
|
8645
|
-
"document": "Base64
|
8645
|
+
"document": "Base64编码的配置项。\n- true:开启\n- false:关闭",
|
8646
8646
|
"example": "true",
|
8647
8647
|
"member": "bool",
|
8648
8648
|
"name": "EncodeWithBase64",
|
@@ -8651,7 +8651,7 @@
|
|
8651
8651
|
},
|
8652
8652
|
{
|
8653
8653
|
"disabled": false,
|
8654
|
-
"document": "
|
8654
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
8655
8655
|
"example": "[\"program-6a79x94v\"]",
|
8656
8656
|
"member": "string",
|
8657
8657
|
"name": "ProgramIdList",
|
@@ -8666,7 +8666,7 @@
|
|
8666
8666
|
"members": [
|
8667
8667
|
{
|
8668
8668
|
"disabled": false,
|
8669
|
-
"document": "true
|
8669
|
+
"document": "创建结果。\n- true:创建成功\n- false:创建失败",
|
8670
8670
|
"example": "true",
|
8671
8671
|
"member": "bool",
|
8672
8672
|
"name": "Result",
|
@@ -8688,7 +8688,7 @@
|
|
8688
8688
|
"members": [
|
8689
8689
|
{
|
8690
8690
|
"disabled": false,
|
8691
|
-
"document": "
|
8691
|
+
"document": "配置名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”、“_”),且不能以分隔符开头或结尾。",
|
8692
8692
|
"example": "consumer-config",
|
8693
8693
|
"member": "string",
|
8694
8694
|
"name": "ConfigName",
|
@@ -8697,8 +8697,8 @@
|
|
8697
8697
|
},
|
8698
8698
|
{
|
8699
8699
|
"disabled": false,
|
8700
|
-
"document": "
|
8701
|
-
"example": "
|
8700
|
+
"document": "配置项版本,只能包含小写字母、数字及分隔符(\"-\",\".\"),且必须以小写字母或数字开头、以小写字母或数字结尾,中间不能有连续的\"-\"或\".\"。",
|
8701
|
+
"example": "v1",
|
8702
8702
|
"member": "string",
|
8703
8703
|
"name": "ConfigVersion",
|
8704
8704
|
"required": true,
|
@@ -8706,7 +8706,7 @@
|
|
8706
8706
|
},
|
8707
8707
|
{
|
8708
8708
|
"disabled": false,
|
8709
|
-
"document": "
|
8709
|
+
"document": "配置项文件名,不超过60个字符,只能包含英文、数字、\"-\"(英文)、\"_\"(英文)、\".\"(英文)。",
|
8710
8710
|
"example": "config.txt",
|
8711
8711
|
"member": "string",
|
8712
8712
|
"name": "ConfigFileName",
|
@@ -8715,7 +8715,7 @@
|
|
8715
8715
|
},
|
8716
8716
|
{
|
8717
8717
|
"disabled": false,
|
8718
|
-
"document": "配置项文件内容(原始内容编码需要 utf-8 格式,如果 ConfigFileCode 为 gbk
|
8718
|
+
"document": "配置项文件内容(原始内容编码需要 utf-8 格式,如果 ConfigFileCode 为 gbk,后台会进行转换)。",
|
8719
8719
|
"example": "config=enabled",
|
8720
8720
|
"member": "string",
|
8721
8721
|
"name": "ConfigFileValue",
|
@@ -8724,7 +8724,7 @@
|
|
8724
8724
|
},
|
8725
8725
|
{
|
8726
8726
|
"disabled": false,
|
8727
|
-
"document": "配置项关联应用ID",
|
8727
|
+
"document": "配置项关联应用ID。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
8728
8728
|
"example": "application-dapbkdgy",
|
8729
8729
|
"member": "string",
|
8730
8730
|
"name": "ApplicationId",
|
@@ -8733,7 +8733,7 @@
|
|
8733
8733
|
},
|
8734
8734
|
{
|
8735
8735
|
"disabled": false,
|
8736
|
-
"document": "
|
8736
|
+
"document": "发布路径。",
|
8737
8737
|
"example": "/root",
|
8738
8738
|
"member": "string",
|
8739
8739
|
"name": "ConfigFilePath",
|
@@ -8742,7 +8742,7 @@
|
|
8742
8742
|
},
|
8743
8743
|
{
|
8744
8744
|
"disabled": false,
|
8745
|
-
"document": "
|
8745
|
+
"document": "配置项版本描述,最多支持200个字符。",
|
8746
8746
|
"example": "This is desc",
|
8747
8747
|
"member": "string",
|
8748
8748
|
"name": "ConfigVersionDesc",
|
@@ -8751,7 +8751,7 @@
|
|
8751
8751
|
},
|
8752
8752
|
{
|
8753
8753
|
"disabled": false,
|
8754
|
-
"document": "配置项文件编码,utf-8 或 gbk。注:如果选择 gbk,需要新版本 tsf-consul-template (公有云虚拟机需要使用 1.32 tsf-agent,容器需要从文档中获取最新的 tsf-consul-template-docker.tar.gz
|
8754
|
+
"document": "配置项文件编码,utf-8 或 gbk。注:如果选择 gbk,需要新版本 tsf-consul-template (公有云虚拟机需要使用 1.32 tsf-agent,容器需要从文档中获取最新的 tsf-consul-template-docker.tar.gz)的支持。",
|
8755
8755
|
"example": "utf-8",
|
8756
8756
|
"member": "string",
|
8757
8757
|
"name": "ConfigFileCode",
|
@@ -8760,7 +8760,7 @@
|
|
8760
8760
|
},
|
8761
8761
|
{
|
8762
8762
|
"disabled": false,
|
8763
|
-
"document": "
|
8763
|
+
"document": "后置命令。",
|
8764
8764
|
"example": "/usr/bin/bash",
|
8765
8765
|
"member": "string",
|
8766
8766
|
"name": "ConfigPostCmd",
|
@@ -8778,7 +8778,7 @@
|
|
8778
8778
|
},
|
8779
8779
|
{
|
8780
8780
|
"disabled": false,
|
8781
|
-
"document": "
|
8781
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
8782
8782
|
"example": "[\"program-6a79x94v\"]",
|
8783
8783
|
"member": "string",
|
8784
8784
|
"name": "ProgramIdList",
|
@@ -8793,8 +8793,8 @@
|
|
8793
8793
|
"members": [
|
8794
8794
|
{
|
8795
8795
|
"disabled": false,
|
8796
|
-
"document": "
|
8797
|
-
"example": "
|
8796
|
+
"document": "文件配置项。",
|
8797
|
+
"example": "无",
|
8798
8798
|
"member": "FileConfig",
|
8799
8799
|
"name": "Result",
|
8800
8800
|
"output_required": true,
|
@@ -8970,7 +8970,7 @@
|
|
8970
8970
|
"members": [
|
8971
8971
|
{
|
8972
8972
|
"disabled": false,
|
8973
|
-
"document": "
|
8973
|
+
"document": "泳道配置名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”),且不能以分隔符开头或结尾。",
|
8974
8974
|
"example": "app_lane",
|
8975
8975
|
"member": "string",
|
8976
8976
|
"name": "LaneName",
|
@@ -8979,7 +8979,7 @@
|
|
8979
8979
|
},
|
8980
8980
|
{
|
8981
8981
|
"disabled": false,
|
8982
|
-
"document": "
|
8982
|
+
"document": "泳道配置备注,最多支持200个字符。",
|
8983
8983
|
"example": "This is desc",
|
8984
8984
|
"member": "string",
|
8985
8985
|
"name": "Remark",
|
@@ -8988,8 +8988,8 @@
|
|
8988
8988
|
},
|
8989
8989
|
{
|
8990
8990
|
"disabled": false,
|
8991
|
-
"document": "
|
8992
|
-
"example": "
|
8991
|
+
"document": "泳道部署组信息。",
|
8992
|
+
"example": "无",
|
8993
8993
|
"member": "LaneGroup",
|
8994
8994
|
"name": "LaneGroupList",
|
8995
8995
|
"required": true,
|
@@ -8997,7 +8997,7 @@
|
|
8997
8997
|
},
|
8998
8998
|
{
|
8999
8999
|
"disabled": false,
|
9000
|
-
"document": "
|
9000
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
9001
9001
|
"example": "[\"program-6a79x94v\"]",
|
9002
9002
|
"member": "string",
|
9003
9003
|
"name": "ProgramIdList",
|
@@ -9012,7 +9012,7 @@
|
|
9012
9012
|
"members": [
|
9013
9013
|
{
|
9014
9014
|
"disabled": false,
|
9015
|
-
"document": "
|
9015
|
+
"document": "泳道配置ID。",
|
9016
9016
|
"example": "lane-vwdjqq29",
|
9017
9017
|
"member": "string",
|
9018
9018
|
"name": "Result",
|
@@ -9034,7 +9034,7 @@
|
|
9034
9034
|
"members": [
|
9035
9035
|
{
|
9036
9036
|
"disabled": false,
|
9037
|
-
"document": "
|
9037
|
+
"document": "灰度发布规则名称,最多支持60个字符,支持中英文字符。",
|
9038
9038
|
"example": "app_rule",
|
9039
9039
|
"member": "string",
|
9040
9040
|
"name": "RuleName",
|
@@ -9043,7 +9043,7 @@
|
|
9043
9043
|
},
|
9044
9044
|
{
|
9045
9045
|
"disabled": false,
|
9046
|
-
"document": "
|
9046
|
+
"document": "灰度发布规则备注,最多支持200个字符。",
|
9047
9047
|
"example": "This is desc",
|
9048
9048
|
"member": "string",
|
9049
9049
|
"name": "Remark",
|
@@ -9052,8 +9052,8 @@
|
|
9052
9052
|
},
|
9053
9053
|
{
|
9054
9054
|
"disabled": false,
|
9055
|
-
"document": "
|
9056
|
-
"example": "
|
9055
|
+
"document": "灰度发布规则标签列表。",
|
9056
|
+
"example": "无",
|
9057
9057
|
"member": "LaneRuleTag",
|
9058
9058
|
"name": "RuleTagList",
|
9059
9059
|
"required": true,
|
@@ -9061,7 +9061,7 @@
|
|
9061
9061
|
},
|
9062
9062
|
{
|
9063
9063
|
"disabled": false,
|
9064
|
-
"document": "
|
9064
|
+
"document": "灰度发布规则标签关系。\n- RELEATION_AND:与\n- RELEATION_OR:或",
|
9065
9065
|
"example": "RELEATION_AND",
|
9066
9066
|
"member": "string",
|
9067
9067
|
"name": "RuleTagRelationship",
|
@@ -9070,7 +9070,7 @@
|
|
9070
9070
|
},
|
9071
9071
|
{
|
9072
9072
|
"disabled": false,
|
9073
|
-
"document": "
|
9073
|
+
"document": "泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。",
|
9074
9074
|
"example": "lane-y9o6w958",
|
9075
9075
|
"member": "string",
|
9076
9076
|
"name": "LaneId",
|
@@ -9079,7 +9079,7 @@
|
|
9079
9079
|
},
|
9080
9080
|
{
|
9081
9081
|
"disabled": false,
|
9082
|
-
"document": "
|
9082
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
9083
9083
|
"example": "[\"program-6a79x94v\"]",
|
9084
9084
|
"member": "string",
|
9085
9085
|
"name": "ProgramIdList",
|
@@ -9094,7 +9094,7 @@
|
|
9094
9094
|
"members": [
|
9095
9095
|
{
|
9096
9096
|
"disabled": false,
|
9097
|
-
"document": "
|
9097
|
+
"document": "灰度发布规则ID。",
|
9098
9098
|
"example": "lane-r-yojkwwpr",
|
9099
9099
|
"member": "string",
|
9100
9100
|
"name": "Result",
|
@@ -9116,7 +9116,7 @@
|
|
9116
9116
|
"members": [
|
9117
9117
|
{
|
9118
9118
|
"disabled": false,
|
9119
|
-
"document": "命名空间ID",
|
9119
|
+
"document": "命名空间ID。该参数可以通过调用 [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096) 的返回值中的 NamespaceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
9120
9120
|
"example": "namespace-v3gw3lna",
|
9121
9121
|
"member": "string",
|
9122
9122
|
"name": "NamespaceId",
|
@@ -9125,7 +9125,7 @@
|
|
9125
9125
|
},
|
9126
9126
|
{
|
9127
9127
|
"disabled": false,
|
9128
|
-
"document": "
|
9128
|
+
"document": "微服务名称。该参数可以通过调用 [DescribeMicroservices](https://cloud.tencent.com/document/product/649/36084) 的返回值中的 MicroserviceName 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=service)查看;也可以调用[CreateMicroserviceWithDetailResp](https://cloud.tencent.com/document/product/649/85860)创建新的微服务。",
|
9129
9129
|
"example": "provider-app",
|
9130
9130
|
"member": "string",
|
9131
9131
|
"name": "MicroserviceName",
|
@@ -9134,7 +9134,7 @@
|
|
9134
9134
|
},
|
9135
9135
|
{
|
9136
9136
|
"disabled": false,
|
9137
|
-
"document": "
|
9137
|
+
"document": "微服务备注信息,最多支持200个字符。",
|
9138
9138
|
"example": "This is desc",
|
9139
9139
|
"member": "string",
|
9140
9140
|
"name": "MicroserviceDesc",
|
@@ -9149,7 +9149,7 @@
|
|
9149
9149
|
"members": [
|
9150
9150
|
{
|
9151
9151
|
"disabled": false,
|
9152
|
-
"document": "
|
9152
|
+
"document": "新增结果。\ntrue:操作成功。\nfalse:操作失败。",
|
9153
9153
|
"example": "true",
|
9154
9154
|
"member": "bool",
|
9155
9155
|
"name": "Result",
|
@@ -9171,7 +9171,7 @@
|
|
9171
9171
|
"members": [
|
9172
9172
|
{
|
9173
9173
|
"disabled": false,
|
9174
|
-
"document": "命名空间ID",
|
9174
|
+
"document": "命名空间ID。该参数可以通过调用 [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096) 的返回值中的 NamespaceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
9175
9175
|
"example": "namespace-vw8oox6v",
|
9176
9176
|
"member": "string",
|
9177
9177
|
"name": "NamespaceId",
|
@@ -9180,7 +9180,7 @@
|
|
9180
9180
|
},
|
9181
9181
|
{
|
9182
9182
|
"disabled": false,
|
9183
|
-
"document": "
|
9183
|
+
"document": "微服务名称,最多支持128个字符。",
|
9184
9184
|
"example": "provider-demo",
|
9185
9185
|
"member": "string",
|
9186
9186
|
"name": "MicroserviceName",
|
@@ -9189,7 +9189,7 @@
|
|
9189
9189
|
},
|
9190
9190
|
{
|
9191
9191
|
"disabled": false,
|
9192
|
-
"document": "
|
9192
|
+
"document": "微服务描述信息,最多支持200个字符。",
|
9193
9193
|
"example": "[\"program-6a79x94v\"]",
|
9194
9194
|
"member": "string",
|
9195
9195
|
"name": "MicroserviceDesc",
|
@@ -9204,7 +9204,7 @@
|
|
9204
9204
|
"members": [
|
9205
9205
|
{
|
9206
9206
|
"disabled": false,
|
9207
|
-
"document": "微服务ID",
|
9207
|
+
"document": "微服务ID。",
|
9208
9208
|
"example": "ms-vwdjqqow",
|
9209
9209
|
"member": "string",
|
9210
9210
|
"name": "Result",
|
@@ -9464,7 +9464,7 @@
|
|
9464
9464
|
"members": [
|
9465
9465
|
{
|
9466
9466
|
"disabled": false,
|
9467
|
-
"document": "
|
9467
|
+
"document": "配置名称,最长60个字符,只能包含字母、数字及分隔符(“-”、“_”),且不能以分隔符开头或结尾。",
|
9468
9468
|
"example": "config_pub_app",
|
9469
9469
|
"member": "string",
|
9470
9470
|
"name": "ConfigName",
|
@@ -9473,7 +9473,7 @@
|
|
9473
9473
|
},
|
9474
9474
|
{
|
9475
9475
|
"disabled": false,
|
9476
|
-
"document": "
|
9476
|
+
"document": "配置版本,只能包含小写字母、数字及分隔符(\"-\",\".\"),且必须以小写字母或数字开头、以小写字母或数字结尾,中间不能有连续的\"-\"或\".\"。",
|
9477
9477
|
"example": "v1",
|
9478
9478
|
"member": "string",
|
9479
9479
|
"name": "ConfigVersion",
|
@@ -9482,7 +9482,7 @@
|
|
9482
9482
|
},
|
9483
9483
|
{
|
9484
9484
|
"disabled": false,
|
9485
|
-
"document": "配置项值,总是接收yaml
|
9485
|
+
"document": "配置项值,总是接收yaml格式的内容。",
|
9486
9486
|
"example": "config: enabled",
|
9487
9487
|
"member": "string",
|
9488
9488
|
"name": "ConfigValue",
|
@@ -9491,7 +9491,7 @@
|
|
9491
9491
|
},
|
9492
9492
|
{
|
9493
9493
|
"disabled": false,
|
9494
|
-
"document": "
|
9494
|
+
"document": "配置项版本描述,最多支持200个字符。",
|
9495
9495
|
"example": "This is desc",
|
9496
9496
|
"member": "string",
|
9497
9497
|
"name": "ConfigVersionDesc",
|
@@ -9500,7 +9500,7 @@
|
|
9500
9500
|
},
|
9501
9501
|
{
|
9502
9502
|
"disabled": false,
|
9503
|
-
"document": "
|
9503
|
+
"document": "配置项类型,固定值。",
|
9504
9504
|
"example": "public",
|
9505
9505
|
"member": "string",
|
9506
9506
|
"name": "ConfigType",
|
@@ -9509,7 +9509,7 @@
|
|
9509
9509
|
},
|
9510
9510
|
{
|
9511
9511
|
"disabled": false,
|
9512
|
-
"document": "Base64
|
9512
|
+
"document": "Base64编码的配置项。\n- true:开启\n- false:关闭",
|
9513
9513
|
"example": "true",
|
9514
9514
|
"member": "bool",
|
9515
9515
|
"name": "EncodeWithBase64",
|
@@ -9518,7 +9518,7 @@
|
|
9518
9518
|
},
|
9519
9519
|
{
|
9520
9520
|
"disabled": false,
|
9521
|
-
"document": "
|
9521
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
9522
9522
|
"example": "[\"program-6a79x94v\"]",
|
9523
9523
|
"member": "string",
|
9524
9524
|
"name": "ProgramIdList",
|
@@ -9533,7 +9533,7 @@
|
|
9533
9533
|
"members": [
|
9534
9534
|
{
|
9535
9535
|
"disabled": false,
|
9536
|
-
"document": "true
|
9536
|
+
"document": "创建结果。\n- true:创建成功\n- false:创建失败",
|
9537
9537
|
"example": "true",
|
9538
9538
|
"member": "bool",
|
9539
9539
|
"name": "Result",
|
@@ -9555,7 +9555,7 @@
|
|
9555
9555
|
"members": [
|
9556
9556
|
{
|
9557
9557
|
"disabled": false,
|
9558
|
-
"document": "
|
9558
|
+
"document": "配置项名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”、“_”),且不能以分隔符开头或结尾。",
|
9559
9559
|
"example": "app-config",
|
9560
9560
|
"member": "string",
|
9561
9561
|
"name": "ConfigName",
|
@@ -9564,7 +9564,7 @@
|
|
9564
9564
|
},
|
9565
9565
|
{
|
9566
9566
|
"disabled": false,
|
9567
|
-
"document": "
|
9567
|
+
"document": "配置项版本,最多支持60个字符,只能包含小写字母、数字及分隔符(\"-\",\".\"),且必须以小写字母或数字开头、以小写字母或数字结尾,中间不能有连续的\"-\"或\".\"。",
|
9568
9568
|
"example": "v1",
|
9569
9569
|
"member": "string",
|
9570
9570
|
"name": "ConfigVersion",
|
@@ -9573,7 +9573,7 @@
|
|
9573
9573
|
},
|
9574
9574
|
{
|
9575
9575
|
"disabled": false,
|
9576
|
-
"document": "配置项值,总是接收yaml
|
9576
|
+
"document": "配置项值,总是接收yaml格式的内容。",
|
9577
9577
|
"example": "config: enabled",
|
9578
9578
|
"member": "string",
|
9579
9579
|
"name": "ConfigValue",
|
@@ -9582,7 +9582,7 @@
|
|
9582
9582
|
},
|
9583
9583
|
{
|
9584
9584
|
"disabled": false,
|
9585
|
-
"document": "
|
9585
|
+
"document": "配置项版本描述,最多支持200个字符。",
|
9586
9586
|
"example": "This is desc",
|
9587
9587
|
"member": "string",
|
9588
9588
|
"name": "ConfigVersionDesc",
|
@@ -9591,7 +9591,7 @@
|
|
9591
9591
|
},
|
9592
9592
|
{
|
9593
9593
|
"disabled": false,
|
9594
|
-
"document": "
|
9594
|
+
"document": "配置项类型,固定值。",
|
9595
9595
|
"example": "public",
|
9596
9596
|
"member": "string",
|
9597
9597
|
"name": "ConfigType",
|
@@ -9600,7 +9600,7 @@
|
|
9600
9600
|
},
|
9601
9601
|
{
|
9602
9602
|
"disabled": false,
|
9603
|
-
"document": "Base64
|
9603
|
+
"document": "Base64编码的配置项。\n- true:开启\n- false:关闭",
|
9604
9604
|
"example": "true",
|
9605
9605
|
"member": "bool",
|
9606
9606
|
"name": "EncodeWithBase64",
|
@@ -9609,7 +9609,7 @@
|
|
9609
9609
|
},
|
9610
9610
|
{
|
9611
9611
|
"disabled": false,
|
9612
|
-
"document": "
|
9612
|
+
"document": "需要绑定的数据集ID。该参数可以通过调用 [DescribePrograms](https://cloud.tencent.com/document/product/649/73477) 的返回值中的 ProgramId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/privilege?tab=program&roleId=role-yrle4doy)查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/product/649/108544)创建新的数据集。",
|
9613
9613
|
"example": "[\"program-6a79x94v\"]",
|
9614
9614
|
"member": "string",
|
9615
9615
|
"name": "ProgramIdList",
|
@@ -9624,8 +9624,8 @@
|
|
9624
9624
|
"members": [
|
9625
9625
|
{
|
9626
9626
|
"disabled": false,
|
9627
|
-
"document": "公共配置项
|
9628
|
-
"example": "
|
9627
|
+
"document": "公共配置项ID。",
|
9628
|
+
"example": "无",
|
9629
9629
|
"member": "Config",
|
9630
9630
|
"name": "Result",
|
9631
9631
|
"output_required": true,
|
@@ -9664,7 +9664,7 @@
|
|
9664
9664
|
},
|
9665
9665
|
{
|
9666
9666
|
"disabled": false,
|
9667
|
-
"document": "
|
9667
|
+
"document": "仓库所在桶名称,[存储桶概述和创建](https://cloud.tencent.com/document/product/436/13312)",
|
9668
9668
|
"example": "tsf_mockBucket",
|
9669
9669
|
"member": "string",
|
9670
9670
|
"name": "BucketName",
|
@@ -9673,7 +9673,7 @@
|
|
9673
9673
|
},
|
9674
9674
|
{
|
9675
9675
|
"disabled": false,
|
9676
|
-
"document": "
|
9676
|
+
"document": "仓库所在桶地域,[存储桶概述和创建](https://cloud.tencent.com/document/product/436/13312)",
|
9677
9677
|
"example": "ap-nanjing",
|
9678
9678
|
"member": "string",
|
9679
9679
|
"name": "BucketRegion",
|
@@ -9819,7 +9819,7 @@
|
|
9819
9819
|
},
|
9820
9820
|
{
|
9821
9821
|
"disabled": false,
|
9822
|
-
"document": "
|
9822
|
+
"document": "任务执行方式,unicast:随机单节点执行,broadcast:广播执行,shard:分片执行",
|
9823
9823
|
"example": "unicast",
|
9824
9824
|
"member": "string",
|
9825
9825
|
"name": "ExecuteType",
|
@@ -9828,7 +9828,7 @@
|
|
9828
9828
|
},
|
9829
9829
|
{
|
9830
9830
|
"disabled": false,
|
9831
|
-
"document": "
|
9831
|
+
"document": "任务类型。当前只支持一种任务类型。枚举值,java:Java类任务",
|
9832
9832
|
"example": "java",
|
9833
9833
|
"member": "string",
|
9834
9834
|
"name": "TaskType",
|
@@ -9837,7 +9837,7 @@
|
|
9837
9837
|
},
|
9838
9838
|
{
|
9839
9839
|
"disabled": false,
|
9840
|
-
"document": "
|
9840
|
+
"document": "任务超时时间,取值大于0,单位:毫秒(ms)",
|
9841
9841
|
"example": "30000",
|
9842
9842
|
"member": "uint64",
|
9843
9843
|
"name": "TimeOut",
|
@@ -9846,7 +9846,7 @@
|
|
9846
9846
|
},
|
9847
9847
|
{
|
9848
9848
|
"disabled": false,
|
9849
|
-
"document": "部署组ID",
|
9849
|
+
"document": "部署组ID。在[应用管理](https://console.cloud.tencent.com/tsf/app?rid=1),点击应用ID进入应用部署页查看部署组ID。",
|
9850
9850
|
"example": "group-6a79x94v",
|
9851
9851
|
"member": "string",
|
9852
9852
|
"name": "GroupId",
|
@@ -9882,7 +9882,7 @@
|
|
9882
9882
|
},
|
9883
9883
|
{
|
9884
9884
|
"disabled": false,
|
9885
|
-
"document": "
|
9885
|
+
"document": "分片数量,仅当任务执行方式为分片执行时需要设置该值,取值范围2~1000",
|
9886
9886
|
"example": "0",
|
9887
9887
|
"member": "int64",
|
9888
9888
|
"name": "ShardCount",
|
@@ -9936,7 +9936,7 @@
|
|
9936
9936
|
},
|
9937
9937
|
{
|
9938
9938
|
"disabled": false,
|
9939
|
-
"document": "
|
9939
|
+
"document": "数据集列表",
|
9940
9940
|
"example": "[\"program-6a79x94v\"]",
|
9941
9941
|
"member": "string",
|
9942
9942
|
"name": "ProgramIdList",
|
@@ -10438,7 +10438,7 @@
|
|
10438
10438
|
"members": [
|
10439
10439
|
{
|
10440
10440
|
"disabled": false,
|
10441
|
-
"document": "
|
10441
|
+
"document": "配置ID。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。",
|
10442
10442
|
"example": "dcfg-a7rl7w4v",
|
10443
10443
|
"member": "string",
|
10444
10444
|
"name": "ConfigId",
|
@@ -10453,7 +10453,7 @@
|
|
10453
10453
|
"members": [
|
10454
10454
|
{
|
10455
10455
|
"disabled": false,
|
10456
|
-
"document": "true
|
10456
|
+
"document": "删除结果。\n- true:删除成功\n- false:删除失败",
|
10457
10457
|
"example": "true",
|
10458
10458
|
"member": "bool",
|
10459
10459
|
"name": "Result",
|
@@ -10475,7 +10475,7 @@
|
|
10475
10475
|
"members": [
|
10476
10476
|
{
|
10477
10477
|
"disabled": false,
|
10478
|
-
"document": "
|
10478
|
+
"document": "配置模板ID。该参数可以通过调用 [DescribeConfigTemplate](https://cloud.tencent.com/document/product/649/85856) 的返回值中的 ConfigTemplateId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=template)查看;也可以调用[CreateConfigTemplate](https://cloud.tencent.com/document/product/649/85861)创建新的配置模板。",
|
10479
10479
|
"example": "dcfg_temp-2js8kh",
|
10480
10480
|
"member": "string",
|
10481
10481
|
"name": "ConfigTemplateId",
|
@@ -10549,7 +10549,7 @@
|
|
10549
10549
|
"members": [
|
10550
10550
|
{
|
10551
10551
|
"disabled": false,
|
10552
|
-
"document": "文件配置项ID",
|
10552
|
+
"document": "文件配置项ID。该参数可以通过调用 [DescribeFileConfigs](https://cloud.tencent.com/document/product/649/58593) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=file)-详情页查看;也可以调用[CreateFileConfig](https://cloud.tencent.com/document/product/649/58594)创建新的文件配置。",
|
10553
10553
|
"example": "dcfg-f-aeonjd6y",
|
10554
10554
|
"member": "string",
|
10555
10555
|
"name": "ConfigId",
|
@@ -10564,7 +10564,7 @@
|
|
10564
10564
|
"members": [
|
10565
10565
|
{
|
10566
10566
|
"disabled": false,
|
10567
|
-
"document": "
|
10567
|
+
"document": "删除结果。\n- true:成功\n- false:失败",
|
10568
10568
|
"example": "true",
|
10569
10569
|
"member": "bool",
|
10570
10570
|
"name": "Result",
|
@@ -10739,7 +10739,7 @@
|
|
10739
10739
|
"members": [
|
10740
10740
|
{
|
10741
10741
|
"disabled": false,
|
10742
|
-
"document": "
|
10742
|
+
"document": "泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。",
|
10743
10743
|
"example": "lane-y9o6w958",
|
10744
10744
|
"member": "string",
|
10745
10745
|
"name": "LaneId",
|
@@ -10754,7 +10754,7 @@
|
|
10754
10754
|
"members": [
|
10755
10755
|
{
|
10756
10756
|
"disabled": false,
|
10757
|
-
"document": "
|
10757
|
+
"document": "删除结果。\n- true:删除成功\n- false:删除失败",
|
10758
10758
|
"example": "true",
|
10759
10759
|
"member": "bool",
|
10760
10760
|
"name": "Result",
|
@@ -10776,7 +10776,7 @@
|
|
10776
10776
|
"members": [
|
10777
10777
|
{
|
10778
10778
|
"disabled": false,
|
10779
|
-
"document": "
|
10779
|
+
"document": "灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的泳道规则。",
|
10780
10780
|
"example": "lane-r-f1dk0g1",
|
10781
10781
|
"member": "string",
|
10782
10782
|
"name": "RuleId",
|
@@ -10791,7 +10791,7 @@
|
|
10791
10791
|
"members": [
|
10792
10792
|
{
|
10793
10793
|
"disabled": false,
|
10794
|
-
"document": "
|
10794
|
+
"document": "删除结果。\n- true:成功\n- false:失败",
|
10795
10795
|
"example": "true",
|
10796
10796
|
"member": "bool",
|
10797
10797
|
"name": "Result",
|
@@ -10813,7 +10813,7 @@
|
|
10813
10813
|
"members": [
|
10814
10814
|
{
|
10815
10815
|
"disabled": false,
|
10816
|
-
"document": "微服务ID",
|
10816
|
+
"document": "微服务ID。该参数可以通过调用 [DescribeMicroservices](https://cloud.tencent.com/document/product/649/36084) 的返回值中的 MicroserviceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=service)查看;也可以调用[CreateMicroserviceWithDetailResp](https://cloud.tencent.com/document/product/649/85860)创建新的微服务。",
|
10817
10817
|
"example": "ms-vzg9kzj3",
|
10818
10818
|
"member": "string",
|
10819
10819
|
"name": "MicroserviceId",
|
@@ -10828,7 +10828,7 @@
|
|
10828
10828
|
"members": [
|
10829
10829
|
{
|
10830
10830
|
"disabled": false,
|
10831
|
-
"document": "
|
10831
|
+
"document": "删除结果。\n- true:操作成功\n- false:操作失败",
|
10832
10832
|
"example": "true",
|
10833
10833
|
"member": "bool",
|
10834
10834
|
"name": "Result",
|
@@ -10933,7 +10933,7 @@
|
|
10933
10933
|
"members": [
|
10934
10934
|
{
|
10935
10935
|
"disabled": false,
|
10936
|
-
"document": "应用ID",
|
10936
|
+
"document": "应用ID,通过调用DescribeApplications接口[获取应用列表](https://cloud.tencent.com/document/api/649/36090)从而获取应用ID,或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看,调用CreateApplication接口[创建应用](https://cloud.tencent.com/document/product/649/36094)时的返回值",
|
10937
10937
|
"example": "application-6a79x94v",
|
10938
10938
|
"member": "string",
|
10939
10939
|
"name": "ApplicationId",
|
@@ -10942,7 +10942,7 @@
|
|
10942
10942
|
},
|
10943
10943
|
{
|
10944
10944
|
"disabled": false,
|
10945
|
-
"document": "
|
10945
|
+
"document": "软件包ID所形成的列表,软件包ID可通过调用DescribeUploadInfo接口时[获取上传程序包信息](https://cloud.tencent.com/document/api/649/36078)返回的COS上传信息获取,登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
10946
10946
|
"example": "[\"pkg-6a79x94v\"]",
|
10947
10947
|
"member": "string",
|
10948
10948
|
"name": "PkgIds",
|
@@ -10951,8 +10951,8 @@
|
|
10951
10951
|
},
|
10952
10952
|
{
|
10953
10953
|
"disabled": false,
|
10954
|
-
"document": "
|
10955
|
-
"example": "
|
10954
|
+
"document": "程序包仓库类型(允许值:\"public-demo\"TSF公共demo仓库, \"private\"自定义仓库, \"default\"TSF公共仓库)",
|
10955
|
+
"example": "private",
|
10956
10956
|
"member": "string",
|
10957
10957
|
"name": "RepositoryType",
|
10958
10958
|
"required": false,
|
@@ -10960,7 +10960,7 @@
|
|
10960
10960
|
},
|
10961
10961
|
{
|
10962
10962
|
"disabled": false,
|
10963
|
-
"document": "
|
10963
|
+
"document": "仓库ID,可通过调用[仓库信息查询类](https://cloud.tencent.com/document/api/649/45925)接口时出参中的RepositoryId,或登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
10964
10964
|
"example": "application-6a79x94v",
|
10965
10965
|
"member": "string",
|
10966
10966
|
"name": "RepositoryId",
|
@@ -10987,7 +10987,7 @@
|
|
10987
10987
|
"members": [
|
10988
10988
|
{
|
10989
10989
|
"disabled": false,
|
10990
|
-
"document": "
|
10990
|
+
"document": "配置ID。该参数可以通过调用 [DescribePublicConfigs](https://cloud.tencent.com/document/product/649/38335) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=public)配置详情-配置版本页查看;也可以调用[CreatePublicConfig](https://cloud.tencent.com/document/product/649/38347)创建新的配置。",
|
10991
10991
|
"example": "dcfg-p-vzk36rov",
|
10992
10992
|
"member": "string",
|
10993
10993
|
"name": "ConfigId",
|
@@ -11002,7 +11002,7 @@
|
|
11002
11002
|
"members": [
|
11003
11003
|
{
|
11004
11004
|
"disabled": false,
|
11005
|
-
"document": "true
|
11005
|
+
"document": "删除结果。\n- true:删除成功\n- false:删除失败",
|
11006
11006
|
"example": "true",
|
11007
11007
|
"member": "bool",
|
11008
11008
|
"name": "Result",
|
@@ -11024,7 +11024,7 @@
|
|
11024
11024
|
"members": [
|
11025
11025
|
{
|
11026
11026
|
"disabled": false,
|
11027
|
-
"document": "
|
11027
|
+
"document": "删除对应仓库ID,可通过调用[仓库信息查询类](https://cloud.tencent.com/document/api/649/45925)接口时出参中的RepositoryId,或登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
11028
11028
|
"example": "application-6a79x94v",
|
11029
11029
|
"member": "string",
|
11030
11030
|
"name": "RepositoryId",
|
@@ -11097,7 +11097,7 @@
|
|
11097
11097
|
"members": [
|
11098
11098
|
{
|
11099
11099
|
"disabled": false,
|
11100
|
-
"document": "任务ID",
|
11100
|
+
"document": "任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列和任务基本信息页查看任务ID。",
|
11101
11101
|
"example": "task-6a79x94v",
|
11102
11102
|
"member": "string",
|
11103
11103
|
"name": "TaskId",
|
@@ -11112,7 +11112,7 @@
|
|
11112
11112
|
"members": [
|
11113
11113
|
{
|
11114
11114
|
"disabled": false,
|
11115
|
-
"document": "
|
11115
|
+
"document": "true:删除成功,false:删除失败",
|
11116
11116
|
"example": "true",
|
11117
11117
|
"member": "bool",
|
11118
11118
|
"name": "Result",
|
@@ -12620,7 +12620,7 @@
|
|
12620
12620
|
"members": [
|
12621
12621
|
{
|
12622
12622
|
"disabled": false,
|
12623
|
-
"document": "微服务
|
12623
|
+
"document": "微服务ID。该参数可以通过调用 [DescribeMicroservices](https://cloud.tencent.com/document/product/649/36084) 的返回值中的 MicroserviceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=service)查看;也可以调用[CreateMicroserviceWithDetailResp](https://cloud.tencent.com/document/product/649/85860)创建新的微服务。",
|
12624
12624
|
"example": "ms-y5w8n5e9",
|
12625
12625
|
"member": "string",
|
12626
12626
|
"name": "MicroserviceId",
|
@@ -12629,7 +12629,7 @@
|
|
12629
12629
|
},
|
12630
12630
|
{
|
12631
12631
|
"disabled": false,
|
12632
|
-
"document": "
|
12632
|
+
"document": "请求路径。",
|
12633
12633
|
"example": "/user-feign",
|
12634
12634
|
"member": "string",
|
12635
12635
|
"name": "Path",
|
@@ -12638,7 +12638,7 @@
|
|
12638
12638
|
},
|
12639
12639
|
{
|
12640
12640
|
"disabled": false,
|
12641
|
-
"document": "
|
12641
|
+
"document": "请求方法。\n- GET\n- POST\n- PUT\n- DELETE\n- HEAD\n- PATCH\n- OPTIONS",
|
12642
12642
|
"example": "GET",
|
12643
12643
|
"member": "string",
|
12644
12644
|
"name": "Method",
|
@@ -12647,7 +12647,7 @@
|
|
12647
12647
|
},
|
12648
12648
|
{
|
12649
12649
|
"disabled": false,
|
12650
|
-
"document": "
|
12650
|
+
"document": "应用包版本号。",
|
12651
12651
|
"example": "20210625192924",
|
12652
12652
|
"member": "string",
|
12653
12653
|
"name": "PkgVersion",
|
@@ -12656,7 +12656,7 @@
|
|
12656
12656
|
},
|
12657
12657
|
{
|
12658
12658
|
"disabled": false,
|
12659
|
-
"document": "应用ID",
|
12659
|
+
"document": "应用ID。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
12660
12660
|
"example": "application-yn3zdj9v",
|
12661
12661
|
"member": "string",
|
12662
12662
|
"name": "ApplicationId",
|
@@ -12671,7 +12671,7 @@
|
|
12671
12671
|
"members": [
|
12672
12672
|
{
|
12673
12673
|
"disabled": false,
|
12674
|
-
"document": "API
|
12674
|
+
"document": "API详情。",
|
12675
12675
|
"example": "无",
|
12676
12676
|
"member": "ApiDetailResponse",
|
12677
12677
|
"name": "Result",
|
@@ -12940,8 +12940,8 @@
|
|
12940
12940
|
"members": [
|
12941
12941
|
{
|
12942
12942
|
"disabled": false,
|
12943
|
-
"document": "微服务ID",
|
12944
|
-
"example": "ms-
|
12943
|
+
"document": "微服务ID。该参数可以通过调用 [DescribeMicroservices](https://cloud.tencent.com/document/product/649/36084) 的返回值中的 MicroserviceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=service)查看;也可以调用[CreateMicroserviceWithDetailResp](https://cloud.tencent.com/document/product/649/85860)创建新的微服务。",
|
12944
|
+
"example": "ms-vk2wqlnv",
|
12945
12945
|
"member": "string",
|
12946
12946
|
"name": "MicroserviceId",
|
12947
12947
|
"required": true,
|
@@ -12949,7 +12949,7 @@
|
|
12949
12949
|
},
|
12950
12950
|
{
|
12951
12951
|
"disabled": false,
|
12952
|
-
"document": "API
|
12952
|
+
"document": "API请求路径。",
|
12953
12953
|
"example": "/hello",
|
12954
12954
|
"member": "string",
|
12955
12955
|
"name": "Path",
|
@@ -12958,7 +12958,7 @@
|
|
12958
12958
|
},
|
12959
12959
|
{
|
12960
12960
|
"disabled": false,
|
12961
|
-
"document": "
|
12961
|
+
"document": "API请求方法。\n- GET\n- POST\n- PUT\n- DELETE\n- HEAD\n- PATCH\n- OPTIONS",
|
12962
12962
|
"example": "GET",
|
12963
12963
|
"member": "string",
|
12964
12964
|
"name": "Method",
|
@@ -12973,7 +12973,7 @@
|
|
12973
12973
|
"members": [
|
12974
12974
|
{
|
12975
12975
|
"disabled": false,
|
12976
|
-
"document": "API
|
12976
|
+
"document": "API版本列表。",
|
12977
12977
|
"example": "无",
|
12978
12978
|
"member": "ApiVersionArray",
|
12979
12979
|
"name": "Result",
|
@@ -13507,8 +13507,8 @@
|
|
13507
13507
|
"members": [
|
13508
13508
|
{
|
13509
13509
|
"disabled": false,
|
13510
|
-
"document": "部署组ID
|
13511
|
-
"example": "group-
|
13510
|
+
"document": "部署组ID,不传入时查询全量。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
13511
|
+
"example": "group-zvwbbnxv",
|
13512
13512
|
"member": "string",
|
13513
13513
|
"name": "GroupId",
|
13514
13514
|
"required": false,
|
@@ -13516,7 +13516,7 @@
|
|
13516
13516
|
},
|
13517
13517
|
{
|
13518
13518
|
"disabled": false,
|
13519
|
-
"document": "偏移量,默认为0",
|
13519
|
+
"document": "偏移量,默认为0。",
|
13520
13520
|
"example": "0",
|
13521
13521
|
"member": "int64",
|
13522
13522
|
"name": "Offset",
|
@@ -13525,7 +13525,7 @@
|
|
13525
13525
|
},
|
13526
13526
|
{
|
13527
13527
|
"disabled": false,
|
13528
|
-
"document": "
|
13528
|
+
"document": "返回数量,默认为20,最大值为100。",
|
13529
13529
|
"example": "10",
|
13530
13530
|
"member": "int64",
|
13531
13531
|
"name": "Limit",
|
@@ -13534,7 +13534,7 @@
|
|
13534
13534
|
},
|
13535
13535
|
{
|
13536
13536
|
"disabled": false,
|
13537
|
-
"document": "命名空间ID
|
13537
|
+
"document": "命名空间ID,不传入时查询全量。该参数可以通过调用 [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096) 的返回值中的 NamespaceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
13538
13538
|
"example": "namespace-vj3z3zgy",
|
13539
13539
|
"member": "string",
|
13540
13540
|
"name": "NamespaceId",
|
@@ -13543,7 +13543,7 @@
|
|
13543
13543
|
},
|
13544
13544
|
{
|
13545
13545
|
"disabled": false,
|
13546
|
-
"document": "集群ID
|
13546
|
+
"document": "集群ID,不传入时查询全量。该参数可以通过调用 [DescribeClusters](https://cloud.tencent.com/document/product/649/85857) 的返回值中的 ClusterId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。",
|
13547
13547
|
"example": "cluster-yne99jdy",
|
13548
13548
|
"member": "string",
|
13549
13549
|
"name": "ClusterId",
|
@@ -13552,8 +13552,8 @@
|
|
13552
13552
|
},
|
13553
13553
|
{
|
13554
13554
|
"disabled": false,
|
13555
|
-
"document": "应用ID
|
13556
|
-
"example": "application-
|
13555
|
+
"document": "应用ID,不传入时查询全量。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
13556
|
+
"example": "application-ov6ml25a",
|
13557
13557
|
"member": "string",
|
13558
13558
|
"name": "ApplicationId",
|
13559
13559
|
"required": false,
|
@@ -13567,8 +13567,8 @@
|
|
13567
13567
|
"members": [
|
13568
13568
|
{
|
13569
13569
|
"disabled": false,
|
13570
|
-
"document": "
|
13571
|
-
"example": "
|
13570
|
+
"document": "分页的配置项发布历史列表。",
|
13571
|
+
"example": "无",
|
13572
13572
|
"member": "TsfPageConfigReleaseLog",
|
13573
13573
|
"name": "Result",
|
13574
13574
|
"output_required": true,
|
@@ -13589,7 +13589,7 @@
|
|
13589
13589
|
"members": [
|
13590
13590
|
{
|
13591
13591
|
"disabled": false,
|
13592
|
-
"document": "
|
13592
|
+
"document": "配置项名称,不传入时查询全量。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigName 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。",
|
13593
13593
|
"example": "configName",
|
13594
13594
|
"member": "string",
|
13595
13595
|
"name": "ConfigName",
|
@@ -13598,7 +13598,7 @@
|
|
13598
13598
|
},
|
13599
13599
|
{
|
13600
13600
|
"disabled": false,
|
13601
|
-
"document": "部署组ID
|
13601
|
+
"document": "部署组ID,不传入时查询全量。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
13602
13602
|
"example": "group-aln2284v",
|
13603
13603
|
"member": "string",
|
13604
13604
|
"name": "GroupId",
|
@@ -13607,7 +13607,7 @@
|
|
13607
13607
|
},
|
13608
13608
|
{
|
13609
13609
|
"disabled": false,
|
13610
|
-
"document": "命名空间ID
|
13610
|
+
"document": "命名空间ID,不传入时查询全量。该参数可以通过调用 [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096) 的返回值中的 NamespaceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
13611
13611
|
"example": "namespace-vw8oox6v",
|
13612
13612
|
"member": "string",
|
13613
13613
|
"name": "NamespaceId",
|
@@ -13616,7 +13616,7 @@
|
|
13616
13616
|
},
|
13617
13617
|
{
|
13618
13618
|
"disabled": false,
|
13619
|
-
"document": "集群ID
|
13619
|
+
"document": "集群ID,不传入时查询全量。该参数可以通过调用 [DescribeClusters](https://cloud.tencent.com/document/product/649/85857) 的返回值中的 ClusterId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。",
|
13620
13620
|
"example": "cluster-yne99jdy",
|
13621
13621
|
"member": "string",
|
13622
13622
|
"name": "ClusterId",
|
@@ -13625,7 +13625,7 @@
|
|
13625
13625
|
},
|
13626
13626
|
{
|
13627
13627
|
"disabled": false,
|
13628
|
-
"document": "
|
13628
|
+
"document": "返回数量,默认为20,最大值为100。",
|
13629
13629
|
"example": "10",
|
13630
13630
|
"member": "int64",
|
13631
13631
|
"name": "Limit",
|
@@ -13634,7 +13634,7 @@
|
|
13634
13634
|
},
|
13635
13635
|
{
|
13636
13636
|
"disabled": false,
|
13637
|
-
"document": "
|
13637
|
+
"document": "偏移量,默认为0。",
|
13638
13638
|
"example": "0",
|
13639
13639
|
"member": "int64",
|
13640
13640
|
"name": "Offset",
|
@@ -13643,7 +13643,7 @@
|
|
13643
13643
|
},
|
13644
13644
|
{
|
13645
13645
|
"disabled": false,
|
13646
|
-
"document": "配置ID
|
13646
|
+
"document": "配置ID,不传入时查询全量。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。",
|
13647
13647
|
"example": "dcfg-yo82mmra",
|
13648
13648
|
"member": "string",
|
13649
13649
|
"name": "ConfigId",
|
@@ -13652,7 +13652,7 @@
|
|
13652
13652
|
},
|
13653
13653
|
{
|
13654
13654
|
"disabled": false,
|
13655
|
-
"document": "应用ID
|
13655
|
+
"document": "应用ID,不传入时查询全量。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
13656
13656
|
"example": "application-a7rwwz4v",
|
13657
13657
|
"member": "string",
|
13658
13658
|
"name": "ApplicationId",
|
@@ -13667,8 +13667,8 @@
|
|
13667
13667
|
"members": [
|
13668
13668
|
{
|
13669
13669
|
"disabled": false,
|
13670
|
-
"document": "
|
13671
|
-
"example": "
|
13670
|
+
"document": "分页的配置发布信息。",
|
13671
|
+
"example": "无",
|
13672
13672
|
"member": "TsfPageConfigRelease",
|
13673
13673
|
"name": "Result",
|
13674
13674
|
"output_required": true,
|
@@ -13689,7 +13689,7 @@
|
|
13689
13689
|
"members": [
|
13690
13690
|
{
|
13691
13691
|
"disabled": false,
|
13692
|
-
"document": "
|
13692
|
+
"document": "配置ID。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。",
|
13693
13693
|
"example": "dcfg-vzk36owv",
|
13694
13694
|
"member": "string",
|
13695
13695
|
"name": "ConfigId",
|
@@ -13704,8 +13704,8 @@
|
|
13704
13704
|
"members": [
|
13705
13705
|
{
|
13706
13706
|
"disabled": false,
|
13707
|
-
"document": "
|
13708
|
-
"example": "
|
13707
|
+
"document": "配置信息。\n注意:此字段可能返回 null,表示取不到有效值。",
|
13708
|
+
"example": "无",
|
13709
13709
|
"member": "Config",
|
13710
13710
|
"name": "Result",
|
13711
13711
|
"output_required": true,
|
@@ -13726,7 +13726,7 @@
|
|
13726
13726
|
"members": [
|
13727
13727
|
{
|
13728
13728
|
"disabled": false,
|
13729
|
-
"document": "应用ID
|
13729
|
+
"document": "应用ID,不传入时查询全量。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
13730
13730
|
"example": "application-5yr26r9a",
|
13731
13731
|
"member": "string",
|
13732
13732
|
"name": "ApplicationId",
|
@@ -13735,7 +13735,7 @@
|
|
13735
13735
|
},
|
13736
13736
|
{
|
13737
13737
|
"disabled": false,
|
13738
|
-
"document": "
|
13738
|
+
"document": "查询关键字,模糊查询:应用名称,配置项名称,不传入时查询全量。",
|
13739
13739
|
"example": "config_app",
|
13740
13740
|
"member": "string",
|
13741
13741
|
"name": "SearchWord",
|
@@ -13744,7 +13744,7 @@
|
|
13744
13744
|
},
|
13745
13745
|
{
|
13746
13746
|
"disabled": false,
|
13747
|
-
"document": "偏移量,默认为0",
|
13747
|
+
"document": "偏移量,默认为0。",
|
13748
13748
|
"example": "0",
|
13749
13749
|
"member": "int64",
|
13750
13750
|
"name": "Offset",
|
@@ -13753,7 +13753,7 @@
|
|
13753
13753
|
},
|
13754
13754
|
{
|
13755
13755
|
"disabled": false,
|
13756
|
-
"document": "
|
13756
|
+
"document": "返回数量,默认为20,最大值为50。",
|
13757
13757
|
"example": "10",
|
13758
13758
|
"member": "int64",
|
13759
13759
|
"name": "Limit",
|
@@ -13762,7 +13762,7 @@
|
|
13762
13762
|
},
|
13763
13763
|
{
|
13764
13764
|
"disabled": false,
|
13765
|
-
"document": "
|
13765
|
+
"document": "排序字段。\n- creation_time:按时间排序\n- config_name:按名称排序",
|
13766
13766
|
"example": "creation_time",
|
13767
13767
|
"member": "string",
|
13768
13768
|
"name": "OrderBy",
|
@@ -13771,7 +13771,7 @@
|
|
13771
13771
|
},
|
13772
13772
|
{
|
13773
13773
|
"disabled": false,
|
13774
|
-
"document": "
|
13774
|
+
"document": "排序顺序。\n- 0:升序\n- 1:降序",
|
13775
13775
|
"example": "1",
|
13776
13776
|
"member": "int64",
|
13777
13777
|
"name": "OrderType",
|
@@ -13780,7 +13780,7 @@
|
|
13780
13780
|
},
|
13781
13781
|
{
|
13782
13782
|
"disabled": false,
|
13783
|
-
"document": "
|
13783
|
+
"document": "TAG标签资源值。",
|
13784
13784
|
"example": "[\"config_app-application-5yr26r9a\"]",
|
13785
13785
|
"member": "string",
|
13786
13786
|
"name": "ConfigTagList",
|
@@ -13789,7 +13789,7 @@
|
|
13789
13789
|
},
|
13790
13790
|
{
|
13791
13791
|
"disabled": false,
|
13792
|
-
"document": "
|
13792
|
+
"document": "忽略传参,业务预留字段。",
|
13793
13793
|
"example": "true",
|
13794
13794
|
"member": "bool",
|
13795
13795
|
"name": "DisableProgramAuthCheck",
|
@@ -13798,7 +13798,7 @@
|
|
13798
13798
|
},
|
13799
13799
|
{
|
13800
13800
|
"disabled": false,
|
13801
|
-
"document": "
|
13801
|
+
"document": "配置ID列表。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。",
|
13802
13802
|
"example": "[\"dcfg-vzk36owv\"]",
|
13803
13803
|
"member": "string",
|
13804
13804
|
"name": "ConfigIdList",
|
@@ -13813,7 +13813,7 @@
|
|
13813
13813
|
"members": [
|
13814
13814
|
{
|
13815
13815
|
"disabled": false,
|
13816
|
-
"document": "
|
13816
|
+
"document": "配置项分页对象。",
|
13817
13817
|
"example": "无",
|
13818
13818
|
"member": "TsfPageConfig",
|
13819
13819
|
"name": "Result",
|
@@ -13835,7 +13835,7 @@
|
|
13835
13835
|
"members": [
|
13836
13836
|
{
|
13837
13837
|
"disabled": false,
|
13838
|
-
"document": "配置模板
|
13838
|
+
"document": "配置模板ID。该参数可以通过调用 [DescribeConfigTemplate](https://cloud.tencent.com/document/product/649/85856) 的返回值中的 ConfigTemplateId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=template)查看;也可以调用[CreateConfigTemplate](https://cloud.tencent.com/document/product/649/85861)创建新的配置模板。",
|
13839
13839
|
"example": "dcfg_temp-vwkjqd6v",
|
13840
13840
|
"member": "string",
|
13841
13841
|
"name": "ConfigTemplateId",
|
@@ -13850,8 +13850,8 @@
|
|
13850
13850
|
"members": [
|
13851
13851
|
{
|
13852
13852
|
"disabled": false,
|
13853
|
-
"document": "
|
13854
|
-
"example": "
|
13853
|
+
"document": "导入结果。",
|
13854
|
+
"example": "无",
|
13855
13855
|
"member": "ConfigTemplate",
|
13856
13856
|
"name": "Result",
|
13857
13857
|
"output_required": true,
|
@@ -13872,7 +13872,7 @@
|
|
13872
13872
|
"members": [
|
13873
13873
|
{
|
13874
13874
|
"disabled": false,
|
13875
|
-
"document": "应用ID
|
13875
|
+
"document": "应用ID,不传入时查询全量。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
13876
13876
|
"example": "application-jy9w6lka",
|
13877
13877
|
"member": "string",
|
13878
13878
|
"name": "ApplicationId",
|
@@ -13881,8 +13881,8 @@
|
|
13881
13881
|
},
|
13882
13882
|
{
|
13883
13883
|
"disabled": false,
|
13884
|
-
"document": "
|
13885
|
-
"example": "dcfg-
|
13884
|
+
"document": "配置ID,不传入时查询全量,高优先级。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。",
|
13885
|
+
"example": "dcfg-2vz558vp",
|
13886
13886
|
"member": "string",
|
13887
13887
|
"name": "ConfigId",
|
13888
13888
|
"required": false,
|
@@ -13890,7 +13890,7 @@
|
|
13890
13890
|
},
|
13891
13891
|
{
|
13892
13892
|
"disabled": false,
|
13893
|
-
"document": "
|
13893
|
+
"document": "偏移量,默认为0。",
|
13894
13894
|
"example": "0",
|
13895
13895
|
"member": "int64",
|
13896
13896
|
"name": "Offset",
|
@@ -13899,7 +13899,7 @@
|
|
13899
13899
|
},
|
13900
13900
|
{
|
13901
13901
|
"disabled": false,
|
13902
|
-
"document": "
|
13902
|
+
"document": "返回数量,默认为20,最大值为100。",
|
13903
13903
|
"example": "50",
|
13904
13904
|
"member": "int64",
|
13905
13905
|
"name": "Limit",
|
@@ -13908,8 +13908,8 @@
|
|
13908
13908
|
},
|
13909
13909
|
{
|
13910
13910
|
"disabled": false,
|
13911
|
-
"document": "
|
13912
|
-
"example": "
|
13911
|
+
"document": "配置ID列表,不传入时查询全量,低优先级。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。",
|
13912
|
+
"example": "[\"dcfg-2vz558vp\"]",
|
13913
13913
|
"member": "string",
|
13914
13914
|
"name": "ConfigIdList",
|
13915
13915
|
"required": false,
|
@@ -13917,7 +13917,7 @@
|
|
13917
13917
|
},
|
13918
13918
|
{
|
13919
13919
|
"disabled": false,
|
13920
|
-
"document": "
|
13920
|
+
"document": "配置项名称,精确查询,不传入时查询全量。",
|
13921
13921
|
"example": "test-driverapi-config",
|
13922
13922
|
"member": "string",
|
13923
13923
|
"name": "ConfigName",
|
@@ -13926,7 +13926,7 @@
|
|
13926
13926
|
},
|
13927
13927
|
{
|
13928
13928
|
"disabled": false,
|
13929
|
-
"document": "
|
13929
|
+
"document": "配置项版本,精确查询,不传入时查询全量。",
|
13930
13930
|
"example": "v1",
|
13931
13931
|
"member": "string",
|
13932
13932
|
"name": "ConfigVersion",
|
@@ -13941,7 +13941,7 @@
|
|
13941
13941
|
"members": [
|
13942
13942
|
{
|
13943
13943
|
"disabled": false,
|
13944
|
-
"document": "
|
13944
|
+
"document": "分页后的配置项列表。",
|
13945
13945
|
"example": "无",
|
13946
13946
|
"member": "TsfPageConfig",
|
13947
13947
|
"name": "Result",
|
@@ -14283,7 +14283,7 @@
|
|
14283
14283
|
"members": [
|
14284
14284
|
{
|
14285
14285
|
"disabled": false,
|
14286
|
-
"document": "
|
14286
|
+
"document": "网关分组ID。该参数可以通过调用 [DescribeApiGroups](https://cloud.tencent.com/document/product/649/50636) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app?tab=middleware&subTab=app)-网关应用详情-Java网关实例-实例详情-分组管理页查看;也可以调用[CreateApiGroup](https://cloud.tencent.com/document/product/649/50641)创建新的网关分组。",
|
14287
14287
|
"example": "grp-nb08ur29",
|
14288
14288
|
"member": "string",
|
14289
14289
|
"name": "GroupId",
|
@@ -14292,7 +14292,7 @@
|
|
14292
14292
|
},
|
14293
14293
|
{
|
14294
14294
|
"disabled": false,
|
14295
|
-
"document": "微服务ID",
|
14295
|
+
"document": "微服务ID。该参数可以通过调用 [DescribeMicroservices](https://cloud.tencent.com/document/product/649/36084) 的返回值中的 MicroserviceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=service)查看;也可以调用[CreateMicroserviceWithDetailResp](https://cloud.tencent.com/document/product/649/85860)创建新的微服务。",
|
14296
14296
|
"example": "ms-a78gk87b",
|
14297
14297
|
"member": "string",
|
14298
14298
|
"name": "MicroserviceId",
|
@@ -14307,7 +14307,7 @@
|
|
14307
14307
|
"members": [
|
14308
14308
|
{
|
14309
14309
|
"disabled": false,
|
14310
|
-
"document": "
|
14310
|
+
"document": "导入任务状态执行结果。\n- true:已完成\n- false:未完成",
|
14311
14311
|
"example": "true",
|
14312
14312
|
"member": "bool",
|
14313
14313
|
"name": "Result",
|
@@ -14476,7 +14476,7 @@
|
|
14476
14476
|
"members": [
|
14477
14477
|
{
|
14478
14478
|
"disabled": false,
|
14479
|
-
"document": "应用ID",
|
14479
|
+
"document": "应用ID,通过调用DescribeApplications接口[获取应用列表](https://cloud.tencent.com/document/api/649/36090)从而获取应用ID,或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看,调用CreateApplication接口[创建应用](https://cloud.tencent.com/document/product/649/36094)时的返回值",
|
14480
14480
|
"example": "application-6a79x94v",
|
14481
14481
|
"member": "string",
|
14482
14482
|
"name": "ApplicationId",
|
@@ -14485,7 +14485,7 @@
|
|
14485
14485
|
},
|
14486
14486
|
{
|
14487
14487
|
"disabled": false,
|
14488
|
-
"document": "
|
14488
|
+
"document": "软件包ID可通过调用DescribeUploadInfo接口时[获取上传程序包信息](https://cloud.tencent.com/document/api/649/36078)返回的COS上传信息获取,登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
14489
14489
|
"example": "pkg-6a79x94v",
|
14490
14490
|
"member": "string",
|
14491
14491
|
"name": "PkgId",
|
@@ -14494,7 +14494,7 @@
|
|
14494
14494
|
},
|
14495
14495
|
{
|
14496
14496
|
"disabled": false,
|
14497
|
-
"document": "
|
14497
|
+
"document": "仓库ID,可通过调用[仓库信息查询类](https://cloud.tencent.com/document/api/649/45925)接口时出参中的RepositoryId,或登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
14498
14498
|
"example": "application-6a79x94v",
|
14499
14499
|
"member": "string",
|
14500
14500
|
"name": "RepositoryId",
|
@@ -14503,8 +14503,8 @@
|
|
14503
14503
|
},
|
14504
14504
|
{
|
14505
14505
|
"disabled": false,
|
14506
|
-
"document": "
|
14507
|
-
"example": "
|
14506
|
+
"document": "程序包仓库类型(允许值:\"public-demo\"TSF公共demo仓库, \"private\"自定义仓库, \"default\"TSF公共仓库)",
|
14507
|
+
"example": "private",
|
14508
14508
|
"member": "string",
|
14509
14509
|
"name": "RepositoryType",
|
14510
14510
|
"required": false,
|
@@ -14577,7 +14577,7 @@
|
|
14577
14577
|
"members": [
|
14578
14578
|
{
|
14579
14579
|
"disabled": false,
|
14580
|
-
"document": "
|
14580
|
+
"document": "配置ID。该参数可以通过调用 [DescribeFileConfigs](https://cloud.tencent.com/document/product/649/58593) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?rid=1&subTab=file)配置详情-配置版本页查看;也可以调用[CreateFileConfig](https://cloud.tencent.com/document/product/649/58594)创建新的配置。",
|
14581
14581
|
"example": "dcfg-f-v3qqrkdy",
|
14582
14582
|
"member": "string",
|
14583
14583
|
"name": "ConfigId",
|
@@ -14586,7 +14586,7 @@
|
|
14586
14586
|
},
|
14587
14587
|
{
|
14588
14588
|
"disabled": false,
|
14589
|
-
"document": "
|
14589
|
+
"document": "配置项名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”,“_”),且不能以分隔符开头或结尾。",
|
14590
14590
|
"example": "conf_app",
|
14591
14591
|
"member": "string",
|
14592
14592
|
"name": "ConfigName",
|
@@ -14595,7 +14595,7 @@
|
|
14595
14595
|
},
|
14596
14596
|
{
|
14597
14597
|
"disabled": false,
|
14598
|
-
"document": "部署组ID",
|
14598
|
+
"document": "部署组ID。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
14599
14599
|
"example": "group-vj3n6lzy",
|
14600
14600
|
"member": "string",
|
14601
14601
|
"name": "GroupId",
|
@@ -14604,7 +14604,7 @@
|
|
14604
14604
|
},
|
14605
14605
|
{
|
14606
14606
|
"disabled": false,
|
14607
|
-
"document": "命名空间ID",
|
14607
|
+
"document": "命名空间ID。该参数可以通过调用 [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096) 的返回值中的 NamespaceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
14608
14608
|
"example": "namespace-ygo3djma",
|
14609
14609
|
"member": "string",
|
14610
14610
|
"name": "NamespaceId",
|
@@ -14613,7 +14613,7 @@
|
|
14613
14613
|
},
|
14614
14614
|
{
|
14615
14615
|
"disabled": false,
|
14616
|
-
"document": "集群ID",
|
14616
|
+
"document": "集群ID。该参数可以通过调用 [DescribeClusters](https://cloud.tencent.com/document/product/649/85857) 的返回值中的 ClusterId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。",
|
14617
14617
|
"example": "cls-f6bk82xc",
|
14618
14618
|
"member": "string",
|
14619
14619
|
"name": "ClusterId",
|
@@ -14622,7 +14622,7 @@
|
|
14622
14622
|
},
|
14623
14623
|
{
|
14624
14624
|
"disabled": false,
|
14625
|
-
"document": "应用ID",
|
14625
|
+
"document": "应用ID。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
14626
14626
|
"example": "application-vw8ljmwv",
|
14627
14627
|
"member": "string",
|
14628
14628
|
"name": "ApplicationId",
|
@@ -14631,7 +14631,7 @@
|
|
14631
14631
|
},
|
14632
14632
|
{
|
14633
14633
|
"disabled": false,
|
14634
|
-
"document": "
|
14634
|
+
"document": "偏移量,默认为0。",
|
14635
14635
|
"example": "0",
|
14636
14636
|
"member": "int64",
|
14637
14637
|
"name": "Offset",
|
@@ -14640,8 +14640,8 @@
|
|
14640
14640
|
},
|
14641
14641
|
{
|
14642
14642
|
"disabled": false,
|
14643
|
-
"document": "
|
14644
|
-
"example": "
|
14643
|
+
"document": "返回数量,默认为20,最大值为100。",
|
14644
|
+
"example": "20",
|
14645
14645
|
"member": "int64",
|
14646
14646
|
"name": "Limit",
|
14647
14647
|
"required": false,
|
@@ -14655,8 +14655,8 @@
|
|
14655
14655
|
"members": [
|
14656
14656
|
{
|
14657
14657
|
"disabled": false,
|
14658
|
-
"document": "
|
14659
|
-
"example": "
|
14658
|
+
"document": "配置项发布信息列表。",
|
14659
|
+
"example": "无",
|
14660
14660
|
"member": "TsfPageFileConfigRelease",
|
14661
14661
|
"name": "Result",
|
14662
14662
|
"output_required": true,
|
@@ -14677,8 +14677,8 @@
|
|
14677
14677
|
"members": [
|
14678
14678
|
{
|
14679
14679
|
"disabled": false,
|
14680
|
-
"document": "
|
14681
|
-
"example": "dcfg-f-
|
14680
|
+
"document": "配置ID。该参数可以通过调用 [DescribeFileConfigs](https://cloud.tencent.com/document/product/649/58593) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?rid=1&subTab=file)配置详情-配置版本页查看;也可以调用[CreateFileConfig](https://cloud.tencent.com/document/product/649/58594)创建新的配置。",
|
14681
|
+
"example": "dcfg-f-2vzbzovp",
|
14682
14682
|
"member": "string",
|
14683
14683
|
"name": "ConfigId",
|
14684
14684
|
"required": false,
|
@@ -14686,8 +14686,8 @@
|
|
14686
14686
|
},
|
14687
14687
|
{
|
14688
14688
|
"disabled": false,
|
14689
|
-
"document": "配置项ID
|
14690
|
-
"example": "
|
14689
|
+
"document": "配置项ID列表。该参数可以通过调用 [DescribeFileConfigs](https://cloud.tencent.com/document/product/649/58593) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?rid=1&subTab=file)配置详情-配置版本页查看;也可以调用[CreateFileConfig](https://cloud.tencent.com/document/product/649/58594)创建新的配置。",
|
14690
|
+
"example": "[\"dcfg-f-ba2d9ovk\"]",
|
14691
14691
|
"member": "string",
|
14692
14692
|
"name": "ConfigIdList",
|
14693
14693
|
"required": false,
|
@@ -14695,7 +14695,7 @@
|
|
14695
14695
|
},
|
14696
14696
|
{
|
14697
14697
|
"disabled": false,
|
14698
|
-
"document": "
|
14698
|
+
"document": "配置项名称。",
|
14699
14699
|
"example": "cfg1",
|
14700
14700
|
"member": "string",
|
14701
14701
|
"name": "ConfigName",
|
@@ -14704,7 +14704,7 @@
|
|
14704
14704
|
},
|
14705
14705
|
{
|
14706
14706
|
"disabled": false,
|
14707
|
-
"document": "应用ID",
|
14707
|
+
"document": "应用ID。该参数可以通过调用 [DescribeApplications](https://cloud.tencent.com/document/product/649/36090) 的返回值中的 ApplicationId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/app)查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。",
|
14708
14708
|
"example": "application-6ymrrbag",
|
14709
14709
|
"member": "string",
|
14710
14710
|
"name": "ApplicationId",
|
@@ -14713,7 +14713,7 @@
|
|
14713
14713
|
},
|
14714
14714
|
{
|
14715
14715
|
"disabled": false,
|
14716
|
-
"document": "
|
14716
|
+
"document": "偏移量,默认为0。",
|
14717
14717
|
"example": "0",
|
14718
14718
|
"member": "int64",
|
14719
14719
|
"name": "Offset",
|
@@ -14722,7 +14722,7 @@
|
|
14722
14722
|
},
|
14723
14723
|
{
|
14724
14724
|
"disabled": false,
|
14725
|
-
"document": "
|
14725
|
+
"document": "返回数量,默认为20,最大值为100。",
|
14726
14726
|
"example": "50",
|
14727
14727
|
"member": "int64",
|
14728
14728
|
"name": "Limit",
|
@@ -14731,7 +14731,7 @@
|
|
14731
14731
|
},
|
14732
14732
|
{
|
14733
14733
|
"disabled": false,
|
14734
|
-
"document": "
|
14734
|
+
"document": "配置项版本。",
|
14735
14735
|
"example": "v1",
|
14736
14736
|
"member": "string",
|
14737
14737
|
"name": "ConfigVersion",
|
@@ -14746,7 +14746,7 @@
|
|
14746
14746
|
"members": [
|
14747
14747
|
{
|
14748
14748
|
"disabled": false,
|
14749
|
-
"document": "
|
14749
|
+
"document": "文件配置项列表。",
|
14750
14750
|
"example": "无",
|
14751
14751
|
"member": "TsfPageFileConfig",
|
14752
14752
|
"name": "Result",
|
@@ -14768,7 +14768,7 @@
|
|
14768
14768
|
"members": [
|
14769
14769
|
{
|
14770
14770
|
"disabled": false,
|
14771
|
-
"document": "工作流 ID",
|
14771
|
+
"document": "工作流 ID。前往[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage),在工作流列表第一列和工作流详情页查看工作流ID。",
|
14772
14772
|
"example": "flow-6a79x94v",
|
14773
14773
|
"member": "string",
|
14774
14774
|
"name": "FlowId",
|
@@ -15254,7 +15254,7 @@
|
|
15254
15254
|
"members": [
|
15255
15255
|
{
|
15256
15256
|
"disabled": false,
|
15257
|
-
"document": "部署组ID",
|
15257
|
+
"document": "部署组ID。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
15258
15258
|
"example": "group-v6q747py",
|
15259
15259
|
"member": "string",
|
15260
15260
|
"name": "GroupId",
|
@@ -15269,8 +15269,8 @@
|
|
15269
15269
|
"members": [
|
15270
15270
|
{
|
15271
15271
|
"disabled": false,
|
15272
|
-
"document": "
|
15273
|
-
"example": "
|
15272
|
+
"document": "部署组发布的相关信息。",
|
15273
|
+
"example": "无",
|
15274
15274
|
"member": "GroupRelease",
|
15275
15275
|
"name": "Result",
|
15276
15276
|
"output_required": true,
|
@@ -16419,7 +16419,7 @@
|
|
16419
16419
|
"members": [
|
16420
16420
|
{
|
16421
16421
|
"disabled": false,
|
16422
|
-
"document": "
|
16422
|
+
"document": "返回数量,默认为20,最大值为500。",
|
16423
16423
|
"example": "10",
|
16424
16424
|
"member": "int64",
|
16425
16425
|
"name": "Limit",
|
@@ -16428,7 +16428,7 @@
|
|
16428
16428
|
},
|
16429
16429
|
{
|
16430
16430
|
"disabled": false,
|
16431
|
-
"document": "
|
16431
|
+
"document": "偏移量,默认为0。",
|
16432
16432
|
"example": "0",
|
16433
16433
|
"member": "int64",
|
16434
16434
|
"name": "Offset",
|
@@ -16437,7 +16437,7 @@
|
|
16437
16437
|
},
|
16438
16438
|
{
|
16439
16439
|
"disabled": false,
|
16440
|
-
"document": "
|
16440
|
+
"document": "搜索关键词。",
|
16441
16441
|
"example": "groupName",
|
16442
16442
|
"member": "string",
|
16443
16443
|
"name": "SearchWord",
|
@@ -16446,7 +16446,7 @@
|
|
16446
16446
|
},
|
16447
16447
|
{
|
16448
16448
|
"disabled": false,
|
16449
|
-
"document": "
|
16449
|
+
"document": "灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。",
|
16450
16450
|
"example": "lane-r-v6ewp385",
|
16451
16451
|
"member": "string",
|
16452
16452
|
"name": "RuleId",
|
@@ -16455,7 +16455,7 @@
|
|
16455
16455
|
},
|
16456
16456
|
{
|
16457
16457
|
"disabled": false,
|
16458
|
-
"document": "
|
16458
|
+
"document": "灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。",
|
16459
16459
|
"example": "[\"lane-r-v6ewp385\"]",
|
16460
16460
|
"member": "string",
|
16461
16461
|
"name": "RuleIdList",
|
@@ -16470,8 +16470,8 @@
|
|
16470
16470
|
"members": [
|
16471
16471
|
{
|
16472
16472
|
"disabled": false,
|
16473
|
-
"document": "
|
16474
|
-
"example": "
|
16473
|
+
"document": "灰度发布规则列表。",
|
16474
|
+
"example": "无",
|
16475
16475
|
"member": "LaneRules",
|
16476
16476
|
"name": "Result",
|
16477
16477
|
"output_required": true,
|
@@ -16492,7 +16492,7 @@
|
|
16492
16492
|
"members": [
|
16493
16493
|
{
|
16494
16494
|
"disabled": false,
|
16495
|
-
"document": "
|
16495
|
+
"document": "返回数量,默认为20,最大值为100。",
|
16496
16496
|
"example": "10",
|
16497
16497
|
"member": "int64",
|
16498
16498
|
"name": "Limit",
|
@@ -16501,7 +16501,7 @@
|
|
16501
16501
|
},
|
16502
16502
|
{
|
16503
16503
|
"disabled": false,
|
16504
|
-
"document": "
|
16504
|
+
"document": "偏移量,默认为0。",
|
16505
16505
|
"example": "0",
|
16506
16506
|
"member": "int64",
|
16507
16507
|
"name": "Offset",
|
@@ -16510,7 +16510,7 @@
|
|
16510
16510
|
},
|
16511
16511
|
{
|
16512
16512
|
"disabled": false,
|
16513
|
-
"document": "
|
16513
|
+
"document": "搜索关键字。",
|
16514
16514
|
"example": "lane_name",
|
16515
16515
|
"member": "string",
|
16516
16516
|
"name": "SearchWord",
|
@@ -16519,7 +16519,7 @@
|
|
16519
16519
|
},
|
16520
16520
|
{
|
16521
16521
|
"disabled": false,
|
16522
|
-
"document": "
|
16522
|
+
"document": "泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。",
|
16523
16523
|
"example": "[\"lane-ynmlnwm4\"]",
|
16524
16524
|
"member": "string",
|
16525
16525
|
"name": "LaneIdList",
|
@@ -16528,7 +16528,7 @@
|
|
16528
16528
|
},
|
16529
16529
|
{
|
16530
16530
|
"disabled": false,
|
16531
|
-
"document": "
|
16531
|
+
"document": "忽略传参,业务预留字段。",
|
16532
16532
|
"example": "true",
|
16533
16533
|
"member": "bool",
|
16534
16534
|
"name": "DisableProgramAuthCheck",
|
@@ -16543,8 +16543,8 @@
|
|
16543
16543
|
"members": [
|
16544
16544
|
{
|
16545
16545
|
"disabled": false,
|
16546
|
-
"document": "
|
16547
|
-
"example": "
|
16546
|
+
"document": "泳道配置列表。",
|
16547
|
+
"example": "无",
|
16548
16548
|
"member": "LaneInfos",
|
16549
16549
|
"name": "Result",
|
16550
16550
|
"output_required": true,
|
@@ -16648,7 +16648,7 @@
|
|
16648
16648
|
"members": [
|
16649
16649
|
{
|
16650
16650
|
"disabled": false,
|
16651
|
-
"document": "微服务ID",
|
16651
|
+
"document": "微服务ID。该参数可以通过调用 [DescribeMicroservices](https://cloud.tencent.com/document/product/649/36084) 的返回值中的 MicroserviceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=service)查看;也可以调用[CreateMicroserviceWithDetailResp](https://cloud.tencent.com/document/product/649/85860)创建新的微服务。",
|
16652
16652
|
"example": "ms-a78gk87b",
|
16653
16653
|
"member": "string",
|
16654
16654
|
"name": "MicroserviceId",
|
@@ -16657,7 +16657,7 @@
|
|
16657
16657
|
},
|
16658
16658
|
{
|
16659
16659
|
"disabled": false,
|
16660
|
-
"document": "
|
16660
|
+
"document": "偏移量,默认为0。",
|
16661
16661
|
"example": "0",
|
16662
16662
|
"member": "int64",
|
16663
16663
|
"name": "Offset",
|
@@ -16666,8 +16666,8 @@
|
|
16666
16666
|
},
|
16667
16667
|
{
|
16668
16668
|
"disabled": false,
|
16669
|
-
"document": "
|
16670
|
-
"example": "
|
16669
|
+
"document": "返回数量,默认为20,最大值为50。",
|
16670
|
+
"example": "20",
|
16671
16671
|
"member": "int64",
|
16672
16672
|
"name": "Limit",
|
16673
16673
|
"required": false,
|
@@ -16675,7 +16675,7 @@
|
|
16675
16675
|
},
|
16676
16676
|
{
|
16677
16677
|
"disabled": false,
|
16678
|
-
"document": "
|
16678
|
+
"document": "部署组ID。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
16679
16679
|
"example": "[\"group-yx87px4a\"]",
|
16680
16680
|
"member": "string",
|
16681
16681
|
"name": "GroupIds",
|
@@ -16684,8 +16684,8 @@
|
|
16684
16684
|
},
|
16685
16685
|
{
|
16686
16686
|
"disabled": false,
|
16687
|
-
"document": "过滤条件。多个 filter 之间是与关系,单个 filter 多个 value
|
16688
|
-
"example": "
|
16687
|
+
"document": "过滤条件。多个 filter 之间是与关系,单个 filter 多个 value 之间是或关系。\n参考:[{\"Name\":\"LanIp\",\"Values\":[\"172.16.16.139\"]}]\nfilter name 取值范围:\n- id:实例ID\n- name:实例名\n- lan-ip:内网IP\n- node-ip:所在节点IP",
|
16688
|
+
"example": "无",
|
16689
16689
|
"member": "Filter",
|
16690
16690
|
"name": "Filters",
|
16691
16691
|
"required": false,
|
@@ -16699,8 +16699,8 @@
|
|
16699
16699
|
"members": [
|
16700
16700
|
{
|
16701
16701
|
"disabled": false,
|
16702
|
-
"document": "
|
16703
|
-
"example": "
|
16702
|
+
"document": "微服务详情实例列表。",
|
16703
|
+
"example": "无",
|
16704
16704
|
"member": "TsfPageMsInstance",
|
16705
16705
|
"name": "Result",
|
16706
16706
|
"output_required": true,
|
@@ -16721,7 +16721,7 @@
|
|
16721
16721
|
"members": [
|
16722
16722
|
{
|
16723
16723
|
"disabled": false,
|
16724
|
-
"document": "部署组ID
|
16724
|
+
"document": "部署组ID列表。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
16725
16725
|
"example": "[\"group-6a7eb39y\",\"group-nalb5dwv\"]",
|
16726
16726
|
"member": "string",
|
16727
16727
|
"name": "GroupIds",
|
@@ -16736,8 +16736,8 @@
|
|
16736
16736
|
"members": [
|
16737
16737
|
{
|
16738
16738
|
"disabled": false,
|
16739
|
-
"document": "
|
16740
|
-
"example": "
|
16739
|
+
"document": "微服务信息分页列表。",
|
16740
|
+
"example": "无",
|
16741
16741
|
"member": "TsfPageMicroservice",
|
16742
16742
|
"name": "Result",
|
16743
16743
|
"output_required": true,
|
@@ -16758,7 +16758,7 @@
|
|
16758
16758
|
"members": [
|
16759
16759
|
{
|
16760
16760
|
"disabled": false,
|
16761
|
-
"document": "命名空间ID",
|
16761
|
+
"document": "命名空间ID。该参数可以通过调用 [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096) 的返回值中的 NamespaceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
16762
16762
|
"example": "namespace-v6b2exey",
|
16763
16763
|
"member": "string",
|
16764
16764
|
"name": "NamespaceId",
|
@@ -16767,7 +16767,7 @@
|
|
16767
16767
|
},
|
16768
16768
|
{
|
16769
16769
|
"disabled": false,
|
16770
|
-
"document": "
|
16770
|
+
"document": "搜索字段。",
|
16771
16771
|
"example": "serviceName",
|
16772
16772
|
"member": "string",
|
16773
16773
|
"name": "SearchWord",
|
@@ -16776,7 +16776,7 @@
|
|
16776
16776
|
},
|
16777
16777
|
{
|
16778
16778
|
"disabled": false,
|
16779
|
-
"document": "
|
16779
|
+
"document": "排序字段。\n- create_time:创建时间\n默认为创建时间,暂不支持其他值。",
|
16780
16780
|
"example": "create_time",
|
16781
16781
|
"member": "string",
|
16782
16782
|
"name": "OrderBy",
|
@@ -16785,7 +16785,7 @@
|
|
16785
16785
|
},
|
16786
16786
|
{
|
16787
16787
|
"disabled": false,
|
16788
|
-
"document": "
|
16788
|
+
"document": "排序类型。\n- 1:倒序\n默认为倒序,暂不支持其他值。",
|
16789
16789
|
"example": "1",
|
16790
16790
|
"member": "int64",
|
16791
16791
|
"name": "OrderType",
|
@@ -16794,7 +16794,7 @@
|
|
16794
16794
|
},
|
16795
16795
|
{
|
16796
16796
|
"disabled": false,
|
16797
|
-
"document": "
|
16797
|
+
"document": "偏移量,默认为0。",
|
16798
16798
|
"example": "0",
|
16799
16799
|
"member": "int64",
|
16800
16800
|
"name": "Offset",
|
@@ -16803,8 +16803,8 @@
|
|
16803
16803
|
},
|
16804
16804
|
{
|
16805
16805
|
"disabled": false,
|
16806
|
-
"document": "
|
16807
|
-
"example": "
|
16806
|
+
"document": "返回数量,默认为20,最大值为50。",
|
16807
|
+
"example": "20",
|
16808
16808
|
"member": "int64",
|
16809
16809
|
"name": "Limit",
|
16810
16810
|
"required": false,
|
@@ -16812,7 +16812,7 @@
|
|
16812
16812
|
},
|
16813
16813
|
{
|
16814
16814
|
"disabled": false,
|
16815
|
-
"document": "
|
16815
|
+
"document": "状态。\n- online:在线\n- offline:离线\n- single_online:单点在线",
|
16816
16816
|
"example": "[\"single_online\"]",
|
16817
16817
|
"member": "string",
|
16818
16818
|
"name": "Status",
|
@@ -16821,7 +16821,7 @@
|
|
16821
16821
|
},
|
16822
16822
|
{
|
16823
16823
|
"disabled": false,
|
16824
|
-
"document": "
|
16824
|
+
"document": "微服务ID列表。该参数可以通过调用 [DescribeMicroservices](https://cloud.tencent.com/document/product/649/36084) 的返回值中的 MicroserviceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=service)查看;也可以调用[CreateMicroserviceWithDetailResp](https://cloud.tencent.com/document/product/649/85860)创建新的微服务。",
|
16825
16825
|
"example": "[\"ms-yqwbbpxl\"]",
|
16826
16826
|
"member": "string",
|
16827
16827
|
"name": "MicroserviceIdList",
|
@@ -16830,7 +16830,7 @@
|
|
16830
16830
|
},
|
16831
16831
|
{
|
16832
16832
|
"disabled": false,
|
16833
|
-
"document": "
|
16833
|
+
"document": "微服务名称列表。该参数可以通过调用 [DescribeMicroservices](https://cloud.tencent.com/document/product/649/36084) 的返回值中的 MicroserviceName 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=service)查看;也可以调用[CreateMicroserviceWithDetailResp](https://cloud.tencent.com/document/product/649/85860)创建新的微服务。",
|
16834
16834
|
"example": "[\"consumer-demo\"]",
|
16835
16835
|
"member": "string",
|
16836
16836
|
"name": "MicroserviceNameList",
|
@@ -16839,7 +16839,7 @@
|
|
16839
16839
|
},
|
16840
16840
|
{
|
16841
16841
|
"disabled": false,
|
16842
|
-
"document": "注册中心实例
|
16842
|
+
"document": "注册中心实例ID。业务预留参数,忽略传参。",
|
16843
16843
|
"example": "ins-ac69c57e",
|
16844
16844
|
"member": "string",
|
16845
16845
|
"name": "ConfigCenterInstanceId",
|
@@ -16854,8 +16854,8 @@
|
|
16854
16854
|
"members": [
|
16855
16855
|
{
|
16856
16856
|
"disabled": false,
|
16857
|
-
"document": "
|
16858
|
-
"example": "
|
16857
|
+
"document": "微服务分页列表信息。",
|
16858
|
+
"example": "无",
|
16859
16859
|
"member": "TsfPageMicroservice",
|
16860
16860
|
"name": "Result",
|
16861
16861
|
"output_required": true,
|
@@ -16876,7 +16876,7 @@
|
|
16876
16876
|
"members": [
|
16877
16877
|
{
|
16878
16878
|
"disabled": false,
|
16879
|
-
"document": "微服务ID",
|
16879
|
+
"document": "微服务ID。该参数可以通过调用 [DescribeMicroservices](https://cloud.tencent.com/document/product/649/36084) 的返回值中的 MicroserviceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=service)查看;也可以调用[CreateMicroserviceWithDetailResp](https://cloud.tencent.com/document/product/649/85860)创建新的微服务。",
|
16880
16880
|
"example": "ms-y5w8n5e9",
|
16881
16881
|
"member": "string",
|
16882
16882
|
"name": "MicroserviceId",
|
@@ -16885,7 +16885,7 @@
|
|
16885
16885
|
},
|
16886
16886
|
{
|
16887
16887
|
"disabled": false,
|
16888
|
-
"document": "
|
16888
|
+
"document": "搜索关键字。",
|
16889
16889
|
"example": "echo-feign-url",
|
16890
16890
|
"member": "string",
|
16891
16891
|
"name": "SearchWord",
|
@@ -16894,8 +16894,8 @@
|
|
16894
16894
|
},
|
16895
16895
|
{
|
16896
16896
|
"disabled": false,
|
16897
|
-
"document": "
|
16898
|
-
"example": "
|
16897
|
+
"document": "返回数量,默认为20,最大值为50。",
|
16898
|
+
"example": "20",
|
16899
16899
|
"member": "int64",
|
16900
16900
|
"name": "Limit",
|
16901
16901
|
"required": false,
|
@@ -16903,7 +16903,7 @@
|
|
16903
16903
|
},
|
16904
16904
|
{
|
16905
16905
|
"disabled": false,
|
16906
|
-
"document": "
|
16906
|
+
"document": "偏移量,默认为0。",
|
16907
16907
|
"example": "0",
|
16908
16908
|
"member": "int64",
|
16909
16909
|
"name": "Offset",
|
@@ -16918,8 +16918,8 @@
|
|
16918
16918
|
"members": [
|
16919
16919
|
{
|
16920
16920
|
"disabled": false,
|
16921
|
-
"document": "
|
16922
|
-
"example": "
|
16921
|
+
"document": "微服务API列表。",
|
16922
|
+
"example": "无",
|
16923
16923
|
"member": "TsfApiListResponse",
|
16924
16924
|
"name": "Result",
|
16925
16925
|
"output_required": true,
|
@@ -17114,7 +17114,7 @@
|
|
17114
17114
|
"members": [
|
17115
17115
|
{
|
17116
17116
|
"disabled": false,
|
17117
|
-
"document": "应用ID
|
17117
|
+
"document": "应用ID,通过调用DescribeApplications接口[获取应用列表](https://cloud.tencent.com/document/api/649/36090)从而获取应用ID,或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看,调用CreateApplication接口[创建应用](https://cloud.tencent.com/document/product/649/36094)时的返回值",
|
17118
17118
|
"example": "application-6a79x94v",
|
17119
17119
|
"member": "string",
|
17120
17120
|
"name": "ApplicationId",
|
@@ -17132,7 +17132,7 @@
|
|
17132
17132
|
},
|
17133
17133
|
{
|
17134
17134
|
"disabled": false,
|
17135
|
-
"document": "
|
17135
|
+
"document": "排序关键字(默认值\"UploadTime\"),允许值:\"UploadTime\"上传时间, \"name\"程序包名, \"size\"应用大小, \"id\"程序包ID",
|
17136
17136
|
"example": "UploadTime",
|
17137
17137
|
"member": "string",
|
17138
17138
|
"name": "OrderBy",
|
@@ -17150,7 +17150,7 @@
|
|
17150
17150
|
},
|
17151
17151
|
{
|
17152
17152
|
"disabled": false,
|
17153
|
-
"document": "
|
17153
|
+
"document": "查询起始偏移,大于等于0,默认值为0",
|
17154
17154
|
"example": "0",
|
17155
17155
|
"member": "uint64",
|
17156
17156
|
"name": "Offset",
|
@@ -17168,8 +17168,8 @@
|
|
17168
17168
|
},
|
17169
17169
|
{
|
17170
17170
|
"disabled": false,
|
17171
|
-
"document": "
|
17172
|
-
"example": "
|
17171
|
+
"document": "程序包仓库类型,允许值:\"public-demo\"TSF公共demo仓库, \"private\"自定义仓库, \"default\"TSF公共仓库",
|
17172
|
+
"example": "private",
|
17173
17173
|
"member": "string",
|
17174
17174
|
"name": "RepositoryType",
|
17175
17175
|
"required": false,
|
@@ -17177,7 +17177,7 @@
|
|
17177
17177
|
},
|
17178
17178
|
{
|
17179
17179
|
"disabled": false,
|
17180
|
-
"document": "
|
17180
|
+
"document": "仓库ID,可通过调用[仓库信息查询类](https://cloud.tencent.com/document/api/649/45925)接口时出参中的RepositoryId,或登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
17181
17181
|
"example": "tcr-6a79x94v",
|
17182
17182
|
"member": "string",
|
17183
17183
|
"name": "RepositoryId",
|
@@ -17442,7 +17442,7 @@
|
|
17442
17442
|
"members": [
|
17443
17443
|
{
|
17444
17444
|
"disabled": false,
|
17445
|
-
"document": "命名空间ID
|
17445
|
+
"document": "命名空间ID,不传入时查询全量。该参数可以通过调用 [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096) 的返回值中的 NamespaceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
17446
17446
|
"example": "namespace-vj3z3zgy",
|
17447
17447
|
"member": "string",
|
17448
17448
|
"name": "NamespaceId",
|
@@ -17451,7 +17451,7 @@
|
|
17451
17451
|
},
|
17452
17452
|
{
|
17453
17453
|
"disabled": false,
|
17454
|
-
"document": "偏移量,默认为0",
|
17454
|
+
"document": "偏移量,默认为0。",
|
17455
17455
|
"example": "0",
|
17456
17456
|
"member": "int64",
|
17457
17457
|
"name": "Offset",
|
@@ -17460,7 +17460,7 @@
|
|
17460
17460
|
},
|
17461
17461
|
{
|
17462
17462
|
"disabled": false,
|
17463
|
-
"document": "
|
17463
|
+
"document": "返回数量,默认为20,最大值为100。",
|
17464
17464
|
"example": "10",
|
17465
17465
|
"member": "int64",
|
17466
17466
|
"name": "Limit",
|
@@ -17475,8 +17475,8 @@
|
|
17475
17475
|
"members": [
|
17476
17476
|
{
|
17477
17477
|
"disabled": false,
|
17478
|
-
"document": "
|
17479
|
-
"example": "
|
17478
|
+
"document": "分页后的公共配置项发布历史列表。",
|
17479
|
+
"example": "无",
|
17480
17480
|
"member": "TsfPageConfigReleaseLog",
|
17481
17481
|
"name": "Result",
|
17482
17482
|
"output_required": true,
|
@@ -17497,7 +17497,7 @@
|
|
17497
17497
|
"members": [
|
17498
17498
|
{
|
17499
17499
|
"disabled": false,
|
17500
|
-
"document": "
|
17500
|
+
"document": "配置名称,不传入时查询全量。该参数可以通过调用 [DescribePublicConfigs](https://cloud.tencent.com/document/product/649/38335) 的返回值中的 ConfigName 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=public)配置详情-配置版本页查看;也可以调用[CreatePublicConfig](https://cloud.tencent.com/document/product/649/38347)创建新的配置。",
|
17501
17501
|
"example": "configName",
|
17502
17502
|
"member": "string",
|
17503
17503
|
"name": "ConfigName",
|
@@ -17506,7 +17506,7 @@
|
|
17506
17506
|
},
|
17507
17507
|
{
|
17508
17508
|
"disabled": false,
|
17509
|
-
"document": "命名空间ID
|
17509
|
+
"document": "命名空间ID,不传入时查询全量。该参数可以通过调用 [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096) 的返回值中的 NamespaceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
17510
17510
|
"example": "namespace-yxoqm4ky",
|
17511
17511
|
"member": "string",
|
17512
17512
|
"name": "NamespaceId",
|
@@ -17515,7 +17515,7 @@
|
|
17515
17515
|
},
|
17516
17516
|
{
|
17517
17517
|
"disabled": false,
|
17518
|
-
"document": "
|
17518
|
+
"document": "返回数量,默认为20,最大值为100。",
|
17519
17519
|
"example": "10",
|
17520
17520
|
"member": "int64",
|
17521
17521
|
"name": "Limit",
|
@@ -17524,7 +17524,7 @@
|
|
17524
17524
|
},
|
17525
17525
|
{
|
17526
17526
|
"disabled": false,
|
17527
|
-
"document": "
|
17527
|
+
"document": "偏移量,默认为0。",
|
17528
17528
|
"example": "0",
|
17529
17529
|
"member": "int64",
|
17530
17530
|
"name": "Offset",
|
@@ -17533,7 +17533,7 @@
|
|
17533
17533
|
},
|
17534
17534
|
{
|
17535
17535
|
"disabled": false,
|
17536
|
-
"document": "配置项ID
|
17536
|
+
"document": "配置项ID,不传入时查询全量。该参数可以通过调用 [DescribePublicConfigs](https://cloud.tencent.com/document/product/649/38335) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=public)配置详情-配置版本页查看;也可以调用[CreatePublicConfig](https://cloud.tencent.com/document/product/649/38347)创建新的配置。",
|
17537
17537
|
"example": "dcfg-p-v6kxdlpy",
|
17538
17538
|
"member": "string",
|
17539
17539
|
"name": "ConfigId",
|
@@ -17548,8 +17548,8 @@
|
|
17548
17548
|
"members": [
|
17549
17549
|
{
|
17550
17550
|
"disabled": false,
|
17551
|
-
"document": "
|
17552
|
-
"example": "
|
17551
|
+
"document": "公共配置发布信息。",
|
17552
|
+
"example": "无",
|
17553
17553
|
"member": "TsfPageConfigRelease",
|
17554
17554
|
"name": "Result",
|
17555
17555
|
"output_required": true,
|
@@ -17570,7 +17570,7 @@
|
|
17570
17570
|
"members": [
|
17571
17571
|
{
|
17572
17572
|
"disabled": false,
|
17573
|
-
"document": "
|
17573
|
+
"document": "需要查询的配置ID。该参数可以通过调用 [DescribePublicConfigs](https://cloud.tencent.com/document/product/649/38335) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=public)配置详情-配置版本页查看;也可以调用[CreatePublicConfig](https://cloud.tencent.com/document/product/649/38347)创建新的配置。",
|
17574
17574
|
"example": "dcfg-p-vkj5dnky",
|
17575
17575
|
"member": "string",
|
17576
17576
|
"name": "ConfigId",
|
@@ -17585,8 +17585,8 @@
|
|
17585
17585
|
"members": [
|
17586
17586
|
{
|
17587
17587
|
"disabled": false,
|
17588
|
-
"document": "
|
17589
|
-
"example": "
|
17588
|
+
"document": "全局配置。\n注意:此字段可能返回 null,表示取不到有效值。",
|
17589
|
+
"example": "无",
|
17590
17590
|
"member": "Config",
|
17591
17591
|
"name": "Result",
|
17592
17592
|
"output_required": true,
|
@@ -17607,7 +17607,7 @@
|
|
17607
17607
|
"members": [
|
17608
17608
|
{
|
17609
17609
|
"disabled": false,
|
17610
|
-
"document": "
|
17610
|
+
"document": "查询关键字,模糊查询:配置项名称,不传入时查询全量。",
|
17611
17611
|
"example": "configName",
|
17612
17612
|
"member": "string",
|
17613
17613
|
"name": "SearchWord",
|
@@ -17616,7 +17616,7 @@
|
|
17616
17616
|
},
|
17617
17617
|
{
|
17618
17618
|
"disabled": false,
|
17619
|
-
"document": "偏移量,默认为0",
|
17619
|
+
"document": "偏移量,默认为0。",
|
17620
17620
|
"example": "0",
|
17621
17621
|
"member": "int64",
|
17622
17622
|
"name": "Offset",
|
@@ -17625,7 +17625,7 @@
|
|
17625
17625
|
},
|
17626
17626
|
{
|
17627
17627
|
"disabled": false,
|
17628
|
-
"document": "
|
17628
|
+
"document": "返回数量,默认为20,最大值为50。",
|
17629
17629
|
"example": "20",
|
17630
17630
|
"member": "int64",
|
17631
17631
|
"name": "Limit",
|
@@ -17634,7 +17634,7 @@
|
|
17634
17634
|
},
|
17635
17635
|
{
|
17636
17636
|
"disabled": false,
|
17637
|
-
"document": "
|
17637
|
+
"document": "排序字段。\n- creation_time:按时间排序\n- config_name:按名称排序",
|
17638
17638
|
"example": "creation_time",
|
17639
17639
|
"member": "string",
|
17640
17640
|
"name": "OrderBy",
|
@@ -17643,7 +17643,7 @@
|
|
17643
17643
|
},
|
17644
17644
|
{
|
17645
17645
|
"disabled": false,
|
17646
|
-
"document": "
|
17646
|
+
"document": "排序顺序。\n- 0:升序\n- 1:降序",
|
17647
17647
|
"example": "1",
|
17648
17648
|
"member": "int64",
|
17649
17649
|
"name": "OrderType",
|
@@ -17652,7 +17652,7 @@
|
|
17652
17652
|
},
|
17653
17653
|
{
|
17654
17654
|
"disabled": false,
|
17655
|
-
"document": "
|
17655
|
+
"document": "TAG标签资源值。",
|
17656
17656
|
"example": "[\"app-config\"]",
|
17657
17657
|
"member": "string",
|
17658
17658
|
"name": "ConfigTagList",
|
@@ -17661,7 +17661,7 @@
|
|
17661
17661
|
},
|
17662
17662
|
{
|
17663
17663
|
"disabled": false,
|
17664
|
-
"document": "
|
17664
|
+
"document": "忽略传参,业务预留字段。",
|
17665
17665
|
"example": "true",
|
17666
17666
|
"member": "bool",
|
17667
17667
|
"name": "DisableProgramAuthCheck",
|
@@ -17670,7 +17670,7 @@
|
|
17670
17670
|
},
|
17671
17671
|
{
|
17672
17672
|
"disabled": false,
|
17673
|
-
"document": "
|
17673
|
+
"document": "配置ID。该参数可以通过调用 [DescribePublicConfigs](https://cloud.tencent.com/document/product/649/38335) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=public)配置详情-配置版本页查看;也可以调用[CreatePublicConfig](https://cloud.tencent.com/document/product/649/38347)创建新的配置。",
|
17674
17674
|
"example": "[\"dcfg-p-vkj5dnky\"]",
|
17675
17675
|
"member": "string",
|
17676
17676
|
"name": "ConfigIdList",
|
@@ -17685,8 +17685,8 @@
|
|
17685
17685
|
"members": [
|
17686
17686
|
{
|
17687
17687
|
"disabled": false,
|
17688
|
-
"document": "
|
17689
|
-
"example": "
|
17688
|
+
"document": "分页的全局配置统计信息列表。",
|
17689
|
+
"example": "无",
|
17690
17690
|
"member": "TsfPageConfig",
|
17691
17691
|
"name": "Result",
|
17692
17692
|
"output_required": true,
|
@@ -17707,7 +17707,7 @@
|
|
17707
17707
|
"members": [
|
17708
17708
|
{
|
17709
17709
|
"disabled": false,
|
17710
|
-
"document": "
|
17710
|
+
"document": "配置ID。不传入时查询全量,高优先级。该参数可以通过调用 [DescribePublicConfigs](https://cloud.tencent.com/document/product/649/38335) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=public)配置详情-配置版本页查看;也可以调用[CreatePublicConfig](https://cloud.tencent.com/document/product/649/38347)创建新的配置。",
|
17711
17711
|
"example": "dcfg-p-id001",
|
17712
17712
|
"member": "string",
|
17713
17713
|
"name": "ConfigId",
|
@@ -17716,7 +17716,7 @@
|
|
17716
17716
|
},
|
17717
17717
|
{
|
17718
17718
|
"disabled": false,
|
17719
|
-
"document": "偏移量,默认为0",
|
17719
|
+
"document": "偏移量,默认为0。",
|
17720
17720
|
"example": "0",
|
17721
17721
|
"member": "int64",
|
17722
17722
|
"name": "Offset",
|
@@ -17725,7 +17725,7 @@
|
|
17725
17725
|
},
|
17726
17726
|
{
|
17727
17727
|
"disabled": false,
|
17728
|
-
"document": "
|
17728
|
+
"document": "返回数量,默认为20,最大值为100。",
|
17729
17729
|
"example": "50",
|
17730
17730
|
"member": "int64",
|
17731
17731
|
"name": "Limit",
|
@@ -17734,7 +17734,7 @@
|
|
17734
17734
|
},
|
17735
17735
|
{
|
17736
17736
|
"disabled": false,
|
17737
|
-
"document": "
|
17737
|
+
"document": "配置ID列表,不传入时查询全量,低优先级。该参数可以通过调用 [DescribePublicConfigs](https://cloud.tencent.com/document/product/649/38335) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=public)配置详情-配置版本页查看;也可以调用[CreatePublicConfig](https://cloud.tencent.com/document/product/649/38347)创建新的配置。",
|
17738
17738
|
"example": "[\"dcfg-p-id001\"]",
|
17739
17739
|
"member": "string",
|
17740
17740
|
"name": "ConfigIdList",
|
@@ -17743,7 +17743,7 @@
|
|
17743
17743
|
},
|
17744
17744
|
{
|
17745
17745
|
"disabled": false,
|
17746
|
-
"document": "
|
17746
|
+
"document": "配置项名称,精确查询,不传入时查询全量。",
|
17747
17747
|
"example": "global",
|
17748
17748
|
"member": "string",
|
17749
17749
|
"name": "ConfigName",
|
@@ -17752,7 +17752,7 @@
|
|
17752
17752
|
},
|
17753
17753
|
{
|
17754
17754
|
"disabled": false,
|
17755
|
-
"document": "
|
17755
|
+
"document": "配置项版本,精确查询,不传入时查询全量。",
|
17756
17756
|
"example": "v1",
|
17757
17757
|
"member": "string",
|
17758
17758
|
"name": "ConfigVersion",
|
@@ -17767,7 +17767,7 @@
|
|
17767
17767
|
"members": [
|
17768
17768
|
{
|
17769
17769
|
"disabled": false,
|
17770
|
-
"document": "
|
17770
|
+
"document": "分页后的全局配置项列表。",
|
17771
17771
|
"example": "无",
|
17772
17772
|
"member": "TsfPageConfig",
|
17773
17773
|
"name": "Result",
|
@@ -17789,7 +17789,7 @@
|
|
17789
17789
|
"members": [
|
17790
17790
|
{
|
17791
17791
|
"disabled": false,
|
17792
|
-
"document": "部署组ID",
|
17792
|
+
"document": "部署组ID。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
17793
17793
|
"example": "group-jy9re3gy",
|
17794
17794
|
"member": "string",
|
17795
17795
|
"name": "GroupId",
|
@@ -17804,7 +17804,7 @@
|
|
17804
17804
|
"members": [
|
17805
17805
|
{
|
17806
17806
|
"disabled": false,
|
17807
|
-
"document": "
|
17807
|
+
"document": "已发布的配置内容。",
|
17808
17808
|
"example": "config: enabled",
|
17809
17809
|
"member": "string",
|
17810
17810
|
"name": "Result",
|
@@ -17835,7 +17835,7 @@
|
|
17835
17835
|
},
|
17836
17836
|
{
|
17837
17837
|
"disabled": false,
|
17838
|
-
"document": "
|
17838
|
+
"document": "查询起始偏移,大于等于0,默认值为0",
|
17839
17839
|
"example": "0",
|
17840
17840
|
"member": "uint64",
|
17841
17841
|
"name": "Offset",
|
@@ -17844,7 +17844,7 @@
|
|
17844
17844
|
},
|
17845
17845
|
{
|
17846
17846
|
"disabled": false,
|
17847
|
-
"document": "
|
17847
|
+
"document": "返回数量限制,大于0,默认为不分页",
|
17848
17848
|
"example": "10",
|
17849
17849
|
"member": "uint64",
|
17850
17850
|
"name": "Limit",
|
@@ -17853,8 +17853,8 @@
|
|
17853
17853
|
},
|
17854
17854
|
{
|
17855
17855
|
"disabled": false,
|
17856
|
-
"document": "仓库类型(默认仓库:default,私有仓库:private)",
|
17857
|
-
"example": "
|
17856
|
+
"document": "仓库类型(默认仓库:default,私有仓库:private,公共仓库:public-demo)",
|
17857
|
+
"example": "private",
|
17858
17858
|
"member": "string",
|
17859
17859
|
"name": "RepositoryType",
|
17860
17860
|
"required": false,
|
@@ -17869,7 +17869,7 @@
|
|
17869
17869
|
{
|
17870
17870
|
"disabled": false,
|
17871
17871
|
"document": "符合查询仓库信息列表",
|
17872
|
-
"example": "
|
17872
|
+
"example": "无",
|
17873
17873
|
"member": "RepositoryList",
|
17874
17874
|
"name": "Result",
|
17875
17875
|
"output_required": true,
|
@@ -17890,7 +17890,7 @@
|
|
17890
17890
|
"members": [
|
17891
17891
|
{
|
17892
17892
|
"disabled": false,
|
17893
|
-
"document": "仓库ID",
|
17893
|
+
"document": "仓库ID,可通过调用[仓库信息查询类](https://cloud.tencent.com/document/api/649/45925)接口时出参中的RepositoryId,或登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
17894
17894
|
"example": "application-6a79x94v",
|
17895
17895
|
"member": "string",
|
17896
17896
|
"name": "RepositoryId",
|
@@ -18812,8 +18812,8 @@
|
|
18812
18812
|
"members": [
|
18813
18813
|
{
|
18814
18814
|
"disabled": false,
|
18815
|
-
"document": "任务ID",
|
18816
|
-
"example": "task-
|
18815
|
+
"document": "任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列和任务基本信息页查看任务ID。",
|
18816
|
+
"example": "task-jzdv5qao",
|
18817
18817
|
"member": "string",
|
18818
18818
|
"name": "TaskId",
|
18819
18819
|
"required": true,
|
@@ -18821,8 +18821,8 @@
|
|
18821
18821
|
},
|
18822
18822
|
{
|
18823
18823
|
"disabled": false,
|
18824
|
-
"document": "任务历史ID",
|
18825
|
-
"example": "tlog-
|
18824
|
+
"document": "任务历史ID。查询任务列表 [DescribeTaskRecords](https://cloud.tencent.com/document/api/649/56136) 返回值字段 TaskLogId",
|
18825
|
+
"example": "tlog-zex89wp5",
|
18826
18826
|
"member": "string",
|
18827
18827
|
"name": "TaskLogId",
|
18828
18828
|
"required": false,
|
@@ -18858,7 +18858,7 @@
|
|
18858
18858
|
"members": [
|
18859
18859
|
{
|
18860
18860
|
"disabled": false,
|
18861
|
-
"document": "任务ID",
|
18861
|
+
"document": "任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列和任务基本信息页查看任务ID。",
|
18862
18862
|
"example": "task-6a79x94v",
|
18863
18863
|
"member": "string",
|
18864
18864
|
"name": "TaskId",
|
@@ -18895,7 +18895,7 @@
|
|
18895
18895
|
"members": [
|
18896
18896
|
{
|
18897
18897
|
"disabled": false,
|
18898
|
-
"document": "
|
18898
|
+
"document": "翻页偏移量。默认值为0",
|
18899
18899
|
"example": "0",
|
18900
18900
|
"member": "uint64",
|
18901
18901
|
"name": "Offset",
|
@@ -18904,7 +18904,7 @@
|
|
18904
18904
|
},
|
18905
18905
|
{
|
18906
18906
|
"disabled": false,
|
18907
|
-
"document": "
|
18907
|
+
"document": "翻页查询单页数量。默认值为 20,最大值为 1000",
|
18908
18908
|
"example": "10",
|
18909
18909
|
"member": "uint64",
|
18910
18910
|
"name": "Limit",
|
@@ -18922,7 +18922,7 @@
|
|
18922
18922
|
},
|
18923
18923
|
{
|
18924
18924
|
"disabled": false,
|
18925
|
-
"document": "
|
18925
|
+
"document": "任务启用状态。一共2种状态可选,ENABLED:启用,DISABLED:停用",
|
18926
18926
|
"example": "enabled",
|
18927
18927
|
"member": "string",
|
18928
18928
|
"name": "TaskState",
|
@@ -18931,8 +18931,8 @@
|
|
18931
18931
|
},
|
18932
18932
|
{
|
18933
18933
|
"disabled": false,
|
18934
|
-
"document": "
|
18935
|
-
"example": "
|
18934
|
+
"document": "部署组ID。前往应用管理 - 应用部署,部署组列表页面获取部署组ID。",
|
18935
|
+
"example": "group-abl8j7xy",
|
18936
18936
|
"member": "string",
|
18937
18937
|
"name": "GroupId",
|
18938
18938
|
"required": false,
|
@@ -18940,7 +18940,7 @@
|
|
18940
18940
|
},
|
18941
18941
|
{
|
18942
18942
|
"disabled": false,
|
18943
|
-
"document": "
|
18943
|
+
"document": "任务类型。当前只支持一种任务类型。枚举值,java:Java类任务",
|
18944
18944
|
"example": "java",
|
18945
18945
|
"member": "string",
|
18946
18946
|
"name": "TaskType",
|
@@ -18949,7 +18949,7 @@
|
|
18949
18949
|
},
|
18950
18950
|
{
|
18951
18951
|
"disabled": false,
|
18952
|
-
"document": "
|
18952
|
+
"document": "任务执行方式,unicast:随机单节点执行,broadcast:广播执行,shard:分片执行",
|
18953
18953
|
"example": "unicast",
|
18954
18954
|
"member": "string",
|
18955
18955
|
"name": "ExecuteType",
|
@@ -18958,7 +18958,7 @@
|
|
18958
18958
|
},
|
18959
18959
|
{
|
18960
18960
|
"disabled": false,
|
18961
|
-
"document": "
|
18961
|
+
"document": "任务ID列表。",
|
18962
18962
|
"example": "[\"task-6a79x94v\"]",
|
18963
18963
|
"member": "string",
|
18964
18964
|
"name": "Ids",
|
@@ -19351,7 +19351,7 @@
|
|
19351
19351
|
"members": [
|
19352
19352
|
{
|
19353
19353
|
"disabled": false,
|
19354
|
-
"document": "应用ID",
|
19354
|
+
"document": "应用ID,通过调用DescribeApplications接口[获取应用列表](https://cloud.tencent.com/document/api/649/36090)从而获取应用ID,或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看,调用CreateApplication接口[创建应用](https://cloud.tencent.com/document/product/649/36094)时的返回值",
|
19355
19355
|
"example": "application-6a79x94v",
|
19356
19356
|
"member": "string",
|
19357
19357
|
"name": "ApplicationId",
|
@@ -19396,8 +19396,8 @@
|
|
19396
19396
|
},
|
19397
19397
|
{
|
19398
19398
|
"disabled": false,
|
19399
|
-
"document": "
|
19400
|
-
"example": "
|
19399
|
+
"document": "仓库类型(默认仓库:default,私有仓库:private,公共仓库:public-demo)",
|
19400
|
+
"example": "private",
|
19401
19401
|
"member": "string",
|
19402
19402
|
"name": "RepositoryType",
|
19403
19403
|
"required": false,
|
@@ -19405,7 +19405,7 @@
|
|
19405
19405
|
},
|
19406
19406
|
{
|
19407
19407
|
"disabled": false,
|
19408
|
-
"document": "
|
19408
|
+
"document": "仓库ID,可通过调用[仓库信息查询类](https://cloud.tencent.com/document/api/649/45925)接口时出参中的RepositoryId,或登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
19409
19409
|
"example": "repo-6a79x94v",
|
19410
19410
|
"member": "string",
|
19411
19411
|
"name": "RepositoryId",
|
@@ -19497,7 +19497,7 @@
|
|
19497
19497
|
"members": [
|
19498
19498
|
{
|
19499
19499
|
"disabled": false,
|
19500
|
-
"document": "
|
19500
|
+
"document": "灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。",
|
19501
19501
|
"example": "lane-r-yqg4kmbd",
|
19502
19502
|
"member": "string",
|
19503
19503
|
"name": "RuleId",
|
@@ -19512,7 +19512,7 @@
|
|
19512
19512
|
"members": [
|
19513
19513
|
{
|
19514
19514
|
"disabled": false,
|
19515
|
-
"document": "
|
19515
|
+
"document": "操作状态。\n- true:成功\n- false:失败",
|
19516
19516
|
"example": "true",
|
19517
19517
|
"member": "bool",
|
19518
19518
|
"name": "Result",
|
@@ -19534,7 +19534,7 @@
|
|
19534
19534
|
"members": [
|
19535
19535
|
{
|
19536
19536
|
"disabled": false,
|
19537
|
-
"document": "工作流 ID",
|
19537
|
+
"document": "工作流 ID。前往工作流管理,在工作流列表第一列和工作流详情页查看工作流ID。",
|
19538
19538
|
"example": "flow-6a79x94v",
|
19539
19539
|
"member": "string",
|
19540
19540
|
"name": "FlowId",
|
@@ -19571,7 +19571,7 @@
|
|
19571
19571
|
"members": [
|
19572
19572
|
{
|
19573
19573
|
"disabled": false,
|
19574
|
-
"document": "任务ID",
|
19574
|
+
"document": "任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列或是任务基本信息页查看任务ID。",
|
19575
19575
|
"example": "task-6a79x94v",
|
19576
19576
|
"member": "string",
|
19577
19577
|
"name": "TaskId",
|
@@ -19586,7 +19586,7 @@
|
|
19586
19586
|
"members": [
|
19587
19587
|
{
|
19588
19588
|
"disabled": false,
|
19589
|
-
"document": "
|
19589
|
+
"document": "true:操作成功,false:操作失败",
|
19590
19590
|
"example": "true",
|
19591
19591
|
"member": "bool",
|
19592
19592
|
"name": "Result",
|
@@ -19861,7 +19861,7 @@
|
|
19861
19861
|
"members": [
|
19862
19862
|
{
|
19863
19863
|
"disabled": false,
|
19864
|
-
"document": "
|
19864
|
+
"document": "灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。",
|
19865
19865
|
"example": "lane-r-yqg4kmbd",
|
19866
19866
|
"member": "string",
|
19867
19867
|
"name": "RuleId",
|
@@ -19876,7 +19876,7 @@
|
|
19876
19876
|
"members": [
|
19877
19877
|
{
|
19878
19878
|
"disabled": false,
|
19879
|
-
"document": "
|
19879
|
+
"document": "操作状态。\n- true:成功\n- false:失败",
|
19880
19880
|
"example": "true",
|
19881
19881
|
"member": "bool",
|
19882
19882
|
"name": "Result",
|
@@ -19898,7 +19898,7 @@
|
|
19898
19898
|
"members": [
|
19899
19899
|
{
|
19900
19900
|
"disabled": false,
|
19901
|
-
"document": "工作流 ID",
|
19901
|
+
"document": "工作流 ID。前往工作流管理,在工作流列表第一列和工作流详情页查看工作流ID。",
|
19902
19902
|
"example": "flow-6a79x94v",
|
19903
19903
|
"member": "string",
|
19904
19904
|
"name": "FlowId",
|
@@ -19935,7 +19935,7 @@
|
|
19935
19935
|
"members": [
|
19936
19936
|
{
|
19937
19937
|
"disabled": false,
|
19938
|
-
"document": "
|
19938
|
+
"document": "任务ID。在任务管理列表页面和任务基本信息页可以查看任务ID。",
|
19939
19939
|
"example": "task-6a79x94v",
|
19940
19940
|
"member": "string",
|
19941
19941
|
"name": "TaskId",
|
@@ -19950,7 +19950,7 @@
|
|
19950
19950
|
"members": [
|
19951
19951
|
{
|
19952
19952
|
"disabled": false,
|
19953
|
-
"document": "
|
19953
|
+
"document": "true:操作成功,false:操作失败",
|
19954
19954
|
"example": "false",
|
19955
19955
|
"member": "bool",
|
19956
19956
|
"name": "Result",
|
@@ -20154,7 +20154,7 @@
|
|
20154
20154
|
"members": [
|
20155
20155
|
{
|
20156
20156
|
"disabled": false,
|
20157
|
-
"document": "工作流 ID",
|
20157
|
+
"document": "工作流 ID。前往工作流管理,在工作流列表第一列和工作流详情页查看工作流ID。",
|
20158
20158
|
"example": "flow-6a79x94v",
|
20159
20159
|
"member": "string",
|
20160
20160
|
"name": "FlowId",
|
@@ -20169,8 +20169,8 @@
|
|
20169
20169
|
"members": [
|
20170
20170
|
{
|
20171
20171
|
"disabled": false,
|
20172
|
-
"document": "
|
20173
|
-
"example": "
|
20172
|
+
"document": "操作成功返回工作流批次ID,操作失败返回空字符串。",
|
20173
|
+
"example": "fbatch-6g4rq8z6",
|
20174
20174
|
"member": "string",
|
20175
20175
|
"name": "Result",
|
20176
20176
|
"output_required": true,
|
@@ -20191,8 +20191,8 @@
|
|
20191
20191
|
"members": [
|
20192
20192
|
{
|
20193
20193
|
"disabled": false,
|
20194
|
-
"document": "任务
|
20195
|
-
"example": "task-
|
20194
|
+
"document": "任务ID。在任务管理列表页面第一列或是任务基本信息页查看任务ID。",
|
20195
|
+
"example": "task-jzdv5qao",
|
20196
20196
|
"member": "string",
|
20197
20197
|
"name": "TaskId",
|
20198
20198
|
"required": true,
|
@@ -20206,8 +20206,8 @@
|
|
20206
20206
|
"members": [
|
20207
20207
|
{
|
20208
20208
|
"disabled": false,
|
20209
|
-
"document": "
|
20210
|
-
"example": "batch-
|
20209
|
+
"document": "操作成功返回任务批次ID,操作失败返回空字符串。",
|
20210
|
+
"example": "batch-mdq33ove",
|
20211
20211
|
"member": "string",
|
20212
20212
|
"name": "Result",
|
20213
20213
|
"output_required": true,
|
@@ -20523,7 +20523,7 @@
|
|
20523
20523
|
},
|
20524
20524
|
{
|
20525
20525
|
"disabled": false,
|
20526
|
-
"document": "
|
20526
|
+
"document": "发布时间。格式为 YYYY-MM-DD hh:mm:ss。\n注意:此字段可能返回 null,表示取不到有效值。",
|
20527
20527
|
"example": "2024-11-28 18:51:06",
|
20528
20528
|
"member": "string",
|
20529
20529
|
"name": "ReleaseTime",
|
@@ -20594,7 +20594,7 @@
|
|
20594
20594
|
{
|
20595
20595
|
"disabled": false,
|
20596
20596
|
"document": "配置中心发布详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
20597
|
-
"example": "
|
20597
|
+
"example": "无",
|
20598
20598
|
"member": "TsfConfigCenter",
|
20599
20599
|
"name": "ConfigCenters",
|
20600
20600
|
"output_required": false,
|
@@ -23842,7 +23842,7 @@
|
|
23842
23842
|
{
|
23843
23843
|
"disabled": false,
|
23844
23844
|
"document": "泳道部署组\n注意:此字段可能返回 null,表示取不到有效值。",
|
23845
|
-
"example": "
|
23845
|
+
"example": "无",
|
23846
23846
|
"member": "LaneGroup",
|
23847
23847
|
"name": "LaneGroupList",
|
23848
23848
|
"output_required": true,
|
@@ -24957,7 +24957,7 @@
|
|
24957
24957
|
"members": [
|
24958
24958
|
{
|
24959
24959
|
"disabled": false,
|
24960
|
-
"document": "
|
24960
|
+
"document": "泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。",
|
24961
24961
|
"example": "lane-ap62k7ol",
|
24962
24962
|
"member": "string",
|
24963
24963
|
"name": "LaneId",
|
@@ -24966,7 +24966,7 @@
|
|
24966
24966
|
},
|
24967
24967
|
{
|
24968
24968
|
"disabled": false,
|
24969
|
-
"document": "
|
24969
|
+
"document": "泳道配置名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”),且不能以分隔符开头或结尾。",
|
24970
24970
|
"example": "rule_app",
|
24971
24971
|
"member": "string",
|
24972
24972
|
"name": "LaneName",
|
@@ -24975,7 +24975,7 @@
|
|
24975
24975
|
},
|
24976
24976
|
{
|
24977
24977
|
"disabled": false,
|
24978
|
-
"document": "
|
24978
|
+
"document": "备注,最多支持200个字符。",
|
24979
24979
|
"example": "This is desc",
|
24980
24980
|
"member": "string",
|
24981
24981
|
"name": "Remark",
|
@@ -24990,7 +24990,7 @@
|
|
24990
24990
|
"members": [
|
24991
24991
|
{
|
24992
24992
|
"disabled": false,
|
24993
|
-
"document": "
|
24993
|
+
"document": "更新结果。\n- true:更新成功\n- false:更新失败",
|
24994
24994
|
"example": "true",
|
24995
24995
|
"member": "bool",
|
24996
24996
|
"name": "Result",
|
@@ -25012,7 +25012,7 @@
|
|
25012
25012
|
"members": [
|
25013
25013
|
{
|
25014
25014
|
"disabled": false,
|
25015
|
-
"document": "
|
25015
|
+
"document": "灰度发布规则ID。该参数可以通过调用 [DescribeLaneRules](https://cloud.tencent.com/document/product/649/44505) 的返回值中的 RuleId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lanerule)查看;也可以调用[CreateLaneRule](https://cloud.tencent.com/document/product/649/44507)创建新的灰度发布规则。",
|
25016
25016
|
"example": "lane-r-yqg4kmbd",
|
25017
25017
|
"member": "string",
|
25018
25018
|
"name": "RuleId",
|
@@ -25021,7 +25021,7 @@
|
|
25021
25021
|
},
|
25022
25022
|
{
|
25023
25023
|
"disabled": false,
|
25024
|
-
"document": "
|
25024
|
+
"document": "灰度发布规则名称,最多支持60个字符,支持中英文字符。",
|
25025
25025
|
"example": "rule_app",
|
25026
25026
|
"member": "string",
|
25027
25027
|
"name": "RuleName",
|
@@ -25030,7 +25030,7 @@
|
|
25030
25030
|
},
|
25031
25031
|
{
|
25032
25032
|
"disabled": false,
|
25033
|
-
"document": "
|
25033
|
+
"document": "灰度发布规则备注,最多支持200个字符。",
|
25034
25034
|
"example": "This is desc",
|
25035
25035
|
"member": "string",
|
25036
25036
|
"name": "Remark",
|
@@ -25039,8 +25039,8 @@
|
|
25039
25039
|
},
|
25040
25040
|
{
|
25041
25041
|
"disabled": false,
|
25042
|
-
"document": "
|
25043
|
-
"example": "
|
25042
|
+
"document": "灰度发布规则标签列表。",
|
25043
|
+
"example": "无",
|
25044
25044
|
"member": "LaneRuleTag",
|
25045
25045
|
"name": "RuleTagList",
|
25046
25046
|
"required": true,
|
@@ -25048,7 +25048,7 @@
|
|
25048
25048
|
},
|
25049
25049
|
{
|
25050
25050
|
"disabled": false,
|
25051
|
-
"document": "
|
25051
|
+
"document": "灰度发布规则标签关系。- RELEATION_AND:与- RELEATION_OR:或",
|
25052
25052
|
"example": "RELEATION_AND",
|
25053
25053
|
"member": "string",
|
25054
25054
|
"name": "RuleTagRelationship",
|
@@ -25057,7 +25057,7 @@
|
|
25057
25057
|
},
|
25058
25058
|
{
|
25059
25059
|
"disabled": false,
|
25060
|
-
"document": "
|
25060
|
+
"document": "泳道配置ID。该参数可以通过调用 [DescribeLanes](https://cloud.tencent.com/document/product/649/44504) 的返回值中的 LaneId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=grayscale&subTab=lane)查看;也可以调用[CreateLane](https://cloud.tencent.com/document/product/649/44508)创建新的泳道配置。",
|
25061
25061
|
"example": "lane-ap62k7ol",
|
25062
25062
|
"member": "string",
|
25063
25063
|
"name": "LaneId",
|
@@ -25066,7 +25066,7 @@
|
|
25066
25066
|
},
|
25067
25067
|
{
|
25068
25068
|
"disabled": false,
|
25069
|
-
"document": "
|
25069
|
+
"document": "开启状态。\n- true:开启\n- false:关闭",
|
25070
25070
|
"example": "true",
|
25071
25071
|
"member": "bool",
|
25072
25072
|
"name": "Enable",
|
@@ -25081,7 +25081,7 @@
|
|
25081
25081
|
"members": [
|
25082
25082
|
{
|
25083
25083
|
"disabled": false,
|
25084
|
-
"document": "
|
25084
|
+
"document": "修改结果。\n- true:成功\n- false:失败",
|
25085
25085
|
"example": "true",
|
25086
25086
|
"member": "bool",
|
25087
25087
|
"name": "Result",
|
@@ -25103,7 +25103,7 @@
|
|
25103
25103
|
"members": [
|
25104
25104
|
{
|
25105
25105
|
"disabled": false,
|
25106
|
-
"document": "微服务
|
25106
|
+
"document": "微服务ID。该参数可以通过调用 [DescribeMicroservices](https://cloud.tencent.com/document/product/649/36084) 的返回值中的 MicroserviceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?tab=service)查看;也可以调用[CreateMicroserviceWithDetailResp](https://cloud.tencent.com/document/product/649/85860)创建新的微服务。",
|
25107
25107
|
"example": "ms-yd8dr5bx",
|
25108
25108
|
"member": "string",
|
25109
25109
|
"name": "MicroserviceId",
|
@@ -25112,7 +25112,7 @@
|
|
25112
25112
|
},
|
25113
25113
|
{
|
25114
25114
|
"disabled": false,
|
25115
|
-
"document": "
|
25115
|
+
"document": "微服务备注信息,最多支持200个字符。",
|
25116
25116
|
"example": "This is desc",
|
25117
25117
|
"member": "string",
|
25118
25118
|
"name": "MicroserviceDesc",
|
@@ -25127,7 +25127,7 @@
|
|
25127
25127
|
"members": [
|
25128
25128
|
{
|
25129
25129
|
"disabled": false,
|
25130
|
-
"document": "
|
25130
|
+
"document": "修改结果。\n- true:修改成功\n- false:修改失败",
|
25131
25131
|
"example": "true",
|
25132
25132
|
"member": "bool",
|
25133
25133
|
"name": "Result",
|
@@ -25359,7 +25359,7 @@
|
|
25359
25359
|
"members": [
|
25360
25360
|
{
|
25361
25361
|
"disabled": false,
|
25362
|
-
"document": "任务ID",
|
25362
|
+
"document": "任务ID。在任务管理列表页面第一列查看任务ID。",
|
25363
25363
|
"example": "task-klwqrnlw",
|
25364
25364
|
"member": "string",
|
25365
25365
|
"name": "TaskId",
|
@@ -25368,7 +25368,7 @@
|
|
25368
25368
|
},
|
25369
25369
|
{
|
25370
25370
|
"disabled": false,
|
25371
|
-
"document": "
|
25371
|
+
"document": "任务名称,长度限制为64字符。在任务管理列表页面第一列或是任务基本信息页查看任务名称。",
|
25372
25372
|
"example": "demohaha",
|
25373
25373
|
"member": "string",
|
25374
25374
|
"name": "TaskName",
|
@@ -25377,7 +25377,7 @@
|
|
25377
25377
|
},
|
25378
25378
|
{
|
25379
25379
|
"disabled": false,
|
25380
|
-
"document": "
|
25380
|
+
"document": "任务类型。当前只支持一种任务类型。枚举值,java:Java类任务",
|
25381
25381
|
"example": "java",
|
25382
25382
|
"member": "string",
|
25383
25383
|
"name": "TaskType",
|
@@ -25386,7 +25386,7 @@
|
|
25386
25386
|
},
|
25387
25387
|
{
|
25388
25388
|
"disabled": false,
|
25389
|
-
"document": "
|
25389
|
+
"document": "任务内容,长度限制为 65536 字节",
|
25390
25390
|
"example": "com.tencent.task.example.SimpleTask",
|
25391
25391
|
"member": "string",
|
25392
25392
|
"name": "TaskContent",
|
@@ -25395,7 +25395,7 @@
|
|
25395
25395
|
},
|
25396
25396
|
{
|
25397
25397
|
"disabled": false,
|
25398
|
-
"document": "
|
25398
|
+
"document": "任务执行方式,枚举值。unicast:随机单节点执行,broadcast:广播执行,shard:分片执行",
|
25399
25399
|
"example": "unicast",
|
25400
25400
|
"member": "string",
|
25401
25401
|
"name": "ExecuteType",
|
@@ -25413,7 +25413,7 @@
|
|
25413
25413
|
},
|
25414
25414
|
{
|
25415
25415
|
"disabled": false,
|
25416
|
-
"document": "
|
25416
|
+
"document": "超时时间,取值大于0,单位:毫秒(ms)",
|
25417
25417
|
"example": "60000",
|
25418
25418
|
"member": "uint64",
|
25419
25419
|
"name": "TimeOut",
|
@@ -25422,8 +25422,8 @@
|
|
25422
25422
|
},
|
25423
25423
|
{
|
25424
25424
|
"disabled": false,
|
25425
|
-
"document": "
|
25426
|
-
"example": "group-
|
25425
|
+
"document": "部署组ID。在[应用管理](https://console.cloud.tencent.com/tsf/app?rid=1),点击应用ID进入应用部署页查看部署组ID。",
|
25426
|
+
"example": "group-aedpen6v",
|
25427
25427
|
"member": "string",
|
25428
25428
|
"name": "GroupId",
|
25429
25429
|
"required": false,
|
@@ -25431,7 +25431,7 @@
|
|
25431
25431
|
},
|
25432
25432
|
{
|
25433
25433
|
"disabled": false,
|
25434
|
-
"document": "
|
25434
|
+
"document": "分片数量,取值范围2~1000",
|
25435
25435
|
"example": "1",
|
25436
25436
|
"member": "int64",
|
25437
25437
|
"name": "ShardCount",
|
@@ -25467,7 +25467,7 @@
|
|
25467
25467
|
},
|
25468
25468
|
{
|
25469
25469
|
"disabled": false,
|
25470
|
-
"document": "
|
25470
|
+
"document": "判断任务成功率的阈值,取值范围:1-100,单位:百分比(%)",
|
25471
25471
|
"example": "100",
|
25472
25472
|
"member": "int64",
|
25473
25473
|
"name": "SuccessRatio",
|
@@ -25476,7 +25476,7 @@
|
|
25476
25476
|
},
|
25477
25477
|
{
|
25478
25478
|
"disabled": false,
|
25479
|
-
"document": "
|
25479
|
+
"document": "重试次数,取值范围 0 - 10,单位:次",
|
25480
25480
|
"example": "0",
|
25481
25481
|
"member": "uint64",
|
25482
25482
|
"name": "RetryCount",
|
@@ -25485,7 +25485,7 @@
|
|
25485
25485
|
},
|
25486
25486
|
{
|
25487
25487
|
"disabled": false,
|
25488
|
-
"document": "
|
25488
|
+
"document": "重试间隔,取值范围 0-600,单位:秒(s)",
|
25489
25489
|
"example": "0",
|
25490
25490
|
"member": "uint64",
|
25491
25491
|
"name": "RetryInterval",
|
@@ -25503,7 +25503,7 @@
|
|
25503
25503
|
},
|
25504
25504
|
{
|
25505
25505
|
"disabled": false,
|
25506
|
-
"document": "
|
25506
|
+
"document": "数据集列表。",
|
25507
25507
|
"example": "[\"program-6a79x94v\"]",
|
25508
25508
|
"member": "string",
|
25509
25509
|
"name": "ProgramIdList",
|
@@ -25518,7 +25518,7 @@
|
|
25518
25518
|
"members": [
|
25519
25519
|
{
|
25520
25520
|
"disabled": false,
|
25521
|
-
"document": "
|
25521
|
+
"document": "更新是否成功。true:操作成功、false:操作失败",
|
25522
25522
|
"example": "true",
|
25523
25523
|
"member": "bool",
|
25524
25524
|
"name": "Result",
|
@@ -25540,7 +25540,7 @@
|
|
25540
25540
|
"members": [
|
25541
25541
|
{
|
25542
25542
|
"disabled": false,
|
25543
|
-
"document": "应用ID",
|
25543
|
+
"document": "应用ID,通过调用DescribeApplications接口[获取应用列表](https://cloud.tencent.com/document/api/649/36090)从而获取应用ID,或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看,调用CreateApplication接口[创建应用](https://cloud.tencent.com/document/product/649/36094)时的返回值",
|
25544
25544
|
"example": "application-6a79x94v",
|
25545
25545
|
"member": "string",
|
25546
25546
|
"name": "ApplicationId",
|
@@ -25549,7 +25549,7 @@
|
|
25549
25549
|
},
|
25550
25550
|
{
|
25551
25551
|
"disabled": false,
|
25552
|
-
"document": "
|
25552
|
+
"document": "软件包ID可通过调用DescribeUploadInfo接口时[获取上传程序包信息](https://cloud.tencent.com/document/api/649/36078)返回的COS上传信息获取,登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
25553
25553
|
"example": "pkg-6a79x94v",
|
25554
25554
|
"member": "string",
|
25555
25555
|
"name": "PkgId",
|
@@ -25594,7 +25594,7 @@
|
|
25594
25594
|
},
|
25595
25595
|
{
|
25596
25596
|
"disabled": false,
|
25597
|
-
"document": "
|
25597
|
+
"document": "仓库ID,可通过调用[仓库信息查询类](https://cloud.tencent.com/document/api/649/45925)接口时出参中的RepositoryId,或登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
25598
25598
|
"example": "application-6a79x94v",
|
25599
25599
|
"member": "string",
|
25600
25600
|
"name": "RepositoryId",
|
@@ -27155,7 +27155,7 @@
|
|
27155
27155
|
"members": [
|
27156
27156
|
{
|
27157
27157
|
"disabled": false,
|
27158
|
-
"document": "任务ID",
|
27158
|
+
"document": "任务ID。在任务管理列表页面可以查看任务ID。",
|
27159
27159
|
"example": "task-6a79x94v",
|
27160
27160
|
"member": "string",
|
27161
27161
|
"name": "TaskId",
|
@@ -27164,7 +27164,7 @@
|
|
27164
27164
|
},
|
27165
27165
|
{
|
27166
27166
|
"disabled": false,
|
27167
|
-
"document": "
|
27167
|
+
"document": "任务批次ID。在任务管理页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。",
|
27168
27168
|
"example": "batch-6a79x94v",
|
27169
27169
|
"member": "string",
|
27170
27170
|
"name": "BatchId",
|
@@ -27179,8 +27179,8 @@
|
|
27179
27179
|
"members": [
|
27180
27180
|
{
|
27181
27181
|
"disabled": false,
|
27182
|
-
"document": "
|
27183
|
-
"example": "
|
27182
|
+
"document": "批次流水ID",
|
27183
|
+
"example": "blog-6a79x94v",
|
27184
27184
|
"member": "string",
|
27185
27185
|
"name": "Result",
|
27186
27186
|
"output_required": true,
|
@@ -27201,7 +27201,7 @@
|
|
27201
27201
|
"members": [
|
27202
27202
|
{
|
27203
27203
|
"disabled": false,
|
27204
|
-
"document": "任务批次ID",
|
27204
|
+
"document": "任务批次ID。在任务管理页面第一列点击任务ID进入任务详情,进入执行记录列表页,第一列内容即为任务批次ID。",
|
27205
27205
|
"example": "batch-6a79x94v",
|
27206
27206
|
"member": "string",
|
27207
27207
|
"name": "BatchId",
|
@@ -27210,7 +27210,7 @@
|
|
27210
27210
|
},
|
27211
27211
|
{
|
27212
27212
|
"disabled": false,
|
27213
|
-
"document": "任务执行ID",
|
27213
|
+
"document": "任务执行ID。在任务管理页面第一列点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。",
|
27214
27214
|
"example": "execute-6a79x94v",
|
27215
27215
|
"member": "string",
|
27216
27216
|
"name": "ExecuteId",
|
@@ -27219,7 +27219,7 @@
|
|
27219
27219
|
},
|
27220
27220
|
{
|
27221
27221
|
"disabled": false,
|
27222
|
-
"document": "任务ID",
|
27222
|
+
"document": "任务ID。在任务管理列表页面可以查看任务ID。",
|
27223
27223
|
"example": "task-6a79x94v",
|
27224
27224
|
"member": "string",
|
27225
27225
|
"name": "TaskId",
|
@@ -27234,8 +27234,8 @@
|
|
27234
27234
|
"members": [
|
27235
27235
|
{
|
27236
27236
|
"disabled": false,
|
27237
|
-
"document": "
|
27238
|
-
"example": "
|
27237
|
+
"document": "成功返回执行批次流水ID。失败返回空字符串。",
|
27238
|
+
"example": "elog-hb6fg5d5",
|
27239
27239
|
"member": "string",
|
27240
27240
|
"name": "Result",
|
27241
27241
|
"output_required": true,
|
@@ -27256,7 +27256,7 @@
|
|
27256
27256
|
"members": [
|
27257
27257
|
{
|
27258
27258
|
"disabled": false,
|
27259
|
-
"document": "工作流批次 ID",
|
27259
|
+
"document": "工作流批次 ID。在工作流管理页面,点击第一列的工作流ID进入工作流执行记录列表页面,第一列的内容即为工作流批次ID。",
|
27260
27260
|
"example": "fbatch-6a79x94v",
|
27261
27261
|
"member": "string",
|
27262
27262
|
"name": "FlowBatchId",
|
@@ -27271,8 +27271,8 @@
|
|
27271
27271
|
"members": [
|
27272
27272
|
{
|
27273
27273
|
"disabled": false,
|
27274
|
-
"document": "工作流批次历史 ID",
|
27275
|
-
"example": "
|
27274
|
+
"document": "工作流批次历史 ID。操作失败时不返回该字段,返回错误码。",
|
27275
|
+
"example": "fblog-6a79x94f",
|
27276
27276
|
"member": "string",
|
27277
27277
|
"name": "Result",
|
27278
27278
|
"output_required": true,
|
@@ -27293,7 +27293,7 @@
|
|
27293
27293
|
"members": [
|
27294
27294
|
{
|
27295
27295
|
"disabled": false,
|
27296
|
-
"document": "任务ID",
|
27296
|
+
"document": "任务ID。在任务管理列表页面第一列查看任务ID。",
|
27297
27297
|
"example": "task-6a79x94v",
|
27298
27298
|
"member": "string",
|
27299
27299
|
"name": "TaskId",
|
@@ -27308,8 +27308,8 @@
|
|
27308
27308
|
"members": [
|
27309
27309
|
{
|
27310
27310
|
"disabled": false,
|
27311
|
-
"document": "
|
27312
|
-
"example": "
|
27311
|
+
"document": "操作成功任务批次ID。操作失败返回空字符串。",
|
27312
|
+
"example": "batch-qmqrqa87",
|
27313
27313
|
"member": "string",
|
27314
27314
|
"name": "Result",
|
27315
27315
|
"output_required": true,
|
@@ -27367,7 +27367,7 @@
|
|
27367
27367
|
"members": [
|
27368
27368
|
{
|
27369
27369
|
"disabled": false,
|
27370
|
-
"document": "配置ID",
|
27370
|
+
"document": "配置ID。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。",
|
27371
27371
|
"example": "dcfg-vzk36owv",
|
27372
27372
|
"member": "string",
|
27373
27373
|
"name": "ConfigId",
|
@@ -27376,7 +27376,7 @@
|
|
27376
27376
|
},
|
27377
27377
|
{
|
27378
27378
|
"disabled": false,
|
27379
|
-
"document": "部署组ID",
|
27379
|
+
"document": "部署组ID。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
27380
27380
|
"example": "group-9yn684ev",
|
27381
27381
|
"member": "string",
|
27382
27382
|
"name": "GroupId",
|
@@ -27385,7 +27385,7 @@
|
|
27385
27385
|
},
|
27386
27386
|
{
|
27387
27387
|
"disabled": false,
|
27388
|
-
"document": "
|
27388
|
+
"document": "发布描述,最多支持200个字符。",
|
27389
27389
|
"example": "This is desc",
|
27390
27390
|
"member": "string",
|
27391
27391
|
"name": "ReleaseDesc",
|
@@ -27400,7 +27400,7 @@
|
|
27400
27400
|
"members": [
|
27401
27401
|
{
|
27402
27402
|
"disabled": false,
|
27403
|
-
"document": "true
|
27403
|
+
"document": "发布结果。\n- true:发布成功\n- false:发布失败",
|
27404
27404
|
"example": "true",
|
27405
27405
|
"member": "bool",
|
27406
27406
|
"name": "Result",
|
@@ -27422,7 +27422,7 @@
|
|
27422
27422
|
"members": [
|
27423
27423
|
{
|
27424
27424
|
"disabled": false,
|
27425
|
-
"document": "配置ID",
|
27425
|
+
"document": "配置ID。该参数可以通过调用 [DescribeConfigs](https://cloud.tencent.com/document/product/649/38340) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-配置版本页查看;也可以调用[CreateConfig](https://cloud.tencent.com/document/product/649/38348)创建新的配置。",
|
27426
27426
|
"example": "dcfg-yo82mmra",
|
27427
27427
|
"member": "string",
|
27428
27428
|
"name": "ConfigId",
|
@@ -27431,7 +27431,7 @@
|
|
27431
27431
|
},
|
27432
27432
|
{
|
27433
27433
|
"disabled": false,
|
27434
|
-
"document": "部署组ID",
|
27434
|
+
"document": "部署组ID。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
27435
27435
|
"example": "group-aln2284v",
|
27436
27436
|
"member": "string",
|
27437
27437
|
"name": "GroupId",
|
@@ -27440,7 +27440,7 @@
|
|
27440
27440
|
},
|
27441
27441
|
{
|
27442
27442
|
"disabled": false,
|
27443
|
-
"document": "
|
27443
|
+
"document": "发布描述,最多支持200个字符。",
|
27444
27444
|
"example": "This is desc",
|
27445
27445
|
"member": "string",
|
27446
27446
|
"name": "ReleaseDesc",
|
@@ -27455,8 +27455,8 @@
|
|
27455
27455
|
"members": [
|
27456
27456
|
{
|
27457
27457
|
"disabled": false,
|
27458
|
-
"document": "配置项发布
|
27459
|
-
"example": "
|
27458
|
+
"document": "配置项发布ID。",
|
27459
|
+
"example": "无",
|
27460
27460
|
"member": "ConfigRelease",
|
27461
27461
|
"name": "Result",
|
27462
27462
|
"output_required": true,
|
@@ -27477,7 +27477,7 @@
|
|
27477
27477
|
"members": [
|
27478
27478
|
{
|
27479
27479
|
"disabled": false,
|
27480
|
-
"document": "配置ID",
|
27480
|
+
"document": "配置ID。该参数可以通过调用 [DescribeFileConfigs](https://cloud.tencent.com/document/product/649/58593) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?rid=1&subTab=file)配置详情-配置版本页查看;也可以调用[CreateFileConfig](https://cloud.tencent.com/document/product/649/58594)创建新的配置。",
|
27481
27481
|
"example": "dcfg-f-mae7g3v3",
|
27482
27482
|
"member": "string",
|
27483
27483
|
"name": "ConfigId",
|
@@ -27486,7 +27486,7 @@
|
|
27486
27486
|
},
|
27487
27487
|
{
|
27488
27488
|
"disabled": false,
|
27489
|
-
"document": "部署组ID",
|
27489
|
+
"document": "部署组ID。该参数可以通过调用 [DescribeSimpleGroups](https://cloud.tencent.com/document/product/649/36064) 的返回值中的 GroupId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource)-查看部署组页查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/product/649/36074)创建新的部署组。",
|
27490
27490
|
"example": "group-oydld25a",
|
27491
27491
|
"member": "string",
|
27492
27492
|
"name": "GroupId",
|
@@ -27495,8 +27495,8 @@
|
|
27495
27495
|
},
|
27496
27496
|
{
|
27497
27497
|
"disabled": false,
|
27498
|
-
"document": "
|
27499
|
-
"example": "
|
27498
|
+
"document": "发布描述,最多支持200个字符。",
|
27499
|
+
"example": "this is desc",
|
27500
27500
|
"member": "string",
|
27501
27501
|
"name": "ReleaseDesc",
|
27502
27502
|
"required": false,
|
@@ -27510,7 +27510,7 @@
|
|
27510
27510
|
"members": [
|
27511
27511
|
{
|
27512
27512
|
"disabled": false,
|
27513
|
-
"document": "
|
27513
|
+
"document": "发布结果。\n- true:成功\n- false:失败",
|
27514
27514
|
"example": "true",
|
27515
27515
|
"member": "bool",
|
27516
27516
|
"name": "Result",
|
@@ -27532,7 +27532,7 @@
|
|
27532
27532
|
"members": [
|
27533
27533
|
{
|
27534
27534
|
"disabled": false,
|
27535
|
-
"document": "配置ID",
|
27535
|
+
"document": "配置ID。该参数可以通过调用 [DescribePublicConfigs](https://cloud.tencent.com/document/product/649/38335) 的返回值中的 ConfigId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=public)配置详情-配置版本页查看;也可以调用[CreatePublicConfig](https://cloud.tencent.com/document/product/649/38347)创建新的配置。",
|
27536
27536
|
"example": "dcfg-p-vkj5dnky",
|
27537
27537
|
"member": "string",
|
27538
27538
|
"name": "ConfigId",
|
@@ -27541,7 +27541,7 @@
|
|
27541
27541
|
},
|
27542
27542
|
{
|
27543
27543
|
"disabled": false,
|
27544
|
-
"document": "命名空间ID",
|
27544
|
+
"document": "命名空间ID。该参数可以通过调用 [DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096) 的返回值中的 NamespaceId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?tab=namespace)查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。",
|
27545
27545
|
"example": "namespace-vw46q85y",
|
27546
27546
|
"member": "string",
|
27547
27547
|
"name": "NamespaceId",
|
@@ -27550,7 +27550,7 @@
|
|
27550
27550
|
},
|
27551
27551
|
{
|
27552
27552
|
"disabled": false,
|
27553
|
-
"document": "
|
27553
|
+
"document": "发布描述,最多支持200个字符。",
|
27554
27554
|
"example": "This is desc",
|
27555
27555
|
"member": "string",
|
27556
27556
|
"name": "ReleaseDesc",
|
@@ -27565,7 +27565,7 @@
|
|
27565
27565
|
"members": [
|
27566
27566
|
{
|
27567
27567
|
"disabled": false,
|
27568
|
-
"document": "true
|
27568
|
+
"document": "发布结果。\n- true:发布成功\n- false:发布失败",
|
27569
27569
|
"example": "true",
|
27570
27570
|
"member": "bool",
|
27571
27571
|
"name": "Result",
|
@@ -27959,7 +27959,7 @@
|
|
27959
27959
|
"members": [
|
27960
27960
|
{
|
27961
27961
|
"disabled": false,
|
27962
|
-
"document": "配置项发布ID",
|
27962
|
+
"document": "配置项发布ID。该参数可以通过调用 [DescribeConfigReleases](https://cloud.tencent.com/document/product/649/38342) 的返回值中的 ConfigReleaseId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-发布情况页查看。",
|
27963
27963
|
"example": "dcfgr-y84o2xla",
|
27964
27964
|
"member": "string",
|
27965
27965
|
"name": "ConfigReleaseId",
|
@@ -27974,7 +27974,7 @@
|
|
27974
27974
|
"members": [
|
27975
27975
|
{
|
27976
27976
|
"disabled": false,
|
27977
|
-
"document": "true
|
27977
|
+
"document": "撤回结果。\n- true:成功\n- false:失败",
|
27978
27978
|
"example": "true",
|
27979
27979
|
"member": "bool",
|
27980
27980
|
"name": "Result",
|
@@ -28033,8 +28033,8 @@
|
|
28033
28033
|
"members": [
|
28034
28034
|
{
|
28035
28035
|
"disabled": false,
|
28036
|
-
"document": "
|
28037
|
-
"example": "dcfgr-f-
|
28036
|
+
"document": "按照【配置项发布ID】进行撤回。可通过调用[DescribeFileConfigReleases](https://cloud.tencent.com/document/product/649/85855)查询已发布的文件配置列表或登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=file)-查看发布信息-发布情况进行查看;也可以调用[ReleaseFileConfig](https://cloud.tencent.com/document/product/649/58592)发布文件配置。",
|
28037
|
+
"example": "dcfgr-f-oyd458xy",
|
28038
28038
|
"member": "string",
|
28039
28039
|
"name": "ConfigReleaseId",
|
28040
28040
|
"required": true,
|
@@ -28070,7 +28070,7 @@
|
|
28070
28070
|
"members": [
|
28071
28071
|
{
|
28072
28072
|
"disabled": false,
|
28073
|
-
"document": "配置项发布历史ID",
|
28073
|
+
"document": "配置项发布历史ID。该参数可以通过调用 [DescribeConfigReleaseLogs](https://cloud.tencent.com/document/product/649/38343) 的返回值中的 ConfigReleaseLogId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=app)配置详情-发布情况页查看。",
|
28074
28074
|
"example": "dcfgrl-a2qj3qoa",
|
28075
28075
|
"member": "string",
|
28076
28076
|
"name": "ConfigReleaseLogId",
|
@@ -28079,7 +28079,7 @@
|
|
28079
28079
|
},
|
28080
28080
|
{
|
28081
28081
|
"disabled": false,
|
28082
|
-
"document": "
|
28082
|
+
"document": "回滚描述,最多支持200个字符。",
|
28083
28083
|
"example": "This is desc",
|
28084
28084
|
"member": "string",
|
28085
28085
|
"name": "ReleaseDesc",
|
@@ -28094,7 +28094,7 @@
|
|
28094
28094
|
"members": [
|
28095
28095
|
{
|
28096
28096
|
"disabled": false,
|
28097
|
-
"document": "true
|
28097
|
+
"document": "回滚结果。\n- true:回滚成功\n- false:回滚失败",
|
28098
28098
|
"example": "true",
|
28099
28099
|
"member": "bool",
|
28100
28100
|
"name": "Result",
|
@@ -29372,7 +29372,7 @@
|
|
29372
29372
|
"members": [
|
29373
29373
|
{
|
29374
29374
|
"disabled": false,
|
29375
|
-
"document": "部署组ID",
|
29375
|
+
"document": "部署组ID,可通过调用[获取虚拟机部署组列表](https://cloud.tencent.com/document/api/649/36065)接口时出参中的Result.Content.GroupId,或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-aaaaaaaa&tab=publish&subTab=group)选择对应应用进入应用部署页面查看,同时也是调用[创建部署组](https://cloud.tencent.com/document/api/649/36074)接口返回的Result值",
|
29376
29376
|
"example": "group-6a79x94v",
|
29377
29377
|
"member": "string",
|
29378
29378
|
"name": "GroupId",
|
@@ -29381,7 +29381,7 @@
|
|
29381
29381
|
},
|
29382
29382
|
{
|
29383
29383
|
"disabled": false,
|
29384
|
-
"document": "
|
29384
|
+
"document": "实例ID列表,实例ID可通过调用[查询虚拟机部署组云主机列表](https://cloud.tencent.com/document/product/649/36066)接口时出参中的Result.Content.InstanceId,或登录[控制台](https://console.cloud.tencent.com/tsf/resource-detail?rid=1&id=cluster-aaaaaaaa)选择对应的虚拟机集群查看云主机信息,同时也是[集群添加云主机](https://cloud.tencent.com/document/product/649/41225?ls=doc-search!current)接口的的返回值Result中的节点列表",
|
29385
29385
|
"example": "[\"ins-6a79x94v\", \"ins-6a79kx78s\"]",
|
29386
29386
|
"member": "string",
|
29387
29387
|
"name": "InstanceIdList",
|
@@ -29397,7 +29397,7 @@
|
|
29397
29397
|
{
|
29398
29398
|
"disabled": false,
|
29399
29399
|
"document": "任务ID",
|
29400
|
-
"example": "
|
29400
|
+
"example": "无",
|
29401
29401
|
"member": "TaskId",
|
29402
29402
|
"name": "Result",
|
29403
29403
|
"output_required": true,
|
@@ -30039,8 +30039,8 @@
|
|
30039
30039
|
"members": [
|
30040
30040
|
{
|
30041
30041
|
"disabled": false,
|
30042
|
-
"document": "节点 ID",
|
30043
|
-
"example": "
|
30042
|
+
"document": "节点 ID,节点类型为任务时为任务ID,节点类型为逻辑节点\"且\"时为 AND,为逻辑节点\"或\"时为 OR,节点类型为头节点时为字符串\"head\"",
|
30043
|
+
"example": "head",
|
30044
30044
|
"member": "string",
|
30045
30045
|
"name": "NodeId",
|
30046
30046
|
"output_required": true,
|
@@ -30050,8 +30050,8 @@
|
|
30050
30050
|
},
|
30051
30051
|
{
|
30052
30052
|
"disabled": false,
|
30053
|
-
"document": "子节点 ID",
|
30054
|
-
"example": "
|
30053
|
+
"document": "子节点 ID,节点类型为任务时为任务ID,节点类型为逻辑节点\"且\"时为 AND,为逻辑节点\"或\"时为 OR",
|
30054
|
+
"example": "task-x8orm34b",
|
30055
30055
|
"member": "string",
|
30056
30056
|
"name": "ChildNodeId",
|
30057
30057
|
"output_required": true,
|
@@ -30062,7 +30062,7 @@
|
|
30062
30062
|
{
|
30063
30063
|
"disabled": false,
|
30064
30064
|
"document": "是否核心任务,Y/N",
|
30065
|
-
"example": "
|
30065
|
+
"example": "N",
|
30066
30066
|
"member": "string",
|
30067
30067
|
"name": "CoreNode",
|
30068
30068
|
"output_required": true,
|
@@ -30072,8 +30072,8 @@
|
|
30072
30072
|
},
|
30073
30073
|
{
|
30074
30074
|
"disabled": false,
|
30075
|
-
"document": "
|
30076
|
-
"example": "
|
30075
|
+
"document": "边类型,上下游任务依赖触发关系。一共2个值,Y:成功触发,N:失败触发",
|
30076
|
+
"example": "Y",
|
30077
30077
|
"member": "string",
|
30078
30078
|
"name": "EdgeType",
|
30079
30079
|
"output_required": true,
|
@@ -30083,8 +30083,8 @@
|
|
30083
30083
|
},
|
30084
30084
|
{
|
30085
30085
|
"disabled": false,
|
30086
|
-
"document": "
|
30087
|
-
"example": "
|
30086
|
+
"document": "任务节点类型,一共有4种类型,AND:逻辑节点且,OR:逻辑节点或,TASK:任务节点,START:头节点",
|
30087
|
+
"example": "START",
|
30088
30088
|
"member": "string",
|
30089
30089
|
"name": "NodeType",
|
30090
30090
|
"output_required": true,
|
@@ -30116,8 +30116,8 @@
|
|
30116
30116
|
},
|
30117
30117
|
{
|
30118
30118
|
"disabled": false,
|
30119
|
-
"document": "图 ID",
|
30120
|
-
"example": "graph-
|
30119
|
+
"document": "图 ID,新建工作流时自动生成,不需要填写,查看工作流图时后端返回",
|
30120
|
+
"example": "graph-2p7d984g",
|
30121
30121
|
"member": "string",
|
30122
30122
|
"name": "GraphId",
|
30123
30123
|
"output_required": true,
|
@@ -30127,8 +30127,8 @@
|
|
30127
30127
|
},
|
30128
30128
|
{
|
30129
30129
|
"disabled": false,
|
30130
|
-
"document": "工作流 ID",
|
30131
|
-
"example": "flow-
|
30130
|
+
"document": "工作流 ID,新建工作流时自动生成,不需要填写,查看工作流图时后端返回",
|
30131
|
+
"example": "flow-2p7d984g",
|
30132
30132
|
"member": "string",
|
30133
30133
|
"name": "FlowId",
|
30134
30134
|
"output_required": true,
|
@@ -30139,7 +30139,7 @@
|
|
30139
30139
|
{
|
30140
30140
|
"disabled": false,
|
30141
30141
|
"document": "节点名称",
|
30142
|
-
"example": "
|
30142
|
+
"example": "head",
|
30143
30143
|
"member": "string",
|
30144
30144
|
"name": "NodeName",
|
30145
30145
|
"output_required": true,
|
@@ -30149,8 +30149,8 @@
|
|
30149
30149
|
},
|
30150
30150
|
{
|
30151
30151
|
"disabled": false,
|
30152
|
-
"document": "任务ID",
|
30153
|
-
"example": "task-
|
30152
|
+
"document": "任务ID,新建工作流时不需要填写,查看工作流图时后端返回",
|
30153
|
+
"example": "task-x8orm34b",
|
30154
30154
|
"member": "string",
|
30155
30155
|
"name": "TaskId",
|
30156
30156
|
"output_required": true,
|
@@ -30160,8 +30160,8 @@
|
|
30160
30160
|
},
|
30161
30161
|
{
|
30162
30162
|
"disabled": false,
|
30163
|
-
"document": "任务历史ID",
|
30164
|
-
"example": "tlog-
|
30163
|
+
"document": "任务历史ID,新建工作流时不需要填写,查看工作流图时后端返回",
|
30164
|
+
"example": "tlog-x8orm34b",
|
30165
30165
|
"member": "string",
|
30166
30166
|
"name": "TaskLogId",
|
30167
30167
|
"output_required": true,
|
@@ -30276,7 +30276,7 @@
|
|
30276
30276
|
{
|
30277
30277
|
"disabled": false,
|
30278
30278
|
"document": "任务类型",
|
30279
|
-
"example": "
|
30279
|
+
"example": "java",
|
30280
30280
|
"member": "string",
|
30281
30281
|
"name": "TaskType",
|
30282
30282
|
"output_required": true,
|
@@ -30285,7 +30285,7 @@
|
|
30285
30285
|
},
|
30286
30286
|
{
|
30287
30287
|
"disabled": false,
|
30288
|
-
"document": "
|
30288
|
+
"document": "任务执行方式,unicast:随机单节点执行,broadcast:广播执行,shard:分片执行",
|
30289
30289
|
"example": "unicast",
|
30290
30290
|
"member": "string",
|
30291
30291
|
"name": "ExecuteType",
|
@@ -30315,8 +30315,8 @@
|
|
30315
30315
|
},
|
30316
30316
|
{
|
30317
30317
|
"disabled": false,
|
30318
|
-
"document": "
|
30319
|
-
"example": "
|
30318
|
+
"document": "超时时间,单位:毫秒。",
|
30319
|
+
"example": "30000",
|
30320
30320
|
"member": "int64",
|
30321
30321
|
"name": "TimeOut",
|
30322
30322
|
"output_required": true,
|
@@ -30335,8 +30335,8 @@
|
|
30335
30335
|
},
|
30336
30336
|
{
|
30337
30337
|
"disabled": false,
|
30338
|
-
"document": "
|
30339
|
-
"example": "
|
30338
|
+
"document": "重试间隔,单位:毫秒。",
|
30339
|
+
"example": "20000",
|
30340
30340
|
"member": "int64",
|
30341
30341
|
"name": "RetryInterval",
|
30342
30342
|
"output_required": true,
|
@@ -30355,7 +30355,7 @@
|
|
30355
30355
|
},
|
30356
30356
|
{
|
30357
30357
|
"disabled": false,
|
30358
|
-
"document": "
|
30358
|
+
"document": "任务启用状态。一共2种状态可选,ENABLED:启用,DISABLED:停用",
|
30359
30359
|
"example": "ENABLE",
|
30360
30360
|
"member": "string",
|
30361
30361
|
"name": "TaskState",
|
@@ -30445,8 +30445,8 @@
|
|
30445
30445
|
},
|
30446
30446
|
{
|
30447
30447
|
"disabled": false,
|
30448
|
-
"document": "
|
30449
|
-
"example": "
|
30448
|
+
"document": "触发类型,一共3种类型,WorkFlow:工作流触发,Cron:定时触发,FixRate:周期触发",
|
30449
|
+
"example": "WorkFlow",
|
30450
30450
|
"member": "string",
|
30451
30451
|
"name": "TriggerType",
|
30452
30452
|
"output_required": true,
|
@@ -30497,7 +30497,7 @@
|
|
30497
30497
|
"members": [
|
30498
30498
|
{
|
30499
30499
|
"disabled": false,
|
30500
|
-
"document": "
|
30500
|
+
"document": "触发规则类型,枚举值。一共3个值,Cron:定时触发,Repeat:周期触发,WorkFlow:工作流触发",
|
30501
30501
|
"example": "Cron",
|
30502
30502
|
"member": "string",
|
30503
30503
|
"name": "RuleType",
|
@@ -30597,7 +30597,7 @@
|
|
30597
30597
|
"members": [
|
30598
30598
|
{
|
30599
30599
|
"disabled": false,
|
30600
|
-
"document": "工作流批次 ID",
|
30600
|
+
"document": "工作流批次 ID,在[工作流执行记录](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=taskflow)列表页第一列获取。",
|
30601
30601
|
"example": "fbatch-2ks9hk",
|
30602
30602
|
"member": "string",
|
30603
30603
|
"name": "FlowBatchId",
|
@@ -30612,7 +30612,7 @@
|
|
30612
30612
|
"members": [
|
30613
30613
|
{
|
30614
30614
|
"disabled": false,
|
30615
|
-
"document": "
|
30615
|
+
"document": "是否停止成功,true:停止成功,false:停止失败",
|
30616
30616
|
"example": "true",
|
30617
30617
|
"member": "bool",
|
30618
30618
|
"name": "Result",
|
@@ -30734,8 +30734,8 @@
|
|
30734
30734
|
"members": [
|
30735
30735
|
{
|
30736
30736
|
"disabled": false,
|
30737
|
-
"document": "
|
30738
|
-
"example": "SHARE
|
30737
|
+
"document": "配置中心类型。\n- SHARE:共享型\n- EXCLUSIVE:独占型\n注意:此字段可能返回 null,表示取不到有效值。",
|
30738
|
+
"example": "SHARE",
|
30739
30739
|
"member": "string",
|
30740
30740
|
"name": "ConfigType",
|
30741
30741
|
"output_required": true,
|
@@ -32302,7 +32302,7 @@
|
|
32302
32302
|
"members": [
|
32303
32303
|
{
|
32304
32304
|
"disabled": false,
|
32305
|
-
"document": "配置模板
|
32305
|
+
"document": "配置模板ID。该参数可以通过调用 [DescribeConfigTemplate](https://cloud.tencent.com/document/product/649/85856) 的返回值中的 ConfigTemplateId 字段来获取或通过登录[控制台](https://console.cloud.tencent.com/tse/tsf-consul?subTab=template)查看;也可以调用[CreateConfigTemplate](https://cloud.tencent.com/document/product/649/85861)创建新的配置模板。",
|
32306
32306
|
"example": "dcfg_temp-aln5d3wv",
|
32307
32307
|
"member": "string",
|
32308
32308
|
"name": "ConfigTemplateId",
|
@@ -32311,7 +32311,7 @@
|
|
32311
32311
|
},
|
32312
32312
|
{
|
32313
32313
|
"disabled": false,
|
32314
|
-
"document": "
|
32314
|
+
"document": "配置模板名称,最多支持60个字符,只能包含字母、数字及分隔符(“-”),且不能以分隔符开头或结尾。",
|
32315
32315
|
"example": "app_config",
|
32316
32316
|
"member": "string",
|
32317
32317
|
"name": "ConfigTemplateName",
|
@@ -32320,7 +32320,7 @@
|
|
32320
32320
|
},
|
32321
32321
|
{
|
32322
32322
|
"disabled": false,
|
32323
|
-
"document": "
|
32323
|
+
"document": "配置模板对应的微服务框架。\n- Ribbon:Ribbon类型配置模板\n- Hystrix:Hystrix类型配置模板\n- Zuul:Zuul类型配置模板\n- customize:自定义类型配置模板",
|
32324
32324
|
"example": "Ribbon",
|
32325
32325
|
"member": "string",
|
32326
32326
|
"name": "ConfigTemplateType",
|
@@ -32329,7 +32329,7 @@
|
|
32329
32329
|
},
|
32330
32330
|
{
|
32331
32331
|
"disabled": false,
|
32332
|
-
"document": "
|
32332
|
+
"document": "配置模板数据。",
|
32333
32333
|
"example": "ribbon.ReadTimeout: 5000",
|
32334
32334
|
"member": "string",
|
32335
32335
|
"name": "ConfigTemplateValue",
|
@@ -32338,7 +32338,7 @@
|
|
32338
32338
|
},
|
32339
32339
|
{
|
32340
32340
|
"disabled": false,
|
32341
|
-
"document": "
|
32341
|
+
"document": "配置模板描述,最多支持200个字符。",
|
32342
32342
|
"example": "This is desc",
|
32343
32343
|
"member": "string",
|
32344
32344
|
"name": "ConfigTemplateDesc",
|
@@ -32353,7 +32353,7 @@
|
|
32353
32353
|
"members": [
|
32354
32354
|
{
|
32355
32355
|
"disabled": false,
|
32356
|
-
"document": "
|
32356
|
+
"document": "更新结果。\n- true:成功\n- false:失败",
|
32357
32357
|
"example": "true",
|
32358
32358
|
"member": "bool",
|
32359
32359
|
"name": "Result",
|
@@ -32512,7 +32512,7 @@
|
|
32512
32512
|
"members": [
|
32513
32513
|
{
|
32514
32514
|
"disabled": false,
|
32515
|
-
"document": "仓库ID",
|
32515
|
+
"document": "仓库ID,可通过调用[仓库信息查询类](https://cloud.tencent.com/document/api/649/45925)接口时出参中的RepositoryId,或登录[控制台](https://console.cloud.tencent.com/tsf/product?rid=1)进行查看",
|
32516
32516
|
"example": "repo-6a79x94v",
|
32517
32517
|
"member": "string",
|
32518
32518
|
"name": "RepositoryId",
|