tencentcloud-sdk-wedata 3.0.1123 → 3.0.1129
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 -54
- data/lib/v20210820/models.rb +559 -303
- 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: 89715dfb77c95f3d7dda6fd8fcb2943f566815d3
|
4
|
+
data.tar.gz: fec3fd15a9fc1a5a76fa4fc99ea2908733559d50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 40c9c3b18448d7667e1d5901732a67a4c47cc9f89296069518191ee47f380556c6f66e25e43574259919637d4a9a566d4cc54af4c4a44521b8efb1fdc08b1a73
|
7
|
+
data.tar.gz: 7b0e939274086c10030832af01e40f7b375deb52ccb1ea849357ce84ea20ff05382347f1ef8043316548b1e3ecc1ccbd1fdbc9e798d118bf5c174d41cd1d7b46
|
data/lib/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
3.0.
|
1
|
+
3.0.1129
|
data/lib/v20210820/client.rb
CHANGED
@@ -2213,32 +2213,6 @@ module TencentCloud
|
|
2213
2213
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2214
2214
|
end
|
2215
2215
|
|
2216
|
-
# 无效API,没有上线过的业务功能
|
2217
|
-
|
2218
|
-
# 分页查询试运行实例列表
|
2219
|
-
|
2220
|
-
# @param request: Request instance for DescribeDrInstancePage.
|
2221
|
-
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeDrInstancePageRequest`
|
2222
|
-
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeDrInstancePageResponse`
|
2223
|
-
def DescribeDrInstancePage(request)
|
2224
|
-
body = send_request('DescribeDrInstancePage', request.serialize)
|
2225
|
-
response = JSON.parse(body)
|
2226
|
-
if response['Response'].key?('Error') == false
|
2227
|
-
model = DescribeDrInstancePageResponse.new
|
2228
|
-
model.deserialize(response['Response'])
|
2229
|
-
model
|
2230
|
-
else
|
2231
|
-
code = response['Response']['Error']['Code']
|
2232
|
-
message = response['Response']['Error']['Message']
|
2233
|
-
reqid = response['Response']['RequestId']
|
2234
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2235
|
-
end
|
2236
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2237
|
-
raise e
|
2238
|
-
rescue StandardError => e
|
2239
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2240
|
-
end
|
2241
|
-
|
2242
2216
|
# 查询目录树
|
2243
2217
|
|
2244
2218
|
# @param request: Request instance for DescribeDsFolderTree.
|
@@ -4498,34 +4472,6 @@ module TencentCloud
|
|
4498
4472
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4499
4473
|
end
|
4500
4474
|
|
4501
|
-
# 能够调通但该API已经没有使用了,看北京数据最后一次上报是23年10月,有接近一千万条数据历史无效数据。当前策略,云API示例修订然后已经分析出来的无效API走预下线流程。
|
4502
|
-
# https://capi.woa.com/api/detail?product=wedata&env=api_formal&version=2021-08-20&action=DescribeTaskByCycleReport
|
4503
|
-
# 这两天在分析API的时候 有较多运维大屏的原始API当前已经没有使用了,但API没有下线。预计需要专项去梳理这一系列待下线API。
|
4504
|
-
|
4505
|
-
# 任务状态周期增长趋势
|
4506
|
-
|
4507
|
-
# @param request: Request instance for DescribeTaskByCycleReport.
|
4508
|
-
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTaskByCycleReportRequest`
|
4509
|
-
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTaskByCycleReportResponse`
|
4510
|
-
def DescribeTaskByCycleReport(request)
|
4511
|
-
body = send_request('DescribeTaskByCycleReport', request.serialize)
|
4512
|
-
response = JSON.parse(body)
|
4513
|
-
if response['Response'].key?('Error') == false
|
4514
|
-
model = DescribeTaskByCycleReportResponse.new
|
4515
|
-
model.deserialize(response['Response'])
|
4516
|
-
model
|
4517
|
-
else
|
4518
|
-
code = response['Response']['Error']['Code']
|
4519
|
-
message = response['Response']['Error']['Message']
|
4520
|
-
reqid = response['Response']['RequestId']
|
4521
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4522
|
-
end
|
4523
|
-
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4524
|
-
raise e
|
4525
|
-
rescue StandardError => e
|
4526
|
-
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4527
|
-
end
|
4528
|
-
|
4529
4475
|
# 任务状态趋势
|
4530
4476
|
|
4531
4477
|
# @param request: Request instance for DescribeTaskByStatusReport.
|
@@ -4814,6 +4760,30 @@ module TencentCloud
|
|
4814
4760
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4815
4761
|
end
|
4816
4762
|
|
4763
|
+
# 获取编排空间试运行历史
|
4764
|
+
|
4765
|
+
# @param request: Request instance for DescribeTestRunningRecord.
|
4766
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTestRunningRecordRequest`
|
4767
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTestRunningRecordResponse`
|
4768
|
+
def DescribeTestRunningRecord(request)
|
4769
|
+
body = send_request('DescribeTestRunningRecord', request.serialize)
|
4770
|
+
response = JSON.parse(body)
|
4771
|
+
if response['Response'].key?('Error') == false
|
4772
|
+
model = DescribeTestRunningRecordResponse.new
|
4773
|
+
model.deserialize(response['Response'])
|
4774
|
+
model
|
4775
|
+
else
|
4776
|
+
code = response['Response']['Error']['Code']
|
4777
|
+
message = response['Response']['Error']['Message']
|
4778
|
+
reqid = response['Response']['RequestId']
|
4779
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4780
|
+
end
|
4781
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4782
|
+
raise e
|
4783
|
+
rescue StandardError => e
|
4784
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4785
|
+
end
|
4786
|
+
|
4817
4787
|
# 获取第三方运行日志
|
4818
4788
|
|
4819
4789
|
# @param request: Request instance for DescribeThirdTaskRunLog.
|