tencentcloud-sdk-wedata 3.0.801 → 3.0.802

Sign up to get free protection for your applications and to get access to all the features.
@@ -4799,62 +4799,6 @@ module TencentCloud
4799
4799
  end
4800
4800
  end
4801
4801
 
4802
- # CreateInLongAgent请求参数结构体
4803
- class CreateInLongAgentRequest < TencentCloud::Common::AbstractModel
4804
- # @param AgentType: 采集器类型,1:TKE Agent,2:BOSS SDK,默认:1
4805
- # @type AgentType: Integer
4806
- # @param AgentName: 采集器名称
4807
- # @type AgentName: String
4808
- # @param ExecutorGroupId: 集成资源组id
4809
- # @type ExecutorGroupId: String
4810
- # @param ProjectId: WeData项目ID
4811
- # @type ProjectId: String
4812
- # @param TkeRegion: TKE集群的地域
4813
- # @type TkeRegion: String
4814
- # @param ClusterId: 当AgentType为1时,必填。当AgentType为2时,不用填
4815
- # @type ClusterId: String
4816
-
4817
- attr_accessor :AgentType, :AgentName, :ExecutorGroupId, :ProjectId, :TkeRegion, :ClusterId
4818
-
4819
- def initialize(agenttype=nil, agentname=nil, executorgroupid=nil, projectid=nil, tkeregion=nil, clusterid=nil)
4820
- @AgentType = agenttype
4821
- @AgentName = agentname
4822
- @ExecutorGroupId = executorgroupid
4823
- @ProjectId = projectid
4824
- @TkeRegion = tkeregion
4825
- @ClusterId = clusterid
4826
- end
4827
-
4828
- def deserialize(params)
4829
- @AgentType = params['AgentType']
4830
- @AgentName = params['AgentName']
4831
- @ExecutorGroupId = params['ExecutorGroupId']
4832
- @ProjectId = params['ProjectId']
4833
- @TkeRegion = params['TkeRegion']
4834
- @ClusterId = params['ClusterId']
4835
- end
4836
- end
4837
-
4838
- # CreateInLongAgent返回参数结构体
4839
- class CreateInLongAgentResponse < TencentCloud::Common::AbstractModel
4840
- # @param AgentId: 采集器ID
4841
- # @type AgentId: String
4842
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
4843
- # @type RequestId: String
4844
-
4845
- attr_accessor :AgentId, :RequestId
4846
-
4847
- def initialize(agentid=nil, requestid=nil)
4848
- @AgentId = agentid
4849
- @RequestId = requestid
4850
- end
4851
-
4852
- def deserialize(params)
4853
- @AgentId = params['AgentId']
4854
- @RequestId = params['RequestId']
4855
- end
4856
- end
4857
-
4858
4802
  # CreateIntegrationNode请求参数结构体
4859
4803
  class CreateIntegrationNodeRequest < TencentCloud::Common::AbstractModel
4860
4804
  # @param NodeInfo: 集成节点信息
@@ -5749,28 +5693,6 @@ module TencentCloud
5749
5693
  end
5750
5694
  end
5751
5695
 
5752
- # 采集器状态统计
5753
- class CvmAgentStatus < TencentCloud::Common::AbstractModel
5754
- # @param Status: agent状态
5755
- # 注意:此字段可能返回 null,表示取不到有效值。
5756
- # @type Status: String
5757
- # @param Count: 对应状态的agent总数
5758
- # 注意:此字段可能返回 null,表示取不到有效值。
5759
- # @type Count: Integer
5760
-
5761
- attr_accessor :Status, :Count
5762
-
5763
- def initialize(status=nil, count=nil)
5764
- @Status = status
5765
- @Count = count
5766
- end
5767
-
5768
- def deserialize(params)
5769
- @Status = params['Status']
5770
- @Count = params['Count']
5771
- end
5772
- end
5773
-
5774
5696
  # DagInstances请求参数结构体
5775
5697
  class DagInstancesRequest < TencentCloud::Common::AbstractModel
5776
5698
  # @param Instances: 实例列表
@@ -6748,42 +6670,6 @@ module TencentCloud
6748
6670
  end
6749
6671
  end
6750
6672
 
6751
- # DeleteInLongAgent请求参数结构体
6752
- class DeleteInLongAgentRequest < TencentCloud::Common::AbstractModel
6753
- # @param AgentId: 采集器ID
6754
- # @type AgentId: String
6755
- # @param ProjectId: WeData项目ID
6756
- # @type ProjectId: String
6757
-
6758
- attr_accessor :AgentId, :ProjectId
6759
-
6760
- def initialize(agentid=nil, projectid=nil)
6761
- @AgentId = agentid
6762
- @ProjectId = projectid
6763
- end
6764
-
6765
- def deserialize(params)
6766
- @AgentId = params['AgentId']
6767
- @ProjectId = params['ProjectId']
6768
- end
6769
- end
6770
-
6771
- # DeleteInLongAgent返回参数结构体
6772
- class DeleteInLongAgentResponse < TencentCloud::Common::AbstractModel
6773
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6774
- # @type RequestId: String
6775
-
6776
- attr_accessor :RequestId
6777
-
6778
- def initialize(requestid=nil)
6779
- @RequestId = requestid
6780
- end
6781
-
6782
- def deserialize(params)
6783
- @RequestId = params['RequestId']
6784
- end
6785
- end
6786
-
6787
6673
  # DeleteIntegrationNode请求参数结构体
6788
6674
  class DeleteIntegrationNodeRequest < TencentCloud::Common::AbstractModel
6789
6675
  # @param Id: 节点id
@@ -8763,53 +8649,6 @@ module TencentCloud
8763
8649
  end
8764
8650
  end
8765
8651
 
8766
- # DescribeClusterNamespaceList请求参数结构体
8767
- class DescribeClusterNamespaceListRequest < TencentCloud::Common::AbstractModel
8768
- # @param ClusterId: 集群ID
8769
- # @type ClusterId: String
8770
- # @param ProjectId: WeData项目ID
8771
- # @type ProjectId: String
8772
-
8773
- attr_accessor :ClusterId, :ProjectId
8774
-
8775
- def initialize(clusterid=nil, projectid=nil)
8776
- @ClusterId = clusterid
8777
- @ProjectId = projectid
8778
- end
8779
-
8780
- def deserialize(params)
8781
- @ClusterId = params['ClusterId']
8782
- @ProjectId = params['ProjectId']
8783
- end
8784
- end
8785
-
8786
- # DescribeClusterNamespaceList返回参数结构体
8787
- class DescribeClusterNamespaceListResponse < TencentCloud::Common::AbstractModel
8788
- # @param Namespaces: 命名空间
8789
- # @type Namespaces: Array
8790
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
8791
- # @type RequestId: String
8792
-
8793
- attr_accessor :Namespaces, :RequestId
8794
-
8795
- def initialize(namespaces=nil, requestid=nil)
8796
- @Namespaces = namespaces
8797
- @RequestId = requestid
8798
- end
8799
-
8800
- def deserialize(params)
8801
- unless params['Namespaces'].nil?
8802
- @Namespaces = []
8803
- params['Namespaces'].each do |i|
8804
- namespace_tmp = Namespace.new
8805
- namespace_tmp.deserialize(i)
8806
- @Namespaces << namespace_tmp
8807
- end
8808
- end
8809
- @RequestId = params['RequestId']
8810
- end
8811
- end
8812
-
8813
8652
  # DescribeColumnLineage请求参数结构体
