tencentcloud-sdk-wedata 3.0.846 → 3.0.847
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 +1 -1
- data/lib/v20210820/models.rb +20 -15
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 52e70089c1110bd7b749d3fbefc689582cdb904d
|
4
|
+
data.tar.gz: 91cd9a647de4cdd624cd363caa0120b1d513021b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6586371212c4448efdc33101905f7fbdfae9cf051296f0435ba0dbc790ac380042e680ca5eb7eb79581de0beeea525230a093d4c0b70a8bffedc818440bcfe12
|
7
|
+
data.tar.gz: 9aef7f33472278e55afc3a7130b5ec21d0a7fa2a16624f4a6e43ff36a0c917df2433e9eeefd6ac00d829d73396d07b54ed8031dc7311a1ce774d553d621c4291
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.847
|
data/lib/v20210820/client.rb
CHANGED
@@ -4016,7 +4016,7 @@ module TencentCloud
|
|
4016
4016
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4017
4017
|
end
|
4018
4018
|
|
4019
|
-
#
|
4019
|
+
# 实例诊断,用于诊断 INITIAL、DEPENDENCE、ALLOCATED、LAUNCHED、EVENT_LISTENING、BEFORE_ASPECT、EXPIRED、FAILED状态的实例
|
4020
4020
|
|
4021
4021
|
# @param request: Request instance for DiagnosePro.
|
4022
4022
|
# @type request: :class:`Tencentcloud::wedata::V20210820::DiagnoseProRequest`
|
data/lib/v20210820/models.rb
CHANGED
@@ -12876,6 +12876,10 @@ module TencentCloud
|
|
12876
12876
|
|
12877
12877
|
# DiagnosePro请求参数结构体
|
12878
12878
|
class DiagnoseProRequest < TencentCloud::Common::AbstractModel
|
12879
|
+
# @param SearchCondition: 查询条件(当前接口TaskId和CurRunDate需要填充在该字段方可诊断)
|
12880
|
+
# @type SearchCondition: :class:`Tencentcloud::Wedata.v20210820.models.InstanceApiOpsRequest`
|
12881
|
+
# @param ProjectId: 项目id
|
12882
|
+
# @type ProjectId: String
|
12879
12883
|
# @param Instances: 实例列表
|
12880
12884
|
# @type Instances: Array
|
12881
12885
|
# @param CheckFather: 检查父任务类型, true: 检查父任务; false: 不检查父任务
|
@@ -12888,16 +12892,12 @@ module TencentCloud
|
|
12888
12892
|
# @type SkipEventListening: Boolean
|
12889
12893
|
# @param SonInstanceType: 下游实例范围 1: 所在工作流 2: 所在项目 3: 所有跨工作流依赖的项目
|
12890
12894
|
# @type SonInstanceType: String
|
12891
|
-
# @param SearchCondition: 查询条件(当前接口TaskId和CurRunDate需要填充在该字段方可诊断)
|
12892
|
-
# @type SearchCondition: :class:`Tencentcloud::Wedata.v20210820.models.InstanceApiOpsRequest`
|
12893
12895
|
# @param OptType: 访问类型
|
12894
12896
|
# @type OptType: String
|
12895
12897
|
# @param OperatorName: 操作者名称
|
12896
12898
|
# @type OperatorName: String
|
12897
12899
|
# @param OperatorId: 操作者id
|
12898
12900
|
# @type OperatorId: String
|
12899
|
-
# @param ProjectId: 项目id
|
12900
|
-
# @type ProjectId: String
|
12901
12901
|
# @param ProjectIdent: 项目标志
|
12902
12902
|
# @type ProjectIdent: String
|
12903
12903
|
# @param ProjectName: 项目名称
|
@@ -12913,20 +12913,20 @@ module TencentCloud
|
|
12913
12913
|
# @param IsCount: 是否计算总数
|
12914
12914
|
# @type IsCount: Boolean
|
12915
12915
|
|
12916
|
-
attr_accessor :Instances, :CheckFather, :RerunType, :DependentWay, :SkipEventListening, :SonInstanceType, :
|
12916
|
+
attr_accessor :SearchCondition, :ProjectId, :Instances, :CheckFather, :RerunType, :DependentWay, :SkipEventListening, :SonInstanceType, :OptType, :OperatorName, :OperatorId, :ProjectIdent, :ProjectName, :PageIndex, :PageSize, :Count, :RequestBaseInfo, :IsCount
|
12917
12917
|
|
12918
|
-
def initialize(instances=nil, checkfather=nil, reruntype=nil, dependentway=nil, skipeventlistening=nil, soninstancetype=nil,
|
12918
|
+
def initialize(searchcondition=nil, projectid=nil, instances=nil, checkfather=nil, reruntype=nil, dependentway=nil, skipeventlistening=nil, soninstancetype=nil, opttype=nil, operatorname=nil, operatorid=nil, projectident=nil, projectname=nil, pageindex=nil, pagesize=nil, count=nil, requestbaseinfo=nil, iscount=nil)
|
12919
|
+
@SearchCondition = searchcondition
|
12920
|
+
@ProjectId = projectid
|
12919
12921
|
@Instances = instances
|
12920
12922
|
@CheckFather = checkfather
|
12921
12923
|
@RerunType = reruntype
|
12922
12924
|
@DependentWay = dependentway
|
12923
12925
|
@SkipEventListening = skipeventlistening
|
12924
12926
|
@SonInstanceType = soninstancetype
|
12925
|
-
@SearchCondition = searchcondition
|
12926
12927
|
@OptType = opttype
|
12927
12928
|
@OperatorName = operatorname
|
12928
12929
|
@OperatorId = operatorid
|
12929
|
-
@ProjectId = projectid
|
12930
12930
|
@ProjectIdent = projectident
|
12931
12931
|
@ProjectName = projectname
|
12932
12932
|
@PageIndex = pageindex
|
@@ -12937,6 +12937,11 @@ module TencentCloud
|
|
12937
12937
|
end
|
12938
12938
|
|
12939
12939
|
def deserialize(params)
|
12940
|
+
unless params['SearchCondition'].nil?
|
12941
|
+
@SearchCondition = InstanceApiOpsRequest.new
|
12942
|
+
@SearchCondition.deserialize(params['SearchCondition'])
|
12943
|
+
end
|
12944
|
+
@ProjectId = params['ProjectId']
|
12940
12945
|
unless params['Instances'].nil?
|
12941
12946
|
@Instances = []
|
12942
12947
|
params['Instances'].each do |i|
|
@@ -12950,14 +12955,9 @@ module TencentCloud
|
|
12950
12955
|
@DependentWay = params['DependentWay']
|
12951
12956
|
@SkipEventListening = params['SkipEventListening']
|
12952
12957
|
@SonInstanceType = params['SonInstanceType']
|
12953
|
-
unless params['SearchCondition'].nil?
|
12954
|
-
@SearchCondition = InstanceApiOpsRequest.new
|
12955
|
-
@SearchCondition.deserialize(params['SearchCondition'])
|
12956
|
-
end
|
12957
12958
|
@OptType = params['OptType']
|
12958
12959
|
@OperatorName = params['OperatorName']
|
12959
12960
|
@OperatorId = params['OperatorId']
|
12960
|
-
@ProjectId = params['ProjectId']
|
12961
12961
|
@ProjectIdent = params['ProjectIdent']
|
12962
12962
|
@ProjectName = params['ProjectName']
|
12963
12963
|
@PageIndex = params['PageIndex']
|
@@ -25072,10 +25072,13 @@ module TencentCloud
|
|
25072
25072
|
# @param LarkWebHooks: 飞书群Hook地址,多个hook地址使用,隔开
|
25073
25073
|
# 注意:此字段可能返回 null,表示取不到有效值。
|
25074
25074
|
# @type LarkWebHooks: String
|
25075
|
+
# @param DingDingWebHooks: 钉钉群Hook地址,多个hook地址使用,隔开
|
25076
|
+
# 注意:此字段可能返回 null,表示取不到有效值。
|
25077
|
+
# @type DingDingWebHooks: String
|
25075
25078
|
|
25076
|
-
attr_accessor :TaskId, :RegularName, :RegularStatus, :AlarmLevel, :AlarmWay, :TaskType, :Id, :RegularId, :AlarmIndicator, :TriggerType, :EstimatedTime, :AlarmRecipientId, :ProjectId, :Creater, :AlarmRecipientName, :AlarmIndicatorDesc, :Operator, :NodeId, :NodeName, :AlarmIndicatorInfos, :AlarmRecipientType, :QuietPeriods, :WeComHook, :UpdateTime, :OperatorUin, :TaskCount, :MonitorType, :MonitorObjectIds, :LatestAlarmInstanceId, :LatestAlarmTime, :Description, :LarkWebHooks
|
25079
|
+
attr_accessor :TaskId, :RegularName, :RegularStatus, :AlarmLevel, :AlarmWay, :TaskType, :Id, :RegularId, :AlarmIndicator, :TriggerType, :EstimatedTime, :AlarmRecipientId, :ProjectId, :Creater, :AlarmRecipientName, :AlarmIndicatorDesc, :Operator, :NodeId, :NodeName, :AlarmIndicatorInfos, :AlarmRecipientType, :QuietPeriods, :WeComHook, :UpdateTime, :OperatorUin, :TaskCount, :MonitorType, :MonitorObjectIds, :LatestAlarmInstanceId, :LatestAlarmTime, :Description, :LarkWebHooks, :DingDingWebHooks
|
25077
25080
|
|
25078
|
-
def initialize(taskid=nil, regularname=nil, regularstatus=nil, alarmlevel=nil, alarmway=nil, tasktype=nil, id=nil, regularid=nil, alarmindicator=nil, triggertype=nil, estimatedtime=nil, alarmrecipientid=nil, projectid=nil, creater=nil, alarmrecipientname=nil, alarmindicatordesc=nil, operator=nil, nodeid=nil, nodename=nil, alarmindicatorinfos=nil, alarmrecipienttype=nil, quietperiods=nil, wecomhook=nil, updatetime=nil, operatoruin=nil, taskcount=nil, monitortype=nil, monitorobjectids=nil, latestalarminstanceid=nil, latestalarmtime=nil, description=nil, larkwebhooks=nil)
|
25081
|
+
def initialize(taskid=nil, regularname=nil, regularstatus=nil, alarmlevel=nil, alarmway=nil, tasktype=nil, id=nil, regularid=nil, alarmindicator=nil, triggertype=nil, estimatedtime=nil, alarmrecipientid=nil, projectid=nil, creater=nil, alarmrecipientname=nil, alarmindicatordesc=nil, operator=nil, nodeid=nil, nodename=nil, alarmindicatorinfos=nil, alarmrecipienttype=nil, quietperiods=nil, wecomhook=nil, updatetime=nil, operatoruin=nil, taskcount=nil, monitortype=nil, monitorobjectids=nil, latestalarminstanceid=nil, latestalarmtime=nil, description=nil, larkwebhooks=nil, dingdingwebhooks=nil)
|
25079
25082
|
@TaskId = taskid
|
25080
25083
|
@RegularName = regularname
|
25081
25084
|
@RegularStatus = regularstatus
|
@@ -25108,6 +25111,7 @@ module TencentCloud
|
|
25108
25111
|
@LatestAlarmTime = latestalarmtime
|
25109
25112
|
@Description = description
|
25110
25113
|
@LarkWebHooks = larkwebhooks
|
25114
|
+
@DingDingWebHooks = dingdingwebhooks
|
25111
25115
|
end
|
25112
25116
|
|
25113
25117
|
def deserialize(params)
|
@@ -25157,6 +25161,7 @@ module TencentCloud
|
|
25157
25161
|
@LatestAlarmTime = params['LatestAlarmTime']
|
25158
25162
|
@Description = params['Description']
|
25159
25163
|
@LarkWebHooks = params['LarkWebHooks']
|
25164
|
+
@DingDingWebHooks = params['DingDingWebHooks']
|
25160
25165
|
end
|
25161
25166
|
end
|
25162
25167
|
|