tencentcloud-sdk-wedata 3.0.995 → 3.0.996
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/v20210820/client.rb +24 -0
- data/lib/v20210820/models.rb +83 -12
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 84eeac390f4c364febc64a1e5e28396e21eb72aa
|
4
|
+
data.tar.gz: 26b90f8a414a3f02dea5c1bd8f848232767e6447
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2734e814a3992d9585f64d8983da29946a6b5364a87a5506a38cc0fcd770fbddef6f62bfc71d800f31974d2c6d20916ff6889e1271c0c3d09792a0ac751ceead
|
7
|
+
data.tar.gz: afc812375bf86b589163af9da9b067797a50996fa88dab5bd873368b0f191400a093a050eb7ed0458239817161bb7db202faf38c1fab6a10a3c125b53b5fb75c
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.996
|
data/lib/v20210820/client.rb
CHANGED
@@ -2285,6 +2285,30 @@ module TencentCloud
|
|
2285
2285
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2286
2286
|
end
|
2287
2287
|
|
2288
|
+
# 实例详情页,返回某个实例所有生命周期信息
|
2289
|
+
|
2290
|
+
# @param request: Request instance for DescribeInstanceDetailInfo.
|
2291
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeInstanceDetailInfoRequest`
|
2292
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeInstanceDetailInfoResponse`
|
2293
|
+
def DescribeInstanceDetailInfo(request)
|
2294
|
+
body = send_request('DescribeInstanceDetailInfo', request.serialize)
|
2295
|
+
response = JSON.parse(body)
|
2296
|
+
if response['Response'].key?('Error') == false
|
2297
|
+
model = DescribeInstanceDetailInfoResponse.new
|
2298
|
+
model.deserialize(response['Response'])
|
2299
|
+
model
|
2300
|
+
else
|
2301
|
+
code = response['Response']['Error']['Code']
|
2302
|
+
message = response['Response']['Error']['Message']
|
2303
|
+
reqid = response['Response']['RequestId']
|
2304
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2305
|
+
end
|
2306
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2307
|
+
raise e
|
2308
|
+
rescue StandardError => e
|
2309
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2310
|
+
end
|
2311
|
+
|
2288
2312
|
# 日志获取详情页面
|
2289
2313
|
|
2290
2314
|
# @param request: Request instance for DescribeInstanceLastLog.
|
data/lib/v20210820/models.rb
CHANGED
@@ -2272,8 +2272,8 @@ module TencentCloud
|
|
2272
2272
|
|
2273
2273
|
attr_accessor :ProjectId, :AlarmRegularName, :TaskId, :Id, :TaskType, :MonitorType
|
2274
2274
|
extend Gem::Deprecate
|
2275
|
-
deprecate :TaskId, :none, 2025,
|
2276
|
-
deprecate :TaskId=, :none, 2025,
|
2275
|
+
deprecate :TaskId, :none, 2025, 2
|
2276
|
+
deprecate :TaskId=, :none, 2025, 2
|
2277
2277
|
|
2278
2278
|
def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil)
|
2279
2279
|
@ProjectId = projectid
|
@@ -8750,12 +8750,12 @@ module TencentCloud
|
|
8750
8750
|
|
8751
8751
|
attr_accessor :ProjectId, :Category, :PageNumber, :PageSize, :EventName, :EventType, :EventSubType, :EventBroadcastType, :Status, :CreationTimeStart, :CreationTimeEnd, :EventTriggeredTimeStart, :EventTriggeredTimeEnd, :LogTimeStart, :LogTimeEnd, :Dimension, :TimeToLive, :SortItem, :SortType
|
8752
8752
|
extend Gem::Deprecate
|
8753
|
-
deprecate :EventType, :none, 2025,
|
8754
|
-
deprecate :EventType=, :none, 2025,
|
8755
|
-
deprecate :EventBroadcastType, :none, 2025,
|
8756
|
-
deprecate :EventBroadcastType=, :none, 2025,
|
8757
|
-
deprecate :Status, :none, 2025,
|
8758
|
-
deprecate :Status=, :none, 2025,
|
8753
|
+
deprecate :EventType, :none, 2025, 2
|
8754
|
+
deprecate :EventType=, :none, 2025, 2
|
8755
|
+
deprecate :EventBroadcastType, :none, 2025, 2
|
8756
|
+
deprecate :EventBroadcastType=, :none, 2025, 2
|
8757
|
+
deprecate :Status, :none, 2025, 2
|
8758
|
+
deprecate :Status=, :none, 2025, 2
|
8759
8759
|
|
8760
8760
|
def initialize(projectid=nil, category=nil, pagenumber=nil, pagesize=nil, eventname=nil, eventtype=nil, eventsubtype=nil, eventbroadcasttype=nil, status=nil, creationtimestart=nil, creationtimeend=nil, eventtriggeredtimestart=nil, eventtriggeredtimeend=nil, logtimestart=nil, logtimeend=nil, dimension=nil, timetolive=nil, sortitem=nil, sorttype=nil)
|
8761
8761
|
@ProjectId = projectid
|
@@ -9263,6 +9263,77 @@ module TencentCloud
|
|
9263
9263
|
end
|
9264
9264
|
end
|
9265
9265
|
|
9266
|
+
# DescribeInstanceDetailInfo请求参数结构体
|
9267
|
+
class DescribeInstanceDetailInfoRequest < TencentCloud::Common::AbstractModel
|
9268
|
+
# @param TaskId: 任务ID
|
9269
|
+
# @type TaskId: String
|
9270
|
+
# @param CurRunDate: 实例数据时间
|
9271
|
+
# @type CurRunDate: String
|
9272
|
+
# @param ProjectId: 项目id
|
9273
|
+
# @type ProjectId: String
|
9274
|
+
# @param LifeRound: 实例的第几次执行
|
9275
|
+
# @type LifeRound: Integer
|
9276
|
+
# @param LifeRoundStartIndex: 生命周期查询起始index
|
9277
|
+
# @type LifeRoundStartIndex: Integer
|
9278
|
+
# @param LifeRoundSize: 生命周期查询批次数量
|
9279
|
+
# @type LifeRoundSize: Integer
|
9280
|
+
# @param TotalLifeRound: 生命周期总数,可省略
|
9281
|
+
# @type TotalLifeRound: String
|
9282
|
+
# @param Dynamic: 动态加载日志标识
|
9283
|
+
# @type Dynamic: Boolean
|
9284
|
+
|
9285
|
+
attr_accessor :TaskId, :CurRunDate, :ProjectId, :LifeRound, :LifeRoundStartIndex, :LifeRoundSize, :TotalLifeRound, :Dynamic
|
9286
|
+
|
9287
|
+
def initialize(taskid=nil, currundate=nil, projectid=nil, liferound=nil, liferoundstartindex=nil, liferoundsize=nil, totalliferound=nil, dynamic=nil)
|
9288
|
+
@TaskId = taskid
|
9289
|
+
@CurRunDate = currundate
|
9290
|
+
@ProjectId = projectid
|
9291
|
+
@LifeRound = liferound
|
9292
|
+
@LifeRoundStartIndex = liferoundstartindex
|
9293
|
+
@LifeRoundSize = liferoundsize
|
9294
|
+
@TotalLifeRound = totalliferound
|
9295
|
+
@Dynamic = dynamic
|
9296
|
+
end
|
9297
|
+
|
9298
|
+
def deserialize(params)
|
9299
|
+
@TaskId = params['TaskId']
|
9300
|
+
@CurRunDate = params['CurRunDate']
|
9301
|
+
@ProjectId = params['ProjectId']
|
9302
|
+
@LifeRound = params['LifeRound']
|
9303
|
+
@LifeRoundStartIndex = params['LifeRoundStartIndex']
|
9304
|
+
@LifeRoundSize = params['LifeRoundSize']
|
9305
|
+
@TotalLifeRound = params['TotalLifeRound']
|
9306
|
+
@Dynamic = params['Dynamic']
|
9307
|
+
end
|
9308
|
+
end
|
9309
|
+
|
9310
|
+
# DescribeInstanceDetailInfo返回参数结构体
|
9311
|
+
class DescribeInstanceDetailInfoResponse < TencentCloud::Common::AbstractModel
|
9312
|
+
# @param Data: 生命周期结果
|
9313
|
+
# @type Data: Array
|
9314
|
+
# @param RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
|
9315
|
+
# @type RequestId: String
|
9316
|
+
|
9317
|
+
attr_accessor :Data, :RequestId
|
9318
|
+
|
9319
|
+
def initialize(data=nil, requestid=nil)
|
9320
|
+
@Data = data
|
9321
|
+
@RequestId = requestid
|
9322
|
+
end
|
9323
|
+
|
9324
|
+
def deserialize(params)
|
9325
|
+
unless params['Data'].nil?
|
9326
|
+
@Data = []
|
9327
|
+
params['Data'].each do |i|
|
9328
|
+
instancelifecycleopsdto_tmp = InstanceLifeCycleOpsDto.new
|
9329
|
+
instancelifecycleopsdto_tmp.deserialize(i)
|
9330
|
+
@Data << instancelifecycleopsdto_tmp
|
9331
|
+
end
|
9332
|
+
end
|
9333
|
+
@RequestId = params['RequestId']
|
9334
|
+
end
|
9335
|
+
end
|
9336
|
+
|
9266
9337
|
# DescribeInstanceLastLog请求参数结构体
|
9267
9338
|
class DescribeInstanceLastLogRequest < TencentCloud::Common::AbstractModel
|
9268
9339
|
# @param TaskId: 任务id
|
@@ -14989,8 +15060,8 @@ module TencentCloud
|
|
14989
15060
|
|
14990
15061
|
attr_accessor :DimType, :Count, :QualityDim
|
14991
15062
|
extend Gem::Deprecate
|
14992
|
-
deprecate :DimType, :none, 2025,
|
14993
|
-
deprecate :DimType=, :none, 2025,
|
15063
|
+
deprecate :DimType, :none, 2025, 2
|
15064
|
+
deprecate :DimType=, :none, 2025, 2
|
14994
15065
|
|
14995
15066
|
def initialize(dimtype=nil, count=nil, qualitydim=nil)
|
14996
15067
|
@DimType = dimtype
|
@@ -20684,8 +20755,8 @@ module TencentCloud
|
|
20684
20755
|
|
20685
20756
|
attr_accessor :ProjectId, :TaskId, :DelayTime, :StartupTime, :SelfDepend, :StartTime, :EndTime, :TaskAction, :CycleType, :CycleStep, :CrontabExpression, :ExecutionStartTime, :ExecutionEndTime, :TaskName, :RetryWait, :TryLimit, :Retriable, :RunPriority, :TaskExt, :ResourceGroup, :YarnQueue, :BrokerIp, :InCharge, :Notes, :TaskParamInfos, :SourceServer, :TargetServer, :DependencyWorkflow, :DependencyConfigDTOs, :ExecutionTTL, :ScriptChange, :InChargeIds
|
20686
20757
|
extend Gem::Deprecate
|
20687
|
-
deprecate :InCharge, :none, 2025,
|
20688
|
-
deprecate :InCharge=, :none, 2025,
|
20758
|
+
deprecate :InCharge, :none, 2025, 2
|
20759
|
+
deprecate :InCharge=, :none, 2025, 2
|
20689
20760
|
|
20690
20761
|
def initialize(projectid=nil, taskid=nil, delaytime=nil, startuptime=nil, selfdepend=nil, starttime=nil, endtime=nil, taskaction=nil, cycletype=nil, cyclestep=nil, crontabexpression=nil, executionstarttime=nil, executionendtime=nil, taskname=nil, retrywait=nil, trylimit=nil, retriable=nil, runpriority=nil, taskext=nil, resourcegroup=nil, yarnqueue=nil, brokerip=nil, incharge=nil, notes=nil, taskparaminfos=nil, sourceserver=nil, targetserver=nil, dependencyworkflow=nil, dependencyconfigdtos=nil, executionttl=nil, scriptchange=nil, inchargeids=nil)
|
20691
20762
|
@ProjectId = projectid
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tencentcloud-sdk-wedata
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 3.0.
|
4
|
+
version: 3.0.996
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Tencent Cloud
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-02-
|
11
|
+
date: 2025-02-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: tencentcloud-sdk-common
|