8814
8653
  class DescribeColumnLineageRequest < TencentCloud::Common::AbstractModel
8815
8654
  # @param Direction: 查询方向,INPUT,OUTPUT,BOTH枚举值
@@ -11104,274 +10943,6 @@ module TencentCloud
11104
10943
  end
11105
10944
  end
11106
10945
 
11107
- # DescribeInLongAgentList请求参数结构体
11108
- class DescribeInLongAgentListRequest < TencentCloud::Common::AbstractModel
11109
- # @param ProjectId: WeData项目ID
11110
- # @type ProjectId: String
11111
- # @param AgentId: 采集器ID
11112
- # @type AgentId: String
11113
- # @param AgentName: Agent Name
11114
- # @type AgentName: String
11115
- # @param AgentType: 集群类型,1:TKE Agent,2:BOSS SDK,默认:1,3:CVM,4:自建服务器 【传多个用逗号分割】
11116
- # @type AgentType: Integer
11117
- # @param Status: Agent状态(running运行中,initializing 操作中,failed心跳异常)
11118
- # @type Status: String
11119
- # @param VpcId: Vpc Id
11120
- # @type VpcId: String
11121
- # @param PageIndex: 分页页码,从1开始,默认:1
11122
- # @type PageIndex: Integer
11123
- # @param PageSize: 分页每页记录数,默认10
11124
- # @type PageSize: Integer
11125
- # @param Like: 名称搜索是否开启模糊匹配,1:开启,0:不开启(精确匹配)
11126
- # @type Like: Integer
11127
- # @param AgentTypes: agent类型【多个用逗号分隔】
11128
- # @type AgentTypes: String
11129
-
11130
- attr_accessor :ProjectId, :AgentId, :AgentName, :AgentType, :Status, :VpcId, :PageIndex, :PageSize, :Like, :AgentTypes
11131
-
11132
- def initialize(projectid=nil, agentid=nil, agentname=nil, agenttype=nil, status=nil, vpcid=nil, pageindex=nil, pagesize=nil, like=nil, agenttypes=nil)
11133
- @ProjectId = projectid
11134
- @AgentId = agentid
11135
- @AgentName = agentname
11136
- @AgentType = agenttype
11137
- @Status = status
11138
- @VpcId = vpcid
11139
- @PageIndex = pageindex
11140
- @PageSize = pagesize
11141
- @Like = like
11142
- @AgentTypes = agenttypes
11143
- end
11144
-
11145
- def deserialize(params)
11146
- @ProjectId = params['ProjectId']
11147
- @AgentId = params['AgentId']
11148
- @AgentName = params['AgentName']
11149
- @AgentType = params['AgentType']
11150
- @Status = params['Status']
11151
- @VpcId = params['VpcId']
11152
- @PageIndex = params['PageIndex']
11153
- @PageSize = params['PageSize']
11154
- @Like = params['Like']
11155
- @AgentTypes = params['AgentTypes']
11156
- end
11157
- end
11158
-
11159
- # DescribeInLongAgentList返回参数结构体
11160
- class DescribeInLongAgentListResponse < TencentCloud::Common::AbstractModel
11161
- # @param Items: 采集器信息列表
11162
- # @type Items: Array
11163
- # @param PageIndex: 页码
11164
- # @type PageIndex: Integer
11165
- # @param PageSize: 每页记录数
11166
- # @type PageSize: Integer
11167
- # @param TotalCount: 总记录数
11168
- # @type TotalCount: Integer
11169
- # @param TotalPage: 总页数
11170
- # @type TotalPage: Integer
11171
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11172
- # @type RequestId: String
11173
-
11174
- attr_accessor :Items, :PageIndex, :PageSize, :TotalCount, :TotalPage, :RequestId
11175
-
11176
- def initialize(items=nil, pageindex=nil, pagesize=nil, totalcount=nil, totalpage=nil, requestid=nil)
11177
- @Items = items
11178
- @PageIndex = pageindex
11179
- @PageSize = pagesize
11180
- @TotalCount = totalcount
11181
- @TotalPage = totalpage
11182
- @RequestId = requestid
11183
- end
11184
-
11185
- def deserialize(params)
11186
- unless params['Items'].nil?
11187
- @Items = []
11188
- params['Items'].each do |i|
11189
- inlongagentdetail_tmp = InLongAgentDetail.new
11190
- inlongagentdetail_tmp.deserialize(i)
11191
- @Items << inlongagentdetail_tmp
11192
- end
11193
- end
11194
- @PageIndex = params['PageIndex']
11195
- @PageSize = params['PageSize']
11196
- @TotalCount = params['TotalCount']
11197
- @TotalPage = params['TotalPage']
11198
- @RequestId = params['RequestId']
11199
- end
11200
- end
11201
-
11202
- # DescribeInLongAgentTaskList请求参数结构体
11203
- class DescribeInLongAgentTaskListRequest < TencentCloud::Common::AbstractModel
11204
- # @param AgentId: 采集器ID
11205
- # @type AgentId: String
11206
- # @param ProjectId: WeData项目ID
11207
- # @type ProjectId: String
11208
-
11209
- attr_accessor :AgentId, :ProjectId
11210
-
11211
- def initialize(agentid=nil, projectid=nil)
11212
- @AgentId = agentid
11213
- @ProjectId = projectid
11214
- end
11215
-
11216
- def deserialize(params)
11217
- @AgentId = params['AgentId']
11218
- @ProjectId = params['ProjectId']
11219
- end
11220
- end
11221
-
11222
- # DescribeInLongAgentTaskList返回参数结构体
11223
- class DescribeInLongAgentTaskListResponse < TencentCloud::Common::AbstractModel
11224
- # @param Items: 采集器关联的集成任务列表
11225
- # @type Items: Array
11226
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11227
- # @type RequestId: String
11228
-
11229
- attr_accessor :Items, :RequestId
11230
-
11231
- def initialize(items=nil, requestid=nil)
11232
- @Items = items
11233
- @RequestId = requestid
11234
- end
11235
-
11236
- def deserialize(params)
11237
- unless params['Items'].nil?
11238
- @Items = []
11239
- params['Items'].each do |i|
11240
- inlongagenttask_tmp = InLongAgentTask.new
11241
- inlongagenttask_tmp.deserialize(i)
11242
- @Items << inlongagenttask_tmp
11243
- end
11244
- end
11245
- @RequestId = params['RequestId']
11246
- end
11247
- end
11248
-
11249
- # DescribeInLongAgentVpcList请求参数结构体
11250
- class DescribeInLongAgentVpcListRequest < TencentCloud::Common::AbstractModel
11251
- # @param ProjectId: WeData项目ID
11252
- # @type ProjectId: String
11253
-
11254
- attr_accessor :ProjectId
11255
-
11256
- def initialize(projectid=nil)
11257
- @ProjectId = projectid
11258
- end
11259
-
11260
- def deserialize(params)
11261
- @ProjectId = params['ProjectId']
11262
- end
11263
- end
11264
-
11265
- # DescribeInLongAgentVpcList返回参数结构体
11266
- class DescribeInLongAgentVpcListResponse < TencentCloud::Common::AbstractModel
11267
- # @param VpcList: VPC列表
11268
- # @type VpcList: Array
11269
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11270
- # @type RequestId: String
11271
-
11272
- attr_accessor :VpcList, :RequestId
11273
-
11274
- def initialize(vpclist=nil, requestid=nil)
11275
- @VpcList = vpclist
11276
- @RequestId = requestid
11277
- end
11278
-
11279
- def deserialize(params)
11280
- @VpcList = params['VpcList']
11281
- @RequestId = params['RequestId']
11282
- end
11283
- end
11284
-
11285
- # DescribeInLongTkeClusterList请求参数结构体
11286
- class DescribeInLongTkeClusterListRequest < TencentCloud::Common::AbstractModel
11287
- # @param ProjectId: WeData项目ID
11288
- # @type ProjectId: String
11289
- # @param TkeRegion: TKE集群地域
11290
- # @type TkeRegion: String
11291
- # @param ClusterName: 集群名称。
11292
- # 多个名称用逗号连接。
11293
- # @type ClusterName: String
11294
- # @param Status: TKE集群状态 (Running 运行中 Creating 创建中 Idling 闲置中 Abnormal 异常 Failed 失败 Deleting 删除中 Scaling 规模调整中 Upgrading 升级中 Isolated 欠费隔离中 NodeUpgrading 节点升级中 Recovering 唤醒中 Activating 激活中 MasterScaling Master扩缩容中 Waiting 等待注册 ClusterLevelUpgrading 调整规格中 ResourceIsolate 隔离中 ResourceIsolated 已隔离 ResourceReverse 冲正中 Trading 集群开通中 ResourceReversal 集群冲正 ClusterLevelTrading 集群变配交易中)
11295
- # 多个状态用逗号连接。
11296
- # @type Status: String
11297
- # @param HasAgent: 是否安装Agent,true: 是,false: 否
11298
- # @type HasAgent: Boolean
11299
- # @param ClusterType: 集群类型,托管集群:MANAGED_CLUSTER,独立集群:INDEPENDENT_CLUSTER。
11300
- # 多个集群用逗号连接。
11301
- # @type ClusterType: String
11302
- # @param PageIndex: 分页页码,从1开始,默认:1
11303
- # @type PageIndex: Integer
11304
- # @param PageSize: 分页每页记录数,默认10
11305
- # @type PageSize: Integer
11306
-
11307
- attr_accessor :ProjectId, :TkeRegion, :ClusterName, :Status, :HasAgent, :ClusterType, :PageIndex, :PageSize
11308
-
11309
- def initialize(projectid=nil, tkeregion=nil, clustername=nil, status=nil, hasagent=nil, clustertype=nil, pageindex=nil, pagesize=nil)
11310
- @ProjectId = projectid
11311
- @TkeRegion = tkeregion
11312
- @ClusterName = clustername
11313
- @Status = status
11314
- @HasAgent = hasagent
11315
- @ClusterType = clustertype
11316
- @PageIndex = pageindex
11317
- @PageSize = pagesize
11318
- end
11319
-
11320
- def deserialize(params)
11321
- @ProjectId = params['ProjectId']
11322
- @TkeRegion = params['TkeRegion']
11323
- @ClusterName = params['ClusterName']
11324
- @Status = params['Status']
11325
- @HasAgent = params['HasAgent']
11326
- @ClusterType = params['ClusterType']
11327
- @PageIndex = params['PageIndex']
11328
- @PageSize = params['PageSize']
11329
- end
11330
- end
11331
-
11332
- # DescribeInLongTkeClusterList返回参数结构体
11333
- class DescribeInLongTkeClusterListResponse < TencentCloud::Common::AbstractModel
11334
- # @param Items: TKE集群信息
11335
- # @type Items: Array
11336
- # @param PageIndex: 页码
11337
- # @type PageIndex: Integer
11338
- # @param PageSize: 每页记录数
11339
- # @type PageSize: Integer
11340
- # @param TotalCount: 总记录数
11341
- # @type TotalCount: Integer
11342
- # @param TotalPage: 总页数
11343
- # @type TotalPage: Integer
11344
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
11345
- # @type RequestId: String
11346
-
11347
- attr_accessor :Items, :PageIndex, :PageSize, :TotalCount, :TotalPage, :RequestId
11348
-
11349
- def initialize(items=nil, pageindex=nil, pagesize=nil, totalcount=nil, totalpage=nil, requestid=nil)
11350
- @Items = items
11351
- @PageIndex = pageindex
11352
- @PageSize = pagesize
11353
- @TotalCount = totalcount
11354
- @TotalPage = totalpage
11355
- @RequestId = requestid
11356
- end
11357
-
11358
- def deserialize(params)
11359
- unless params['Items'].nil?
11360
- @Items = []
11361
- params['Items'].each do |i|
11362
- inlongtkedetail_tmp = InLongTkeDetail.new
11363
- inlongtkedetail_tmp.deserialize(i)
11364
- @Items << inlongtkedetail_tmp
11365
- end
11366
- end
11367
- @PageIndex = params['PageIndex']
11368
- @PageSize = params['PageSize']
11369
- @TotalCount = params['TotalCount']
11370
- @TotalPage = params['TotalPage']
11371
- @RequestId = params['RequestId']
11372
- end
11373
- end
11374
-
11375
10946
  # DescribeInstanceByCycleReport请求参数结构体
