tencentcloud-sdk-tsf 3.0.1122 → 3.0.1123
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.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20180326/models.rb +356 -266
- metadata +2 -2
data/lib/v20180326/models.rb
CHANGED
@@ -19,9 +19,9 @@ module TencentCloud
|
|
19
19
|
module V20180326
|
20
20
|
# AddClusterInstances请求参数结构体
|
21
21
|
class AddClusterInstancesRequest < TencentCloud::Common::AbstractModel
|
22
|
-
# @param ClusterId: 集群ID
|
22
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
23
23
|
# @type ClusterId: String
|
24
|
-
# @param InstanceIdList: 云主机ID
|
24
|
+
# @param InstanceIdList: 云主机ID列表,可通过调用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)查询已创建的云主机列表或登录控制台进行查看;也可以调用[RunInstances](https://cloud.tencent.com/document/api/213/15730)创建新的云主机。
|
25
25
|
# @type InstanceIdList: Array
|
26
26
|
# @param OsName: 操作系统名称
|
27
27
|
# @type OsName: String
|
@@ -134,9 +134,9 @@ module TencentCloud
|
|
134
134
|
|
135
135
|
# AddInstances请求参数结构体
|
136
136
|
class AddInstancesRequest < TencentCloud::Common::AbstractModel
|
137
|
-
# @param ClusterId: 集群ID
|
137
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
138
138
|
# @type ClusterId: String
|
139
|
-
# @param InstanceIdList: 云主机ID
|
139
|
+
# @param InstanceIdList: 云主机ID列表,可通过调用[DescribeInstances](https://cloud.tencent.com/document/api/213/15728)查询已创建的云主机列表或登录控制台进行查看;也可以调用[RunInstances](https://cloud.tencent.com/document/api/213/15730)创建新的云主机。
|
140
140
|
# @type InstanceIdList: Array
|
141
141
|
# @param OsName: 操作系统名称
|
142
142
|
# @type OsName: String
|
@@ -999,9 +999,11 @@ module TencentCloud
|
|
999
999
|
|
1000
1000
|
# AssociateBusinessLogConfig请求参数结构体
|
1001
1001
|
class AssociateBusinessLogConfigRequest < TencentCloud::Common::AbstractModel
|
1002
|
-
# @param GroupId:
|
1002
|
+
# @param GroupId: 部署组ID
|
1003
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
1003
1004
|
# @type GroupId: String
|
1004
1005
|
# @param ConfigIdList: 日志配置项ID列表
|
1006
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
1005
1007
|
# @type ConfigIdList: Array
|
1006
1008
|
|
1007
1009
|
attr_accessor :GroupId, :ConfigIdList
|
@@ -1019,7 +1021,7 @@ module TencentCloud
|
|
1019
1021
|
|
1020
1022
|
# AssociateBusinessLogConfig返回参数结构体
|
1021
1023
|
class AssociateBusinessLogConfigResponse < TencentCloud::Common::AbstractModel
|
1022
|
-
# @param Result:
|
1024
|
+
# @param Result: 操作结果,true:成功,false:失败
|
1023
1025
|
# @type Result: Boolean
|
1024
1026
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
1025
1027
|
# @type RequestId: String
|
@@ -1039,15 +1041,18 @@ module TencentCloud
|
|
1039
1041
|
|
1040
1042
|
# AssociateConfigWithGroup请求参数结构体
|
1041
1043
|
class AssociateConfigWithGroupRequest < TencentCloud::Common::AbstractModel
|
1042
|
-
# @param ConfigId: 配置项
|
1044
|
+
# @param ConfigId: 配置项ID
|
1045
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
1043
1046
|
# @type ConfigId: String
|
1044
1047
|
# @param Groups: 部署组信息
|
1045
1048
|
# @type Groups: Array
|
1046
1049
|
# @param SelectAll: 是否选择全部投递,1 表示全部,0或不填表示非全部
|
1047
1050
|
# @type SelectAll: Integer
|
1048
|
-
# @param NamespaceId: 命名空间
|
1051
|
+
# @param NamespaceId: 命名空间ID
|
1052
|
+
# 可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
1049
1053
|
# @type NamespaceId: String
|
1050
|
-
# @param ClusterId: 集群
|
1054
|
+
# @param ClusterId: 集群ID
|
1055
|
+
# 可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看
|
1051
1056
|
# @type ClusterId: String
|
1052
1057
|
# @param SearchWord: 模糊搜索关键词
|
1053
1058
|
# @type SearchWord: String
|
@@ -1304,10 +1309,10 @@ module TencentCloud
|
|
1304
1309
|
# @type ConfigTags: String
|
1305
1310
|
# @param ConfigPipeline: 配置项对应的ES管道
|
1306
1311
|
# @type ConfigPipeline: String
|
1307
|
-
# @param ConfigCreateTime:
|
1312
|
+
# @param ConfigCreateTime: 配置项创建时间,格式为yyyy-MM-dd HH:mm:ss
|
1308
1313
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1309
1314
|
# @type ConfigCreateTime: String
|
1310
|
-
# @param ConfigUpdateTime:
|
1315
|
+
# @param ConfigUpdateTime: 配置项更新时间,格式为yyyy-MM-dd HH:mm:ss
|
1311
1316
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1312
1317
|
# @type ConfigUpdateTime: String
|
1313
1318
|
# @param ConfigSchema: 配置项解析规则
|
@@ -1321,13 +1326,21 @@ module TencentCloud
|
|
1321
1326
|
# @type FilebeatConfigEnable: Boolean
|
1322
1327
|
# @param FilebeatCloseTimeout: close_timeout参数
|
1323
1328
|
# @type FilebeatCloseTimeout: Integer
|
1324
|
-
|
1325
|
-
|
1329
|
+
# @param FilebeatIgnoreOlder: filebeat ignore_older参数
|
1330
|
+
# @type FilebeatIgnoreOlder: Integer
|
1331
|
+
# @param FilebeatHarvesterLimit: filebeat harvester_limit参数
|
1332
|
+
# @type FilebeatHarvesterLimit: Integer
|
1333
|
+
# @param FilebeatCloseInactive: filebeat close_inactive参数
|
1334
|
+
# @type FilebeatCloseInactive: Integer
|
1335
|
+
# @param FilebeatCleanInactive: filebeat clean_inactive参数
|
1336
|
+
# @type FilebeatCleanInactive: Integer
|
1337
|
+
|
1338
|
+
attr_accessor :ConfigId, :ConfigName, :ConfigPath, :ConfigDesc, :ConfigTags, :ConfigPipeline, :ConfigCreateTime, :ConfigUpdateTime, :ConfigSchema, :ConfigAssociatedGroups, :ConfigAssociatedGroupList, :FilebeatConfigEnable, :FilebeatCloseTimeout, :FilebeatIgnoreOlder, :FilebeatHarvesterLimit, :FilebeatCloseInactive, :FilebeatCleanInactive
|
1326
1339
|
extend Gem::Deprecate
|
1327
1340
|
deprecate :ConfigAssociatedGroups, :none, 2025, 8
|
1328
1341
|
deprecate :ConfigAssociatedGroups=, :none, 2025, 8
|
1329
1342
|
|
1330
|
-
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil, filebeatconfigenable=nil, filebeatclosetimeout=nil)
|
1343
|
+
def initialize(configid=nil, configname=nil, configpath=nil, configdesc=nil, configtags=nil, configpipeline=nil, configcreatetime=nil, configupdatetime=nil, configschema=nil, configassociatedgroups=nil, configassociatedgrouplist=nil, filebeatconfigenable=nil, filebeatclosetimeout=nil, filebeatignoreolder=nil, filebeatharvesterlimit=nil, filebeatcloseinactive=nil, filebeatcleaninactive=nil)
|
1331
1344
|
@ConfigId = configid
|
1332
1345
|
@ConfigName = configname
|
1333
1346
|
@ConfigPath = configpath
|
@@ -1341,6 +1354,10 @@ module TencentCloud
|
|
1341
1354
|
@ConfigAssociatedGroupList = configassociatedgrouplist
|
1342
1355
|
@FilebeatConfigEnable = filebeatconfigenable
|
1343
1356
|
@FilebeatCloseTimeout = filebeatclosetimeout
|
1357
|
+
@FilebeatIgnoreOlder = filebeatignoreolder
|
1358
|
+
@FilebeatHarvesterLimit = filebeatharvesterlimit
|
1359
|
+
@FilebeatCloseInactive = filebeatcloseinactive
|
1360
|
+
@FilebeatCleanInactive = filebeatcleaninactive
|
1344
1361
|
end
|
1345
1362
|
|
1346
1363
|
def deserialize(params)
|
@@ -1374,6 +1391,10 @@ module TencentCloud
|
|
1374
1391
|
end
|
1375
1392
|
@FilebeatConfigEnable = params['FilebeatConfigEnable']
|
1376
1393
|
@FilebeatCloseTimeout = params['FilebeatCloseTimeout']
|
1394
|
+
@FilebeatIgnoreOlder = params['FilebeatIgnoreOlder']
|
1395
|
+
@FilebeatHarvesterLimit = params['FilebeatHarvesterLimit']
|
1396
|
+
@FilebeatCloseInactive = params['FilebeatCloseInactive']
|
1397
|
+
@FilebeatCleanInactive = params['FilebeatCleanInactive']
|
1377
1398
|
end
|
1378
1399
|
end
|
1379
1400
|
|
@@ -1387,7 +1408,7 @@ module TencentCloud
|
|
1387
1408
|
# @type ApplicationId: String
|
1388
1409
|
# @param ApplicationName: 部署组所属应用名称
|
1389
1410
|
# @type ApplicationName: String
|
1390
|
-
# @param ApplicationType:
|
1411
|
+
# @param ApplicationType: 部署组所属应用类型,C:容器应用,V:虚拟机应用
|
1391
1412
|
# @type ApplicationType: String
|
1392
1413
|
# @param NamespaceId: 部署组所属命名空间ID
|
1393
1414
|
# @type NamespaceId: String
|
@@ -1397,9 +1418,9 @@ module TencentCloud
|
|
1397
1418
|
# @type ClusterId: String
|
1398
1419
|
# @param ClusterName: 部署组所属集群名称
|
1399
1420
|
# @type ClusterName: String
|
1400
|
-
# @param ClusterType:
|
1421
|
+
# @param ClusterType: 部署组所属集群类型,C:容器集群,V:虚拟机集群
|
1401
1422
|
# @type ClusterType: String
|
1402
|
-
# @param AssociatedTime:
|
1423
|
+
# @param AssociatedTime: 部署组关联日志配置时间,格式yyyy-MM-dd HH:mm:ss
|
1403
1424
|
# @type AssociatedTime: String
|
1404
1425
|
|
1405
1426
|
attr_accessor :GroupId, :GroupName, :ApplicationId, :ApplicationName, :ApplicationType, :NamespaceId, :NamespaceName, :ClusterId, :ClusterName, :ClusterType, :AssociatedTime
|
@@ -1435,7 +1456,7 @@ module TencentCloud
|
|
1435
1456
|
|
1436
1457
|
# 业务日志配置解析规则
|
1437
1458
|
class BusinessLogConfigSchema < TencentCloud::Common::AbstractModel
|
1438
|
-
# @param SchemaType:
|
1459
|
+
# @param SchemaType: 解析规则类型。可选值 0(SPRING_BOOT:默认Spring Boot格式),1(NONE:无解析规则),4(NGINX_ACCESS:nginx access日志),5(CUSTOM_LOGBACK:自定义Logback),6(CUSTOM_LOG4J:自定义Log4J),7(CUSTOM_LOG4J2:自定义Log4J2),8(TEXT:单行/多行文本),9(ENVOY_MSGW_ACCESS:envoy access日志)。
|
1439
1460
|
# @type SchemaType: Integer
|
1440
1461
|
# @param SchemaContent: 解析规则内容
|
1441
1462
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1446,7 +1467,7 @@ module TencentCloud
|
|
1446
1467
|
# @param SchemaMultilinePattern: 解析规则对应的多行匹配规则
|
1447
1468
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1448
1469
|
# @type SchemaMultilinePattern: String
|
1449
|
-
# @param SchemaCreateTime:
|
1470
|
+
# @param SchemaCreateTime: 解析规则创建时间,格式为yyyy-MM-dd HH:mm:ss
|
1450
1471
|
# @type SchemaCreateTime: String
|
1451
1472
|
# @param SchemaPatternLayout: 用户填写的解析规则
|
1452
1473
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -1479,7 +1500,7 @@ module TencentCloud
|
|
1479
1500
|
# @type InstanceId: String
|
1480
1501
|
# @param Content: 日志内容
|
1481
1502
|
# @type Content: String
|
1482
|
-
# @param Timestamp:
|
1503
|
+
# @param Timestamp: 日志时间戳,单位毫秒
|
1483
1504
|
# @type Timestamp: Integer
|
1484
1505
|
# @param InstanceIp: 实例IP
|
1485
1506
|
# @type InstanceIp: String
|
@@ -1689,7 +1710,7 @@ module TencentCloud
|
|
1689
1710
|
# @param ClusterDesc: 集群描述
|
1690
1711
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1691
1712
|
# @type ClusterDesc: String
|
1692
|
-
# @param ClusterType:
|
1713
|
+
# @param ClusterType: 集群类型,C表示容器集群,V表示虚拟机集群
|
1693
1714
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1694
1715
|
# @type ClusterType: String
|
1695
1716
|
# @param VpcId: 集群所属私有网络ID
|
@@ -1725,10 +1746,10 @@ module TencentCloud
|
|
1725
1746
|
# @param DeleteFlag: 删除标记:true:可以删除;false:不可删除
|
1726
1747
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1727
1748
|
# @type DeleteFlag: Boolean
|
1728
|
-
# @param CreateTime:
|
1749
|
+
# @param CreateTime: 创建时间,格式为YYYY-MM-DD HH:MM:SS
|
1729
1750
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1730
1751
|
# @type CreateTime: String
|
1731
|
-
# @param UpdateTime:
|
1752
|
+
# @param UpdateTime: 更新时间,格式为YYYY-MM-DD HH:MM:SS
|
1732
1753
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1733
1754
|
# @type UpdateTime: String
|
1734
1755
|
# @param TsfRegionId: 集群所属TSF地域ID
|
@@ -1782,7 +1803,7 @@ module TencentCloud
|
|
1782
1803
|
# @param KuberneteApiServer: api地址
|
1783
1804
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1784
1805
|
# @type KuberneteApiServer: String
|
1785
|
-
# @param KuberneteNativeType: K
|
1806
|
+
# @param KuberneteNativeType: K 表示通过kubeconfig 导入, S 表示通过service account导入
|
1786
1807
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
1787
1808
|
# @type KuberneteNativeType: String
|
1788
1809
|
# @param KuberneteNativeSecret: native secret
|
@@ -2560,7 +2581,7 @@ module TencentCloud
|
|
2560
2581
|
# @param TcrRepoInfo: TcrRepoInfo值
|
2561
2582
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2562
2583
|
# @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
|
2563
|
-
# @param VolumeInfos:
|
2584
|
+
# @param VolumeInfos: 数据卷信息,数组结构
|
2564
2585
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
2565
2586
|
# @type VolumeInfos: Array
|
2566
2587
|
# @param VolumeMountInfos: 数据卷挂载信息,list
|
@@ -3780,9 +3801,12 @@ module TencentCloud
|
|
3780
3801
|
class CreateClusterRequest < TencentCloud::Common::AbstractModel
|
3781
3802
|
# @param ClusterName: 集群名称
|
3782
3803
|
# @type ClusterName: String
|
3783
|
-
# @param ClusterType:
|
3804
|
+
# @param ClusterType: 指定集群类型,目前支持:
|
3805
|
+
# - `V`:虚拟机集群
|
3806
|
+
# - `C`:容器集群
|
3807
|
+
# - `S`:Serverless 集群
|
3784
3808
|
# @type ClusterType: String
|
3785
|
-
# @param VpcId: 私有网络ID
|
3809
|
+
# @param VpcId: 私有网络ID,可通过调用[DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372)查询已创建的私有网络列表或登录控制台进行查看;也可以调用[CreateVpc](https://cloud.tencent.com/document/api/215/1309)创建新的私有网络。
|
3786
3810
|
# @type VpcId: String
|
3787
3811
|
# @param ClusterCIDR: 分配给集群容器和服务IP的CIDR
|
3788
3812
|
# @type ClusterCIDR: String
|
@@ -4758,26 +4782,28 @@ module TencentCloud
|
|
4758
4782
|
class CreateNamespaceRequest < TencentCloud::Common::AbstractModel
|
4759
4783
|
# @param NamespaceName: 命名空间名称
|
4760
4784
|
# @type NamespaceName: String
|
4761
|
-
# @param ClusterId: 集群ID
|
4785
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
4762
4786
|
# @type ClusterId: String
|
4763
4787
|
# @param NamespaceDesc: 命名空间描述
|
4764
4788
|
# @type NamespaceDesc: String
|
4765
|
-
# @param NamespaceResourceType: 命名空间资源类型(默认值为DEF)
|
4789
|
+
# @param NamespaceResourceType: 命名空间资源类型(默认值为DEF)。DEF:默认普通命名空间。GLOBAL:全局命名空间
|
4766
4790
|
# @type NamespaceResourceType: String
|
4767
4791
|
# @param NamespaceType: 是否是全局命名空间(默认是DEF,表示普通命名空间;GLOBAL表示全局命名空间)
|
4768
4792
|
# @type NamespaceType: String
|
4769
|
-
# @param NamespaceId: 命名空间ID
|
4793
|
+
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
4770
4794
|
# @type NamespaceId: String
|
4771
4795
|
# @param IsHaEnable: 是否开启高可用,1 表示开启,0 表示不开启
|
4772
4796
|
# @type IsHaEnable: String
|
4773
|
-
# @param ProgramId: 需要绑定的数据集ID
|
4797
|
+
# @param ProgramId: 需要绑定的数据集ID,可通过调用[DescribePrograms](https://cloud.tencent.com/document/api/649/73477)查询已创建的数据集列表或登录控制台进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
4774
4798
|
# @type ProgramId: String
|
4775
|
-
# @param ProgramIdList: 需要绑定的数据集ID
|
4799
|
+
# @param ProgramIdList: 需要绑定的数据集ID列表,可通过调用[DescribePrograms](https://cloud.tencent.com/document/api/649/73477)查询已创建的数据集列表或登录控制台进行查看;也可以调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
4776
4800
|
# @type ProgramIdList: Array
|
4801
|
+
# @param CreateK8sNamespaceFlag: 是否创建k8s命名空间标识
|
4802
|
+
# @type CreateK8sNamespaceFlag: Boolean
|
4777
4803
|
|
4778
|
-
attr_accessor :NamespaceName, :ClusterId, :NamespaceDesc, :NamespaceResourceType, :NamespaceType, :NamespaceId, :IsHaEnable, :ProgramId, :ProgramIdList
|
4804
|
+
attr_accessor :NamespaceName, :ClusterId, :NamespaceDesc, :NamespaceResourceType, :NamespaceType, :NamespaceId, :IsHaEnable, :ProgramId, :ProgramIdList, :CreateK8sNamespaceFlag
|
4779
4805
|
|
4780
|
-
def initialize(namespacename=nil, clusterid=nil, namespacedesc=nil, namespaceresourcetype=nil, namespacetype=nil, namespaceid=nil, ishaenable=nil, programid=nil, programidlist=nil)
|
4806
|
+
def initialize(namespacename=nil, clusterid=nil, namespacedesc=nil, namespaceresourcetype=nil, namespacetype=nil, namespaceid=nil, ishaenable=nil, programid=nil, programidlist=nil, createk8snamespaceflag=nil)
|
4781
4807
|
@NamespaceName = namespacename
|
4782
4808
|
@ClusterId = clusterid
|
4783
4809
|
@NamespaceDesc = namespacedesc
|
@@ -4787,6 +4813,7 @@ module TencentCloud
|
|
4787
4813
|
@IsHaEnable = ishaenable
|
4788
4814
|
@ProgramId = programid
|
4789
4815
|
@ProgramIdList = programidlist
|
4816
|
+
@CreateK8sNamespaceFlag = createk8snamespaceflag
|
4790
4817
|
end
|
4791
4818
|
|
4792
4819
|
def deserialize(params)
|
@@ -4799,6 +4826,7 @@ module TencentCloud
|
|
4799
4826
|
@IsHaEnable = params['IsHaEnable']
|
4800
4827
|
@ProgramId = params['ProgramId']
|
4801
4828
|
@ProgramIdList = params['ProgramIdList']
|
4829
|
+
@CreateK8sNamespaceFlag = params['CreateK8sNamespaceFlag']
|
4802
4830
|
end
|
4803
4831
|
end
|
4804
4832
|
|
@@ -5477,7 +5505,7 @@ module TencentCloud
|
|
5477
5505
|
# @type Label: String
|
5478
5506
|
# @param Value: 当前坐标 Y轴的值
|
5479
5507
|
# @type Value: String
|
5480
|
-
# @param Timestamp:
|
5508
|
+
# @param Timestamp: 该坐标点时间戳,单位毫秒
|
5481
5509
|
# @type Timestamp: String
|
5482
5510
|
|
5483
5511
|
attr_accessor :Label, :Value, :Timestamp
|
@@ -5627,7 +5655,7 @@ module TencentCloud
|
|
5627
5655
|
|
5628
5656
|
# DeleteApplication请求参数结构体
|
5629
5657
|
class DeleteApplicationRequest < TencentCloud::Common::AbstractModel
|
5630
|
-
# @param ApplicationId: 应用ID
|
5658
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
5631
5659
|
# @type ApplicationId: String
|
5632
5660
|
# @param SyncDeleteImageRepository: 是否删除镜像仓库
|
5633
5661
|
# @type SyncDeleteImageRepository: Boolean
|
@@ -5669,7 +5697,7 @@ module TencentCloud
|
|
5669
5697
|
|
5670
5698
|
# DeleteCluster请求参数结构体
|
5671
5699
|
class DeleteClusterRequest < TencentCloud::Common::AbstractModel
|
5672
|
-
# @param ClusterId: 集群ID
|
5700
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。仅在集群下无部署组、命名空间、云主机时可以删除。
|
5673
5701
|
# @type ClusterId: String
|
5674
5702
|
# @param Unbind: 是否只解绑,不删除容器集群,默认不传则删除容器集群。
|
5675
5703
|
# @type Unbind: Boolean
|
@@ -5785,7 +5813,7 @@ module TencentCloud
|
|
5785
5813
|
|
5786
5814
|
# DeleteContainerGroup请求参数结构体
|
5787
5815
|
class DeleteContainerGroupRequest < TencentCloud::Common::AbstractModel
|
5788
|
-
# @param GroupId: 部署组ID
|
5816
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
5789
5817
|
# @type GroupId: String
|
5790
5818
|
|
5791
5819
|
attr_accessor :GroupId
|
@@ -5901,7 +5929,7 @@ module TencentCloud
|
|
5901
5929
|
|
5902
5930
|
# DeleteGroup请求参数结构体
|
5903
5931
|
class DeleteGroupRequest < TencentCloud::Common::AbstractModel
|
5904
|
-
# @param GroupId: 部署组ID
|
5932
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
5905
5933
|
# @type GroupId: String
|
5906
5934
|
|
5907
5935
|
attr_accessor :GroupId
|
@@ -5959,7 +5987,7 @@ module TencentCloud
|
|
5959
5987
|
|
5960
5988
|
# DeleteImageTags请求参数结构体
|
5961
5989
|
class DeleteImageTagsRequest < TencentCloud::Common::AbstractModel
|
5962
|
-
# @param ImageTags:
|
5990
|
+
# @param ImageTags: 需要删除的镜像版本列表,可通过调用[DescribeImageTags](https://cloud.tencent.com/document/api/649/36052)查询已创建的镜像版本列表或登录控制台进行查看。
|
5963
5991
|
# @type ImageTags: Array
|
5964
5992
|
# @param RepoType: 企业: tcr ;个人: personal或者不填
|
5965
5993
|
# @type RepoType: String
|
@@ -6122,9 +6150,9 @@ module TencentCloud
|
|
6122
6150
|
|
6123
6151
|
# DeleteNamespace请求参数结构体
|
6124
6152
|
class DeleteNamespaceRequest < TencentCloud::Common::AbstractModel
|
6125
|
-
# @param NamespaceId: 命名空间ID
|
6153
|
+
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
6126
6154
|
# @type NamespaceId: String
|
6127
|
-
# @param ClusterId: 集群ID
|
6155
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
6128
6156
|
# @type ClusterId: String
|
6129
6157
|
|
6130
6158
|
attr_accessor :NamespaceId, :ClusterId
|
@@ -6474,15 +6502,15 @@ module TencentCloud
|
|
6474
6502
|
# @type CollectPath: Array
|
6475
6503
|
# @param Groups: 关联部署组信息
|
6476
6504
|
# @type Groups: Array
|
6477
|
-
# @param CreateTime:
|
6505
|
+
# @param CreateTime: 创建时间,格式yyyy-MM-dd HH:mm:ss
|
6478
6506
|
# @type CreateTime: String
|
6479
|
-
# @param KafkaVIp:
|
6507
|
+
# @param KafkaVIp: Kafka的vip
|
6480
6508
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6481
6509
|
# @type KafkaVIp: String
|
6482
|
-
# @param KafkaAddress:
|
6510
|
+
# @param KafkaAddress: Kafka地址
|
6483
6511
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6484
6512
|
# @type KafkaAddress: String
|
6485
|
-
# @param KafkaVPort:
|
6513
|
+
# @param KafkaVPort: Kafka端口
|
6486
6514
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6487
6515
|
# @type KafkaVPort: String
|
6488
6516
|
# @param Topic: Topic
|
@@ -6490,18 +6518,18 @@ module TencentCloud
|
|
6490
6518
|
# @param LineRule: LineRule
|
6491
6519
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6492
6520
|
# @type LineRule: String
|
6493
|
-
# @param CustomRule:
|
6521
|
+
# @param CustomRule: 自定义规则
|
6494
6522
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6495
6523
|
# @type CustomRule: String
|
6496
6524
|
# @param EnableGlobalLineRule: EnableGlobalLineRule
|
6497
6525
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6498
6526
|
# @type EnableGlobalLineRule: Boolean
|
6499
|
-
# @param EnableAuth:
|
6527
|
+
# @param EnableAuth: 是否开启认证
|
6500
6528
|
# @type EnableAuth: Boolean
|
6501
|
-
# @param Username:
|
6529
|
+
# @param Username: 用户名
|
6502
6530
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6503
6531
|
# @type Username: String
|
6504
|
-
# @param Password:
|
6532
|
+
# @param Password: 密码
|
6505
6533
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
6506
6534
|
# @type Password: String
|
6507
6535
|
# @param KafkaInfos: KafkaInfos
|
@@ -6984,7 +7012,7 @@ module TencentCloud
|
|
6984
7012
|
|
6985
7013
|
# DeployContainerGroup请求参数结构体
|
6986
7014
|
class DeployContainerGroupRequest < TencentCloud::Common::AbstractModel
|
6987
|
-
# @param GroupId: 部署组ID
|
7015
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
6988
7016
|
# @type GroupId: String
|
6989
7017
|
# @param TagName: 镜像版本名称,如v1
|
6990
7018
|
# @type TagName: String
|
@@ -7713,7 +7741,7 @@ module TencentCloud
|
|
7713
7741
|
|
7714
7742
|
# DescribeApplication请求参数结构体
|
7715
7743
|
class DescribeApplicationRequest < TencentCloud::Common::AbstractModel
|
7716
|
-
# @param ApplicationId: 应用ID
|
7744
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
7717
7745
|
# @type ApplicationId: String
|
7718
7746
|
|
7719
7747
|
attr_accessor :ApplicationId
|
@@ -7757,11 +7785,13 @@ module TencentCloud
|
|
7757
7785
|
# @type SearchWord: String
|
7758
7786
|
# @param OrderBy: 排序字段
|
7759
7787
|
# @type OrderBy: String
|
7760
|
-
# @param OrderType:
|
7788
|
+
# @param OrderType: 指定排序类型,目前支持:
|
7789
|
+
# `0`:降序
|
7790
|
+
# `1`:升序
|
7761
7791
|
# @type OrderType: Integer
|
7762
|
-
# @param Offset:
|
7792
|
+
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
7763
7793
|
# @type Offset: Integer
|
7764
|
-
# @param Limit:
|
7794
|
+
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
7765
7795
|
# @type Limit: Integer
|
7766
7796
|
# @param ApplicationType: 应用类型
|
7767
7797
|
# @type ApplicationType: String
|
@@ -7867,7 +7897,8 @@ module TencentCloud
|
|
7867
7897
|
|
7868
7898
|
# DescribeBusinessLogConfig请求参数结构体
|
7869
7899
|
class DescribeBusinessLogConfigRequest < TencentCloud::Common::AbstractModel
|
7870
|
-
# @param ConfigId:
|
7900
|
+
# @param ConfigId: 日志配置项ID
|
7901
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
7871
7902
|
# @type ConfigId: String
|
7872
7903
|
|
7873
7904
|
attr_accessor :ConfigId
|
@@ -7912,9 +7943,10 @@ module TencentCloud
|
|
7912
7943
|
# @type Limit: Integer
|
7913
7944
|
# @param SearchWord: 模糊匹配关键词
|
7914
7945
|
# @type SearchWord: String
|
7915
|
-
# @param DisableProgramAuthCheck:
|
7946
|
+
# @param DisableProgramAuthCheck: 是否禁用数据集鉴权
|
7916
7947
|
# @type DisableProgramAuthCheck: Boolean
|
7917
|
-
# @param ConfigIdList:
|
7948
|
+
# @param ConfigIdList: 日志配置项ID
|
7949
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
7918
7950
|
# @type ConfigIdList: Array
|
7919
7951
|
|
7920
7952
|
attr_accessor :Offset, :Limit, :SearchWord, :DisableProgramAuthCheck, :ConfigIdList
|
@@ -7961,17 +7993,17 @@ module TencentCloud
|
|
7961
7993
|
|
7962
7994
|
# DescribeClusterInstances请求参数结构体
|
7963
7995
|
class DescribeClusterInstancesRequest < TencentCloud::Common::AbstractModel
|
7964
|
-
# @param ClusterId: 集群ID
|
7996
|
+
# @param ClusterId: 集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
7965
7997
|
# @type ClusterId: String
|
7966
7998
|
# @param SearchWord: 搜索字段
|
7967
7999
|
# @type SearchWord: String
|
7968
8000
|
# @param OrderBy: 排序字段
|
7969
8001
|
# @type OrderBy: String
|
7970
|
-
# @param OrderType:
|
8002
|
+
# @param OrderType: 排序类型;0:升序,1:降序。
|
7971
8003
|
# @type OrderType: Integer
|
7972
|
-
# @param Offset:
|
8004
|
+
# @param Offset: 偏移量,默认值:0。
|
7973
8005
|
# @type Offset: Integer
|
7974
|
-
# @param Limit:
|
8006
|
+
# @param Limit: 分页个数,默认值:20。
|
7975
8007
|
# @type Limit: Integer
|
7976
8008
|
|
7977
8009
|
attr_accessor :ClusterId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit
|
@@ -8020,17 +8052,17 @@ module TencentCloud
|
|
8020
8052
|
|
8021
8053
|
# DescribeClusters请求参数结构体
|
8022
8054
|
class DescribeClustersRequest < TencentCloud::Common::AbstractModel
|
8023
|
-
# @param SearchWord:
|
8055
|
+
# @param SearchWord: 搜索词,可以搜索ID/名称/备注/标签
|
8024
8056
|
# @type SearchWord: String
|
8025
|
-
# @param OrderBy:
|
8057
|
+
# @param OrderBy: 排序字段,例如创建时间
|
8026
8058
|
# @type OrderBy: String
|
8027
|
-
# @param OrderType:
|
8059
|
+
# @param OrderType: 排序方式,0表示升序,1表示倒序
|
8028
8060
|
# @type OrderType: Integer
|
8029
|
-
# @param Offset:
|
8061
|
+
# @param Offset: 偏移量,默认0
|
8030
8062
|
# @type Offset: Integer
|
8031
|
-
# @param Limit:
|
8063
|
+
# @param Limit: 分页个数,0-50 之间,默认20
|
8032
8064
|
# @type Limit: Integer
|
8033
|
-
# @param ClusterType:
|
8065
|
+
# @param ClusterType: 集群类型,C表示容器集群,V表示虚拟机集群
|
8034
8066
|
# @type ClusterType: String
|
8035
8067
|
# @param ClusterIdList: idList
|
8036
8068
|
# @type ClusterIdList: Array
|
@@ -8426,19 +8458,19 @@ module TencentCloud
|
|
8426
8458
|
|
8427
8459
|
# DescribeContainerEvents请求参数结构体
|
8428
8460
|
class DescribeContainerEventsRequest < TencentCloud::Common::AbstractModel
|
8429
|
-
# @param ResourceType: event 的资源类型, group
|
8461
|
+
# @param ResourceType: event 的资源类型, 仅支持 group
|
8430
8462
|
# @type ResourceType: String
|
8431
|
-
# @param ResourceId:
|
8463
|
+
# @param ResourceId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd
|
8432
8464
|
# @type ResourceId: String
|
8433
8465
|
# @param Offset: 偏移量,取值从0开始
|
8434
8466
|
# @type Offset: Integer
|
8435
8467
|
# @param Limit: 分页个数,默认为20, 取值应为1~50
|
8436
8468
|
# @type Limit: Integer
|
8437
|
-
# @param GroupId:
|
8469
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
|
8438
8470
|
# @type GroupId: String
|
8439
|
-
# @param Kind: event
|
8471
|
+
# @param Kind: event的资源种类
|
8440
8472
|
# @type Kind: String
|
8441
|
-
# @param Type: event
|
8473
|
+
# @param Type: event 的事件级别
|
8442
8474
|
# @type Type: String
|
8443
8475
|
# @param ResourceName: 资源名称
|
8444
8476
|
# @type ResourceName: String
|
@@ -8536,7 +8568,7 @@ module TencentCloud
|
|
8536
8568
|
|
8537
8569
|
# DescribeContainerGroupDeployInfo请求参数结构体
|
8538
8570
|
class DescribeContainerGroupDeployInfoRequest < TencentCloud::Common::AbstractModel
|
8539
|
-
# @param GroupId:
|
8571
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
8540
8572
|
# @type GroupId: String
|
8541
8573
|
|
8542
8574
|
attr_accessor :GroupId
|
@@ -8723,7 +8755,8 @@ module TencentCloud
|
|
8723
8755
|
|
8724
8756
|
# DescribeDeliveryConfigByGroupId请求参数结构体
|
8725
8757
|
class DescribeDeliveryConfigByGroupIdRequest < TencentCloud::Common::AbstractModel
|
8726
|
-
# @param GroupId: 部署组
|
8758
|
+
# @param GroupId: 部署组ID
|
8759
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
8727
8760
|
# @type GroupId: String
|
8728
8761
|
|
8729
8762
|
attr_accessor :GroupId
|
@@ -8762,7 +8795,8 @@ module TencentCloud
|
|
8762
8795
|
|
8763
8796
|
# DescribeDeliveryConfig请求参数结构体
|
8764
8797
|
class DescribeDeliveryConfigRequest < TencentCloud::Common::AbstractModel
|
8765
|
-
# @param ConfigId:
|
8798
|
+
# @param ConfigId: 日志配置项ID
|
8799
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
8766
8800
|
# @type ConfigId: String
|
8767
8801
|
|
8768
8802
|
attr_accessor :ConfigId
|
@@ -8807,9 +8841,11 @@ module TencentCloud
|
|
8807
8841
|
# @type Offset: Integer
|
8808
8842
|
# @param Limit: 搜索条数
|
8809
8843
|
# @type Limit: Integer
|
8810
|
-
# @param ProgramIdList: 数据集
|
8844
|
+
# @param ProgramIdList: 数据集ID列表
|
8845
|
+
# 可通过调用[DescribePrograms](https://cloud.tencent.com/document/product/649/73477)查询已创建的数据集列表或登录[控制台](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program&roleId=role-a22gwdwa)进行查看
|
8811
8846
|
# @type ProgramIdList: Array
|
8812
|
-
# @param ConfigIdList:
|
8847
|
+
# @param ConfigIdList: 日志配置项ID列表
|
8848
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
8813
8849
|
# @type ConfigIdList: Array
|
8814
8850
|
|
8815
8851
|
attr_accessor :SearchWord, :Offset, :Limit, :ProgramIdList, :ConfigIdList
|
@@ -9256,7 +9292,7 @@ module TencentCloud
|
|
9256
9292
|
|
9257
9293
|
# DescribeGroupAttribute请求参数结构体
|
9258
9294
|
class DescribeGroupAttributeRequest < TencentCloud::Common::AbstractModel
|
9259
|
-
# @param GroupId: 部署组ID
|
9295
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-ab958z6y
|
9260
9296
|
# @type GroupId: String
|
9261
9297
|
|
9262
9298
|
attr_accessor :GroupId
|
@@ -9346,7 +9382,8 @@ module TencentCloud
|
|
9346
9382
|
|
9347
9383
|
# DescribeGroupBusinessLogConfigs请求参数结构体
|
9348
9384
|
class DescribeGroupBusinessLogConfigsRequest < TencentCloud::Common::AbstractModel
|
9349
|
-
# @param GroupId:
|
9385
|
+
# @param GroupId: 部署组ID
|
9386
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
9350
9387
|
# @type GroupId: String
|
9351
9388
|
|
9352
9389
|
attr_accessor :GroupId
|
@@ -9436,17 +9473,17 @@ module TencentCloud
|
|
9436
9473
|
|
9437
9474
|
# DescribeGroupInstances请求参数结构体
|
9438
9475
|
class DescribeGroupInstancesRequest < TencentCloud::Common::AbstractModel
|
9439
|
-
# @param GroupId: 部署组ID
|
9476
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
9440
9477
|
# @type GroupId: String
|
9441
9478
|
# @param SearchWord: 搜索字段
|
9442
9479
|
# @type SearchWord: String
|
9443
9480
|
# @param OrderBy: 排序字段
|
9444
9481
|
# @type OrderBy: String
|
9445
|
-
# @param OrderType:
|
9482
|
+
# @param OrderType: 排序类型;0:升序,1:降序
|
9446
9483
|
# @type OrderType: Integer
|
9447
|
-
# @param Offset:
|
9484
|
+
# @param Offset: 偏移量,默认值:0
|
9448
9485
|
# @type Offset: Integer
|
9449
|
-
# @param Limit:
|
9486
|
+
# @param Limit: 分页个数;默认值:20
|
9450
9487
|
# @type Limit: Integer
|
9451
9488
|
|
9452
9489
|
attr_accessor :GroupId, :SearchWord, :OrderBy, :OrderType, :Offset, :Limit
|
@@ -9534,7 +9571,7 @@ module TencentCloud
|
|
9534
9571
|
|
9535
9572
|
# DescribeGroup请求参数结构体
|
9536
9573
|
class DescribeGroupRequest < TencentCloud::Common::AbstractModel
|
9537
|
-
# @param GroupId: 部署组ID
|
9574
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
9538
9575
|
# @type GroupId: String
|
9539
9576
|
|
9540
9577
|
attr_accessor :GroupId
|
@@ -9630,19 +9667,19 @@ module TencentCloud
|
|
9630
9667
|
class DescribeGroupsRequest < TencentCloud::Common::AbstractModel
|
9631
9668
|
# @param SearchWord: 搜索字段
|
9632
9669
|
# @type SearchWord: String
|
9633
|
-
# @param ApplicationId: 应用ID
|
9670
|
+
# @param ApplicationId: 应用ID。调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用或通过[CreateApplication](https://cloud.tencent.com/document/api/649/36094)接口创建新的应用。
|
9634
9671
|
# @type ApplicationId: String
|
9635
9672
|
# @param OrderBy: 排序字段
|
9636
9673
|
# @type OrderBy: String
|
9637
|
-
# @param OrderType:
|
9674
|
+
# @param OrderType: 排序方式,0:升序,1:降序
|
9638
9675
|
# @type OrderType: Integer
|
9639
|
-
# @param Offset:
|
9676
|
+
# @param Offset: 偏移量,默认值:0
|
9640
9677
|
# @type Offset: Integer
|
9641
|
-
# @param Limit:
|
9678
|
+
# @param Limit: 分页个数,默认值:20
|
9642
9679
|
# @type Limit: Integer
|
9643
|
-
# @param NamespaceId: 命名空间ID
|
9680
|
+
# @param NamespaceId: 命名空间ID。调用[DescribeSimpleNamespaces](https://cloud.tencent.com/document/api/649/36096)查询已创建的命名空间或通过[CreateNamespace](https://cloud.tencent.com/document/api/649/36098)接口创建新的集群。
|
9644
9681
|
# @type NamespaceId: String
|
9645
|
-
# @param ClusterId: 集群ID
|
9682
|
+
# @param ClusterId: 集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
9646
9683
|
# @type ClusterId: String
|
9647
9684
|
# @param GroupResourceTypeList: 部署组资源类型列表
|
9648
9685
|
# @type GroupResourceTypeList: Array
|
@@ -9768,13 +9805,13 @@ module TencentCloud
|
|
9768
9805
|
class DescribeImageRepositoryRequest < TencentCloud::Common::AbstractModel
|
9769
9806
|
# @param SearchWord: 仓库名,搜索关键字,不带命名空间的
|
9770
9807
|
# @type SearchWord: String
|
9771
|
-
# @param Offset:
|
9808
|
+
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
9772
9809
|
# @type Offset: Integer
|
9773
|
-
# @param Limit:
|
9810
|
+
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
9774
9811
|
# @type Limit: Integer
|
9775
9812
|
# @param RepoType: 企业: tcr ;个人: personal或者不填
|
9776
9813
|
# @type RepoType: String
|
9777
|
-
# @param ApplicationId: 应用
|
9814
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
9778
9815
|
# @type ApplicationId: String
|
9779
9816
|
# @param TcrRepoInfo: TcrRepoInfo值
|
9780
9817
|
# @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
|
@@ -9832,11 +9869,11 @@ module TencentCloud
|
|
9832
9869
|
|
9833
9870
|
# DescribeImageTags请求参数结构体
|
9834
9871
|
class DescribeImageTagsRequest < TencentCloud::Common::AbstractModel
|
9835
|
-
# @param ApplicationId: 应用
|
9872
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
9836
9873
|
# @type ApplicationId: String
|
9837
|
-
# @param Offset:
|
9874
|
+
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
9838
9875
|
# @type Offset: Integer
|
9839
|
-
# @param Limit:
|
9876
|
+
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
9840
9877
|
# @type Limit: Integer
|
9841
9878
|
# @param QueryImageIdFlag: 不填和0:查询 1:不查询
|
9842
9879
|
# @type QueryImageIdFlag: Integer
|
@@ -9986,7 +10023,7 @@ module TencentCloud
|
|
9986
10023
|
|
9987
10024
|
# DescribeInstances请求参数结构体
|
9988
10025
|
class DescribeInstancesRequest < TencentCloud::Common::AbstractModel
|
9989
|
-
# @param Filters:
|
10026
|
+
# @param Filters: 过滤条件,name表示过滤字段,value表示过滤字段值。
|
9990
10027
|
# @type Filters: Array
|
9991
10028
|
# @param Offset: 偏移量,默认为0
|
9992
10029
|
# @type Offset: Integer
|
@@ -10040,17 +10077,17 @@ module TencentCloud
|
|
10040
10077
|
|
10041
10078
|
# DescribeInvocationMetricDataCurve请求参数结构体
|
10042
10079
|
class DescribeInvocationMetricDataCurveRequest < TencentCloud::Common::AbstractModel
|
10043
|
-
# @param StartTime:
|
10080
|
+
# @param StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
10044
10081
|
# @type StartTime: String
|
10045
|
-
# @param EndTime:
|
10082
|
+
# @param EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
10046
10083
|
# @type EndTime: String
|
10047
|
-
# @param Period:
|
10084
|
+
# @param Period: 查询时间粒度,单位秒。可选值:60、3600、86400
|
10048
10085
|
# @type Period: Integer
|
10049
|
-
# @param MetricDimensions:
|
10086
|
+
# @param MetricDimensions: 查询指标维度,不能为空
|
10050
10087
|
# @type MetricDimensions: Array
|
10051
|
-
# @param Metrics:
|
10088
|
+
# @param Metrics: 查询指标名,不能为空
|
10052
10089
|
# @type Metrics: Array
|
10053
|
-
# @param Kind: 视图视角。可选值:SERVER
|
10090
|
+
# @param Kind: 视图视角。可选值:SERVER:服务端,CLIENT:客户端。默认为SERVER
|
10054
10091
|
# @type Kind: String
|
10055
10092
|
# @param Type: 类型。组件监控使用,可选值:SQL 或者 NoSQL
|
10056
10093
|
# @type Type: String
|
@@ -10121,19 +10158,19 @@ module TencentCloud
|
|
10121
10158
|
|
10122
10159
|
# DescribeInvocationMetricDataDimension请求参数结构体
|
10123
10160
|
class DescribeInvocationMetricDataDimensionRequest < TencentCloud::Common::AbstractModel
|
10124
|
-
# @param StartTime:
|
10161
|
+
# @param StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
10125
10162
|
# @type StartTime: String
|
10126
|
-
# @param EndTime:
|
10163
|
+
# @param EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
10127
10164
|
# @type EndTime: String
|
10128
10165
|
# @param Offset: 开始index
|
10129
10166
|
# @type Offset: Integer
|
10130
10167
|
# @param Limit: 分页大小
|
10131
10168
|
# @type Limit: Integer
|
10132
|
-
# @param DimensionName:
|
10169
|
+
# @param DimensionName: 聚合维度。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
10133
10170
|
# @type DimensionName: String
|
10134
10171
|
# @param SearchWord: 搜索关键字
|
10135
10172
|
# @type SearchWord: String
|
10136
|
-
# @param MetricDimensionValues:
|
10173
|
+
# @param MetricDimensionValues: 构建维度
|
10137
10174
|
# @type MetricDimensionValues: Array
|
10138
10175
|
|
10139
10176
|
attr_accessor :StartTime, :EndTime, :Offset, :Limit, :DimensionName, :SearchWord, :MetricDimensionValues
|
@@ -10191,15 +10228,15 @@ module TencentCloud
|
|
10191
10228
|
|
10192
10229
|
# DescribeInvocationMetricDataPoint请求参数结构体
|
10193
10230
|
class DescribeInvocationMetricDataPointRequest < TencentCloud::Common::AbstractModel
|
10194
|
-
# @param StartTime:
|
10231
|
+
# @param StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
10195
10232
|
# @type StartTime: String
|
10196
|
-
# @param EndTime:
|
10233
|
+
# @param EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
10197
10234
|
# @type EndTime: String
|
10198
|
-
# @param MetricDimensionValues:
|
10235
|
+
# @param MetricDimensionValues: 查询指标维度, 不能为空
|
10199
10236
|
# @type MetricDimensionValues: Array
|
10200
|
-
# @param Metrics:
|
10237
|
+
# @param Metrics: 指标,不能为空
|
10201
10238
|
# @type Metrics: Array
|
10202
|
-
# @param Kind:
|
10239
|
+
# @param Kind: 视图视角。可选值:SERVER:服务端, CLIENT:客户端。默认为SERVER
|
10203
10240
|
# @type Kind: String
|
10204
10241
|
|
10205
10242
|
attr_accessor :StartTime, :EndTime, :MetricDimensionValues, :Metrics, :Kind
|
@@ -10264,17 +10301,17 @@ module TencentCloud
|
|
10264
10301
|
|
10265
10302
|
# DescribeInvocationMetricScatterPlot请求参数结构体
|
10266
10303
|
class DescribeInvocationMetricScatterPlotRequest < TencentCloud::Common::AbstractModel
|
10267
|
-
# @param StartTime:
|
10304
|
+
# @param StartTime: 查询开始时间,格式yyyy-MM-dd HH:mm:ss
|
10268
10305
|
# @type StartTime: String
|
10269
|
-
# @param EndTime:
|
10306
|
+
# @param EndTime: 查询结束时间,格式yyyy-MM-dd HH:mm:ss
|
10270
10307
|
# @type EndTime: String
|
10271
|
-
# @param Period: 查询时间粒度,单位秒。可选值:60、3600、86400
|
10308
|
+
# @param Period: 查询时间粒度,单位秒。可选值:60、3600、86400
|
10272
10309
|
# @type Period: Integer
|
10273
|
-
# @param MetricDimensions: 查询指标维度,
|
10310
|
+
# @param MetricDimensions: 查询指标维度, 不能为空。Name, Valeu键值对形式。Name可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
10274
10311
|
# @type MetricDimensions: Array
|
10275
|
-
# @param Metrics: 查询指标名, 不能为空。仅支持
|
10312
|
+
# @param Metrics: 查询指标名, 不能为空。仅支持 range_count_duration(响应耗时分布) 为 key 下的 sum(求和) 方法
|
10276
10313
|
# @type Metrics: Array
|
10277
|
-
# @param Kind: 视图视角。可选值:SERVER
|
10314
|
+
# @param Kind: 视图视角。可选值:SERVER:服务端, CLIENT:客户端。默认为SERVER
|
10278
10315
|
# @type Kind: String
|
10279
10316
|
|
10280
10317
|
attr_accessor :StartTime, :EndTime, :Period, :MetricDimensions, :Metrics, :Kind
|
@@ -10338,9 +10375,11 @@ module TencentCloud
|
|
10338
10375
|
|
10339
10376
|
# DescribeJvmMonitor请求参数结构体
|
10340
10377
|
class DescribeJvmMonitorRequest < TencentCloud::Common::AbstractModel
|
10341
|
-
# @param InstanceId: 查询的实例
|
10378
|
+
# @param InstanceId: 查询的实例ID
|
10379
|
+
# 可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk
|
10342
10380
|
# @type InstanceId: String
|
10343
|
-
# @param ApplicationId: 实例所属应用
|
10381
|
+
# @param ApplicationId: 实例所属应用ID
|
10382
|
+
# 可通过调用[DescribeApplications](https://cloud.tencent.com/document/product/649/36090)查询已经存在的应用列表或登录[控制台](https://console.cloud.tencent.com/tsf/app?rid=1)查看。应用ID例如:application-v378ewna
|
10344
10383
|
# @type ApplicationId: String
|
10345
10384
|
# @param TimeGranularity: 时间粒度,单位:秒
|
10346
10385
|
# @type TimeGranularity: Integer
|
@@ -10348,7 +10387,8 @@ module TencentCloud
|
|
10348
10387
|
# @type From: String
|
10349
10388
|
# @param To: 查询数据结束时间格式(yyyy-MM-dd HH:mm:ss)
|
10350
10389
|
# @type To: String
|
10351
|
-
# @param RequiredPictures:
|
10390
|
+
# @param RequiredPictures: 查询的监控图列表,以返回值属性名作为入参,可选值:
|
10391
|
+
# heapMemory:堆内存监控图;nonHeapMemory:非堆内存监控图;edenSpace:伊甸区监控图;survivorSpace:幸存者区监控图;oldSpace:老年代监控图;metaSpace:元空间监控图;youngGC:youngGC增量监控图;fullGC:fullGC增量监控图;cpuUsage:cpu使用率监控图;classCount:加载类数监控图;threadPicture:线程图
|
10352
10392
|
# @type RequiredPictures: Array
|
10353
10393
|
# @param Tag: 扩展字段
|
10354
10394
|
# @type Tag: String
|
@@ -10831,14 +10871,15 @@ module TencentCloud
|
|
10831
10871
|
# DescribeOverviewInvocation请求参数结构体
|
10832
10872
|
class DescribeOverviewInvocationRequest < TencentCloud::Common::AbstractModel
|
10833
10873
|
# @param NamespaceId: 命名空间ID, 此参数必填
|
10874
|
+
# 可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
10834
10875
|
# @type NamespaceId: String
|
10835
|
-
# @param Type:
|
10876
|
+
# @param Type: 监控统计类型,必填,取值范围 SumReqAmount:请求量,AvgFailureRate:请求错误率,AvgTimeCost:平均响应耗时
|
10836
10877
|
# @type Type: String
|
10837
10878
|
# @param Period: 监控统计数据粒度,可选值:60、3600、86400,分别对应1分钟、1小时、1天
|
10838
10879
|
# @type Period: Integer
|
10839
|
-
# @param StartTime:
|
10880
|
+
# @param StartTime: 查询开始时间,格式为yyyy-MM-dd HH:mm:ss,默认为当天的 00:00:00
|
10840
10881
|
# @type StartTime: String
|
10841
|
-
# @param EndTime:
|
10882
|
+
# @param EndTime: 查询结束时间,格式为yyyy-MM-dd HH:mm:ss,默认为当前时间
|
10842
10883
|
# @type EndTime: String
|
10843
10884
|
|
10844
10885
|
attr_accessor :NamespaceId, :Type, :Period, :StartTime, :EndTime
|
@@ -11109,17 +11150,17 @@ module TencentCloud
|
|
11109
11150
|
|
11110
11151
|
# DescribePodInstances请求参数结构体
|
11111
11152
|
class DescribePodInstancesRequest < TencentCloud::Common::AbstractModel
|
11112
|
-
# @param GroupId:
|
11153
|
+
# @param GroupId: 实例所属部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。部署组所在集群必须是活跃状态的。
|
11113
11154
|
# @type GroupId: String
|
11114
11155
|
# @param Offset: 偏移量,取值从0开始
|
11115
11156
|
# @type Offset: Integer
|
11116
11157
|
# @param Limit: 分页个数,默认为20, 取值应为1~50
|
11117
11158
|
# @type Limit: Integer
|
11118
|
-
# @param PodNameList:
|
11159
|
+
# @param PodNameList: 用于通过PodName字段过滤返回结果。
|
11119
11160
|
# @type PodNameList: Array
|
11120
|
-
# @param DeployVersion: 新老版本pod
|
11161
|
+
# @param DeployVersion: 新老版本pod批次标识,old表示老版本,new表示新版本。
|
11121
11162
|
# @type DeployVersion: String
|
11122
|
-
# @param TaskId:
|
11163
|
+
# @param TaskId: 实例所属任务ID,登录控制台进行查看。
|
11123
11164
|
# @type TaskId: String
|
11124
11165
|
|
11125
11166
|
attr_accessor :GroupId, :Offset, :Limit, :PodNameList, :DeployVersion, :TaskId
|
@@ -11856,7 +11897,7 @@ module TencentCloud
|
|
11856
11897
|
|
11857
11898
|
# DescribeResourceTaskStatus请求参数结构体
|
11858
11899
|
class DescribeResourceTaskStatusRequest < TencentCloud::Common::AbstractModel
|
11859
|
-
# @param TaskId:
|
11900
|
+
# @param TaskId: 容器实例任务ID,可通过调用 ListContainerTask 查询已创建的变更记录总数或登录控制台进行查看。
|
11860
11901
|
# @type TaskId: String
|
11861
11902
|
|
11862
11903
|
attr_accessor :TaskId
|
@@ -11895,13 +11936,16 @@ module TencentCloud
|
|
11895
11936
|
|
11896
11937
|
# DescribeSimpleApplications请求参数结构体
|
11897
11938
|
class DescribeSimpleApplicationsRequest < TencentCloud::Common::AbstractModel
|
11898
|
-
# @param ApplicationIdList: 应用ID
|
11939
|
+
# @param ApplicationIdList: 应用ID列表,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
11899
11940
|
# @type ApplicationIdList: Array
|
11900
|
-
# @param ApplicationType:
|
11941
|
+
# @param ApplicationType: 指定应用类型,目前支持:
|
11942
|
+
# - `V`:普通应用/CVM应用
|
11943
|
+
# - `C`:容器应用
|
11944
|
+
# - `S`:serverless 应用
|
11901
11945
|
# @type ApplicationType: String
|
11902
|
-
# @param Limit:
|
11946
|
+
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
11903
11947
|
# @type Limit: Integer
|
11904
|
-
# @param Offset:
|
11948
|
+
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
11905
11949
|
# @type Offset: Integer
|
11906
11950
|
# @param MicroserviceType: 微服务类型
|
11907
11951
|
# @type MicroserviceType: String
|
@@ -11909,7 +11953,7 @@ module TencentCloud
|
|
11909
11953
|
# @type ApplicationResourceTypeList: Array
|
11910
11954
|
# @param SearchWord: 通过id和name进行关键词过滤
|
11911
11955
|
# @type SearchWord: String
|
11912
|
-
# @param DisableProgramAuthCheck:
|
11956
|
+
# @param DisableProgramAuthCheck: 是否关闭鉴权查询
|
11913
11957
|
# @type DisableProgramAuthCheck: Boolean
|
11914
11958
|
# @param MicroserviceTypeList: 查询指定微服务类型的应用列表
|
11915
11959
|
# @type MicroserviceTypeList: Array
|
@@ -12096,25 +12140,25 @@ module TencentCloud
|
|
12096
12140
|
|
12097
12141
|
# DescribeSimpleNamespaces请求参数结构体
|
12098
12142
|
class DescribeSimpleNamespacesRequest < TencentCloud::Common::AbstractModel
|
12099
|
-
# @param NamespaceIdList: 命名空间ID
|
12143
|
+
# @param NamespaceIdList: 命名空间ID列表,按照【命名空间ID列表】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新的命名空间。
|
12100
12144
|
# @type NamespaceIdList: Array
|
12101
|
-
# @param ClusterId: 集群ID
|
12145
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已创建的集群列表或登录控制台进行查看;也可以调用[CreateCluster](https://cloud.tencent.com/document/product/649/36049)创建新的集群。仅在集群下无部署组、命名空间、云主机时可以删除。
|
12102
12146
|
# @type ClusterId: String
|
12103
|
-
# @param Limit:
|
12147
|
+
# @param Limit: 数量限制,默认为20,最大值为100。关于Limit详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
12104
12148
|
# @type Limit: Integer
|
12105
|
-
# @param Offset:
|
12149
|
+
# @param Offset: 偏移量,默认为0。关于Offset详见[API简介](https://cloud.tencent.com/document/api/213/568#.E8.BE.93.E5.85.A5.E5.8F.82.E6.95.B0.E4.B8.8E.E8.BF.94.E5.9B.9E.E5.8F.82.E6.95.B0.E9.87.8A.E4.B9.89)
|
12106
12150
|
# @type Offset: Integer
|
12107
|
-
# @param NamespaceId: 命名空间ID
|
12151
|
+
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用[DescribeNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已创建的命名空间列表或登录控制台进行查看;也可以调用[CreateNamespace](https://cloud.tencent.com/document/product/649/36098)创建新命名空间。
|
12108
12152
|
# @type NamespaceId: String
|
12109
12153
|
# @param NamespaceResourceTypeList: 查询资源类型列表
|
12110
12154
|
# @type NamespaceResourceTypeList: Array
|
12111
12155
|
# @param SearchWord: 通过id和name进行过滤
|
12112
12156
|
# @type SearchWord: String
|
12113
|
-
# @param NamespaceTypeList:
|
12157
|
+
# @param NamespaceTypeList: 查询的命名空间类型列表。DEF:默认普通命名空间。GLOBAL:全局命名空间。
|
12114
12158
|
# @type NamespaceTypeList: Array
|
12115
12159
|
# @param NamespaceName: 通过命名空间名精确过滤
|
12116
12160
|
# @type NamespaceName: String
|
12117
|
-
# @param IsDefault: 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认命名空间。1
|
12161
|
+
# @param IsDefault: 通过是否是默认命名空间过滤,不传表示拉取全部命名空间。0:默认命名空间。1:非默认命名空间。
|
12118
12162
|
# @type IsDefault: String
|
12119
12163
|
# @param DisableProgramAuthCheck: 是否关闭鉴权查询
|
12120
12164
|
# @type DisableProgramAuthCheck: Boolean
|
@@ -12175,15 +12219,16 @@ module TencentCloud
|
|
12175
12219
|
|
12176
12220
|
# DescribeStatistics请求参数结构体
|
12177
12221
|
class DescribeStatisticsRequest < TencentCloud::Common::AbstractModel
|
12178
|
-
# @param Type:
|
12222
|
+
# @param Type: 统计类型。可选值 Interface:接口类型、Service:服务类型、Group:部署组类型、Instance:实例类型、SQL:SQL类型、NoSQL:NoSQL类型
|
12179
12223
|
# @type Type: String
|
12180
|
-
# @param TimeStep:
|
12224
|
+
# @param TimeStep: 步长,单位秒。可选值 60、3600、86400
|
12181
12225
|
# @type TimeStep: Integer
|
12182
12226
|
# @param Offset: 偏移量,取值范围大于等于0,默认值为0
|
12183
12227
|
# @type Offset: Integer
|
12184
12228
|
# @param Limit: 单页请求配置数量,取值范围[1, 50],默认值为10
|
12185
12229
|
# @type Limit: Integer
|
12186
|
-
# @param NamespaceId: 命名空间
|
12230
|
+
# @param NamespaceId: 命名空间ID。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一。
|
12231
|
+
# 可通过[DescribeSimpleNamespaces](https://cloud.tencent.com/document/product/649/36096)查询已经创建的命名空间,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=namespace)查看
|
12187
12232
|
# @type NamespaceId: String
|
12188
12233
|
# @param OrderBy: 排序字段:AvgTimeConsuming[默认]、RequestCount、ErrorRate。实例监控还支持 CpuPercent
|
12189
12234
|
# @type OrderBy: String
|
@@ -12197,15 +12242,16 @@ module TencentCloud
|
|
12197
12242
|
# @type ServiceName: String
|
12198
12243
|
# @param SearchWord: 搜索关键词
|
12199
12244
|
# @type SearchWord: String
|
12200
|
-
# @param MetricDimensionValues:
|
12245
|
+
# @param MetricDimensionValues: 维度。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一
|
12201
12246
|
# @type MetricDimensionValues: Array
|
12202
12247
|
# @param BucketKey: 聚合关键词
|
12203
12248
|
# @type BucketKey: String
|
12204
|
-
# @param DbName:
|
12249
|
+
# @param DbName: 数据库名称
|
12205
12250
|
# @type DbName: String
|
12206
|
-
# @param NamespaceIdList: 命名空间
|
12251
|
+
# @param NamespaceIdList: 命名空间ID数组。此字段,和 NamespaceIdList 或者 MetricDimensionValues 字段包含 namespaceId 维度信息。三者选其一
|
12207
12252
|
# @type NamespaceIdList: Array
|
12208
|
-
# @param ConfigCenterInstanceId: 独占配置中心的ID
|
12253
|
+
# @param ConfigCenterInstanceId: 独占配置中心的ID。
|
12254
|
+
# 可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk。
|
12209
12255
|
# @type ConfigCenterInstanceId: String
|
12210
12256
|
|
12211
12257
|
attr_accessor :Type, :TimeStep, :Offset, :Limit, :NamespaceId, :OrderBy, :OrderType, :EndTime, :StartTime, :ServiceName, :SearchWord, :MetricDimensionValues, :BucketKey, :DbName, :NamespaceIdList, :ConfigCenterInstanceId
|
@@ -12371,13 +12417,13 @@ module TencentCloud
|
|
12371
12417
|
# @type SearchWord: String
|
12372
12418
|
# @param TaskState: 任务启用状态。一共2种状态可选,ENABLED:启用,DISABLED:停用
|
12373
12419
|
# @type TaskState: String
|
12374
|
-
# @param GroupId: 部署组ID
|
12420
|
+
# @param GroupId: 部署组ID。前往[应用管理](https://console.cloud.tencent.com/tsf/app?rid=1)点击应用ID进入应用部署列表页面获取部署组ID。
|
12375
12421
|
# @type GroupId: String
|
12376
12422
|
# @param TaskType: 任务类型。当前只支持一种任务类型。枚举值,java:Java类任务
|
12377
12423
|
# @type TaskType: String
|
12378
12424
|
# @param ExecuteType: 任务执行方式,unicast:随机单节点执行,broadcast:广播执行,shard:分片执行
|
12379
12425
|
# @type ExecuteType: String
|
12380
|
-
# @param Ids: 任务ID
|
12426
|
+
# @param Ids: 任务ID列表。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页第一列查看任务ID。
|
12381
12427
|
# @type Ids: Array
|
12382
12428
|
|
12383
12429
|
attr_accessor :Offset, :Limit, :SearchWord, :TaskState, :GroupId, :TaskType, :ExecuteType, :Ids
|
@@ -12853,7 +12899,7 @@ module TencentCloud
|
|
12853
12899
|
|
12854
12900
|
# DisableTaskFlow请求参数结构体
|
12855
12901
|
class DisableTaskFlowRequest < TencentCloud::Common::AbstractModel
|
12856
|
-
# @param FlowId: 工作流 ID
|
12902
|
+
# @param FlowId: 工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
12857
12903
|
# @type FlowId: String
|
12858
12904
|
|
12859
12905
|
attr_accessor :FlowId
|
@@ -12889,7 +12935,7 @@ module TencentCloud
|
|
12889
12935
|
|
12890
12936
|
# DisableTask请求参数结构体
|
12891
12937
|
class DisableTaskRequest < TencentCloud::Common::AbstractModel
|
12892
|
-
# @param TaskId: 任务ID
|
12938
|
+
# @param TaskId: 任务ID。[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
12893
12939
|
# @type TaskId: String
|
12894
12940
|
|
12895
12941
|
attr_accessor :TaskId
|
@@ -12998,8 +13044,10 @@ module TencentCloud
|
|
12998
13044
|
# DisassociateBusinessLogConfig请求参数结构体
|
12999
13045
|
class DisassociateBusinessLogConfigRequest < TencentCloud::Common::AbstractModel
|
13000
13046
|
# @param ConfigIdList: 业务日志配置项ID列表
|
13047
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
13001
13048
|
# @type ConfigIdList: Array
|
13002
|
-
# @param GroupId:
|
13049
|
+
# @param GroupId: 部署组ID
|
13050
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
13003
13051
|
# @type GroupId: String
|
13004
13052
|
|
13005
13053
|
attr_accessor :ConfigIdList, :GroupId
|
@@ -13017,7 +13065,7 @@ module TencentCloud
|
|
13017
13065
|
|
13018
13066
|
# DisassociateBusinessLogConfig返回参数结构体
|
13019
13067
|
class DisassociateBusinessLogConfigResponse < TencentCloud::Common::AbstractModel
|
13020
|
-
# @param Result:
|
13068
|
+
# @param Result: 操作结果,true:成功,false:失败。
|
13021
13069
|
# @type Result: Boolean
|
13022
13070
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13023
13071
|
# @type RequestId: String
|
@@ -13037,9 +13085,11 @@ module TencentCloud
|
|
13037
13085
|
|
13038
13086
|
# DisassociateKafkaConfig请求参数结构体
|
13039
13087
|
class DisassociateKafkaConfigRequest < TencentCloud::Common::AbstractModel
|
13040
|
-
# @param ConfigId:
|
13088
|
+
# @param ConfigId: 日志配置项ID
|
13089
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
13041
13090
|
# @type ConfigId: String
|
13042
|
-
# @param GroupIds: 部署组
|
13091
|
+
# @param GroupIds: 部署组ID列表
|
13092
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
13043
13093
|
# @type GroupIds: Array
|
13044
13094
|
|
13045
13095
|
attr_accessor :ConfigId, :GroupIds
|
@@ -13057,7 +13107,7 @@ module TencentCloud
|
|
13057
13107
|
|
13058
13108
|
# DisassociateKafkaConfig返回参数结构体
|
13059
13109
|
class DisassociateKafkaConfigResponse < TencentCloud::Common::AbstractModel
|
13060
|
-
# @param Result:
|
13110
|
+
# @param Result: 解除绑定是否成功,true:成功,false:失败。
|
13061
13111
|
# @type Result: Boolean
|
13062
13112
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
13063
13113
|
# @type RequestId: String
|
@@ -13179,7 +13229,7 @@ module TencentCloud
|
|
13179
13229
|
|
13180
13230
|
# EnableTaskFlow请求参数结构体
|
13181
13231
|
class EnableTaskFlowRequest < TencentCloud::Common::AbstractModel
|
13182
|
-
# @param FlowId: 工作流 ID
|
13232
|
+
# @param FlowId: 工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
13183
13233
|
# @type FlowId: String
|
13184
13234
|
|
13185
13235
|
attr_accessor :FlowId
|
@@ -13215,7 +13265,7 @@ module TencentCloud
|
|
13215
13265
|
|
13216
13266
|
# EnableTask请求参数结构体
|
13217
13267
|
class EnableTaskRequest < TencentCloud::Common::AbstractModel
|
13218
|
-
# @param TaskId: 任务ID
|
13268
|
+
# @param TaskId: 任务ID。[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
13219
13269
|
# @type TaskId: String
|
13220
13270
|
|
13221
13271
|
attr_accessor :TaskId
|
@@ -13351,17 +13401,17 @@ module TencentCloud
|
|
13351
13401
|
|
13352
13402
|
# 独占实例
|
13353
13403
|
class ExclusiveInstance < TencentCloud::Common::AbstractModel
|
13354
|
-
# @param CenterType: 配置中心类型[Registration
|
13404
|
+
# @param CenterType: 配置中心类型[注册中心Registration、配置中心Configuration]
|
13355
13405
|
# @type CenterType: String
|
13356
|
-
# @param InstanceId: 实例id
|
13406
|
+
# @param InstanceId: 实例id,通过北极星控制台获取
|
13357
13407
|
# @type InstanceId: String
|
13358
|
-
# @param InstanceType:
|
13408
|
+
# @param InstanceType: 实例类型,例如北极星Polaris
|
13359
13409
|
# @type InstanceType: String
|
13360
13410
|
# @param InstanceName: 实例名称
|
13361
13411
|
# @type InstanceName: String
|
13362
|
-
# @param RegionId: 实例地域id
|
13412
|
+
# @param RegionId: 实例地域id,通过北极星控制台获取
|
13363
13413
|
# @type RegionId: String
|
13364
|
-
# @param InstanceNamespaceId: 实例命名空间ID
|
13414
|
+
# @param InstanceNamespaceId: 实例命名空间ID,通过北极星控制台获取
|
13365
13415
|
# @type InstanceNamespaceId: String
|
13366
13416
|
|
13367
13417
|
attr_accessor :CenterType, :InstanceId, :InstanceType, :InstanceName, :RegionId, :InstanceNamespaceId
|
@@ -13387,7 +13437,7 @@ module TencentCloud
|
|
13387
13437
|
|
13388
13438
|
# ExecuteTaskFlow请求参数结构体
|
13389
13439
|
class ExecuteTaskFlowRequest < TencentCloud::Common::AbstractModel
|
13390
|
-
# @param FlowId: 工作流 ID
|
13440
|
+
# @param FlowId: 工作流 ID。[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)列表页查看工作流ID。
|
13391
13441
|
# @type FlowId: String
|
13392
13442
|
|
13393
13443
|
attr_accessor :FlowId
|
@@ -13423,7 +13473,7 @@ module TencentCloud
|
|
13423
13473
|
|
13424
13474
|
# ExecuteTask请求参数结构体
|
13425
13475
|
class ExecuteTaskRequest < TencentCloud::Common::AbstractModel
|
13426
|
-
# @param TaskId: 任务ID
|
13476
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
13427
13477
|
# @type TaskId: String
|
13428
13478
|
|
13429
13479
|
attr_accessor :TaskId
|
@@ -13459,9 +13509,9 @@ module TencentCloud
|
|
13459
13509
|
|
13460
13510
|
# ExpandGroup请求参数结构体
|
13461
13511
|
class ExpandGroupRequest < TencentCloud::Common::AbstractModel
|
13462
|
-
# @param GroupId: 部署组ID
|
13512
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
13463
13513
|
# @type GroupId: String
|
13464
|
-
# @param InstanceIdList: 扩容的机器实例ID
|
13514
|
+
# @param InstanceIdList: 扩容的机器实例ID列表,调用[DescribeClusters](https://console.cloud.tencent.com/tsf/resource?rid=1)接口,选定一个虚拟机集群,选择部署组,选择应用扩容可获取实例列表
|
13465
13515
|
# @type InstanceIdList: Array
|
13466
13516
|
|
13467
13517
|
attr_accessor :GroupId, :InstanceIdList
|
@@ -14211,19 +14261,21 @@ module TencentCloud
|
|
14211
14261
|
|
14212
14262
|
# 日志投递kafka用,描述部署组信息
|
14213
14263
|
class GroupInfo < TencentCloud::Common::AbstractModel
|
14214
|
-
# @param GroupId: 部署组
|
14264
|
+
# @param GroupId: 部署组ID
|
14265
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看。
|
14215
14266
|
# @type GroupId: String
|
14216
14267
|
# @param GroupName: 部署组名称
|
14217
14268
|
# @type GroupName: String
|
14218
|
-
# @param ClusterType:
|
14269
|
+
# @param ClusterType: 集群类型,C:容器集群,V:虚拟机集群
|
14219
14270
|
# @type ClusterType: String
|
14220
|
-
# @param ClusterId: 集群
|
14271
|
+
# @param ClusterId: 集群ID
|
14272
|
+
# 可通过[DescribeClusters](https://cloud.tencent.com/document/product/649/85857)查询已经创建的集群列表,也可以通过登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1)查看。
|
14221
14273
|
# @type ClusterId: String
|
14222
14274
|
# @param ClusterName: 集群名称
|
14223
14275
|
# @type ClusterName: String
|
14224
14276
|
# @param NamespaceName: 命名空间名称
|
14225
14277
|
# @type NamespaceName: String
|
14226
|
-
# @param AssociateTime:
|
14278
|
+
# @param AssociateTime: 绑定时间,格式yyyy-MM-dd HH:mm:ss
|
14227
14279
|
# @type AssociateTime: String
|
14228
14280
|
|
14229
14281
|
attr_accessor :GroupId, :GroupName, :ClusterType, :ClusterId, :ClusterName, :NamespaceName, :AssociateTime
|
@@ -14267,13 +14319,13 @@ module TencentCloud
|
|
14267
14319
|
# @type RestartCount: Integer
|
14268
14320
|
# @param ReadyCount: 实例中已就绪容器的个数
|
14269
14321
|
# @type ReadyCount: Integer
|
14270
|
-
# @param Runtime:
|
14322
|
+
# @param Runtime: 运行时长,单位秒
|
14271
14323
|
# @type Runtime: String
|
14272
|
-
# @param CreatedAt:
|
14324
|
+
# @param CreatedAt: 实例启动时的时间戳
|
14273
14325
|
# @type CreatedAt: String
|
14274
|
-
# @param ServiceInstanceStatus:
|
14326
|
+
# @param ServiceInstanceStatus: 服务实例状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
|
14275
14327
|
# @type ServiceInstanceStatus: String
|
14276
|
-
# @param InstanceAvailableStatus:
|
14328
|
+
# @param InstanceAvailableStatus: 机器实例可使用状态,枚举值为Starting/Running/Stopping/Stopped/StopFailed/Abnormal/Unknown
|
14277
14329
|
# @type InstanceAvailableStatus: String
|
14278
14330
|
# @param InstanceStatus: 机器实例状态
|
14279
14331
|
# @type InstanceStatus: String
|
@@ -14585,13 +14637,13 @@ module TencentCloud
|
|
14585
14637
|
# @param ActionType: 健康检查方法。HTTP:通过 HTTP 接口检查;CMD:通过执行命令检查;TCP:通过建立 TCP 连接检查。
|
14586
14638
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14587
14639
|
# @type ActionType: String
|
14588
|
-
# @param InitialDelaySeconds:
|
14640
|
+
# @param InitialDelaySeconds: 容器延时启动健康检查的时间,单位秒。
|
14589
14641
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14590
14642
|
# @type InitialDelaySeconds: Integer
|
14591
|
-
# @param TimeoutSeconds:
|
14643
|
+
# @param TimeoutSeconds: 每次健康检查响应的最大超时时间,单位秒。
|
14592
14644
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14593
14645
|
# @type TimeoutSeconds: Integer
|
14594
|
-
# @param PeriodSeconds:
|
14646
|
+
# @param PeriodSeconds: 进行健康检查的时间间隔,单位秒。
|
14595
14647
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
14596
14648
|
# @type PeriodSeconds: Integer
|
14597
14649
|
# @param SuccessThreshold: 表示后端容器从失败到成功的连续健康检查成功次数。
|
@@ -15220,13 +15272,13 @@ module TencentCloud
|
|
15220
15272
|
# @type ApplicationId: String
|
15221
15273
|
# @param ApplicationName: 应用名称
|
15222
15274
|
# @type ApplicationName: String
|
15223
|
-
# @param ApplicationType:
|
15275
|
+
# @param ApplicationType: 应用类型,C表示容器应用,V表示虚拟机应用
|
15224
15276
|
# @type ApplicationType: String
|
15225
15277
|
# @param ClusterId: 集群ID
|
15226
15278
|
# @type ClusterId: String
|
15227
15279
|
# @param ClusterName: 集群名称
|
15228
15280
|
# @type ClusterName: String
|
15229
|
-
# @param ClusterType:
|
15281
|
+
# @param ClusterType: 集群类型,C表示容器集群,V表示虚拟机集群
|
15230
15282
|
# @type ClusterType: String
|
15231
15283
|
# @param NamespaceId: 命名空间ID
|
15232
15284
|
# @type NamespaceId: String
|
@@ -16067,7 +16119,7 @@ module TencentCloud
|
|
16067
16119
|
class Metric < TencentCloud::Common::AbstractModel
|
16068
16120
|
# @param Name: 指标名称
|
16069
16121
|
# @type Name: String
|
16070
|
-
# @param Function:
|
16122
|
+
# @param Function: 指标计算方式,可选值: none:无,sum:求和,exclusive:独占值,avg:平均值,max:最大值,min:最小值,percentage_50:50分位数,percentage_75:75分位数,percentage_95:95分位数,percentage_99:99分位数,bucket_5:分桶统计。
|
16071
16123
|
# @type Function: String
|
16072
16124
|
|
16073
16125
|
attr_accessor :Name, :Function
|
@@ -16231,7 +16283,7 @@ module TencentCloud
|
|
16231
16283
|
end
|
16232
16284
|
end
|
16233
16285
|
|
16234
|
-
#
|
16286
|
+
# 指标维度多值匹配。可选值 NamespaceId:命名空间ID,GroupId:部署组ID,InstanceId:实例ID,ApplicationId:应用ID,OperationMethod:执行方法,OperationName:执行名称,ServiceName:服务名,UpstreamNamespaceId:上游命名空间ID
|
16235
16287
|
class MetricDimensionValue < TencentCloud::Common::AbstractModel
|
16236
16288
|
# @param Name: 维度名
|
16237
16289
|
# @type Name: String
|
@@ -16315,11 +16367,11 @@ module TencentCloud
|
|
16315
16367
|
# @type ApplicationRemarkName: String
|
16316
16368
|
# @param ServiceConfigList: 服务配置信息列表
|
16317
16369
|
# @type ServiceConfigList: Array
|
16318
|
-
# @param MicroserviceType:
|
16370
|
+
# @param MicroserviceType: 应用的微服务类型,N表示普通应用,M表示Mesh应用,G表示网关应用,NATIVE表示原生应用,RAW表示裸应用
|
16319
16371
|
# @type MicroserviceType: String
|
16320
16372
|
# @param ServiceGovernanceConfig: 注册配置治理信息
|
16321
16373
|
# @type ServiceGovernanceConfig: :class:`Tencentcloud::Tsf.v20180326.models.ServiceGovernanceConfig`
|
16322
|
-
# @param FrameworkType:
|
16374
|
+
# @param FrameworkType: 应用开发框架,SpringCloud表示SpringCloud应用,Dubbo表示Dubbo应用,Go-GRPC表示Go-GRPC应用,Other表示其他应用
|
16323
16375
|
# @type FrameworkType: String
|
16324
16376
|
|
16325
16377
|
attr_accessor :ApplicationId, :ApplicationName, :ApplicationDesc, :ApplicationRemarkName, :ServiceConfigList, :MicroserviceType, :ServiceGovernanceConfig, :FrameworkType
|
@@ -16359,8 +16411,7 @@ module TencentCloud
|
|
16359
16411
|
|
16360
16412
|
# ModifyApplication返回参数结构体
|
16361
16413
|
class ModifyApplicationResponse < TencentCloud::Common::AbstractModel
|
16362
|
-
# @param Result: true
|
16363
|
-
# false:操作失败
|
16414
|
+
# @param Result: true表示修改成功,false表示修改失败
|
16364
16415
|
# @type Result: Boolean
|
16365
16416
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
16366
16417
|
# @type RequestId: String
|
@@ -16380,7 +16431,7 @@ module TencentCloud
|
|
16380
16431
|
|
16381
16432
|
# ModifyCluster请求参数结构体
|
16382
16433
|
class ModifyClusterRequest < TencentCloud::Common::AbstractModel
|
16383
|
-
# @param ClusterId: 集群ID
|
16434
|
+
# @param ClusterId: 集群ID,按照【集群ID】进行过滤,可通过调用DescribeClusters查询已创建的项目列表或登录控制台进行查看;也可以调用CreateCluster创建新的项目。集群ID例如:cls-6a79x94v。
|
16384
16435
|
# @type ClusterId: String
|
16385
16436
|
# @param ClusterName: 集群名称
|
16386
16437
|
# @type ClusterName: String
|
@@ -16388,9 +16439,9 @@ module TencentCloud
|
|
16388
16439
|
# @type ClusterDesc: String
|
16389
16440
|
# @param ClusterRemarkName: 备注名
|
16390
16441
|
# @type ClusterRemarkName: String
|
16391
|
-
# @param EnableLogCollection: 是否开启cls
|
16442
|
+
# @param EnableLogCollection: 是否开启cls日志功能,true表示开启,false表示关闭
|
16392
16443
|
# @type EnableLogCollection: Boolean
|
16393
|
-
# @param RepairLog: 是否修复cls
|
16444
|
+
# @param RepairLog: 是否修复cls日志功能,true表示修复,false表示不修复
|
16394
16445
|
# @type RepairLog: Boolean
|
16395
16446
|
|
16396
16447
|
attr_accessor :ClusterId, :ClusterName, :ClusterDesc, :ClusterRemarkName, :EnableLogCollection, :RepairLog
|
@@ -16438,7 +16489,7 @@ module TencentCloud
|
|
16438
16489
|
|
16439
16490
|
# ModifyContainerGroup请求参数结构体
|
16440
16491
|
class ModifyContainerGroupRequest < TencentCloud::Common::AbstractModel
|
16441
|
-
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)
|
16492
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
16442
16493
|
# @type GroupId: String
|
16443
16494
|
# @param AccessType: 0:公网 1:集群内访问 2:NodePort
|
16444
16495
|
# @type AccessType: Integer
|
@@ -16448,7 +16499,7 @@ module TencentCloud
|
|
16448
16499
|
# @type UpdateType: Integer
|
16449
16500
|
# @param UpdateIvl: 更新间隔,单位秒
|
16450
16501
|
# @type UpdateIvl: Integer
|
16451
|
-
# @param SubnetId: 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)
|
16502
|
+
# @param SubnetId: 子网ID,可通过调用[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)查询已创建的子网列表或登录控制台进行查看;也可以调用[CreateSubnet](https://cloud.tencent.com/document/product/1108/43594)创建新的子网。
|
16452
16503
|
# @type SubnetId: String
|
16453
16504
|
# @param Alias: 部署组备注
|
16454
16505
|
# @type Alias: String
|
@@ -16507,7 +16558,7 @@ module TencentCloud
|
|
16507
16558
|
|
16508
16559
|
# ModifyContainerReplicas请求参数结构体
|
16509
16560
|
class ModifyContainerReplicasRequest < TencentCloud::Common::AbstractModel
|
16510
|
-
# @param GroupId: 部署组ID
|
16561
|
+
# @param GroupId: 部署组ID,部署组唯一标识,调用[DescribeClusters](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=docker)接口,选定一个容器集群,选择部署组,查看DescribeSingleContainerGroups接口返回的GroupId
|
16511
16562
|
# @type GroupId: String
|
16512
16563
|
# @param InstanceNum: 实例数量
|
16513
16564
|
# @type InstanceNum: Integer
|
@@ -16547,7 +16598,7 @@ module TencentCloud
|
|
16547
16598
|
|
16548
16599
|
# ModifyGroup请求参数结构体
|
16549
16600
|
class ModifyGroupRequest < TencentCloud::Common::AbstractModel
|
16550
|
-
# @param GroupId: 部署组ID
|
16601
|
+
# @param GroupId: 部署组ID,按照【部署组ID】进行过滤,可通过调用DescribeGroups查询已创建的项目列表或登录控制台进行查看;也可以调用CreateGroup创建新的项目。部署组ID例如:group-9yn2q8yd。
|
16551
16602
|
# @type GroupId: String
|
16552
16603
|
# @param GroupName: 部署组名称
|
16553
16604
|
# @type GroupName: String
|
@@ -16756,13 +16807,13 @@ module TencentCloud
|
|
16756
16807
|
|
16757
16808
|
# ModifyNamespace请求参数结构体
|
16758
16809
|
class ModifyNamespaceRequest < TencentCloud::Common::AbstractModel
|
16759
|
-
# @param NamespaceId: 命名空间ID
|
16810
|
+
# @param NamespaceId: 命名空间ID,按照【命名空间ID】进行过滤,可通过调用DescribeNamespaces查询已创建的项目列表或登录控制台进行查看;也可以调用CreateNamespace创建新的项目。命名空间ID例如:namespace-6a79x94v。
|
16760
16811
|
# @type NamespaceId: String
|
16761
16812
|
# @param NamespaceName: 命名空间名称
|
16762
16813
|
# @type NamespaceName: String
|
16763
16814
|
# @param NamespaceDesc: 命名空间备注
|
16764
16815
|
# @type NamespaceDesc: String
|
16765
|
-
# @param IsHaEnable:
|
16816
|
+
# @param IsHaEnable: 是否开启高可用,0表示不开启,1表示开启
|
16766
16817
|
# @type IsHaEnable: String
|
16767
16818
|
|
16768
16819
|
attr_accessor :NamespaceId, :NamespaceName, :NamespaceDesc, :IsHaEnable
|
@@ -16915,7 +16966,7 @@ module TencentCloud
|
|
16915
16966
|
|
16916
16967
|
# ModifyTask请求参数结构体
|
16917
16968
|
class ModifyTaskRequest < TencentCloud::Common::AbstractModel
|
16918
|
-
# @param TaskId: 任务ID
|
16969
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
16919
16970
|
# @type TaskId: String
|
16920
16971
|
# @param TaskName: 任务名称,长度限制为64字符。在任务管理列表页面第一列或是任务基本信息页查看任务名称。
|
16921
16972
|
# @type TaskName: String
|
@@ -17424,9 +17475,11 @@ module TencentCloud
|
|
17424
17475
|
|
17425
17476
|
# OperateApplicationTcrBinding请求参数结构体
|
17426
17477
|
class OperateApplicationTcrBindingRequest < TencentCloud::Common::AbstractModel
|
17427
|
-
# @param Command:
|
17478
|
+
# @param Command: 指定操作类型,目前支持:
|
17479
|
+
# - `bind`:绑定(默认)
|
17480
|
+
# - `unbind`:解除绑定
|
17428
17481
|
# @type Command: String
|
17429
|
-
# @param ApplicationId: 应用
|
17482
|
+
# @param ApplicationId: 应用ID,可通过调用[DescribeApplications](https://cloud.tencent.com/document/api/649/36090)查询已创建的应用列表或登录控制台进行查看;也可以调用[CreateApplication](https://cloud.tencent.com/document/api/649/36094)创建新的应用。
|
17430
17483
|
# @type ApplicationId: String
|
17431
17484
|
# @param TcrRepoInfo: TcrRepoInfo值
|
17432
17485
|
# @type TcrRepoInfo: :class:`Tencentcloud::Tsf.v20180326.models.TcrRepoInfo`
|
@@ -17815,7 +17868,7 @@ module TencentCloud
|
|
17815
17868
|
class Ports < TencentCloud::Common::AbstractModel
|
17816
17869
|
# @param TargetPort: 服务端口
|
17817
17870
|
# @type TargetPort: Integer
|
17818
|
-
# @param Protocol:
|
17871
|
+
# @param Protocol: 端口协议,TCP或者UDP
|
17819
17872
|
# @type Protocol: String
|
17820
17873
|
|
17821
17874
|
attr_accessor :TargetPort, :Protocol
|
@@ -17882,7 +17935,7 @@ module TencentCloud
|
|
17882
17935
|
|
17883
17936
|
# tsf-privilege模块,数据项
|
17884
17937
|
class ProgramItem < TencentCloud::Common::AbstractModel
|
17885
|
-
# @param ProgramItemId: 数据项ID
|
17938
|
+
# @param ProgramItemId: 数据项ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)接口查询已创建的数据集或登陆控制台进行查看;也可以通过调用[CreateProgram](https://cloud.tencent.com/document/api/649/108544)创建新的数据集。
|
17886
17939
|
# @type ProgramItemId: String
|
17887
17940
|
# @param Resource: 资源
|
17888
17941
|
# @type Resource: :class:`Tencentcloud::Tsf.v20180326.models.Resource`
|
@@ -17890,13 +17943,13 @@ module TencentCloud
|
|
17890
17943
|
# @type ValueList: Array
|
17891
17944
|
# @param IsAll: 全选标识,true: 全选;false: 非全选
|
17892
17945
|
# @type IsAll: Boolean
|
17893
|
-
# @param CreationTime:
|
17946
|
+
# @param CreationTime: 创建时间,时间戳格式【Long】
|
17894
17947
|
# @type CreationTime: Integer
|
17895
|
-
# @param LastUpdateTime:
|
17948
|
+
# @param LastUpdateTime: 最后更新时间,时间戳格式【Long】,单位毫秒
|
17896
17949
|
# @type LastUpdateTime: Integer
|
17897
17950
|
# @param DeleteFlag: 删除标识,true: 可删除;false: 不可删除
|
17898
17951
|
# @type DeleteFlag: Boolean
|
17899
|
-
# @param ProgramId: 数据集ID
|
17952
|
+
# @param ProgramId: 数据集ID,调用[DescribePrograms](https://console.cloud.tencent.com/tsf/privilege?rid=1&tab=program)查询接口获取
|
17900
17953
|
# @type ProgramId: String
|
17901
17954
|
|
17902
17955
|
attr_accessor :ProgramItemId, :Resource, :ValueList, :IsAll, :CreationTime, :LastUpdateTime, :DeleteFlag, :ProgramId
|
@@ -18062,9 +18115,9 @@ module TencentCloud
|
|
18062
18115
|
|
18063
18116
|
# RedoTaskBatch请求参数结构体
|
18064
18117
|
class RedoTaskBatchRequest < TencentCloud::Common::AbstractModel
|
18065
|
-
# @param TaskId: 任务ID
|
18118
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
18066
18119
|
# @type TaskId: String
|
18067
|
-
# @param BatchId: 任务批次ID
|
18120
|
+
# @param BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
18068
18121
|
# @type BatchId: String
|
18069
18122
|
|
18070
18123
|
attr_accessor :TaskId, :BatchId
|
@@ -18102,11 +18155,11 @@ module TencentCloud
|
|
18102
18155
|
|
18103
18156
|
# RedoTaskExecute请求参数结构体
|
18104
18157
|
class RedoTaskExecuteRequest < TencentCloud::Common::AbstractModel
|
18105
|
-
# @param BatchId: 任务批次ID
|
18158
|
+
# @param BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面第一列点击任务ID进入任务详情,进入执行记录列表页,第一列内容即为任务批次ID。
|
18106
18159
|
# @type BatchId: String
|
18107
|
-
# @param ExecuteId: 任务执行ID
|
18160
|
+
# @param ExecuteId: 任务执行ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面第一列点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。
|
18108
18161
|
# @type ExecuteId: String
|
18109
|
-
# @param TaskId: 任务ID
|
18162
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
18110
18163
|
# @type TaskId: String
|
18111
18164
|
|
18112
18165
|
attr_accessor :BatchId, :ExecuteId, :TaskId
|
@@ -18146,7 +18199,7 @@ module TencentCloud
|
|
18146
18199
|
|
18147
18200
|
# RedoTaskFlowBatch请求参数结构体
|
18148
18201
|
class RedoTaskFlowBatchRequest < TencentCloud::Common::AbstractModel
|
18149
|
-
# @param FlowBatchId: 工作流批次 ID
|
18202
|
+
# @param FlowBatchId: 工作流批次 ID。在[工作流管理](https://console.cloud.tencent.com/tsf/tct?rid=1&tab=workflowManage)页面,点击第一列的工作流ID进入工作流执行记录列表页面,第一列的内容即为工作流批次ID。
|
18150
18203
|
# @type FlowBatchId: String
|
18151
18204
|
|
18152
18205
|
attr_accessor :FlowBatchId
|
@@ -18182,7 +18235,7 @@ module TencentCloud
|
|
18182
18235
|
|
18183
18236
|
# RedoTask请求参数结构体
|
18184
18237
|
class RedoTaskRequest < TencentCloud::Common::AbstractModel
|
18185
|
-
# @param TaskId: 任务ID
|
18238
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页查看任务ID。
|
18186
18239
|
# @type TaskId: String
|
18187
18240
|
|
18188
18241
|
attr_accessor :TaskId
|
@@ -18439,7 +18492,7 @@ module TencentCloud
|
|
18439
18492
|
|
18440
18493
|
# RemoveInstances请求参数结构体
|
18441
18494
|
class RemoveInstancesRequest < TencentCloud::Common::AbstractModel
|
18442
|
-
# @param ClusterId: 集群 ID
|
18495
|
+
# @param ClusterId: 集群 ID。调用[DescribeSimpleClusters](https://cloud.tencent.com/document/api/649/36047)查询已创建的集群或通过[CreateCluster](https://cloud.tencent.com/document/api/649/36049)接口创建新的集群。
|
18443
18496
|
# @type ClusterId: String
|
18444
18497
|
# @param InstanceIdList: 云主机 ID 列表
|
18445
18498
|
# @type InstanceIdList: Array
|
@@ -18554,25 +18607,25 @@ module TencentCloud
|
|
18554
18607
|
|
18555
18608
|
# tsf-privilege 模块,资源
|
18556
18609
|
class Resource < TencentCloud::Common::AbstractModel
|
18557
|
-
# @param ResourceId: 资源ID
|
18610
|
+
# @param ResourceId: 资源ID,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
|
18558
18611
|
# @type ResourceId: String
|
18559
|
-
# @param ResourceCode:
|
18612
|
+
# @param ResourceCode: 资源编码,枚举值描述【cluster、namespace、config】
|
18560
18613
|
# @type ResourceCode: String
|
18561
18614
|
# @param ResourceName: 资源名称
|
18562
18615
|
# @type ResourceName: String
|
18563
|
-
# @param ServiceCode:
|
18616
|
+
# @param ServiceCode: 资源所属产品编码,枚举值描述【tsf】
|
18564
18617
|
# @type ServiceCode: String
|
18565
|
-
# @param ResourceAction: 选取资源使用的Action
|
18618
|
+
# @param ResourceAction: 选取资源使用的Action,枚举值描述【DescribeSimpleCluster、DescribeLanes、DescribeTaskRecords】
|
18566
18619
|
# @type ResourceAction: String
|
18567
|
-
# @param IdField: 资源数据查询的ID
|
18620
|
+
# @param IdField: 资源数据查询的ID字段名,调用[DescribeResource](https://console.cloud.tencent.com/tsf/privilege-program-create?rid=1)查询接口获取
|
18568
18621
|
# @type IdField: String
|
18569
18622
|
# @param NameField: 资源数据查询的名称字段名
|
18570
18623
|
# @type NameField: String
|
18571
18624
|
# @param SelectIdsField: 资源数据查询的ID过滤字段名
|
18572
18625
|
# @type SelectIdsField: String
|
18573
|
-
# @param CreationTime:
|
18626
|
+
# @param CreationTime: 创建时间,时间戳格式【Long】
|
18574
18627
|
# @type CreationTime: Integer
|
18575
|
-
# @param LastUpdateTime:
|
18628
|
+
# @param LastUpdateTime: 最后更新时间,时间戳格式【Long】
|
18576
18629
|
# @type LastUpdateTime: Integer
|
18577
18630
|
# @param DeleteFlag: 删除标识
|
18578
18631
|
# @type DeleteFlag: Boolean
|
@@ -18582,7 +18635,7 @@ module TencentCloud
|
|
18582
18635
|
# @type CanSelectAll: Boolean
|
18583
18636
|
# @param SearchWordField: 资源数据查询的模糊查询字段名
|
18584
18637
|
# @type SearchWordField: String
|
18585
|
-
# @param Index:
|
18638
|
+
# @param Index: 排序,枚举值描述【10、20、77】
|
18586
18639
|
# @type Index: Integer
|
18587
18640
|
|
18588
18641
|
attr_accessor :ResourceId, :ResourceCode, :ResourceName, :ServiceCode, :ResourceAction, :IdField, :NameField, :SelectIdsField, :CreationTime, :LastUpdateTime, :DeleteFlag, :ResourceDesc, :CanSelectAll, :SearchWordField, :Index
|
@@ -18642,7 +18695,10 @@ module TencentCloud
|
|
18642
18695
|
|
18643
18696
|
# 资源任务转态结果
|
18644
18697
|
class ResourceTaskStatusResult < TencentCloud::Common::AbstractModel
|
18645
|
-
# @param TaskStatus:
|
18698
|
+
# @param TaskStatus: 变更状态:
|
18699
|
+
# - `0`:成功
|
18700
|
+
# - `1`:失败
|
18701
|
+
# - `2`:执行中
|
18646
18702
|
# @type TaskStatus: Integer
|
18647
18703
|
|
18648
18704
|
attr_accessor :TaskStatus
|
@@ -18957,12 +19013,13 @@ module TencentCloud
|
|
18957
19013
|
# SearchBusinessLog请求参数结构体
|
18958
19014
|
class SearchBusinessLogRequest < TencentCloud::Common::AbstractModel
|
18959
19015
|
# @param ConfigId: 日志配置项ID
|
19016
|
+
# 可通过调用[DescribeBusinessLogConfigs](https://cloud.tencent.com/document/product/649/75777)查询已创建的日志配置项列表或登录[控制台](https://console.cloud.tencent.com/tsf/observable/log?rid=1)进行查看
|
18960
19017
|
# @type ConfigId: String
|
18961
19018
|
# @param InstanceIds: 机器实例ID,不传表示全部实例
|
18962
19019
|
# @type InstanceIds: Array
|
18963
|
-
# @param StartTime:
|
19020
|
+
# @param StartTime: 开始时间,格式yyyy-MM-dd HH:mm:ss
|
18964
19021
|
# @type StartTime: String
|
18965
|
-
# @param EndTime:
|
19022
|
+
# @param EndTime: 结束时间,格式yyyy-MM-dd HH:mm:ss
|
18966
19023
|
# @type EndTime: String
|
18967
19024
|
# @param Offset: 请求偏移量,取值范围大于等于0,默认值为0
|
18968
19025
|
# @type Offset: Integer
|
@@ -18975,10 +19032,11 @@ module TencentCloud
|
|
18975
19032
|
# @param SearchWords: 检索关键词
|
18976
19033
|
# @type SearchWords: Array
|
18977
19034
|
# @param GroupIds: 部署组ID列表,不传表示全部部署组
|
19035
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
18978
19036
|
# @type GroupIds: Array
|
18979
|
-
# @param SearchWordType: 检索类型,取值
|
19037
|
+
# @param SearchWordType: 检索类型,取值 LUCENE:Lucene检索,REGEXP:正则检索,NORMAL:普通检索
|
18980
19038
|
# @type SearchWordType: String
|
18981
|
-
# @param BatchType: 批量请求类型,取值
|
19039
|
+
# @param BatchType: 批量请求类型,取值 PAGE:分页查询,SCROLL:滚动查询,SEARCHAFTER:游标查询,默认值PAGE
|
18982
19040
|
# @type BatchType: String
|
18983
19041
|
# @param ScrollId: 游标ID
|
18984
19042
|
# @type ScrollId: String
|
@@ -19047,31 +19105,32 @@ module TencentCloud
|
|
19047
19105
|
|
19048
19106
|
# SearchStdoutLog请求参数结构体
|
19049
19107
|
class SearchStdoutLogRequest < TencentCloud::Common::AbstractModel
|
19050
|
-
# @param InstanceId: 机器实例ID, 和
|
19108
|
+
# @param InstanceId: 机器实例ID, 和 部署组 ID 二者必选其一,不能同时为空
|
19109
|
+
# 可通过调用[DescribeClusterInstances](https://cloud.tencent.com/document/product/649/36048)查询已导入的实例列表或登录[控制台](https://console.cloud.tencent.com/tsf/resource?rid=1&tab=instance)进行查询。实例ID例如:ins-6decplwk
|
19110
|
+
|
19111
|
+
|
19051
19112
|
# @type InstanceId: String
|
19052
19113
|
# @param Limit: 单页请求配置数量,取值范围[1, 500],默认值为100
|
19053
19114
|
# @type Limit: Integer
|
19054
19115
|
# @param SearchWords: 检索关键词
|
19055
19116
|
# @type SearchWords: Array
|
19056
|
-
# @param StartTime:
|
19117
|
+
# @param StartTime: 查询起始时间,格式yyyy-MM-dd HH:mm:ss
|
19057
19118
|
# @type StartTime: String
|
19058
19119
|
# @param GroupId: 部署组ID,和 InstanceId 二者必选其一,不能同时为空
|
19120
|
+
# 可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/product/649/36068)或[DescribeGroups](https://cloud.tencent.com/document/product/649/36065)查询已创建的部署组列表或登录[控制台](https://console.cloud.tencent.com/tsf/app-detail?rid=1&id=application-yo7kp9dv&tab=publish&subTab=group)进行查看
|
19059
19121
|
# @type GroupId: String
|
19060
|
-
# @param EndTime:
|
19122
|
+
# @param EndTime: 查询结束时间,格式yyyy-MM-dd HH:mm:ss
|
19061
19123
|
# @type EndTime: String
|
19062
19124
|
# @param Offset: 请求偏移量,取值范围大于等于0,默认值为
|
19063
19125
|
# 0
|
19064
19126
|
# @type Offset: Integer
|
19065
|
-
# @param OrderBy:
|
19127
|
+
# @param OrderBy: 排序规则,time:按时间排序,score:按检索值排序,默认值"time"
|
19066
19128
|
# @type OrderBy: String
|
19067
|
-
# @param OrderType: 排序方式,取值
|
19068
|
-
# 值"desc"
|
19129
|
+
# @param OrderType: 排序方式,取值 asc:升序 或 desc:降序,默认值desc
|
19069
19130
|
# @type OrderType: String
|
19070
|
-
# @param SearchWordType: 检索类型,取值
|
19071
|
-
# "NORMAL"
|
19131
|
+
# @param SearchWordType: 检索类型,取值 LUCENE:Lucene检索,REGEXP:正则检索,NORMAL:普通检索
|
19072
19132
|
# @type SearchWordType: String
|
19073
|
-
# @param BatchType: 批量请求类型,取值
|
19074
|
-
# 值"page"
|
19133
|
+
# @param BatchType: 批量请求类型,取值 PAGE:分页查询,SCROLL:滚动查询,SEARCHAFTER:游标查询,默认值PAGE
|
19075
19134
|
# @type BatchType: String
|
19076
19135
|
# @param ScrollId: 游标ID
|
19077
19136
|
# @type ScrollId: String
|
@@ -19174,7 +19233,7 @@ module TencentCloud
|
|
19174
19233
|
class ServiceGovernanceConfig < TencentCloud::Common::AbstractModel
|
19175
19234
|
# @param EnableGovernance: 是否开启服务注册治理
|
19176
19235
|
# @type EnableGovernance: Boolean
|
19177
|
-
# @param GovernanceType: 服务治理类型(枚举:SHARE
|
19236
|
+
# @param GovernanceType: 服务治理类型(枚举:SHARE表示共享型、EXCLUSIVE表示独占型)
|
19178
19237
|
# @type GovernanceType: String
|
19179
19238
|
# @param ExclusiveInstances: 独享实例列表
|
19180
19239
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
@@ -19228,7 +19287,7 @@ module TencentCloud
|
|
19228
19287
|
# @type ExternalTrafficPolicy: String
|
19229
19288
|
# @param LoadBalancerProvisioner: 负载均衡提供者
|
19230
19289
|
# @type LoadBalancerProvisioner: String
|
19231
|
-
# @param LoadBalancingType:
|
19290
|
+
# @param LoadBalancingType: 负载均衡类型,Intranet表示内网,Internet表示外网
|
19232
19291
|
# @type LoadBalancingType: String
|
19233
19292
|
# @param ClusterIp: k8s负载均衡内网vip
|
19234
19293
|
# @type ClusterIp: String
|
@@ -19315,7 +19374,7 @@ module TencentCloud
|
|
19315
19374
|
# @type Path: String
|
19316
19375
|
# @param Method: 请求方法:type为接口时返回,服务时不返回
|
19317
19376
|
# @type Method: String
|
19318
|
-
# @param MicroserviceId: 微服务
|
19377
|
+
# @param MicroserviceId: 微服务ID
|
19319
19378
|
# @type MicroserviceId: String
|
19320
19379
|
# @param MicroserviceName: 微服务名称
|
19321
19380
|
# @type MicroserviceName: String
|
@@ -19331,19 +19390,19 @@ module TencentCloud
|
|
19331
19390
|
# @type InstanceId: String
|
19332
19391
|
# @param InstanceName: 实例name
|
19333
19392
|
# @type InstanceName: String
|
19334
|
-
# @param GroupId: 部署组
|
19393
|
+
# @param GroupId: 部署组ID
|
19335
19394
|
# @type GroupId: String
|
19336
19395
|
# @param GroupName: 部署组name
|
19337
19396
|
# @type GroupName: String
|
19338
|
-
# @param ClusterType:
|
19397
|
+
# @param ClusterType: 集群类型,C:容器集群,V:虚拟机集群
|
19339
19398
|
# @type ClusterType: String
|
19340
19399
|
# @param GroupExist: 部署组是否存在
|
19341
19400
|
# @type GroupExist: Integer
|
19342
19401
|
# @param InstanceExist: 实例是否存在,仅限cvm
|
19343
19402
|
# @type InstanceExist: Integer
|
19344
|
-
# @param ApplicationId: 应用
|
19403
|
+
# @param ApplicationId: 应用ID
|
19345
19404
|
# @type ApplicationId: String
|
19346
|
-
# @param MicroserviceType:
|
19405
|
+
# @param MicroserviceType: 微服务类型。RAW:裸应用,M:mesh应用,N:普通应用,G:网关应用
|
19347
19406
|
# @type MicroserviceType: String
|
19348
19407
|
# @param CpuPercent: cpu使用率
|
19349
19408
|
# @type CpuPercent: Integer
|
@@ -19363,13 +19422,13 @@ module TencentCloud
|
|
19363
19422
|
# @type InstanceOnlineCount: Integer
|
19364
19423
|
# @param InstanceTotalCount: 实例总数
|
19365
19424
|
# @type InstanceTotalCount: Integer
|
19366
|
-
# @param Status: normal
|
19425
|
+
# @param Status: 状态。normal:正常,warn:警告,error:错误
|
19367
19426
|
# @type Status: String
|
19368
|
-
# @param ErrorRateLevel: normal
|
19427
|
+
# @param ErrorRateLevel: 请求错误率等级。normal:正常,warn:警告,error:错误
|
19369
19428
|
# @type ErrorRateLevel: String
|
19370
|
-
# @param AvgTimeConsumingLevel: normal
|
19429
|
+
# @param AvgTimeConsumingLevel: 请求平均耗时等级。normal:正常,warn:警告,error:错误
|
19371
19430
|
# @type AvgTimeConsumingLevel: String
|
19372
|
-
# @param ApdexLevel: normal
|
19431
|
+
# @param ApdexLevel: 应用程序性能指数等级。normal:正常,warn:警告,error:错误
|
19373
19432
|
# @type ApdexLevel: String
|
19374
19433
|
|
19375
19434
|
attr_accessor :Path, :Method, :MicroserviceId, :MicroserviceName, :RequestCount, :ErrorRate, :AvgTimeConsuming, :MetricDataCurves, :InstanceId, :InstanceName, :GroupId, :GroupName, :ClusterType, :GroupExist, :InstanceExist, :ApplicationId, :MicroserviceType, :CpuPercent, :HeapUsed, :DbName, :Script, :DbType, :Apdex, :Qps, :InstanceOnlineCount, :InstanceTotalCount, :Status, :ErrorRateLevel, :AvgTimeConsumingLevel, :ApdexLevel
|
@@ -19498,7 +19557,7 @@ module TencentCloud
|
|
19498
19557
|
|
19499
19558
|
# ShrinkGroup请求参数结构体
|
19500
19559
|
class ShrinkGroupRequest < TencentCloud::Common::AbstractModel
|
19501
|
-
# @param GroupId: 部署组ID
|
19560
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeGroups](https://cloud.tencent.com/document/api/649/36065)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateGroup](https://cloud.tencent.com/document/api/649/36074)创建新的部署组。
|
19502
19561
|
# @type GroupId: String
|
19503
19562
|
|
19504
19563
|
attr_accessor :GroupId
|
@@ -19730,7 +19789,7 @@ module TencentCloud
|
|
19730
19789
|
|
19731
19790
|
# StartContainerGroup请求参数结构体
|
19732
19791
|
class StartContainerGroupRequest < TencentCloud::Common::AbstractModel
|
19733
|
-
# @param GroupId: 部署组ID
|
19792
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
19734
19793
|
# @type GroupId: String
|
19735
19794
|
|
19736
19795
|
attr_accessor :GroupId
|
@@ -19811,7 +19870,7 @@ module TencentCloud
|
|
19811
19870
|
# @type InstanceId: String
|
19812
19871
|
# @param Content: 日志内容
|
19813
19872
|
# @type Content: String
|
19814
|
-
# @param Timestamp:
|
19873
|
+
# @param Timestamp: 日志时间戳,单位毫秒
|
19815
19874
|
# @type Timestamp: Integer
|
19816
19875
|
# @param InstanceIp: 实例IP
|
19817
19876
|
# @type InstanceIp: String
|
@@ -19835,7 +19894,7 @@ module TencentCloud
|
|
19835
19894
|
|
19836
19895
|
# StopContainerGroup请求参数结构体
|
19837
19896
|
class StopContainerGroupRequest < TencentCloud::Common::AbstractModel
|
19838
|
-
# @param GroupId: 部署组ID
|
19897
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
19839
19898
|
# @type GroupId: String
|
19840
19899
|
|
19841
19900
|
attr_accessor :GroupId
|
@@ -19912,9 +19971,9 @@ module TencentCloud
|
|
19912
19971
|
|
19913
19972
|
# StopTaskBatch请求参数结构体
|
19914
19973
|
class StopTaskBatchRequest < TencentCloud::Common::AbstractModel
|
19915
|
-
# @param BatchId:
|
19974
|
+
# @param BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
19916
19975
|
# @type BatchId: String
|
19917
|
-
# @param TaskId:
|
19976
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页面可以查看任务ID。
|
19918
19977
|
# @type TaskId: String
|
19919
19978
|
|
19920
19979
|
attr_accessor :BatchId, :TaskId
|
@@ -19932,7 +19991,7 @@ module TencentCloud
|
|
19932
19991
|
|
19933
19992
|
# StopTaskBatch返回参数结构体
|
19934
19993
|
class StopTaskBatchResponse < TencentCloud::Common::AbstractModel
|
19935
|
-
# @param Result:
|
19994
|
+
# @param Result: 返回 true 或 false。true:操作成功,false:操作失败
|
19936
19995
|
# @type Result: Boolean
|
19937
19996
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19938
19997
|
# @type RequestId: String
|
@@ -19952,11 +20011,11 @@ module TencentCloud
|
|
19952
20011
|
|
19953
20012
|
# StopTaskExecute请求参数结构体
|
19954
20013
|
class StopTaskExecuteRequest < TencentCloud::Common::AbstractModel
|
19955
|
-
# @param ExecuteId: 任务执行ID
|
20014
|
+
# @param ExecuteId: 任务执行ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录页,点击批次ID进入执行详情列表页,第一列即为任务执行ID。
|
19956
20015
|
# @type ExecuteId: String
|
19957
|
-
# @param BatchId: 任务批次ID
|
20016
|
+
# @param BatchId: 任务批次ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)页面点击任务ID进入任务详情,进入执行记录列表页,第一列即为任务批次ID。
|
19958
20017
|
# @type BatchId: String
|
19959
|
-
# @param TaskId: 任务ID
|
20018
|
+
# @param TaskId: 任务ID。在[任务管理](https://console.cloud.tencent.com/tsf/tct?rid=1)列表页面可以查看任务ID。
|
19960
20019
|
# @type TaskId: String
|
19961
20020
|
|
19962
20021
|
attr_accessor :ExecuteId, :BatchId, :TaskId
|
@@ -19976,7 +20035,7 @@ module TencentCloud
|
|
19976
20035
|
|
19977
20036
|
# StopTaskExecute返回参数结构体
|
19978
20037
|
class StopTaskExecuteResponse < TencentCloud::Common::AbstractModel
|
19979
|
-
# @param Result:
|
20038
|
+
# @param Result: 返回 true 或 false。true:操作成功,false:操作失败
|
19980
20039
|
# @type Result: Boolean
|
19981
20040
|
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
19982
20041
|
# @type RequestId: String
|
@@ -20655,7 +20714,7 @@ module TencentCloud
|
|
20655
20714
|
# @param ScrollId: 游标ID
|
20656
20715
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20657
20716
|
# @type ScrollId: String
|
20658
|
-
# @param Status:
|
20717
|
+
# @param Status: 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
20659
20718
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
20660
20719
|
# @type Status: String
|
20661
20720
|
# @param SearchAfter: 查询es时,使用searchAfter返回的游标
|
@@ -21187,10 +21246,10 @@ module TencentCloud
|
|
21187
21246
|
# @param ScrollId: 游标ID
|
21188
21247
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21189
21248
|
# @type ScrollId: String
|
21190
|
-
# @param Status:
|
21249
|
+
# @param Status: 查询状态,SUCCESS:查询成功完成,ERROR_RANGE_EXCEED:查询范围过大异常,ERROR_COMPLEX_CONDITION:查询条件复杂异常,ERROR_OTHER_CAUSE:其他异常
|
21191
21250
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
21192
21251
|
# @type Status: String
|
21193
|
-
# @param SearchAfter:
|
21252
|
+
# @param SearchAfter: 查询es使用searchAfter时,游标
|
21194
21253
|
# @type SearchAfter: Array
|
21195
21254
|
|
21196
21255
|
attr_accessor :TotalCount, :Content, :ScrollId, :Status, :SearchAfter
|
@@ -21893,7 +21952,7 @@ module TencentCloud
|
|
21893
21952
|
|
21894
21953
|
# UpdateHealthCheckSettings请求参数结构体
|
21895
21954
|
class UpdateHealthCheckSettingsRequest < TencentCloud::Common::AbstractModel
|
21896
|
-
# @param GroupId: 部署组ID
|
21955
|
+
# @param GroupId: 部署组ID,可通过调用[DescribeContainerGroups](https://cloud.tencent.com/document/api/649/36068)查询已创建的部署组列表或登录控制台进行查看;也可以调用[CreateContainGroup](https://cloud.tencent.com/document/api/649/36075)创建新的部署组。
|
21897
21956
|
# @type GroupId: String
|
21898
21957
|
# @param EnableHealthCheck: 是否开启健康检查
|
21899
21958
|
# @type EnableHealthCheck: Boolean
|
@@ -22315,7 +22374,7 @@ module TencentCloud
|
|
22315
22374
|
# @type RunInstanceCount: Integer
|
22316
22375
|
# @param OffInstanceCount: 部署组中停止实例数
|
22317
22376
|
# @type OffInstanceCount: Integer
|
22318
|
-
# @param GroupStatus:
|
22377
|
+
# @param GroupStatus: 部署组状态,Running运行中,Waiting等待中,Paused暂停中,Updating更新中,RollingBack回滚中,Abnormal异常,Unknown未知
|
22319
22378
|
# @type GroupStatus: String
|
22320
22379
|
# @param IsNotEqualServiceConfig: 服务配置信息是否匹配
|
22321
22380
|
# @type IsNotEqualServiceConfig: Boolean
|
@@ -22456,6 +22515,30 @@ module TencentCloud
|
|
22456
22515
|
end
|
22457
22516
|
end
|
22458
22517
|
|
22518
|
+
# VolumeClaim模板项
|
22519
|
+
class VolumeClaimTemplatesOption < TencentCloud::Common::AbstractModel
|
22520
|
+
# @param StorageClass: StorageClass名称
|
22521
|
+
# @type StorageClass: String
|
22522
|
+
# @param AccessModes: 访问模式
|
22523
|
+
# @type AccessModes: Array
|
22524
|
+
# @param StorageRequest: 卷空间的预占声明
|
22525
|
+
# @type StorageRequest: Integer
|
22526
|
+
|
22527
|
+
attr_accessor :StorageClass, :AccessModes, :StorageRequest
|
22528
|
+
|
22529
|
+
def initialize(storageclass=nil, accessmodes=nil, storagerequest=nil)
|
22530
|
+
@StorageClass = storageclass
|
22531
|
+
@AccessModes = accessmodes
|
22532
|
+
@StorageRequest = storagerequest
|
22533
|
+
end
|
22534
|
+
|
22535
|
+
def deserialize(params)
|
22536
|
+
@StorageClass = params['StorageClass']
|
22537
|
+
@AccessModes = params['AccessModes']
|
22538
|
+
@StorageRequest = params['StorageRequest']
|
22539
|
+
end
|
22540
|
+
end
|
22541
|
+
|
22459
22542
|
# 容器卷挂载信息
|
22460
22543
|
class VolumeInfo < TencentCloud::Common::AbstractModel
|
22461
22544
|
# @param VolumeType: 数据卷类型
|
@@ -22468,15 +22551,18 @@ module TencentCloud
|
|
22468
22551
|
# @type ConfigMapOptions: Array
|
22469
22552
|
# @param EmptyDirOption: -
|
22470
22553
|
# @type EmptyDirOption: :class:`Tencentcloud::Tsf.v20180326.models.EmptyDirOption`
|
22554
|
+
# @param VolumeClaimTemplateOption: 数据卷PVC声明模板
|
22555
|
+
# @type VolumeClaimTemplateOption: :class:`Tencentcloud::Tsf.v20180326.models.VolumeClaimTemplatesOption`
|
22471
22556
|
|
22472
|
-
attr_accessor :VolumeType, :VolumeName, :VolumeConfig, :ConfigMapOptions, :EmptyDirOption
|
22557
|
+
attr_accessor :VolumeType, :VolumeName, :VolumeConfig, :ConfigMapOptions, :EmptyDirOption, :VolumeClaimTemplateOption
|
22473
22558
|
|
22474
|
-
def initialize(volumetype=nil, volumename=nil, volumeconfig=nil, configmapoptions=nil, emptydiroption=nil)
|
22559
|
+
def initialize(volumetype=nil, volumename=nil, volumeconfig=nil, configmapoptions=nil, emptydiroption=nil, volumeclaimtemplateoption=nil)
|
22475
22560
|
@VolumeType = volumetype
|
22476
22561
|
@VolumeName = volumename
|
22477
22562
|
@VolumeConfig = volumeconfig
|
22478
22563
|
@ConfigMapOptions = configmapoptions
|
22479
22564
|
@EmptyDirOption = emptydiroption
|
22565
|
+
@VolumeClaimTemplateOption = volumeclaimtemplateoption
|
22480
22566
|
end
|
22481
22567
|
|
22482
22568
|
def deserialize(params)
|
@@ -22495,6 +22581,10 @@ module TencentCloud
|
|
22495
22581
|
@EmptyDirOption = EmptyDirOption.new
|
22496
22582
|
@EmptyDirOption.deserialize(params['EmptyDirOption'])
|
22497
22583
|
end
|
22584
|
+
unless params['VolumeClaimTemplateOption'].nil?
|
22585
|
+
@VolumeClaimTemplateOption = VolumeClaimTemplatesOption.new
|
22586
|
+
@VolumeClaimTemplateOption.deserialize(params['VolumeClaimTemplateOption'])
|
22587
|
+
end
|
22498
22588
|
end
|
22499
22589
|
end
|
22500
22590
|
|
@@ -22530,7 +22620,7 @@ module TencentCloud
|
|
22530
22620
|
class WarmupSetting < TencentCloud::Common::AbstractModel
|
22531
22621
|
# @param Enabled: 是否开启预热
|
22532
22622
|
# @type Enabled: Boolean
|
22533
|
-
# @param WarmupTime:
|
22623
|
+
# @param WarmupTime: 预热时间,单位秒
|
22534
22624
|
# @type WarmupTime: Integer
|
22535
22625
|
# @param Curvature: 预热曲率,取值 1~5
|
22536
22626
|
# @type Curvature: Integer
|