tencentcloud-sdk-nodejs 4.1.249 → 4.1.251

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.
@@ -1265,17 +1265,33 @@ export interface DeleteNamespaceResponse {
1265
1265
  */
1266
1266
  export interface CreateMicroserviceRequest {
1267
1267
  /**
1268
- * 命名空间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)创建新的命名空间。
1268
+ * <p>命名空间ID。该参数可以通过调用 <a href="https://cloud.tencent.com/document/api/649/36096">DescribeSimpleNamespaces</a> 的返回值中的 NamespaceId 字段来获取或通过登录<a href="https://console.cloud.tencent.com/tsf/resource?tab=namespace">控制台</a>查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/36098">CreateNamespace</a>创建新的命名空间。</p>
1269
1269
  */
1270
1270
  NamespaceId: string;
1271
1271
  /**
1272
- * 微服务名称。该参数可以通过调用 [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)创建新的微服务。
1272
+ * <p>微服务名称。该参数可以通过调用 <a href="https://cloud.tencent.com/document/product/649/36084">DescribeMicroservices</a> 的返回值中的 MicroserviceName 字段来获取或通过登录<a href="https://console.cloud.tencent.com/tse/tsf-consul?tab=service">控制台</a>查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/85860">CreateMicroserviceWithDetailResp</a>创建新的微服务。</p>
1273
1273
  */
1274
1274
  MicroserviceName: string;
1275
1275
  /**
1276
- * 微服务备注信息,最多支持200个字符。
1276
+ * <p>微服务备注信息,最多支持200个字符。</p>
1277
1277
  */
1278
1278
  MicroserviceDesc?: string;
1279
+ /**
1280
+ * <p>服务类型,默认SDK</p><p>枚举值:</p><ul><li>SDK: sdk服务</li><li>MESH_EXTERNAL: mesh外部服务</li></ul>
1281
+ */
1282
+ ServiceType?: string;
1283
+ /**
1284
+ * <p>域名+端口,或者是纯域名方式,其他的不允许配置,不支持 IP</p>
1285
+ */
1286
+ ServiceUrl?: string;
1287
+ /**
1288
+ * <p>协议类型</p>
1289
+ */
1290
+ Protocol?: string;
1291
+ /**
1292
+ * <p>服务发现方式</p><p>枚举值:</p><ul><li>DNS: DNS方式</li></ul>
1293
+ */
1294
+ ServiceDiscovery?: string;
1279
1295
  }
1280
1296
  /**
1281
1297
  * ReleaseConfig返回参数结构体
@@ -1485,9 +1501,7 @@ export interface DescribeGatewayAllGroupApisResponse {
1485
1501
  */
1486
1502
  export interface DeployContainerApplicationResponse {
1487
1503
  /**
1488
- * 部署容器应用是否成功。
1489
- true:成功。
1490
- false:失败。
1504
+ * <p>部署容器应用是否成功。<br>true:成功。<br>false:失败。</p>
1491
1505
  注意:此字段可能返回 null,表示取不到有效值。
1492
1506
  */
1493
1507
  Result?: DeployContainerApplicationResp;
@@ -1800,197 +1814,201 @@ export interface AddInstancesResponse {
1800
1814
  */
1801
1815
  export interface VmGroup {
1802
1816
  /**
1803
- * 部署组ID
1817
+ * <p>部署组ID</p>
1804
1818
  */
1805
1819
  GroupId?: string;
1806
1820
  /**
1807
- * 部署组名称
1821
+ * <p>部署组名称</p>
1808
1822
  */
1809
1823
  GroupName?: string;
1810
1824
  /**
1811
- * 部署组状态
1825
+ * <p>部署组状态</p>
1812
1826
  */
1813
1827
  GroupStatus?: string;
1814
1828
  /**
1815
- * 程序包ID
1829
+ * <p>程序包ID</p>
1816
1830
  注意:此字段可能返回 null,表示取不到有效值。
1817
1831
  */
1818
1832
  PackageId?: string;
1819
1833
  /**
1820
- * 程序包名称
1834
+ * <p>程序包名称</p>
1821
1835
  注意:此字段可能返回 null,表示取不到有效值。
1822
1836
  */
1823
1837
  PackageName?: string;
1824
1838
  /**
1825
- * 程序包版本号
1839
+ * <p>程序包版本号</p>
1826
1840
  注意:此字段可能返回 null,表示取不到有效值。
1827
1841
  */
1828
1842
  PackageVersion?: string;
1829
1843
  /**
1830
- * 集群ID
1844
+ * <p>集群ID</p>
1831
1845
  */
1832
1846
  ClusterId?: string;
1833
1847
  /**
1834
- * 集群名称
1848
+ * <p>集群名称</p>
1835
1849
  */
1836
1850
  ClusterName?: string;
1837
1851
  /**
1838
- * 命名空间ID
1852
+ * <p>命名空间ID</p>
1839
1853
  */
1840
1854
  NamespaceId?: string;
1841
1855
  /**
1842
- * 命名空间名称
1856
+ * <p>命名空间名称</p>
1843
1857
  */
1844
1858
  NamespaceName?: string;
1845
1859
  /**
1846
- * 应用ID
1860
+ * <p>应用ID</p>
1847
1861
  */
1848
1862
  ApplicationId?: string;
1849
1863
  /**
1850
- * 应用名称
1864
+ * <p>应用名称</p>
1851
1865
  */
1852
1866
  ApplicationName?: string;
1853
1867
  /**
1854
- * 部署组机器数目
1868
+ * <p>部署组机器数目</p>
1855
1869
  */
1856
1870
  InstanceCount?: number;
1857
1871
  /**
1858
- * 部署组运行中机器数目
1872
+ * <p>部署组运行中机器数目</p>
1859
1873
  */
1860
1874
  RunInstanceCount?: number;
1861
1875
  /**
1862
- * 部署组启动参数信息
1876
+ * <p>部署组启动参数信息</p>
1863
1877
  注意:此字段可能返回 null,表示取不到有效值。
1864
1878
  */
1865
1879
  StartupParameters?: string;
1866
1880
  /**
1867
- * 部署组创建时间
1881
+ * <p>部署组创建时间</p>
1868
1882
  */
1869
1883
  CreateTime?: string;
1870
1884
  /**
1871
- * 部署组更新时间
1885
+ * <p>部署组更新时间</p>
1872
1886
  */
1873
1887
  UpdateTime?: string;
1874
1888
  /**
1875
- * 部署组停止机器数目
1889
+ * <p>部署组停止机器数目</p>
1876
1890
  */
1877
1891
  OffInstanceCount?: number;
1878
1892
  /**
1879
- * 部署组描述信息
1893
+ * <p>部署组描述信息</p>
1880
1894
  注意:此字段可能返回 null,表示取不到有效值。
1881
1895
  */
1882
1896
  GroupDesc?: string;
1883
1897
  /**
1884
- * 微服务类型
1898
+ * <p>微服务类型</p>
1885
1899
  */
1886
1900
  MicroserviceType?: string;
1887
1901
  /**
1888
- * 应用类型
1902
+ * <p>应用类型</p>
1889
1903
  */
1890
1904
  ApplicationType?: string;
1891
1905
  /**
1892
- * 部署组资源类型
1906
+ * <p>部署组资源类型</p>
1893
1907
  */
1894
1908
  GroupResourceType?: string;
1895
1909
  /**
1896
- * 部署组更新时间戳
1910
+ * <p>部署组更新时间戳</p>
1897
1911
  */
1898
1912
  UpdatedTime?: number;
1899
1913
  /**
1900
- * 部署应用描述信息
1914
+ * <p>部署应用描述信息</p>
1901
1915
  注意:此字段可能返回 null,表示取不到有效值。
1902
1916
  */
1903
1917
  DeployDesc?: string;
1904
1918
  /**
1905
- * 滚动发布的更新方式
1919
+ * <p>滚动发布的更新方式</p>
1906
1920
  */
1907
1921
  UpdateType?: number;
1908
1922
  /**
1909
- * 发布是否启用beta批次
1923
+ * <p>发布是否启用beta批次</p>
1910
1924
  */
1911
1925
  DeployBetaEnable?: boolean;
1912
1926
  /**
1913
- * 滚动发布的批次比例列表
1927
+ * <p>滚动发布的批次比例列表</p>
1914
1928
  */
1915
1929
  DeployBatch?: Array<number>;
1916
1930
  /**
1917
- * 滚动发布的批次执行方式
1931
+ * <p>滚动发布的批次执行方式</p>
1918
1932
  */
1919
1933
  DeployExeMode?: string;
1920
1934
  /**
1921
- * 滚动发布的每个批次的等待时间
1935
+ * <p>滚动发布的每个批次的等待时间</p>
1922
1936
  */
1923
1937
  DeployWaitTime?: number;
1924
1938
  /**
1925
- * 是否开启了健康检查
1939
+ * <p>是否开启了健康检查</p>
1926
1940
  */
1927
1941
  EnableHealthCheck?: boolean;
1928
1942
  /**
1929
- * 健康检查配置
1943
+ * <p>健康检查配置</p>
1930
1944
  注意:此字段可能返回 null,表示取不到有效值。
1931
1945
  */
1932
1946
  HealthCheckSettings?: HealthCheckSettings;
1933
1947
  /**
1934
- * 程序包类型
1948
+ * <p>程序包类型</p>
1935
1949
  注意:此字段可能返回 null,表示取不到有效值。
1936
1950
  */
1937
1951
  PackageType?: string;
1938
1952
  /**
1939
- * 启动脚本 base64编码
1953
+ * <p>启动脚本 base64编码</p>
1940
1954
  注意:此字段可能返回 null,表示取不到有效值。
1941
1955
  */
1942
1956
  StartScript?: string;
1943
1957
  /**
1944
- * 停止脚本 base64编码
1958
+ * <p>停止脚本 base64编码</p>
1945
1959
  注意:此字段可能返回 null,表示取不到有效值。
1946
1960
  */
1947
1961
  StopScript?: string;
1948
1962
  /**
1949
- * 部署组备注
1963
+ * <p>部署组备注</p>
1950
1964
  注意:此字段可能返回 null,表示取不到有效值。
1951
1965
  */
1952
1966
  Alias?: string;
1953
1967
  /**
1954
- * javaagent信息
1968
+ * <p>javaagent信息</p>
1955
1969
  */
1956
1970
  AgentProfileList?: Array<AgentProfile>;
1957
1971
  /**
1958
- * 预热属性配置
1972
+ * <p>预热属性配置</p>
1959
1973
  */
1960
1974
  WarmupSetting?: WarmupSetting;
1961
1975
  /**
1962
- * Envoy网关配置
1976
+ * <p>Envoy网关配置</p>
1963
1977
  注意:此字段可能返回 null,表示取不到有效值。
1964
1978
  */
1965
1979
  GatewayConfig?: GatewayConfig;
1966
1980
  /**
1967
- * 批次是否开启健康检查
1981
+ * <p>批次是否开启健康检查</p>
1968
1982
  */
1969
1983
  EnableBatchHealthCheck?: boolean;
1970
1984
  /**
1971
- * 是否开启cgroup控制内存cpu
1985
+ * <p>是否开启cgroup控制内存cpu</p>
1972
1986
  */
1973
1987
  FilebeatCgroupEnable?: boolean;
1974
1988
  /**
1975
- * filebeat使用cpu上限
1989
+ * <p>filebeat使用cpu上限</p>
1976
1990
  */
1977
1991
  FilebeatMaxCpu?: number;
1978
1992
  /**
1979
- * filebeat使用内存上限
1993
+ * <p>filebeat使用内存上限</p>
1980
1994
  */
1981
1995
  FilebeatMaxMem?: number;
1982
1996
  /**
1983
- * 仓库ID
1997
+ * <p>仓库ID</p>
1984
1998
  */
1985
1999
  RepositoryId?: string;
1986
2000
  /**
1987
- * 仓库名称
2001
+ * <p>仓库名称</p>
1988
2002
  */
1989
2003
  RepositoryName?: string;
1990
2004
  /**
1991
- * 仓库类型
2005
+ * <p>仓库类型</p>
1992
2006
  */
1993
2007
  RepositoryType?: string;
2008
+ /**
2009
+ * <p>是否自动重启</p>
2010
+ */
2011
+ LivenessAutoRestart?: boolean;
1994
2012
  }
1995
2013
  /**
1996
2014
  * DescribeResourceConfig返回参数结构体
@@ -2245,17 +2263,21 @@ export interface Instance {
2245
2263
  */
2246
2264
  export interface UpdateHealthCheckSettingsRequest {
2247
2265
  /**
2248
- * 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
2266
+ * <p>部署组ID,可通过调用<a href="https://cloud.tencent.com/document/api/649/36068">DescribeContainerGroups</a>查询已创建的部署组列表或登录控制台进行查看;也可以调用<a href="https://cloud.tencent.com/document/api/649/36075">CreateContainGroup</a>创建新的部署组。</p>
2249
2267
  */
2250
2268
  GroupId: string;
2251
2269
  /**
2252
- * 是否开启健康检查
2270
+ * <p>是否开启健康检查</p>
2253
2271
  */
2254
2272
  EnableHealthCheck?: boolean;
2255
2273
  /**
2256
- * 健康检查配置
2274
+ * <p>健康检查配置</p>
2257
2275
  */
2258
2276
  HealthCheckSettings?: HealthCheckSettings;
2277
+ /**
2278
+ * <p>是否自动重启</p>
2279
+ */
2280
+ LivenessAutoRestart?: boolean;
2259
2281
  }
2260
2282
  /**
2261
2283
  * ScalableRule值
@@ -2329,9 +2351,7 @@ export type DescribeResourceConfigRequest = null;
2329
2351
  */
2330
2352
  export interface CreateMicroserviceResponse {
2331
2353
  /**
2332
- * 新增结果。
2333
- true:操作成功。
2334
- false:操作失败。
2354
+ * <p>新增结果。<br>true:操作成功。<br>false:操作失败。</p>
2335
2355
  */
2336
2356
  Result?: boolean;
2337
2357
  /**
@@ -3969,21 +3989,25 @@ export interface DescribeGroupInstancesRequest {
3969
3989
  */
3970
3990
  export interface DescribeMsApiListRequest {
3971
3991
  /**
3972
- * 微服务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)创建新的微服务。
3992
+ * <p>微服务ID。该参数可以通过调用 <a href="https://cloud.tencent.com/document/product/649/36084">DescribeMicroservices</a> 的返回值中的 MicroserviceId 字段来获取或通过登录<a href="https://console.cloud.tencent.com/tse/tsf-consul?tab=service">控制台</a>查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/85860">CreateMicroserviceWithDetailResp</a>创建新的微服务。</p>
3973
3993
  */
3974
3994
  MicroserviceId: string;
3975
3995
  /**
3976
- * 搜索关键字。
3996
+ * <p>搜索关键字。</p>
3977
3997
  */
3978
3998
  SearchWord?: string;
3979
3999
  /**
3980
- * 返回数量,默认为20,最大值为50
4000
+ * <p>返回数量,默认为20,最大值为50。</p>
3981
4001
  */
3982
4002
  Limit?: number;
3983
4003
  /**
3984
- * 偏移量,默认为0
4004
+ * <p>偏移量,默认为0。</p>
3985
4005
  */
3986
4006
  Offset?: number;
4007
+ /**
4008
+ * <p>批量查询API参数</p>
4009
+ */
4010
+ BatchApiParamList?: Array<ApiParam>;
3987
4011
  }
3988
4012
  /**
3989
4013
  * 许可标签
@@ -4043,7 +4067,7 @@ export interface LifeCycleHook {
4043
4067
  */
4044
4068
  export interface DescribeMsApiListResponse {
4045
4069
  /**
4046
- * 微服务API列表。
4070
+ * <p>微服务API列表。</p>
4047
4071
  */
4048
4072
  Result?: TsfApiListResponse;
4049
4073
  /**
@@ -4539,6 +4563,19 @@ export interface CreatePathRewritesWithDetailRespResponse {
4539
4563
  */
4540
4564
  RequestId?: string;
4541
4565
  }
4566
+ /**
4567
+ * API 参数
4568
+ */
4569
+ export interface ApiParam {
4570
+ /**
4571
+ * <p>接口Method</p>
4572
+ */
4573
+ Method: string;
4574
+ /**
4575
+ * <p>接口Path</p>
4576
+ */
4577
+ Path: string;
4578
+ }
4542
4579
  /**
4543
4580
  * 服务端口
4544
4581
  */
@@ -6192,29 +6229,37 @@ export interface AssociateBusinessLogConfigResponse {
6192
6229
  */
6193
6230
  export interface DescribeGatewayApisRequest {
6194
6231
  /**
6195
- * 分组ID
6232
+ * <p>分组ID</p>
6196
6233
  */
6197
6234
  GroupId: string;
6198
6235
  /**
6199
- * 翻页偏移量
6236
+ * <p>翻页偏移量</p>
6200
6237
  */
6201
6238
  Offset: number;
6202
6239
  /**
6203
- * 每页的记录数
6240
+ * <p>每页的记录数</p>
6204
6241
  */
6205
6242
  Limit: number;
6206
6243
  /**
6207
- * 搜索关键字,支持 API path
6244
+ * <p>搜索关键字,支持 API path</p>
6208
6245
  */
6209
6246
  SearchWord?: string;
6210
6247
  /**
6211
- * 部署组ID
6248
+ * <p>部署组ID</p>
6212
6249
  */
6213
6250
  GatewayDeployGroupId?: string;
6214
6251
  /**
6215
- * 发布状态, drafted(未发布)/released(已发布)/releasing(发布中)/failed(发布失败)
6252
+ * <p>发布状态, drafted(未发布)/released(已发布)/releasing(发布中)/failed(发布失败)</p>
6216
6253
  */
6217
6254
  ReleaseStatus?: string;
6255
+ /**
6256
+ * <p>返回扩展出参字段名</p>
6257
+ */
6258
+ ExtendFieldList?: Array<string>;
6259
+ /**
6260
+ * <p>服务接口状态</p><p>枚举值:</p><ul><li>ONLINE: 在线状态</li><li>OFFLINE: 离线状态</li><li>UNKNOWN: 未知</li><li>DELETED: 查询MS API不存在</li></ul>
6261
+ */
6262
+ ApiOnlineStatus?: string;
6218
6263
  }
6219
6264
  /**
6220
6265
  * AssociateConfigWithGroup请求参数结构体
@@ -7125,7 +7170,7 @@ export interface CreateLaneRuleResponse {
7125
7170
  */
7126
7171
  export interface DescribeContainerGroupsResponse {
7127
7172
  /**
7128
- * 查询的权限数据对象
7173
+ * <p>查询的权限数据对象</p>
7129
7174
  */
7130
7175
  Result?: ContainGroupResult;
7131
7176
  /**
@@ -7218,48 +7263,52 @@ export interface AddInstancesRequest {
7218
7263
  */
7219
7264
  export interface GatewayPlugin {
7220
7265
  /**
7221
- * 网关插件id
7266
+ * <p>网关插件id</p>
7222
7267
  注意:此字段可能返回 null,表示取不到有效值。
7223
7268
  */
7224
7269
  Id?: string;
7225
7270
  /**
7226
- * 插件名称
7271
+ * <p>插件名称</p>
7227
7272
  注意:此字段可能返回 null,表示取不到有效值。
7228
7273
  */
7229
7274
  Name?: string;
7230
7275
  /**
7231
- * 插件类型
7276
+ * <p>插件类型</p>
7232
7277
  注意:此字段可能返回 null,表示取不到有效值。
7233
7278
  */
7234
7279
  Type?: string;
7235
7280
  /**
7236
- * 插件描述
7281
+ * <p>插件描述</p>
7237
7282
  注意:此字段可能返回 null,表示取不到有效值。
7238
7283
  */
7239
7284
  Description?: string;
7240
7285
  /**
7241
- * 创建时间
7286
+ * <p>创建时间</p>
7242
7287
  注意:此字段可能返回 null,表示取不到有效值。
7243
7288
  */
7244
7289
  CreatedTime?: string;
7245
7290
  /**
7246
- * 更新时间
7291
+ * <p>更新时间</p>
7247
7292
  注意:此字段可能返回 null,表示取不到有效值。
7248
7293
  */
7249
7294
  UpdatedTime?: string;
7250
7295
  /**
7251
- * 发布状态
7296
+ * <p>发布状态</p>
7252
7297
  注意:此字段可能返回 null,表示取不到有效值。
7253
7298
  */
7254
7299
  Status?: string;
7255
7300
  /**
7256
- * 是否禁用删除
7301
+ * <p>是否禁用删除</p>
7257
7302
  */
7258
7303
  DeleteDisabled?: boolean;
7259
7304
  /**
7260
- * 禁用原因
7305
+ * <p>禁用原因</p>
7261
7306
  */
7262
7307
  DeleteDisabledReason?: string;
7308
+ /**
7309
+ * <p>是否不可绑定</p><p>枚举值:</p><ul><li>true: 禁止绑定</li><li>false: 允许绑定</li></ul>
7310
+ */
7311
+ BindDisabled?: boolean;
7263
7312
  }
7264
7313
  /**
7265
7314
  * 网关分组简单信息
@@ -8170,7 +8219,7 @@ export interface ModifyUploadInfoRequest {
8170
8219
  */
8171
8220
  export interface DescribeGatewayApisResponse {
8172
8221
  /**
8173
- * 翻页结构
8222
+ * <p>翻页结构</p>
8174
8223
  */
8175
8224
  Result?: TsfPageApiDetailInfo;
8176
8225
  /**
@@ -8753,6 +8802,11 @@ export interface ApiDetailInfo {
8753
8802
  * <p>禁用短路径访问开关原因</p>
8754
8803
  */
8755
8804
  PathMappingUnsupportedMsg?: string;
8805
+ /**
8806
+ * <p>API在线状态</p><p>枚举值:</p><ul><li>ONLINE: 在线</li><li>OFFLINE: 离线</li><li>UNKNOWN: 未知</li><li>DELETED: 查询服务治理API不存在</li></ul>
8807
+ 注意:此字段可能返回 null,表示取不到有效值。
8808
+ */
8809
+ ApiOnlineStatus?: string;
8756
8810
  }
8757
8811
  /**
8758
8812
  * DeleteUnitRule返回参数结构体
@@ -8835,17 +8889,33 @@ export interface TsfPageUnitNamespace {
8835
8889
  */
8836
8890
  export interface CreateMicroserviceWithDetailRespRequest {
8837
8891
  /**
8838
- * 命名空间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)创建新的命名空间。
8892
+ * <p>命名空间ID。该参数可以通过调用 <a href="https://cloud.tencent.com/document/api/649/36096">DescribeSimpleNamespaces</a> 的返回值中的 NamespaceId 字段来获取或通过登录<a href="https://console.cloud.tencent.com/tsf/resource?tab=namespace">控制台</a>查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/36098">CreateNamespace</a>创建新的命名空间。</p>
8839
8893
  */
8840
8894
  NamespaceId: string;
8841
8895
  /**
8842
- * 微服务名称,最多支持128个字符。
8896
+ * <p>微服务名称,最多支持128个字符。</p>
8843
8897
  */
8844
8898
  MicroserviceName: string;
8845
8899
  /**
8846
- * 微服务描述信息,最多支持200个字符。
8900
+ * <p>微服务描述信息,最多支持200个字符。</p>
8847
8901
  */
8848
8902
  MicroserviceDesc?: string;
8903
+ /**
8904
+ * <p>服务类型,默认SDK</p><p>枚举值:</p><ul><li>SDK: sdk服务</li><li>MESH_EXTERNAL: mesh外部服务</li></ul>
8905
+ */
8906
+ ServiceType?: string;
8907
+ /**
8908
+ * <p>域名+端口,或者是纯域名方式,其他的不允许配置,不支持 IP</p>
8909
+ */
8910
+ ServiceUrl?: string;
8911
+ /**
8912
+ * <p>协议类型</p>
8913
+ */
8914
+ Protocol?: string;
8915
+ /**
8916
+ * <p>服务发现方式</p><p>枚举值:</p><ul><li>DNS: DNS方式</li></ul>
8917
+ */
8918
+ ServiceDiscovery?: string;
8849
8919
  }
8850
8920
  /**
8851
8921
  * 业务日志配置解析规则
@@ -9289,44 +9359,48 @@ export interface ModifyContainerGroupResponse {
9289
9359
  */
9290
9360
  export interface ExclusiveInstance {
9291
9361
  /**
9292
- * 配置中心类型[注册中心Registration、配置中心Configuration]
9362
+ * <p>配置中心类型[注册中心Registration、配置中心Configuration]</p>
9293
9363
  */
9294
9364
  CenterType?: string;
9295
9365
  /**
9296
- * 实例id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
9366
+ * <p>实例id,通过<a href="https://console.cloud.tencent.com/tse/governance">北极星控制台</a>获取</p>
9297
9367
  */
9298
9368
  InstanceId?: string;
9299
9369
  /**
9300
- * 实例类型,例如北极星Polaris
9370
+ * <p>实例类型,例如北极星Polaris</p>
9301
9371
  */
9302
9372
  InstanceType?: string;
9303
9373
  /**
9304
- * 实例名称
9374
+ * <p>实例名称</p>
9305
9375
  */
9306
9376
  InstanceName?: string;
9307
9377
  /**
9308
- * 实例地域id,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
9378
+ * <p>实例地域id,通过<a href="https://console.cloud.tencent.com/tse/governance">北极星控制台</a>获取</p>
9309
9379
  */
9310
9380
  RegionId?: string;
9311
9381
  /**
9312
- * 实例命名空间ID,通过[北极星控制台](https://console.cloud.tencent.com/tse/governance)获取
9382
+ * <p>实例命名空间ID,通过<a href="https://console.cloud.tencent.com/tse/governance">北极星控制台</a>获取</p>
9313
9383
  */
9314
9384
  InstanceNamespaceId?: string;
9315
9385
  /**
9316
- * 部署组Id
9386
+ * <p>部署组Id</p>
9317
9387
  注意:此字段可能返回 null,表示取不到有效值。
9318
9388
  */
9319
9389
  GroupId?: string;
9320
9390
  /**
9321
- * 创建时间
9391
+ * <p>创建时间</p>
9322
9392
  注意:此字段可能返回 null,表示取不到有效值。
9323
9393
  */
9324
9394
  CreateTime?: number;
9325
9395
  /**
9326
- * 更新时间
9396
+ * <p>更新时间</p>
9327
9397
  注意:此字段可能返回 null,表示取不到有效值。
9328
9398
  */
9329
9399
  UpdateTime?: number;
9400
+ /**
9401
+ * <p>文档ID</p>
9402
+ */
9403
+ ApplicationId?: string;
9330
9404
  }
9331
9405
  /**
9332
9406
  * DeleteApplication请求参数结构体
@@ -12158,37 +12232,41 @@ export interface DescribeUsableUnitNamespacesRequest {
12158
12232
  */
12159
12233
  export interface DescribeContainerGroupsRequest {
12160
12234
  /**
12161
- * 分组所属【应用ID】,可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已创建的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/product/649/36094)创建新的应用。
12235
+ * <p>分组所属【应用ID】,可通过调用<a href="https://cloud.tencent.com/document/product/649/36090">DescribeApplications</a>查询已创建的应用列表或登录<a href="https://console.cloud.tencent.com/tsf/app?rid=1">控制台</a>进行查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/36094">CreateApplication</a>创建新的应用。</p>
12162
12236
  */
12163
12237
  ApplicationId: string;
12164
12238
  /**
12165
- * 搜索字段,模糊搜索groupName字段
12239
+ * <p>搜索字段,模糊搜索groupName字段</p>
12166
12240
  */
12167
12241
  SearchWord?: string;
12168
12242
  /**
12169
- * 排序字段,默认为 createTime字段,支持id, name, createTime
12243
+ * <p>排序字段,默认为 createTime字段,支持id, name, createTime</p>
12170
12244
  */
12171
12245
  OrderBy?: string;
12172
12246
  /**
12173
- * 排序方式,默认为1:倒序排序,0:正序,1:倒序
12247
+ * <p>排序方式,默认为1:倒序排序,0:正序,1:倒序</p>
12174
12248
  */
12175
12249
  OrderType?: number;
12176
12250
  /**
12177
- * 偏移量,取值从0开始
12251
+ * <p>偏移量,取值从0开始</p>
12178
12252
  */
12179
12253
  Offset?: number;
12180
12254
  /**
12181
- * 分页个数,默认为20, 取值应为1~50
12255
+ * <p>分页个数,默认为20, 取值应为1~50</p>
12182
12256
  */
12183
12257
  Limit?: number;
12184
12258
  /**
12185
- * 分组所属【集群ID】,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。
12259
+ * <p>分组所属【集群ID】,可通过调用<a href="https://cloud.tencent.com/document/product/649/85857">DescribeClusters</a>查询已创建的集群列表或登录<a href="https://console.cloud.tencent.com/tsf/resource?rid=1&amp;tab=docker">控制台</a>进行查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/36049">CreateCluster</a>创建新的集群。</p>
12186
12260
  */
12187
12261
  ClusterId?: string;
12188
12262
  /**
12189
- * 分组所属【命名空间 ID】,可通过调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
12263
+ * <p>分组所属【命名空间 ID】,可通过调用<a href="https://cloud.tencent.com/document/product/649/36096">DescribeSimpleNamespaces</a>查询已创建的命名空间列表或登录<a href="https://console.cloud.tencent.com/tsf/resource?rid=1&amp;tab=namespace">控制台</a>进行查看;也可以调用<a href="https://cloud.tencent.com/document/product/649/36098">CreateNamespace</a>创建新的命名空间。</p>
12190
12264
  */
12191
12265
  NamespaceId?: string;
12266
+ /**
12267
+ * <p>部署组ID列表</p>
12268
+ */
12269
+ GroupIdList?: Array<string>;
12192
12270
  }
12193
12271
  /**
12194
12272
  * 业务日志配置项列表
@@ -12795,7 +12873,7 @@ export interface DescribeApiUseDetailRequest {
12795
12873
  */
12796
12874
  export interface CreateMicroserviceWithDetailRespResponse {
12797
12875
  /**
12798
- * 微服务ID
12876
+ * <p>微服务ID。</p>
12799
12877
  */
12800
12878
  Result?: string;
12801
12879
  /**
@@ -12808,25 +12886,29 @@ export interface CreateMicroserviceWithDetailRespResponse {
12808
12886
  */
12809
12887
  export interface TsfPageBusinessLogV2 {
12810
12888
  /**
12811
- * 总条数
12889
+ * <p>总条数</p>
12812
12890
  */
12813
12891
  TotalCount?: number;
12814
12892
  /**
12815
- * 业务日志列表
12893
+ * <p>业务日志列表</p>
12816
12894
  */
12817
12895
  Content?: Array<BusinessLogV2>;
12818
12896
  /**
12819
- * 游标ID
12897
+ * <p>游标ID</p>
12820
12898
  */
12821
12899
  ScrollId?: string;
12822
12900
  /**
12823
- * 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
12901
+ * <p>查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常</p>
12824
12902
  */
12825
12903
  Status?: string;
12826
12904
  /**
12827
- * 查询es时,使用searchAfter返回的游标
12905
+ * <p>查询es时,使用searchAfter返回的游标</p>
12828
12906
  */
12829
12907
  SearchAfter?: Array<string>;
12908
+ /**
12909
+ * <p>是否压缩</p>
12910
+ */
12911
+ Compressed?: boolean;
12830
12912
  }
12831
12913
  /**
12832
12914
  * 容器 env 的 FieldRef
@@ -13051,23 +13133,31 @@ export interface ReleaseConfigRequest {
13051
13133
  */
13052
13134
  export interface MsApiArray {
13053
13135
  /**
13054
- * API 请求路径
13136
+ * <p>API 请求路径</p>
13055
13137
  */
13056
13138
  Path?: string;
13057
13139
  /**
13058
- * 请求方法
13140
+ * <p>请求方法</p>
13059
13141
  */
13060
13142
  Method?: string;
13061
13143
  /**
13062
- * 方法描述
13144
+ * <p>方法描述</p>
13063
13145
  注意:此字段可能返回 null,表示取不到有效值。
13064
13146
  */
13065
13147
  Description?: string;
13066
13148
  /**
13067
- * API状态 0:离线 1:在线
13149
+ * <p>API状态 0:离线 1:在线</p>
13068
13150
  注意:此字段可能返回 null,表示取不到有效值。
13069
13151
  */
13070
13152
  Status?: number;
13153
+ /**
13154
+ * <p>API ID</p>
13155
+ */
13156
+ ApiId?: string;
13157
+ /**
13158
+ * <p>API来源</p><p>枚举值:</p><ul><li>FROM_CONSUL: 服务注册</li><li>FROM_MANUAL: 手动录入</li></ul>
13159
+ */
13160
+ SrcTypeName?: string;
13071
13161
  }
13072
13162
  /**
13073
13163
  * 业务日志配置
@@ -13194,9 +13284,7 @@ export interface StopContainerGroupRequest {
13194
13284
  */
13195
13285
  export interface UpdateHealthCheckSettingsResponse {
13196
13286
  /**
13197
- * 更新健康检查配置操作是否成功。
13198
- true:操作成功。
13199
- false:操作失败。
13287
+ * <p>更新健康检查配置操作是否成功。<br>true:操作成功。<br>false:操作失败。</p>
13200
13288
  */
13201
13289
  Result?: boolean;
13202
13290
  /**
@@ -13283,253 +13371,257 @@ export interface ApiRateLimitRule {
13283
13371
  */
13284
13372
  export interface DeployContainerApplicationRequest {
13285
13373
  /**
13286
- * 应用ID
13374
+ * <p>应用ID</p>
13287
13375
  */
13288
13376
  ApplicationId: string;
13289
13377
  /**
13290
- * 可观测配置
13378
+ * <p>可观测配置</p>
13291
13379
  */
13292
13380
  ObservabilityConfig?: ContainerGroupObservabilityConfig;
13293
13381
  /**
13294
- * 集群ID
13382
+ * <p>集群ID</p>
13295
13383
  */
13296
13384
  ClusterId?: string;
13297
13385
  /**
13298
- * 部署组ID,分组唯一标识
13386
+ * <p>部署组ID,分组唯一标识</p>
13299
13387
  */
13300
13388
  GroupId?: string;
13301
13389
  /**
13302
- * 业务容器的环境变量参数
13390
+ * <p>业务容器的环境变量参数</p>
13303
13391
  */
13304
13392
  Envs?: Array<Env>;
13305
13393
  /**
13306
- * 业务容器的挂载信息
13394
+ * <p>业务容器的挂载信息</p>
13307
13395
  */
13308
13396
  VolumeMountInfoList?: Array<VolumeMountInfo>;
13309
13397
  /**
13310
- * 业务主容器生命周期钩子列表
13398
+ * <p>业务主容器生命周期钩子列表</p>
13311
13399
  */
13312
13400
  LifeCycleHookList?: Array<LifeCycleHook>;
13313
13401
  /**
13314
- * 附属容器列表
13402
+ * <p>附属容器列表</p>
13315
13403
  */
13316
13404
  AdditionalContainerList?: Array<ContainerInfo>;
13317
13405
  /**
13318
- * 容器卷信息
13406
+ * <p>容器卷信息</p>
13319
13407
  */
13320
13408
  VolumeInfoList?: Array<VolumeInfo>;
13321
13409
  /**
13322
- * Service访问配置列表
13410
+ * <p>Service访问配置列表</p>
13323
13411
  */
13324
13412
  ServiceSettingList?: Array<ServiceSetting>;
13325
13413
  /**
13326
- * 备注
13414
+ * <p>备注</p>
13327
13415
  */
13328
13416
  Alias?: string;
13329
13417
  /**
13330
- * 部署组名称
13418
+ * <p>部署组名称</p>
13331
13419
  */
13332
13420
  GroupName?: string;
13333
13421
  /**
13334
- * 标签列表
13422
+ * <p>标签列表</p>
13335
13423
  */
13336
13424
  Tags?: Array<Tag>;
13337
13425
  /**
13338
- * 容器类型
13426
+ * <p>容器类型</p>
13339
13427
  */
13340
13428
  ContainerKind?: string;
13341
13429
  /**
13342
- * 业务容器的 镜像Server ccr.ccs.tencentyun.com
13430
+ * <p>业务容器的 镜像Server ccr.ccs.tencentyun.com</p>
13343
13431
  */
13344
13432
  Server?: string;
13345
13433
  /**
13346
- * 业务容器的镜像名
13434
+ * <p>业务容器的镜像名</p>
13347
13435
  */
13348
13436
  RepoName?: string;
13349
13437
  /**
13350
- * 仓库类型
13438
+ * <p>仓库类型</p>
13351
13439
  */
13352
13440
  RepoType?: string;
13353
13441
  /**
13354
- * TCR仓库信息
13442
+ * <p>TCR仓库信息</p>
13355
13443
  */
13356
13444
  TcrRepoInfo?: TcrRepoInfo;
13357
13445
  /**
13358
- * 容器访问凭证名称
13446
+ * <p>容器访问凭证名称</p>
13359
13447
  */
13360
13448
  SecretName?: string;
13361
13449
  /**
13362
- * 业务容器的镜像版本号
13450
+ * <p>业务容器的镜像版本号</p>
13363
13451
  */
13364
13452
  TagName?: string;
13365
13453
  /**
13366
- * 健康检查
13454
+ * <p>健康检查</p>
13367
13455
  */
13368
13456
  HealthCheckSettings?: HealthCheckSettings;
13369
13457
  /**
13370
- * 业务容器的 cpu request
13458
+ * <p>业务容器的 cpu request</p>
13371
13459
  */
13372
13460
  CpuRequest?: string;
13373
13461
  /**
13374
- * 业务容器的 cpu limit
13462
+ * <p>业务容器的 cpu limit</p>
13375
13463
  */
13376
13464
  CpuLimit?: string;
13377
13465
  /**
13378
- * 业务容器的 mem request
13466
+ * <p>业务容器的 mem request</p>
13379
13467
  */
13380
13468
  MemRequest?: string;
13381
13469
  /**
13382
- * 业务容器的 mem limit
13470
+ * <p>业务容器的 mem limit</p>
13383
13471
  */
13384
13472
  MemLimit?: string;
13385
13473
  /**
13386
- * 业务容器的 jvm 参数
13474
+ * <p>业务容器的 jvm 参数</p>
13387
13475
  */
13388
13476
  JvmOpts?: string;
13389
13477
  /**
13390
- * 是否为初始化容器 业务主容器不能为初始化容
13478
+ * <p>是否为初始化容器 业务主容器不能为初始化容</p>
13391
13479
  */
13392
13480
  InitContainerEnable?: boolean;
13393
13481
  /**
13394
- * 业务主容器是否为特权容器
13482
+ * <p>业务主容器是否为特权容器</p>
13395
13483
  */
13396
13484
  PrivilegeContainerEnable?: boolean;
13397
13485
  /**
13398
- * 业务主容器运行命令(转base64)
13486
+ * <p>业务主容器运行命令(转base64)</p>
13399
13487
  */
13400
13488
  RunCommand?: string;
13401
13489
  /**
13402
- * 业务主容器运行参数(转base64)
13490
+ * <p>业务主容器运行参数(转base64)</p>
13403
13491
  */
13404
13492
  RunArg?: string;
13405
13493
  /**
13406
- * 实例数量
13494
+ * <p>实例数量</p>
13407
13495
  */
13408
13496
  InstanceNum?: number;
13409
13497
  /**
13410
- * 调度策略
13498
+ * <p>调度策略</p>
13411
13499
  */
13412
13500
  SchedulingStrategy?: SchedulingStrategy;
13413
13501
  /**
13414
- * 重启策略
13502
+ * <p>重启策略</p>
13415
13503
  */
13416
13504
  RestartPolicy?: string;
13417
13505
  /**
13418
- * 服务治理配置
13506
+ * <p>服务治理配置</p>
13419
13507
  */
13420
13508
  ServiceSpecEncode?: string;
13421
13509
  /**
13422
- * istio容器的 mem Request
13510
+ * <p>istio容器的 mem Request</p>
13423
13511
  */
13424
13512
  IstioMemRequest?: string;
13425
13513
  /**
13426
- * istio容器的 cpu Request
13514
+ * <p>istio容器的 cpu Request</p>
13427
13515
  */
13428
13516
  IstioCpuRequest?: string;
13429
13517
  /**
13430
- * istio容器的 mem Limit
13518
+ * <p>istio容器的 mem Limit</p>
13431
13519
  */
13432
13520
  IstioMemLimit?: string;
13433
13521
  /**
13434
- * istio容器的 cpu Limit
13522
+ * <p>istio容器的 cpu Limit</p>
13435
13523
  */
13436
13524
  IstioCpuLimit?: string;
13437
13525
  /**
13438
- * 服务治理配置
13526
+ * <p>服务治理配置</p>
13439
13527
  */
13440
13528
  ServiceGovernanceConfig?: ContainerGroupServiceGovernanceConfig;
13441
13529
  /**
13442
- * agent容器的 mem Request
13530
+ * <p>agent容器的 mem Request</p>
13443
13531
  */
13444
13532
  AgentMemRequest?: string;
13445
13533
  /**
13446
- * agent容器的 cpu Request
13534
+ * <p>agent容器的 cpu Request</p>
13447
13535
  */
13448
13536
  AgentCpuRequest?: string;
13449
13537
  /**
13450
- * agent容器的 mem Limit
13538
+ * <p>agent容器的 mem Limit</p>
13451
13539
  */
13452
13540
  AgentMemLimit?: string;
13453
13541
  /**
13454
- * agent容器的 cpu Limit
13542
+ * <p>agent容器的 cpu Limit</p>
13455
13543
  */
13456
13544
  AgentCpuLimit?: string;
13457
13545
  /**
13458
- * 发布策略(0表示快速更新,1表示滚动更新。默认值为0)
13546
+ * <p>发布策略(0表示快速更新,1表示滚动更新。默认值为0)</p>
13459
13547
  */
13460
13548
  UpdateType?: number;
13461
13549
  /**
13462
- * 更新间隔,单位秒
13550
+ * <p>更新间隔,单位秒</p>
13463
13551
  */
13464
13552
  UpdateIvl?: number;
13465
13553
  /**
13466
- * 对应更新策略和策略配置参数
13554
+ * <p>对应更新策略和策略配置参数</p>
13467
13555
  */
13468
13556
  MaxSurge?: string;
13469
13557
  /**
13470
- * 对应更新策略和策略配置参数
13558
+ * <p>对应更新策略和策略配置参数</p>
13471
13559
  */
13472
13560
  MaxUnavailable?: string;
13473
13561
  /**
13474
- * 预热参数配置
13562
+ * <p>预热参数配置</p>
13475
13563
  */
13476
13564
  WarmupSetting?: WarmupSetting;
13477
13565
  /**
13478
- * 配置模版ID
13566
+ * <p>配置模版ID</p>
13479
13567
  */
13480
13568
  ConfigTemplateId?: string;
13481
13569
  /**
13482
- * 配置模版Version
13570
+ * <p>配置模版Version</p>
13483
13571
  */
13484
13572
  ConfigTemplateVersion?: number;
13485
13573
  /**
13486
- * 是否清除数据卷信息
13574
+ * <p>是否清除数据卷信息</p>
13487
13575
  */
13488
13576
  VolumeClean?: boolean;
13489
13577
  /**
13490
- * 命名空间Id
13578
+ * <p>命名空间Id</p>
13491
13579
  */
13492
13580
  NamespaceId?: string;
13493
13581
  /**
13494
- * 是否部署agent容器
13582
+ * <p>是否部署agent容器</p>
13495
13583
  */
13496
13584
  DeployAgent?: boolean;
13497
13585
  /**
13498
- * javaagent信息: SERVICE_AGENT/OT_AGENT
13586
+ * <p>javaagent信息: SERVICE_AGENT/OT_AGENT</p>
13499
13587
  */
13500
13588
  AgentProfileList?: Array<AgentProfile>;
13501
13589
  /**
13502
- * 是否清除Service信息
13590
+ * <p>是否清除Service信息</p>
13503
13591
  */
13504
13592
  ServiceClean?: boolean;
13505
13593
  /**
13506
- * 是否清除Env信息
13594
+ * <p>是否清除Env信息</p>
13507
13595
  */
13508
13596
  EnvClean?: boolean;
13509
13597
  /**
13510
- * 本次部署的描述信息
13598
+ * <p>本次部署的描述信息</p>
13511
13599
  */
13512
13600
  DeployDesc?: string;
13513
13601
  /**
13514
- * k8s命名空间名称
13602
+ * <p>k8s命名空间名称</p>
13515
13603
  */
13516
13604
  K8sNamespaceName?: string;
13517
13605
  /**
13518
- * 是否启用静态IP
13606
+ * <p>是否启用静态IP</p>
13519
13607
  */
13520
13608
  StaticIpEnabled?: boolean;
13521
13609
  /**
13522
- * 启动策略[OrderedReady/Parallel]
13610
+ * <p>启动策略[OrderedReady/Parallel]</p>
13523
13611
  */
13524
13612
  PodManagementPolicyType?: string;
13525
13613
  /**
13526
- * 滚动更新分区序号
13614
+ * <p>滚动更新分区序号</p>
13527
13615
  */
13528
13616
  Partition?: number;
13529
13617
  /**
13530
- * 是否是增量部署,增量部署只运行增量覆盖一级参数,不支持对一级参数中的子参数进行增量更新,例如更新VolumeMountInfoList时必须传入VolumeMountInfoList更新后的全量参数
13618
+ * <p>是否是增量部署,增量部署只运行增量覆盖一级参数,不支持对一级参数中的子参数进行增量更新,例如更新VolumeMountInfoList时必须传入VolumeMountInfoList更新后的全量参数</p>
13531
13619
  */
13532
13620
  IncrementalDeployment?: boolean;
13621
+ /**
13622
+ * <p>是否不立即启动</p>
13623
+ */
13624
+ DoNotStart?: boolean;
13533
13625
  }
13534
13626
  /**
13535
13627
  * 用于请求参数中的条件过滤字段