11376
10947
  class DescribeInstanceByCycleReportRequest < TencentCloud::Common::AbstractModel
11377
10948
  # @param Type: 周期类型
@@ -12125,55 +11696,6 @@ module TencentCloud
12125
11696
  end
12126
11697
  end
12127
11698
 
12128
- # DescribeIntegrationStatisticsAgentStatus请求参数结构体
12129
- class DescribeIntegrationStatisticsAgentStatusRequest < TencentCloud::Common::AbstractModel
12130
- # @param TaskType: 任务类型(实时:201,离线:202)
12131
- # @type TaskType: Integer
12132
- # @param ProjectId: 项目id
12133
- # @type ProjectId: String
12134
- # @param QueryDate: 查询日期
12135
- # @type QueryDate: String
12136
- # @param ExecutorGroupId: 资源组id
12137
- # @type ExecutorGroupId: String
12138
-
12139
- attr_accessor :TaskType, :ProjectId, :QueryDate, :ExecutorGroupId
12140
-
12141
- def initialize(tasktype=nil, projectid=nil, querydate=nil, executorgroupid=nil)
12142
- @TaskType = tasktype
12143
- @ProjectId = projectid
12144
- @QueryDate = querydate
12145
- @ExecutorGroupId = executorgroupid
12146
- end
12147
-
12148
- def deserialize(params)
12149
- @TaskType = params['TaskType']
12150
- @ProjectId = params['ProjectId']
12151
- @QueryDate = params['QueryDate']
12152
- @ExecutorGroupId = params['ExecutorGroupId']
12153
- end
12154
- end
12155
-
12156
- # DescribeIntegrationStatisticsAgentStatus返回参数结构体
12157
- class DescribeIntegrationStatisticsAgentStatusResponse < TencentCloud::Common::AbstractModel
12158
- # @param StatusData: 统计结果
12159
- # 注意:此字段可能返回 null,表示取不到有效值。
12160
- # @type StatusData: String
12161
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12162
- # @type RequestId: String
12163
-
12164
- attr_accessor :StatusData, :RequestId
12165
-
12166
- def initialize(statusdata=nil, requestid=nil)
12167
- @StatusData = statusdata
12168
- @RequestId = requestid
12169
- end
12170
-
12171
- def deserialize(params)
12172
- @StatusData = params['StatusData']
12173
- @RequestId = params['RequestId']
12174
- end
12175
- end
12176
-
12177
11699
  # DescribeIntegrationStatisticsInstanceTrend请求参数结构体
12178
11700
  class DescribeIntegrationStatisticsInstanceTrendRequest < TencentCloud::Common::AbstractModel
12179
11701
  # @param TaskType: 任务类型(实时:201,离线:202)
@@ -15912,47 +15434,6 @@ module TencentCloud
15912
15434
  end
15913
15435
  end
15914
15436
 
15915
- # DescribeStandardRuleDetailInfoList请求参数结构体
15916
- class DescribeStandardRuleDetailInfoListRequest < TencentCloud::Common::AbstractModel
15917
- # @param ProjectId: 空间、项目id
15918
- # @type ProjectId: String
15919
- # @param Type: 标准分类11编码映射 12数据过滤 13字符串转换 14数据元定义 15正则表达 16术语词典
15920
- # @type Type: Integer
15921
-
15922
- attr_accessor :ProjectId, :Type
15923
-
15924
- def initialize(projectid=nil, type=nil)
15925
- @ProjectId = projectid
15926
- @Type = type
15927
- end
15928
-
15929
- def deserialize(params)
15930
- @ProjectId = params['ProjectId']
15931
- @Type = params['Type']
15932
- end
15933
- end
15934
-
15935
- # DescribeStandardRuleDetailInfoList返回参数结构体
15936
- class DescribeStandardRuleDetailInfoListResponse < TencentCloud::Common::AbstractModel
15937
- # @param StandardRuleDetailList: 返回值
15938
- # 注意:此字段可能返回 null,表示取不到有效值。
15939
- # @type StandardRuleDetailList: String
15940
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
15941
- # @type RequestId: String
15942
-
15943
- attr_accessor :StandardRuleDetailList, :RequestId
15944
-
15945
- def initialize(standardruledetaillist=nil, requestid=nil)
15946
- @StandardRuleDetailList = standardruledetaillist
15947
- @RequestId = requestid
15948
- end
15949
-
15950
- def deserialize(params)
15951
- @StandardRuleDetailList = params['StandardRuleDetailList']
15952
- @RequestId = params['RequestId']
15953
- end
15954
- end
15955
-
15956
15437
  # DescribeStatisticInstanceStatusTrendOps请求参数结构体
15957
15438
  class DescribeStatisticInstanceStatusTrendOpsRequest < TencentCloud::Common::AbstractModel
15958
15439
  # @param ProjectId: 项目ID
@@ -20769,165 +20250,6 @@ module TencentCloud
20769
20250
  end
20770
20251
  end
20771
20252
 
20772
- # 采集器详细信息
20773
- class InLongAgentDetail < TencentCloud::Common::AbstractModel
20774
- # @param AgentId: Agent ID
20775
- # @type AgentId: String
20776
- # @param AgentName: Agent Name
20777
- # @type AgentName: String
20778
- # @param Status: Agent状态(running运行中,initializing 操作中,failed心跳异常)
20779
- # @type Status: String
20780
- # @param StatusDesc: Agent状态描述
20781
- # 注意:此字段可能返回 null,表示取不到有效值。
20782
- # @type StatusDesc: String
20783
- # @param AgentType: 集群类型,1:TKE Agent,2:BOSS SDK,默认:1
20784
- # @type AgentType: Integer
20785
- # @param Source: 采集来源
20786
- # @type Source: String
20787
- # @param VpcId: VPC
20788
- # @type VpcId: String
20789
- # @param ExecutorGroupId: 集成资源组Id
20790
- # @type ExecutorGroupId: String
20791
- # @param ExecutorGroupName: 集成资源组名称
20792
- # @type ExecutorGroupName: String
20793
- # @param TaskCount: 关联任务数
20794
- # @type TaskCount: Integer
20795
- # @param AgentGroupId: 采集器组ID
20796
- # 注意:此字段可能返回 null,表示取不到有效值。
20797
- # @type AgentGroupId: String
20798
- # @param CvmAgentStatusList: agent状态统计
20799
- # 注意:此字段可能返回 null,表示取不到有效值。
20800
- # @type CvmAgentStatusList: Array
20801
- # @param AgentTotal: agent数量
20802
- # 注意:此字段可能返回 null,表示取不到有效值。
20803
- # @type AgentTotal: Integer
20804
- # @param LifeDays: 生命周期
20805
- # 注意:此字段可能返回 null,表示取不到有效值。
20806
- # @type LifeDays: Integer
20807
- # @param ClusterId: 集群ID
20808
- # 注意:此字段可能返回 null,表示取不到有效值。
20809
- # @type ClusterId: String
20810
- # @param AgentRegion: agent地域
20811
- # 注意:此字段可能返回 null,表示取不到有效值。
20812
- # @type AgentRegion: String
20813
-
20814
- attr_accessor :AgentId, :AgentName, :Status, :StatusDesc, :AgentType, :Source, :VpcId, :ExecutorGroupId, :ExecutorGroupName, :TaskCount, :AgentGroupId, :CvmAgentStatusList, :AgentTotal, :LifeDays, :ClusterId, :AgentRegion
20815
-
20816
- def initialize(agentid=nil, agentname=nil, status=nil, statusdesc=nil, agenttype=nil, source=nil, vpcid=nil, executorgroupid=nil, executorgroupname=nil, taskcount=nil, agentgroupid=nil, cvmagentstatuslist=nil, agenttotal=nil, lifedays=nil, clusterid=nil, agentregion=nil)
20817
- @AgentId = agentid
20818
- @AgentName = agentname
20819
- @Status = status
20820
- @StatusDesc = statusdesc
20821
- @AgentType = agenttype
20822
- @Source = source
20823
- @VpcId = vpcid
20824
- @ExecutorGroupId = executorgroupid
20825
- @ExecutorGroupName = executorgroupname
20826
- @TaskCount = taskcount
20827
- @AgentGroupId = agentgroupid
20828
- @CvmAgentStatusList = cvmagentstatuslist
20829
- @AgentTotal = agenttotal
20830
- @LifeDays = lifedays
20831
- @ClusterId = clusterid
20832
- @AgentRegion = agentregion
20833
- end
20834
-
20835
- def deserialize(params)
20836
- @AgentId = params['AgentId']
20837
- @AgentName = params['AgentName']
20838
- @Status = params['Status']
20839
- @StatusDesc = params['StatusDesc']
20840
- @AgentType = params['AgentType']
20841
- @Source = params['Source']
20842
- @VpcId = params['VpcId']
20843
- @ExecutorGroupId = params['ExecutorGroupId']
20844
- @ExecutorGroupName = params['ExecutorGroupName']
20845
- @TaskCount = params['TaskCount']
20846
- @AgentGroupId = params['AgentGroupId']
20847
- unless params['CvmAgentStatusList'].nil?
20848
- @CvmAgentStatusList = []
20849
- params['CvmAgentStatusList'].each do |i|
20850
- cvmagentstatus_tmp = CvmAgentStatus.new
20851
- cvmagentstatus_tmp.deserialize(i)
20852
- @CvmAgentStatusList << cvmagentstatus_tmp
20853
- end
20854
- end
20855
- @AgentTotal = params['AgentTotal']
20856
- @LifeDays = params['LifeDays']
20857
- @ClusterId = params['ClusterId']
20858
- @AgentRegion = params['AgentRegion']
20859
- end
20860
- end
20861
-
20862
- # 采集器关联的集成任务
20863
- class InLongAgentTask < TencentCloud::Common::AbstractModel
20864
- # @param TaskId: 集成任务ID
20865
- # @type TaskId: String
20866
- # @param TaskName: 集成任务名称
20867
- # @type TaskName: String
20868
- # @param TaskStatus: 集成任务状态
20869
- # @type TaskStatus: String
20870
-
20871
- attr_accessor :TaskId, :TaskName, :TaskStatus
20872
-
20873
- def initialize(taskid=nil, taskname=nil, taskstatus=nil)
20874
- @TaskId = taskid
20875
- @TaskName = taskname
20876
- @TaskStatus = taskstatus
20877
- end
20878
-
20879
- def deserialize(params)
20880
- @TaskId = params['TaskId']
20881
- @TaskName = params['TaskName']
20882
- @TaskStatus = params['TaskStatus']
20883
- end
20884
- end
20885
-
20886
- # TKE集群信息详情
20887
- class InLongTkeDetail < TencentCloud::Common::AbstractModel
20888
- # @param ClusterId: 集群Id
20889
- # @type ClusterId: String
20890
- # @param ClusterName: 集群名称
20891
- # @type ClusterName: String
20892
- # @param Status: TKE集群状态 (Running 运行中 Creating 创建中 Idling 闲置中 Abnormal 异常)
20893
- # @type Status: String
20894
- # @param HasAgent: 是否安装Agent,true: 是,false: 否
20895
- # @type HasAgent: Boolean
20896
- # @param AgentId: 采集器ID
20897
- # 注意:此字段可能返回 null,表示取不到有效值。
20898
- # @type AgentId: String
20899
- # @param VpcId: VPC ID
20900
- # @type VpcId: String
20901
- # @param TkeRegion: TKE集群区域ID
20902
- # @type TkeRegion: String
20903
- # @param ClusterType: 集群类型,托管集群:MANAGED_CLUSTER,独立集群:INDEPENDENT_CLUSTER
20904
- # @type ClusterType: String
20905
-
20906
- attr_accessor :ClusterId, :ClusterName, :Status, :HasAgent, :AgentId, :VpcId, :TkeRegion, :ClusterType
20907
-
20908
- def initialize(clusterid=nil, clustername=nil, status=nil, hasagent=nil, agentid=nil, vpcid=nil, tkeregion=nil, clustertype=nil)
20909
- @ClusterId = clusterid
20910
- @ClusterName = clustername
20911
- @Status = status
20912
- @HasAgent = hasagent
20913
- @AgentId = agentid
20914
- @VpcId = vpcid
20915
- @TkeRegion = tkeregion
20916
- @ClusterType = clustertype
20917
- end
20918
-
20919
- def deserialize(params)
20920
- @ClusterId = params['ClusterId']
20921
- @ClusterName = params['ClusterName']
20922
- @Status = params['Status']
20923
- @HasAgent = params['HasAgent']
20924
- @AgentId = params['AgentId']
20925
- @VpcId = params['VpcId']
20926
- @TkeRegion = params['TkeRegion']
20927
- @ClusterType = params['ClusterType']
20928
- end
20929
- end
20930
-
20931
20253
  # 实例查询类型
20932
20254
  class InstanceApiOpsRequest < TencentCloud::Common::AbstractModel
20933
20255
  # @param Instance: 单个查询条件
@@ -21271,7 +20593,7 @@ module TencentCloud
21271
20593
  # @param StartTime: 开始启动时间
21272
20594
  # 注意:此字段可能返回 null,表示取不到有效值。
21273
20595
  # @type StartTime: String
21274
- # @param State: 实例状态
20596
+ # @param State: 实例状态 EVENT_LISTENING|DEPENDENCE|BEFORE_ASPECT|ALLOCATED|LAUNCHED|KILL|SNAP_STATE_SAVING|ISSUED|RUNNING|AFTER_ASPECT|PENDING|KILLING|FINAL_STATE_SAVING|FAILED|KILL_FAILED| COMPLETED|EXPIRED|KILL_EXPIRED|DELETED
21275
20597
  # 注意:此字段可能返回 null,表示取不到有效值。
21276
20598
  # @type State: String
21277
20599
  # @param TaskId: 任务ID
@@ -21509,7 +20831,7 @@ module TencentCloud
21509
20831
  # @param Tries: 重试次数
21510
20832
  # 注意:此字段可能返回 null,表示取不到有效值。
21511
20833
  # @type Tries: String
21512
- # @param LastUpdate: 最后更新事件
20834
+ # @param LastUpdate: 最后更新时间
21513
20835
  # 注意:此字段可能返回 null,表示取不到有效值。
21514
20836
  # @type LastUpdate: String
21515
20837
  # @param BrokerIp: 节点ip
@@ -22283,7 +21605,7 @@ module TencentCloud
22283
21605
  end
22284
21606
  end
22285
21607
 
22286
- # 集成节点
21608
+ # 集成任务节点
22287
21609
  class IntegrationNodeInfo < TencentCloud::Common::AbstractModel
22288
21610
  # @param Id: 集成节点id
22289
21611
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -22292,9 +21614,9 @@ module TencentCloud
22292
21614
  # @type TaskId: String
22293
21615
  # @param Name: 集成节点名称
22294
21616
  # @type Name: String
22295
- # @param NodeType: 集成节点类型
21617
+ # @param NodeType: 集成节点类型,INPUT: 输入节点,OUTPUT:输出节点
22296
21618
  # @type NodeType: String
22297
- # @param DataSourceType: 节点数据源类型
21619
+ # @param DataSourceType: 节点数据源类型:MYSQL|POSTGRE|ORACLE|SQLSERVER|FTP|HIVE|HDFS|ICEBERG|KAFKA|HBASE|SPARK|VIRTUAL|TBASE|DB2|DM|GAUSSDB|GBASE|IMPALA|ES|S3_DATAINSIGHT|GREENPLUM|PHOENIX|SAP_HANA|SFTP|OCEANBASE|CLICKHOUSE|KUDU|VERTICA|REDIS|COS|DLC|DLCV1|DORIS|CKAFKA|DTS_KAFKA|S3|CDW|LOCAL|TDSQLC|TDSQL|TDSQL_MYSQL|MONGODB|INFORMIX|SYBASE|REST_API|SuperSQL|PRESTO|DR_SUM|TiDB|StarRocks|Trino|Kyuubi|GDB|TCHOUSE_X|TCHOUSE_P|TDSQL_POSTGRE
22298
21620
  # @type DataSourceType: String
22299
21621
  # @param Description: 节点描述
22300
21622
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -22314,17 +21636,17 @@ module TencentCloud
22314
21636
  # @param NodeMapping: 节点映射
22315
21637
  # 注意:此字段可能返回 null,表示取不到有效值。
22316
21638
  # @type NodeMapping: :class:`Tencentcloud::Wedata.v20210820.models.IntegrationNodeMapping`
22317
- # @param AppId: 应用id
21639
+ # @param AppId: 归属用户AppId,展示字段 非传入
22318
21640
  # @type AppId: String
22319
21641
  # @param ProjectId: 项目id
22320
21642
  # @type ProjectId: String
22321
- # @param CreatorUin: 创建人uin
21643
+ # @param CreatorUin: 创建人uin,展示字段 非传入
22322
21644
  # 注意:此字段可能返回 null,表示取不到有效值。
22323
21645
  # @type CreatorUin: String
22324
- # @param OperatorUin: 操作人uin
21646
+ # @param OperatorUin: 操作人uin,展示字段 非传入
22325
21647
  # 注意:此字段可能返回 null,表示取不到有效值。
22326
21648
  # @type OperatorUin: String
22327
- # @param OwnerUin: owner uin
21649
+ # @param OwnerUin: owner uin 展示字段 非传入
22328
21650
  # @type OwnerUin: String
22329
21651
  # @param CreateTime: 创建时间
22330
21652
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -22460,7 +21782,7 @@ module TencentCloud
22460
21782
 
22461
21783
  # 集成节点schema
22462
21784
  class IntegrationNodeSchema < TencentCloud::Common::AbstractModel
22463
- # @param Id: schema id
21785
+ # @param Id: schema id 随机唯一
22464
21786
  # @type Id: String
22465
21787
  # @param Name: schema名称
22466
21788
  # @type Name: String
@@ -22511,9 +21833,9 @@ module TencentCloud
22511
21833
 
22512
21834
  # 集成节点schema映射
22513
21835
  class IntegrationNodeSchemaMapping < TencentCloud::Common::AbstractModel
22514
- # @param SourceSchemaId: schema id
21836
+ # @param SourceSchemaId: 任务节点的源schema id
22515
21837
  # @type SourceSchemaId: String
22516
- # @param SinkSchemaId: 目标schema id
21838
+ # @param SinkSchemaId: 任务节点目标schema id
22517
21839
  # @type SinkSchemaId: String
22518
21840
 
22519
21841
  attr_accessor :SourceSchemaId, :SinkSchemaId
@@ -22573,10 +21895,10 @@ module TencentCloud
22573
21895
  # @param TaskId: 任务id
22574
21896
  # 注意:此字段可能返回 null,表示取不到有效值。
22575
21897
  # @type TaskId: String
22576
- # @param ScheduleTaskId: 任务调度id(oceanus or us等作业id)
21898
+ # @param ScheduleTaskId: 任务调度id(oceanus or us等作业id),非填项
22577
21899
  # 注意:此字段可能返回 null,表示取不到有效值。
22578
21900
  # @type ScheduleTaskId: String
22579
- # @param TaskGroupId: 任务组id
21901
+ # @param TaskGroupId: inlong任务id
22580
21902
  # 注意:此字段可能返回 null,表示取不到有效值。
22581
21903
  # @type TaskGroupId: String
22582
21904
  # @param ProjectId: 项目id
@@ -22594,7 +21916,7 @@ module TencentCloud
22594
21916
  # @param AppId: 应用id
22595
21917
  # 注意:此字段可能返回 null,表示取不到有效值。
22596
21918
  # @type AppId: String
22597
- # @param Status: 任务状态1.初始化,2.操作中,3.运行中,4.暂停,5.任务停止中,6.停止,7.执行失败,8.已删除,9.已锁定,10.配置过期,11.提交中,12.提交成功,13.提交失败
21919
+ # @param Status: 1:未开始|2:操作中|3:运行中|4:暂停|5:任务停止中|6:停止|7:执行失败|20:异常|21:未知|
22598
21920
  # 注意:此字段可能返回 null,表示取不到有效值。
22599
21921
  # @type Status: Integer
22600
21922
  # @param Nodes: 节点列表
@@ -22615,7 +21937,7 @@ module TencentCloud
22615
21937
  # @param Mappings: 节点映射
22616
21938
  # 注意:此字段可能返回 null,表示取不到有效值。
22617
21939
  # @type Mappings: Array
22618
- # @param TaskMode: 任务模式:1.画布模式,2.flink jar
21940
+ # @param TaskMode: 任务配置模式,0:画布 1:表单 3:脚本
22619
21941
  # 注意:此字段可能返回 null,表示取不到有效值。
22620
21942
  # @type TaskMode: String
22621
21943
  # @param Incharge: 责任人
@@ -22627,7 +21949,7 @@ module TencentCloud
22627
21949
  # @param ExecutorGroupName: group name
22628
21950
  # 注意:此字段可能返回 null,表示取不到有效值。
22629
21951
  # @type ExecutorGroupName: String
22630
- # @param InLongManagerUrl: url
21952
+ # @param InLongManagerUrl: inlong manager url
22631
21953
  # 注意:此字段可能返回 null,表示取不到有效值。
22632
21954
  # @type InLongManagerUrl: String
22633
21955
  # @param InLongStreamId: stream id
@@ -22636,16 +21958,16 @@ module TencentCloud
22636
21958
  # @param InLongManagerVersion: version
22637
21959
  # 注意:此字段可能返回 null,表示取不到有效值。
22638
21960
  # @type InLongManagerVersion: String
22639
- # @param DataProxyUrl: dataproxy url
21961
+ # @param DataProxyUrl: inlong dataproxy url
22640
21962
  # 注意:此字段可能返回 null,表示取不到有效值。
22641
21963
  # @type DataProxyUrl: Array
22642
21964
  # @param Submit: 任务版本是否已提交运维
22643
21965
  # 注意:此字段可能返回 null,表示取不到有效值。
22644
21966
  # @type Submit: Boolean
22645
- # @param InputDatasourceType: MYSQL
21967
+ # @param InputDatasourceType: 数据源类型:MYSQL|POSTGRE|ORACLE|SQLSERVER|FTP|HIVE|HDFS|ICEBERG|KAFKA|HBASE|SPARK|VIRTUAL|TBASE|DB2|DM|GAUSSDB|GBASE|IMPALA|ES|S3_DATAINSIGHT|GREENPLUM|PHOENIX|SAP_HANA|SFTP|OCEANBASE|CLICKHOUSE|KUDU|VERTICA|REDIS|COS|DLC|DLCV1|DORIS|CKAFKA|DTS_KAFKA|S3|CDW|LOCAL|TDSQLC|TDSQL|TDSQL_MYSQL|MONGODB|INFORMIX|SYBASE|REST_API|SuperSQL|PRESTO|DR_SUM|TiDB|StarRocks|Trino|Kyuubi|GDB|TCHOUSE_X|TCHOUSE_P|TDSQL_POSTGRE
22646
21968
  # 注意:此字段可能返回 null,表示取不到有效值。
22647
21969
  # @type InputDatasourceType: String
22648
- # @param OutputDatasourceType: DLC
21970
+ # @param OutputDatasourceType: 数据源类型:MYSQL|POSTGRE|ORACLE|SQLSERVER|FTP|HIVE|HDFS|ICEBERG|KAFKA|HBASE|SPARK|VIRTUAL|TBASE|DB2|DM|GAUSSDB|GBASE|IMPALA|ES|S3_DATAINSIGHT|GREENPLUM|PHOENIX|SAP_HANA|SFTP|OCEANBASE|CLICKHOUSE|KUDU|VERTICA|REDIS|COS|DLC|DLCV1|DORIS|CKAFKA|DTS_KAFKA|S3|CDW|LOCAL|TDSQLC|TDSQL|TDSQL_MYSQL|MONGODB|INFORMIX|SYBASE|REST_API|SuperSQL|PRESTO|DR_SUM|TiDB|StarRocks|Trino|Kyuubi|GDB|TCHOUSE_X|TCHOUSE_P|TDSQL_POSTGRE
22649
21971
  # 注意:此字段可能返回 null,表示取不到有效值。
22650
21972
  # @type OutputDatasourceType: String
22651
21973
  # @param NumRecordsIn: 读取条数
@@ -22687,13 +22009,13 @@ module TencentCloud
22687
22009
  # @param TaskAlarmRegularList: 该任务关联的告警规则
22688
22010
  # 注意:此字段可能返回 null,表示取不到有效值。
22689
22011
  # @type TaskAlarmRegularList: Array
22690
- # @param SwitchResource: 资源分层情况: 0:进行中,1:成功 ,2:失败
22012
+ # @param SwitchResource: 实时任务资源分层情况: 0:进行中,1:成功 ,2:失败
22691
22013
  # 注意:此字段可能返回 null,表示取不到有效值。
22692
22014
  # @type SwitchResource: Integer
22693
- # @param ReadPhase: 读取阶段:0:全部全量,1:部分全量,2:全部增量
22015
+ # @param ReadPhase: 实时任务读取阶段:0:全部全量,1:部分全量,2:全部增量
22694
22016
  # 注意:此字段可能返回 null,表示取不到有效值。
22695
22017
  # @type ReadPhase: Integer
22696
- # @param InstanceVersion: 版本号
22018
+ # @param InstanceVersion: 实时任务版本号
22697
22019
  # 注意:此字段可能返回 null,表示取不到有效值。
22698
22020
  # @type InstanceVersion: Integer
22699
22021
  # @param ArrangeSpaceTaskId: 离线任务导入到编排空间的任务id
@@ -25404,36 +24726,12 @@ module TencentCloud
25404
24726
  end
25405
24727
  end
25406
24728
 
25407
- # 命名空间
25408
- class Namespace < TencentCloud::Common::AbstractModel
25409
- # @param Name: 名称
25410
- # @type Name: String
25411
- # @param Status: 当前状态
25412
- # @type Status: String
25413
- # @param CreatedAt: 创建时间
25414
- # @type CreatedAt: String
25415
-
25416
- attr_accessor :Name, :Status, :CreatedAt
25417
-
25418
- def initialize(name=nil, status=nil, createdat=nil)
25419
- @Name = name
25420
- @Status = status
25421
- @CreatedAt = createdat
25422
- end
25423
-
25424
- def deserialize(params)
25425
- @Name = params['Name']
25426
- @Status = params['Status']
25427
- @CreatedAt = params['CreatedAt']
25428
- end
25429
- end
25430
-
25431
24729
  # 离线实例
25432
24730
  class OfflineInstance < TencentCloud::Common::AbstractModel
25433
- # @param CreateUin: 创建账号
24731
+ # @param CreateUin: 创建账号sub uin
25434
24732
  # 注意:此字段可能返回 null,表示取不到有效值。
25435
24733
  # @type CreateUin: String
25436
- # @param OperatorUin: 操作账号
24734
+ # @param OperatorUin: 操作账号sub uin
25437
24735
  # 注意:此字段可能返回 null,表示取不到有效值。
25438
24736
  # @type OperatorUin: String
25439
24737
  # @param OwnerUin: 主账号
@@ -25451,15 +24749,15 @@ module TencentCloud
25451
24749
  # @type CurRunDate: String
25452
24750
  # @param IssueId: 下发时间
25453
24751
  # @type IssueId: String
25454
- # @param InlongTaskId: 资源组id
24752
+ # @param InlongTaskId: 下发资源组id,非传入项
25455
24753
  # 注意:此字段可能返回 null,表示取不到有效值。
25456
24754
  # @type InlongTaskId: String
25457
24755
  # @param ResourceGroup: 资源组
25458
24756
  # 注意:此字段可能返回 null,表示取不到有效值。
25459
24757
  # @type ResourceGroup: String
25460
- # @param TaskRunType: 实例类型
24758
+ # @param TaskRunType: 任务类型(1 调试运行,2 调度执行)
25461
24759
  # @type TaskRunType: Integer
25462
- # @param State: 实例状态
24760
+ # @param State: 实例状态 EVENT_LISTENING|DEPENDENCE|BEFORE_ASPECT|ALLOCATED|LAUNCHED|KILL|SNAP_STATE_SAVING|ISSUED|RUNNING|AFTER_ASPECT|PENDING|KILLING|FINAL_STATE_SAVING|FAILED|KILL_FAILED| COMPLETED|EXPIRED|KILL_EXPIRED|DELETED
25463
24761
  # @type State: String
25464
24762
  # @param StartTime: 开始时间
25465
24763
  # 注意:此字段可能返回 null,表示取不到有效值。
@@ -25523,19 +24821,19 @@ module TencentCloud
25523
24821
  class OfflineTaskAddParam < TencentCloud::Common::AbstractModel
25524
24822
  # @param WorkflowName: 名称
25525
24823
  # @type WorkflowName: String
25526
- # @param DependencyWorkflow: 依赖
24824
+ # @param DependencyWorkflow: 依赖:yes、no
25527
24825
  # @type DependencyWorkflow: String
25528
- # @param StartTime: 开始时间
24826
+ # @param StartTime: 任务开始数据时间。非空。默认当前时间
25529
24827
  # @type StartTime: String
25530
- # @param EndTime: 结束时间
24828
+ # @param EndTime: 任务结束数据时间。非空。默认当前时间
25531
24829
  # @type EndTime: String
25532
- # @param CycleType: 周期
24830
+ # @param CycleType: 周期类型。一次性任务:6、分钟任务:1、小时任务:2、天任务:3、周任务:4、月任务:5、crontab任务:0
25533
24831
  # @type CycleType: Integer
25534
- # @param CycleStep: 周期间隔
24832
+ # @param CycleStep: 间隔,可选,默认1。非空。默认 1
25535
24833
  # @type CycleStep: Integer
25536
- # @param DelayTime: 延迟时间
24834
+ # @param DelayTime: 延时执行时间,单位分钟
25537
24835
  # @type DelayTime: Integer
25538
- # @param CrontabExpression: crontab
24836
+ # @param CrontabExpression: 任务cron表达式,仅cron任务使用,其他时候默认为空
25539
24837
  # 注意:此字段可能返回 null,表示取不到有效值。
25540
24838
  # @type CrontabExpression: String
25541
24839
  # @param RetryWait: 重试等待
@@ -25552,7 +24850,7 @@ module TencentCloud
25552
24850
  # 2 无序串行 一次一个,不排队 serial
25553
24851
  # 3 并行 一次多个 parallel
25554
24852
  # @type SelfDepend: Integer
25555
- # @param TaskAction: 周任务:1是周天,2是周1,7是周6
24853
+ # @param TaskAction: 时间指定,如月任务指定1,3号,则填入 1,3。非空。默认 ""
25556
24854
  # 月任务:如具体1,3号则写 "1,3",指定月末不可和具体号数一起输入,仅能为 "L"
25557
24855
  # 注意:此字段可能返回 null,表示取不到有效值。
25558
24856
  # @type TaskAction: String
@@ -25565,7 +24863,7 @@ module TencentCloud
25565
24863
  # @param TaskAutoSubmit: 是否自动提交
25566
24864
  # 注意:此字段可能返回 null,表示取不到有效值。
25567
24865
  # @type TaskAutoSubmit: Boolean
25568
- # @param InstanceInitStrategy: 实例初始化策略
24866
+ # @param InstanceInitStrategy: 实例生成方式,T_PLUS_0 当天任务当天调度 / T_PLUS_1 当天任务后一天调度
25569
24867
  # 注意:此字段可能返回 null,表示取不到有效值。
25570
24868
  # @type InstanceInitStrategy: String
25571
24869
 
@@ -26740,11 +26038,11 @@ module TencentCloud
26740
26038
  end
26741
26039
  end
26742
26040
 
26743
- # 通用记录字段
26041
+ # 通用记录字段,与服务端约定传入合法的键值对
26744
26042
  class RecordField < TencentCloud::Common::AbstractModel
26745
- # @param Name: 字段名称
26043
+ # @param Name: 字段名称,拓展字段名称
26746
26044
  # @type Name: String
26747
- # @param Value: 字段值
26045
+ # @param Value: 字段值,拓展字段值
26748
26046
  # @type Value: String
26749
26047
 
26750
26048
  attr_accessor :Name, :Value
@@ -27308,42 +26606,6 @@ module TencentCloud
27308
26606
  end
27309
26607
  end
27310
26608
 
27311
- # RestartInLongAgent请求参数结构体
27312
- class RestartInLongAgentRequest < TencentCloud::Common::AbstractModel
27313
- # @param AgentId: 采集器ID
27314
- # @type AgentId: String
27315
- # @param ProjectId: WeData项目ID
27316
- # @type ProjectId: String
27317
-
27318
- attr_accessor :AgentId, :ProjectId
27319
-
27320
- def initialize(agentid=nil, projectid=nil)
27321
- @AgentId = agentid
27322
- @ProjectId = projectid
27323
- end
27324
-
27325
- def deserialize(params)
27326
- @AgentId = params['AgentId']
27327
- @ProjectId = params['ProjectId']
27328
- end
27329
- end
27330
-
27331
- # RestartInLongAgent返回参数结构体
27332
- class RestartInLongAgentResponse < TencentCloud::Common::AbstractModel
27333
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
27334
- # @type RequestId: String
27335
-
27336
- attr_accessor :RequestId
27337
-
27338
- def initialize(requestid=nil)
27339
- @RequestId = requestid
27340
- end
27341
-
27342
- def deserialize(params)
27343
- @RequestId = params['RequestId']
27344
- end
27345
- end
27346
-
27347
26609
  # ResumeIntegrationTask请求参数结构体
27348
26610
  class ResumeIntegrationTaskRequest < TencentCloud::Common::AbstractModel
27349
26611
  # @param TaskId: 任务id
@@ -32534,7 +31796,7 @@ module TencentCloud
32534
31796
  # @type AlarmWay: String
32535
31797
  # @param TaskType: 任务类型(201表示实时,202表示离线)
32536
31798
  # @type TaskType: Integer
32537
- # @param Id: 主键ID
31799
+ # @param Id: ID
32538
31800
  # 注意:此字段可能返回 null,表示取不到有效值。
32539
31801
  # @type Id: String
32540
31802
  # @param RegularId: 规则ID
@@ -36216,50 +35478,6 @@ module TencentCloud
36216
35478
  end
36217
35479
  end
36218
35480
 
36219
- # UpdateInLongAgent请求参数结构体
36220
- class UpdateInLongAgentRequest < TencentCloud::Common::AbstractModel
36221
- # @param AgentId: 采集器ID
36222
- # @type AgentId: String
36223
- # @param ProjectId: WeData项目ID
36224
- # @type ProjectId: String
36225
- # @param AgentName: 采集器名称
36226
- # @type AgentName: String
36227
- # @param ExecutorGroupId: 集成资源组ID
36228
- # @type ExecutorGroupId: String
36229
-
36230
- attr_accessor :AgentId, :ProjectId, :AgentName, :ExecutorGroupId
36231
-
36232
- def initialize(agentid=nil, projectid=nil, agentname=nil, executorgroupid=nil)
36233
- @AgentId = agentid
36234
- @ProjectId = projectid
36235
- @AgentName = agentname
36236
- @ExecutorGroupId = executorgroupid
36237
- end
36238
-
36239
- def deserialize(params)
36240
- @AgentId = params['AgentId']
36241
- @ProjectId = params['ProjectId']
36242
- @AgentName = params['AgentName']
36243
- @ExecutorGroupId = params['ExecutorGroupId']
36244
- end
36245
- end
36246
-
36247
- # UpdateInLongAgent返回参数结构体
36248
- class UpdateInLongAgentResponse < TencentCloud::Common::AbstractModel
36249
- # @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
36250
- # @type RequestId: String
36251
-
36252
- attr_accessor :RequestId
36253
-
36254
- def initialize(requestid=nil)
36255
- @RequestId = requestid
36256
- end
36257
-
36258
- def deserialize(params)
36259
- @RequestId = params['RequestId']
36260
- end
36261
- end
36262
-
36263
35481
  # UpdateWorkflowOwner请求参数结构体
36264
35482
  class UpdateWorkflowOwnerRequest < TencentCloud::Common::AbstractModel
36265
35483
  # @param ProjectId: 项目Id