tencentcloud-sdk-wedata 3.0.450 → 3.0.451
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/VERSION +1 -1
- data/lib/v20210820/client.rb +1350 -51
- data/lib/v20210820/models.rb +8725 -3195
- metadata +1 -1
data/lib/v20210820/client.rb
CHANGED
@@ -392,6 +392,54 @@ module TencentCloud
|
|
392
392
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
393
393
|
end
|
394
394
|
|
395
|
+
# 检查规则名称是否重复
|
396
|
+
|
397
|
+
# @param request: Request instance for CheckDuplicateRuleName.
|
398
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::CheckDuplicateRuleNameRequest`
|
399
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::CheckDuplicateRuleNameResponse`
|
400
|
+
def CheckDuplicateRuleName(request)
|
401
|
+
body = send_request('CheckDuplicateRuleName', request.serialize)
|
402
|
+
response = JSON.parse(body)
|
403
|
+
if response['Response'].key?('Error') == false
|
404
|
+
model = CheckDuplicateRuleNameResponse.new
|
405
|
+
model.deserialize(response['Response'])
|
406
|
+
model
|
407
|
+
else
|
408
|
+
code = response['Response']['Error']['Code']
|
409
|
+
message = response['Response']['Error']['Message']
|
410
|
+
reqid = response['Response']['RequestId']
|
411
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
412
|
+
end
|
413
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
414
|
+
raise e
|
415
|
+
rescue StandardError => e
|
416
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
417
|
+
end
|
418
|
+
|
419
|
+
# 检查规则模板名称是否重复
|
420
|
+
|
421
|
+
# @param request: Request instance for CheckDuplicateTemplateName.
|
422
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::CheckDuplicateTemplateNameRequest`
|
423
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::CheckDuplicateTemplateNameResponse`
|
424
|
+
def CheckDuplicateTemplateName(request)
|
425
|
+
body = send_request('CheckDuplicateTemplateName', request.serialize)
|
426
|
+
response = JSON.parse(body)
|
427
|
+
if response['Response'].key?('Error') == false
|
428
|
+
model = CheckDuplicateTemplateNameResponse.new
|
429
|
+
model.deserialize(response['Response'])
|
430
|
+
model
|
431
|
+
else
|
432
|
+
code = response['Response']['Error']['Code']
|
433
|
+
message = response['Response']['Error']['Message']
|
434
|
+
reqid = response['Response']['RequestId']
|
435
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
436
|
+
end
|
437
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
438
|
+
raise e
|
439
|
+
rescue StandardError => e
|
440
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
441
|
+
end
|
442
|
+
|
395
443
|
# 判断集成节点名称是否存在
|
396
444
|
|
397
445
|
# @param request: Request instance for CheckIntegrationNodeNameExists.
|
@@ -464,6 +512,30 @@ module TencentCloud
|
|
464
512
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
465
513
|
end
|
466
514
|
|
515
|
+
# 提交数据导出任务
|
516
|
+
|
517
|
+
# @param request: Request instance for CommitExportTask.
|
518
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::CommitExportTaskRequest`
|
519
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::CommitExportTaskResponse`
|
520
|
+
def CommitExportTask(request)
|
521
|
+
body = send_request('CommitExportTask', request.serialize)
|
522
|
+
response = JSON.parse(body)
|
523
|
+
if response['Response'].key?('Error') == false
|
524
|
+
model = CommitExportTaskResponse.new
|
525
|
+
model.deserialize(response['Response'])
|
526
|
+
model
|
527
|
+
else
|
528
|
+
code = response['Response']['Error']['Code']
|
529
|
+
message = response['Response']['Error']['Message']
|
530
|
+
reqid = response['Response']['RequestId']
|
531
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
532
|
+
end
|
533
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
534
|
+
raise e
|
535
|
+
rescue StandardError => e
|
536
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
537
|
+
end
|
538
|
+
|
467
539
|
# 提交集成任务
|
468
540
|
|
469
541
|
# @param request: Request instance for CommitIntegrationTask.
|
@@ -488,6 +560,54 @@ module TencentCloud
|
|
488
560
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
489
561
|
end
|
490
562
|
|
563
|
+
# Runner 规则检测结果上报
|
564
|
+
|
565
|
+
# @param request: Request instance for CommitRuleGroupExecResult.
|
566
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::CommitRuleGroupExecResultRequest`
|
567
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::CommitRuleGroupExecResultResponse`
|
568
|
+
def CommitRuleGroupExecResult(request)
|
569
|
+
body = send_request('CommitRuleGroupExecResult', request.serialize)
|
570
|
+
response = JSON.parse(body)
|
571
|
+
if response['Response'].key?('Error') == false
|
572
|
+
model = CommitRuleGroupExecResultResponse.new
|
573
|
+
model.deserialize(response['Response'])
|
574
|
+
model
|
575
|
+
else
|
576
|
+
code = response['Response']['Error']['Code']
|
577
|
+
message = response['Response']['Error']['Message']
|
578
|
+
reqid = response['Response']['RequestId']
|
579
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
580
|
+
end
|
581
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
582
|
+
raise e
|
583
|
+
rescue StandardError => e
|
584
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
585
|
+
end
|
586
|
+
|
587
|
+
# 提交规则组运行任务接口
|
588
|
+
|
589
|
+
# @param request: Request instance for CommitRuleGroupTask.
|
590
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::CommitRuleGroupTaskRequest`
|
591
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::CommitRuleGroupTaskResponse`
|
592
|
+
def CommitRuleGroupTask(request)
|
593
|
+
body = send_request('CommitRuleGroupTask', request.serialize)
|
594
|
+
response = JSON.parse(body)
|
595
|
+
if response['Response'].key?('Error') == false
|
596
|
+
model = CommitRuleGroupTaskResponse.new
|
597
|
+
model.deserialize(response['Response'])
|
598
|
+
model
|
599
|
+
else
|
600
|
+
code = response['Response']['Error']['Code']
|
601
|
+
message = response['Response']['Error']['Message']
|
602
|
+
reqid = response['Response']['RequestId']
|
603
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
604
|
+
end
|
605
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
606
|
+
raise e
|
607
|
+
rescue StandardError => e
|
608
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
609
|
+
end
|
610
|
+
|
491
611
|
# 创建用户自定义函数
|
492
612
|
|
493
613
|
# @param request: Request instance for CreateCustomFunction.
|
@@ -730,6 +850,54 @@ module TencentCloud
|
|
730
850
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
731
851
|
end
|
732
852
|
|
853
|
+
# 创建质量规则接口
|
854
|
+
|
855
|
+
# @param request: Request instance for CreateRule.
|
856
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::CreateRuleRequest`
|
857
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::CreateRuleResponse`
|
858
|
+
def CreateRule(request)
|
859
|
+
body = send_request('CreateRule', request.serialize)
|
860
|
+
response = JSON.parse(body)
|
861
|
+
if response['Response'].key?('Error') == false
|
862
|
+
model = CreateRuleResponse.new
|
863
|
+
model.deserialize(response['Response'])
|
864
|
+
model
|
865
|
+
else
|
866
|
+
code = response['Response']['Error']['Code']
|
867
|
+
message = response['Response']['Error']['Message']
|
868
|
+
reqid = response['Response']['RequestId']
|
869
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
870
|
+
end
|
871
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
872
|
+
raise e
|
873
|
+
rescue StandardError => e
|
874
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
875
|
+
end
|
876
|
+
|
877
|
+
# 创建规则模版
|
878
|
+
|
879
|
+
# @param request: Request instance for CreateRuleTemplate.
|
880
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::CreateRuleTemplateRequest`
|
881
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::CreateRuleTemplateResponse`
|
882
|
+
def CreateRuleTemplate(request)
|
883
|
+
body = send_request('CreateRuleTemplate', request.serialize)
|
884
|
+
response = JSON.parse(body)
|
885
|
+
if response['Response'].key?('Error') == false
|
886
|
+
model = CreateRuleTemplateResponse.new
|
887
|
+
model.deserialize(response['Response'])
|
888
|
+
model
|
889
|
+
else
|
890
|
+
code = response['Response']['Error']['Code']
|
891
|
+
message = response['Response']['Error']['Message']
|
892
|
+
reqid = response['Response']['RequestId']
|
893
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
894
|
+
end
|
895
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
896
|
+
raise e
|
897
|
+
rescue StandardError => e
|
898
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
899
|
+
end
|
900
|
+
|
733
901
|
# <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
734
902
|
# 创建任务
|
735
903
|
|
@@ -998,6 +1166,54 @@ module TencentCloud
|
|
998
1166
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
999
1167
|
end
|
1000
1168
|
|
1169
|
+
# 删除质量规则接口
|
1170
|
+
|
1171
|
+
# @param request: Request instance for DeleteRule.
|
1172
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DeleteRuleRequest`
|
1173
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DeleteRuleResponse`
|
1174
|
+
def DeleteRule(request)
|
1175
|
+
body = send_request('DeleteRule', request.serialize)
|
1176
|
+
response = JSON.parse(body)
|
1177
|
+
if response['Response'].key?('Error') == false
|
1178
|
+
model = DeleteRuleResponse.new
|
1179
|
+
model.deserialize(response['Response'])
|
1180
|
+
model
|
1181
|
+
else
|
1182
|
+
code = response['Response']['Error']['Code']
|
1183
|
+
message = response['Response']['Error']['Message']
|
1184
|
+
reqid = response['Response']['RequestId']
|
1185
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1186
|
+
end
|
1187
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1188
|
+
raise e
|
1189
|
+
rescue StandardError => e
|
1190
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1191
|
+
end
|
1192
|
+
|
1193
|
+
# 删除规则模版
|
1194
|
+
|
1195
|
+
# @param request: Request instance for DeleteRuleTemplate.
|
1196
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DeleteRuleTemplateRequest`
|
1197
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DeleteRuleTemplateResponse`
|
1198
|
+
def DeleteRuleTemplate(request)
|
1199
|
+
body = send_request('DeleteRuleTemplate', request.serialize)
|
1200
|
+
response = JSON.parse(body)
|
1201
|
+
if response['Response'].key?('Error') == false
|
1202
|
+
model = DeleteRuleTemplateResponse.new
|
1203
|
+
model.deserialize(response['Response'])
|
1204
|
+
model
|
1205
|
+
else
|
1206
|
+
code = response['Response']['Error']['Code']
|
1207
|
+
message = response['Response']['Error']['Message']
|
1208
|
+
reqid = response['Response']['RequestId']
|
1209
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1210
|
+
end
|
1211
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1212
|
+
raise e
|
1213
|
+
rescue StandardError => e
|
1214
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1215
|
+
end
|
1216
|
+
|
1001
1217
|
# 删除任务告警规则
|
1002
1218
|
|
1003
1219
|
# @param request: Request instance for DeleteTaskAlarmRegular.
|
@@ -1119,6 +1335,78 @@ module TencentCloud
|
|
1119
1335
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1120
1336
|
end
|
1121
1337
|
|
1338
|
+
# 查询数据来源列表
|
1339
|
+
|
1340
|
+
# @param request: Request instance for DescribeDataBases.
|
1341
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeDataBasesRequest`
|
1342
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeDataBasesResponse`
|
1343
|
+
def DescribeDataBases(request)
|
1344
|
+
body = send_request('DescribeDataBases', request.serialize)
|
1345
|
+
response = JSON.parse(body)
|
1346
|
+
if response['Response'].key?('Error') == false
|
1347
|
+
model = DescribeDataBasesResponse.new
|
1348
|
+
model.deserialize(response['Response'])
|
1349
|
+
model
|
1350
|
+
else
|
1351
|
+
code = response['Response']['Error']['Code']
|
1352
|
+
message = response['Response']['Error']['Message']
|
1353
|
+
reqid = response['Response']['RequestId']
|
1354
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1355
|
+
end
|
1356
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1357
|
+
raise e
|
1358
|
+
rescue StandardError => e
|
1359
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1360
|
+
end
|
1361
|
+
|
1362
|
+
# 数据质量的概览页面数据监测情况接口
|
1363
|
+
|
1364
|
+
# @param request: Request instance for DescribeDataCheckStat.
|
1365
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeDataCheckStatRequest`
|
1366
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeDataCheckStatResponse`
|
1367
|
+
def DescribeDataCheckStat(request)
|
1368
|
+
body = send_request('DescribeDataCheckStat', request.serialize)
|
1369
|
+
response = JSON.parse(body)
|
1370
|
+
if response['Response'].key?('Error') == false
|
1371
|
+
model = DescribeDataCheckStatResponse.new
|
1372
|
+
model.deserialize(response['Response'])
|
1373
|
+
model
|
1374
|
+
else
|
1375
|
+
code = response['Response']['Error']['Code']
|
1376
|
+
message = response['Response']['Error']['Message']
|
1377
|
+
reqid = response['Response']['RequestId']
|
1378
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1379
|
+
end
|
1380
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1381
|
+
raise e
|
1382
|
+
rescue StandardError => e
|
1383
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1384
|
+
end
|
1385
|
+
|
1386
|
+
# 查询规则组数据对象列表
|
1387
|
+
|
1388
|
+
# @param request: Request instance for DescribeDataObjects.
|
1389
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeDataObjectsRequest`
|
1390
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeDataObjectsResponse`
|
1391
|
+
def DescribeDataObjects(request)
|
1392
|
+
body = send_request('DescribeDataObjects', request.serialize)
|
1393
|
+
response = JSON.parse(body)
|
1394
|
+
if response['Response'].key?('Error') == false
|
1395
|
+
model = DescribeDataObjectsResponse.new
|
1396
|
+
model.deserialize(response['Response'])
|
1397
|
+
model
|
1398
|
+
else
|
1399
|
+
code = response['Response']['Error']['Code']
|
1400
|
+
message = response['Response']['Error']['Message']
|
1401
|
+
reqid = response['Response']['RequestId']
|
1402
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1403
|
+
end
|
1404
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1405
|
+
raise e
|
1406
|
+
rescue StandardError => e
|
1407
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1408
|
+
end
|
1409
|
+
|
1122
1410
|
# 获取数据源信息-数据源分页列表
|
1123
1411
|
|
1124
1412
|
# @param request: Request instance for DescribeDataSourceInfoList.
|
@@ -1291,6 +1579,54 @@ module TencentCloud
|
|
1291
1579
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1292
1580
|
end
|
1293
1581
|
|
1582
|
+
# 质量报告-查询质量评分
|
1583
|
+
|
1584
|
+
# @param request: Request instance for DescribeDimensionScore.
|
1585
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeDimensionScoreRequest`
|
1586
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeDimensionScoreResponse`
|
1587
|
+
def DescribeDimensionScore(request)
|
1588
|
+
body = send_request('DescribeDimensionScore', request.serialize)
|
1589
|
+
response = JSON.parse(body)
|
1590
|
+
if response['Response'].key?('Error') == false
|
1591
|
+
model = DescribeDimensionScoreResponse.new
|
1592
|
+
model.deserialize(response['Response'])
|
1593
|
+
model
|
1594
|
+
else
|
1595
|
+
code = response['Response']['Error']['Code']
|
1596
|
+
message = response['Response']['Error']['Message']
|
1597
|
+
reqid = response['Response']['RequestId']
|
1598
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1599
|
+
end
|
1600
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1601
|
+
raise e
|
1602
|
+
rescue StandardError => e
|
1603
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1604
|
+
end
|
1605
|
+
|
1606
|
+
# 查询规则组执行策略
|
1607
|
+
|
1608
|
+
# @param request: Request instance for DescribeExecStrategy.
|
1609
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeExecStrategyRequest`
|
1610
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeExecStrategyResponse`
|
1611
|
+
def DescribeExecStrategy(request)
|
1612
|
+
body = send_request('DescribeExecStrategy', request.serialize)
|
1613
|
+
response = JSON.parse(body)
|
1614
|
+
if response['Response'].key?('Error') == false
|
1615
|
+
model = DescribeExecStrategyResponse.new
|
1616
|
+
model.deserialize(response['Response'])
|
1617
|
+
model
|
1618
|
+
else
|
1619
|
+
code = response['Response']['Error']['Code']
|
1620
|
+
message = response['Response']['Error']['Message']
|
1621
|
+
reqid = response['Response']['RequestId']
|
1622
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1623
|
+
end
|
1624
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1625
|
+
raise e
|
1626
|
+
rescue StandardError => e
|
1627
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1628
|
+
end
|
1629
|
+
|
1294
1630
|
# <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
1295
1631
|
# 拉取文件夹目录
|
1296
1632
|
|
@@ -1606,6 +1942,30 @@ module TencentCloud
|
|
1606
1942
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1607
1943
|
end
|
1608
1944
|
|
1945
|
+
# 数据质量,查询调度任务的实例列表
|
1946
|
+
|
1947
|
+
# @param request: Request instance for DescribeInstances.
|
1948
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeInstancesRequest`
|
1949
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeInstancesResponse`
|
1950
|
+
def DescribeInstances(request)
|
1951
|
+
body = send_request('DescribeInstances', request.serialize)
|
1952
|
+
response = JSON.parse(body)
|
1953
|
+
if response['Response'].key?('Error') == false
|
1954
|
+
model = DescribeInstancesResponse.new
|
1955
|
+
model.deserialize(response['Response'])
|
1956
|
+
model
|
1957
|
+
else
|
1958
|
+
code = response['Response']['Error']['Code']
|
1959
|
+
message = response['Response']['Error']['Message']
|
1960
|
+
reqid = response['Response']['RequestId']
|
1961
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
1962
|
+
end
|
1963
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
1964
|
+
raise e
|
1965
|
+
rescue StandardError => e
|
1966
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1967
|
+
end
|
1968
|
+
|
1609
1969
|
# 查询集成节点
|
1610
1970
|
|
1611
1971
|
# @param request: Request instance for DescribeIntegrationNode.
|
@@ -1870,7 +2230,31 @@ module TencentCloud
|
|
1870
2230
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1871
2231
|
end
|
1872
2232
|
|
1873
|
-
#
|
2233
|
+
# 分页查询质量监控组
|
2234
|
+
|
2235
|
+
# @param request: Request instance for DescribeMonitorsByPage.
|
2236
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeMonitorsByPageRequest`
|
2237
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeMonitorsByPageResponse`
|
2238
|
+
def DescribeMonitorsByPage(request)
|
2239
|
+
body = send_request('DescribeMonitorsByPage', request.serialize)
|
2240
|
+
response = JSON.parse(body)
|
2241
|
+
if response['Response'].key?('Error') == false
|
2242
|
+
model = DescribeMonitorsByPageResponse.new
|
2243
|
+
model.deserialize(response['Response'])
|
2244
|
+
model
|
2245
|
+
else
|
2246
|
+
code = response['Response']['Error']['Code']
|
2247
|
+
message = response['Response']['Error']['Message']
|
2248
|
+
reqid = response['Response']['RequestId']
|
2249
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2250
|
+
end
|
2251
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2252
|
+
raise e
|
2253
|
+
rescue StandardError => e
|
2254
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2255
|
+
end
|
2256
|
+
|
2257
|
+
# 获取离线任务长连接Token
|
1874
2258
|
|
1875
2259
|
# @param request: Request instance for DescribeOfflineTaskToken.
|
1876
2260
|
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeOfflineTaskTokenRequest`
|
@@ -1879,7 +2263,634 @@ module TencentCloud
|
|
1879
2263
|
body = send_request('DescribeOfflineTaskToken', request.serialize)
|
1880
2264
|
response = JSON.parse(body)
|
1881
2265
|
if response['Response'].key?('Error') == false
|
1882
|
-
model = DescribeOfflineTaskTokenResponse.new
|
2266
|
+
model = DescribeOfflineTaskTokenResponse.new
|
2267
|
+
model.deserialize(response['Response'])
|
2268
|
+
model
|
2269
|
+
else
|
2270
|
+
code = response['Response']['Error']['Code']
|
2271
|
+
message = response['Response']['Error']['Message']
|
2272
|
+
reqid = response['Response']['RequestId']
|
2273
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2274
|
+
end
|
2275
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2276
|
+
raise e
|
2277
|
+
rescue StandardError => e
|
2278
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2279
|
+
end
|
2280
|
+
|
2281
|
+
# 查询全量函数
|
2282
|
+
|
2283
|
+
# @param request: Request instance for DescribeOrganizationalFunctions.
|
2284
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeOrganizationalFunctionsRequest`
|
2285
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeOrganizationalFunctionsResponse`
|
2286
|
+
def DescribeOrganizationalFunctions(request)
|
2287
|
+
body = send_request('DescribeOrganizationalFunctions', request.serialize)
|
2288
|
+
response = JSON.parse(body)
|
2289
|
+
if response['Response'].key?('Error') == false
|
2290
|
+
model = DescribeOrganizationalFunctionsResponse.new
|
2291
|
+
model.deserialize(response['Response'])
|
2292
|
+
model
|
2293
|
+
else
|
2294
|
+
code = response['Response']['Error']['Code']
|
2295
|
+
message = response['Response']['Error']['Message']
|
2296
|
+
reqid = response['Response']['RequestId']
|
2297
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2298
|
+
end
|
2299
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2300
|
+
raise e
|
2301
|
+
rescue StandardError => e
|
2302
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2303
|
+
end
|
2304
|
+
|
2305
|
+
# 数据质量获取生产调度任务列表
|
2306
|
+
|
2307
|
+
# @param request: Request instance for DescribeProdTasks.
|
2308
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeProdTasksRequest`
|
2309
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeProdTasksResponse`
|
2310
|
+
def DescribeProdTasks(request)
|
2311
|
+
body = send_request('DescribeProdTasks', request.serialize)
|
2312
|
+
response = JSON.parse(body)
|
2313
|
+
if response['Response'].key?('Error') == false
|
2314
|
+
model = DescribeProdTasksResponse.new
|
2315
|
+
model.deserialize(response['Response'])
|
2316
|
+
model
|
2317
|
+
else
|
2318
|
+
code = response['Response']['Error']['Code']
|
2319
|
+
message = response['Response']['Error']['Message']
|
2320
|
+
reqid = response['Response']['RequestId']
|
2321
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2322
|
+
end
|
2323
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2324
|
+
raise e
|
2325
|
+
rescue StandardError => e
|
2326
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2327
|
+
end
|
2328
|
+
|
2329
|
+
# 获取项目信息
|
2330
|
+
|
2331
|
+
# @param request: Request instance for DescribeProject.
|
2332
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeProjectRequest`
|
2333
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeProjectResponse`
|
2334
|
+
def DescribeProject(request)
|
2335
|
+
body = send_request('DescribeProject', request.serialize)
|
2336
|
+
response = JSON.parse(body)
|
2337
|
+
if response['Response'].key?('Error') == false
|
2338
|
+
model = DescribeProjectResponse.new
|
2339
|
+
model.deserialize(response['Response'])
|
2340
|
+
model
|
2341
|
+
else
|
2342
|
+
code = response['Response']['Error']['Code']
|
2343
|
+
message = response['Response']['Error']['Message']
|
2344
|
+
reqid = response['Response']['RequestId']
|
2345
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2346
|
+
end
|
2347
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2348
|
+
raise e
|
2349
|
+
rescue StandardError => e
|
2350
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2351
|
+
end
|
2352
|
+
|
2353
|
+
# 质量报告-质量评分
|
2354
|
+
|
2355
|
+
# @param request: Request instance for DescribeQualityScore.
|
2356
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeQualityScoreRequest`
|
2357
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeQualityScoreResponse`
|
2358
|
+
def DescribeQualityScore(request)
|
2359
|
+
body = send_request('DescribeQualityScore', request.serialize)
|
2360
|
+
response = JSON.parse(body)
|
2361
|
+
if response['Response'].key?('Error') == false
|
2362
|
+
model = DescribeQualityScoreResponse.new
|
2363
|
+
model.deserialize(response['Response'])
|
2364
|
+
model
|
2365
|
+
else
|
2366
|
+
code = response['Response']['Error']['Code']
|
2367
|
+
message = response['Response']['Error']['Message']
|
2368
|
+
reqid = response['Response']['RequestId']
|
2369
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2370
|
+
end
|
2371
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2372
|
+
raise e
|
2373
|
+
rescue StandardError => e
|
2374
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2375
|
+
end
|
2376
|
+
|
2377
|
+
# 质量报告-质量分周期趋势
|
2378
|
+
|
2379
|
+
# @param request: Request instance for DescribeQualityScoreTrend.
|
2380
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeQualityScoreTrendRequest`
|
2381
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeQualityScoreTrendResponse`
|
2382
|
+
def DescribeQualityScoreTrend(request)
|
2383
|
+
body = send_request('DescribeQualityScoreTrend', request.serialize)
|
2384
|
+
response = JSON.parse(body)
|
2385
|
+
if response['Response'].key?('Error') == false
|
2386
|
+
model = DescribeQualityScoreTrendResponse.new
|
2387
|
+
model.deserialize(response['Response'])
|
2388
|
+
model
|
2389
|
+
else
|
2390
|
+
code = response['Response']['Error']['Code']
|
2391
|
+
message = response['Response']['Error']['Message']
|
2392
|
+
reqid = response['Response']['RequestId']
|
2393
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2394
|
+
end
|
2395
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2396
|
+
raise e
|
2397
|
+
rescue StandardError => e
|
2398
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2399
|
+
end
|
2400
|
+
|
2401
|
+
# 查询实时任务实例节点信息
|
2402
|
+
|
2403
|
+
# @param request: Request instance for DescribeRealTimeTaskInstanceNodeInfo.
|
2404
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRealTimeTaskInstanceNodeInfoRequest`
|
2405
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRealTimeTaskInstanceNodeInfoResponse`
|
2406
|
+
def DescribeRealTimeTaskInstanceNodeInfo(request)
|
2407
|
+
body = send_request('DescribeRealTimeTaskInstanceNodeInfo', request.serialize)
|
2408
|
+
response = JSON.parse(body)
|
2409
|
+
if response['Response'].key?('Error') == false
|
2410
|
+
model = DescribeRealTimeTaskInstanceNodeInfoResponse.new
|
2411
|
+
model.deserialize(response['Response'])
|
2412
|
+
model
|
2413
|
+
else
|
2414
|
+
code = response['Response']['Error']['Code']
|
2415
|
+
message = response['Response']['Error']['Message']
|
2416
|
+
reqid = response['Response']['RequestId']
|
2417
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2418
|
+
end
|
2419
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2420
|
+
raise e
|
2421
|
+
rescue StandardError => e
|
2422
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2423
|
+
end
|
2424
|
+
|
2425
|
+
# 实时任务运行指标概览
|
2426
|
+
|
2427
|
+
# @param request: Request instance for DescribeRealTimeTaskMetricOverview.
|
2428
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRealTimeTaskMetricOverviewRequest`
|
2429
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRealTimeTaskMetricOverviewResponse`
|
2430
|
+
def DescribeRealTimeTaskMetricOverview(request)
|
2431
|
+
body = send_request('DescribeRealTimeTaskMetricOverview', request.serialize)
|
2432
|
+
response = JSON.parse(body)
|
2433
|
+
if response['Response'].key?('Error') == false
|
2434
|
+
model = DescribeRealTimeTaskMetricOverviewResponse.new
|
2435
|
+
model.deserialize(response['Response'])
|
2436
|
+
model
|
2437
|
+
else
|
2438
|
+
code = response['Response']['Error']['Code']
|
2439
|
+
message = response['Response']['Error']['Message']
|
2440
|
+
reqid = response['Response']['RequestId']
|
2441
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2442
|
+
end
|
2443
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2444
|
+
raise e
|
2445
|
+
rescue StandardError => e
|
2446
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2447
|
+
end
|
2448
|
+
|
2449
|
+
# 实时任务同步速度趋势
|
2450
|
+
|
2451
|
+
# @param request: Request instance for DescribeRealTimeTaskSpeed.
|
2452
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRealTimeTaskSpeedRequest`
|
2453
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRealTimeTaskSpeedResponse`
|
2454
|
+
def DescribeRealTimeTaskSpeed(request)
|
2455
|
+
body = send_request('DescribeRealTimeTaskSpeed', request.serialize)
|
2456
|
+
response = JSON.parse(body)
|
2457
|
+
if response['Response'].key?('Error') == false
|
2458
|
+
model = DescribeRealTimeTaskSpeedResponse.new
|
2459
|
+
model.deserialize(response['Response'])
|
2460
|
+
model
|
2461
|
+
else
|
2462
|
+
code = response['Response']['Error']['Code']
|
2463
|
+
message = response['Response']['Error']['Message']
|
2464
|
+
reqid = response['Response']['RequestId']
|
2465
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2466
|
+
end
|
2467
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2468
|
+
raise e
|
2469
|
+
rescue StandardError => e
|
2470
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2471
|
+
end
|
2472
|
+
|
2473
|
+
# 查询任务实例的关联实例列表
|
2474
|
+
|
2475
|
+
# @param request: Request instance for DescribeRelatedInstances.
|
2476
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRelatedInstancesRequest`
|
2477
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRelatedInstancesResponse`
|
2478
|
+
def DescribeRelatedInstances(request)
|
2479
|
+
body = send_request('DescribeRelatedInstances', request.serialize)
|
2480
|
+
response = JSON.parse(body)
|
2481
|
+
if response['Response'].key?('Error') == false
|
2482
|
+
model = DescribeRelatedInstancesResponse.new
|
2483
|
+
model.deserialize(response['Response'])
|
2484
|
+
model
|
2485
|
+
else
|
2486
|
+
code = response['Response']['Error']['Code']
|
2487
|
+
message = response['Response']['Error']['Message']
|
2488
|
+
reqid = response['Response']['RequestId']
|
2489
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2490
|
+
end
|
2491
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2492
|
+
raise e
|
2493
|
+
rescue StandardError => e
|
2494
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2495
|
+
end
|
2496
|
+
|
2497
|
+
# 获取资源管理目录树
|
2498
|
+
|
2499
|
+
# @param request: Request instance for DescribeResourceManagePathTrees.
|
2500
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeResourceManagePathTreesRequest`
|
2501
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeResourceManagePathTreesResponse`
|
2502
|
+
def DescribeResourceManagePathTrees(request)
|
2503
|
+
body = send_request('DescribeResourceManagePathTrees', request.serialize)
|
2504
|
+
response = JSON.parse(body)
|
2505
|
+
if response['Response'].key?('Error') == false
|
2506
|
+
model = DescribeResourceManagePathTreesResponse.new
|
2507
|
+
model.deserialize(response['Response'])
|
2508
|
+
model
|
2509
|
+
else
|
2510
|
+
code = response['Response']['Error']['Code']
|
2511
|
+
message = response['Response']['Error']['Message']
|
2512
|
+
reqid = response['Response']['RequestId']
|
2513
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2514
|
+
end
|
2515
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2516
|
+
raise e
|
2517
|
+
rescue StandardError => e
|
2518
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2519
|
+
end
|
2520
|
+
|
2521
|
+
# 查询规则详情
|
2522
|
+
|
2523
|
+
# @param request: Request instance for DescribeRule.
|
2524
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleRequest`
|
2525
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleResponse`
|
2526
|
+
def DescribeRule(request)
|
2527
|
+
body = send_request('DescribeRule', request.serialize)
|
2528
|
+
response = JSON.parse(body)
|
2529
|
+
if response['Response'].key?('Error') == false
|
2530
|
+
model = DescribeRuleResponse.new
|
2531
|
+
model.deserialize(response['Response'])
|
2532
|
+
model
|
2533
|
+
else
|
2534
|
+
code = response['Response']['Error']['Code']
|
2535
|
+
message = response['Response']['Error']['Message']
|
2536
|
+
reqid = response['Response']['RequestId']
|
2537
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2538
|
+
end
|
2539
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2540
|
+
raise e
|
2541
|
+
rescue StandardError => e
|
2542
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2543
|
+
end
|
2544
|
+
|
2545
|
+
# 查询质量规则数据源
|
2546
|
+
|
2547
|
+
# @param request: Request instance for DescribeRuleDataSources.
|
2548
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleDataSourcesRequest`
|
2549
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleDataSourcesResponse`
|
2550
|
+
def DescribeRuleDataSources(request)
|
2551
|
+
body = send_request('DescribeRuleDataSources', request.serialize)
|
2552
|
+
response = JSON.parse(body)
|
2553
|
+
if response['Response'].key?('Error') == false
|
2554
|
+
model = DescribeRuleDataSourcesResponse.new
|
2555
|
+
model.deserialize(response['Response'])
|
2556
|
+
model
|
2557
|
+
else
|
2558
|
+
code = response['Response']['Error']['Code']
|
2559
|
+
message = response['Response']['Error']['Message']
|
2560
|
+
reqid = response['Response']['RequestId']
|
2561
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2562
|
+
end
|
2563
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2564
|
+
raise e
|
2565
|
+
rescue StandardError => e
|
2566
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2567
|
+
end
|
2568
|
+
|
2569
|
+
# 数据质量概览页面触发维度分布统计接口
|
2570
|
+
|
2571
|
+
# @param request: Request instance for DescribeRuleDimStat.
|
2572
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleDimStatRequest`
|
2573
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleDimStatResponse`
|
2574
|
+
def DescribeRuleDimStat(request)
|
2575
|
+
body = send_request('DescribeRuleDimStat', request.serialize)
|
2576
|
+
response = JSON.parse(body)
|
2577
|
+
if response['Response'].key?('Error') == false
|
2578
|
+
model = DescribeRuleDimStatResponse.new
|
2579
|
+
model.deserialize(response['Response'])
|
2580
|
+
model
|
2581
|
+
else
|
2582
|
+
code = response['Response']['Error']['Code']
|
2583
|
+
message = response['Response']['Error']['Message']
|
2584
|
+
reqid = response['Response']['RequestId']
|
2585
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2586
|
+
end
|
2587
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2588
|
+
raise e
|
2589
|
+
rescue StandardError => e
|
2590
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2591
|
+
end
|
2592
|
+
|
2593
|
+
# 查询规则执行结果详情
|
2594
|
+
|
2595
|
+
# @param request: Request instance for DescribeRuleExecDetail.
|
2596
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecDetailRequest`
|
2597
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecDetailResponse`
|
2598
|
+
def DescribeRuleExecDetail(request)
|
2599
|
+
body = send_request('DescribeRuleExecDetail', request.serialize)
|
2600
|
+
response = JSON.parse(body)
|
2601
|
+
if response['Response'].key?('Error') == false
|
2602
|
+
model = DescribeRuleExecDetailResponse.new
|
2603
|
+
model.deserialize(response['Response'])
|
2604
|
+
model
|
2605
|
+
else
|
2606
|
+
code = response['Response']['Error']['Code']
|
2607
|
+
message = response['Response']['Error']['Message']
|
2608
|
+
reqid = response['Response']['RequestId']
|
2609
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2610
|
+
end
|
2611
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2612
|
+
raise e
|
2613
|
+
rescue StandardError => e
|
2614
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2615
|
+
end
|
2616
|
+
|
2617
|
+
# 查询规则执行导出结果
|
2618
|
+
|
2619
|
+
# @param request: Request instance for DescribeRuleExecExportResult.
|
2620
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecExportResultRequest`
|
2621
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecExportResultResponse`
|
2622
|
+
def DescribeRuleExecExportResult(request)
|
2623
|
+
body = send_request('DescribeRuleExecExportResult', request.serialize)
|
2624
|
+
response = JSON.parse(body)
|
2625
|
+
if response['Response'].key?('Error') == false
|
2626
|
+
model = DescribeRuleExecExportResultResponse.new
|
2627
|
+
model.deserialize(response['Response'])
|
2628
|
+
model
|
2629
|
+
else
|
2630
|
+
code = response['Response']['Error']['Code']
|
2631
|
+
message = response['Response']['Error']['Message']
|
2632
|
+
reqid = response['Response']['RequestId']
|
2633
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2634
|
+
end
|
2635
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2636
|
+
raise e
|
2637
|
+
rescue StandardError => e
|
2638
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2639
|
+
end
|
2640
|
+
|
2641
|
+
# 查询规则执行历史, 最近30条
|
2642
|
+
|
2643
|
+
# @param request: Request instance for DescribeRuleExecHistory.
|
2644
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecHistoryRequest`
|
2645
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecHistoryResponse`
|
2646
|
+
def DescribeRuleExecHistory(request)
|
2647
|
+
body = send_request('DescribeRuleExecHistory', request.serialize)
|
2648
|
+
response = JSON.parse(body)
|
2649
|
+
if response['Response'].key?('Error') == false
|
2650
|
+
model = DescribeRuleExecHistoryResponse.new
|
2651
|
+
model.deserialize(response['Response'])
|
2652
|
+
model
|
2653
|
+
else
|
2654
|
+
code = response['Response']['Error']['Code']
|
2655
|
+
message = response['Response']['Error']['Message']
|
2656
|
+
reqid = response['Response']['RequestId']
|
2657
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2658
|
+
end
|
2659
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2660
|
+
raise e
|
2661
|
+
rescue StandardError => e
|
2662
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2663
|
+
end
|
2664
|
+
|
2665
|
+
# 规则执行日志查询
|
2666
|
+
|
2667
|
+
# @param request: Request instance for DescribeRuleExecLog.
|
2668
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecLogRequest`
|
2669
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecLogResponse`
|
2670
|
+
def DescribeRuleExecLog(request)
|
2671
|
+
body = send_request('DescribeRuleExecLog', request.serialize)
|
2672
|
+
response = JSON.parse(body)
|
2673
|
+
if response['Response'].key?('Error') == false
|
2674
|
+
model = DescribeRuleExecLogResponse.new
|
2675
|
+
model.deserialize(response['Response'])
|
2676
|
+
model
|
2677
|
+
else
|
2678
|
+
code = response['Response']['Error']['Code']
|
2679
|
+
message = response['Response']['Error']['Message']
|
2680
|
+
reqid = response['Response']['RequestId']
|
2681
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2682
|
+
end
|
2683
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2684
|
+
raise e
|
2685
|
+
rescue StandardError => e
|
2686
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2687
|
+
end
|
2688
|
+
|
2689
|
+
# 规则执行结果列表查询
|
2690
|
+
|
2691
|
+
# @param request: Request instance for DescribeRuleExecResults.
|
2692
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecResultsRequest`
|
2693
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecResultsResponse`
|
2694
|
+
def DescribeRuleExecResults(request)
|
2695
|
+
body = send_request('DescribeRuleExecResults', request.serialize)
|
2696
|
+
response = JSON.parse(body)
|
2697
|
+
if response['Response'].key?('Error') == false
|
2698
|
+
model = DescribeRuleExecResultsResponse.new
|
2699
|
+
model.deserialize(response['Response'])
|
2700
|
+
model
|
2701
|
+
else
|
2702
|
+
code = response['Response']['Error']['Code']
|
2703
|
+
message = response['Response']['Error']['Message']
|
2704
|
+
reqid = response['Response']['RequestId']
|
2705
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2706
|
+
end
|
2707
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2708
|
+
raise e
|
2709
|
+
rescue StandardError => e
|
2710
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2711
|
+
end
|
2712
|
+
|
2713
|
+
# 分页查询规则执行结果列表
|
2714
|
+
|
2715
|
+
# @param request: Request instance for DescribeRuleExecResultsByPage.
|
2716
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecResultsByPageRequest`
|
2717
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecResultsByPageResponse`
|
2718
|
+
def DescribeRuleExecResultsByPage(request)
|
2719
|
+
body = send_request('DescribeRuleExecResultsByPage', request.serialize)
|
2720
|
+
response = JSON.parse(body)
|
2721
|
+
if response['Response'].key?('Error') == false
|
2722
|
+
model = DescribeRuleExecResultsByPageResponse.new
|
2723
|
+
model.deserialize(response['Response'])
|
2724
|
+
model
|
2725
|
+
else
|
2726
|
+
code = response['Response']['Error']['Code']
|
2727
|
+
message = response['Response']['Error']['Message']
|
2728
|
+
reqid = response['Response']['RequestId']
|
2729
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2730
|
+
end
|
2731
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2732
|
+
raise e
|
2733
|
+
rescue StandardError => e
|
2734
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2735
|
+
end
|
2736
|
+
|
2737
|
+
# 数据质量概览页面规则运行情况接口
|
2738
|
+
|
2739
|
+
# @param request: Request instance for DescribeRuleExecStat.
|
2740
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecStatRequest`
|
2741
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleExecStatResponse`
|
2742
|
+
def DescribeRuleExecStat(request)
|
2743
|
+
body = send_request('DescribeRuleExecStat', request.serialize)
|
2744
|
+
response = JSON.parse(body)
|
2745
|
+
if response['Response'].key?('Error') == false
|
2746
|
+
model = DescribeRuleExecStatResponse.new
|
2747
|
+
model.deserialize(response['Response'])
|
2748
|
+
model
|
2749
|
+
else
|
2750
|
+
code = response['Response']['Error']['Code']
|
2751
|
+
message = response['Response']['Error']['Message']
|
2752
|
+
reqid = response['Response']['RequestId']
|
2753
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2754
|
+
end
|
2755
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2756
|
+
raise e
|
2757
|
+
rescue StandardError => e
|
2758
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2759
|
+
end
|
2760
|
+
|
2761
|
+
# 查询规则组详情接口
|
2762
|
+
|
2763
|
+
# @param request: Request instance for DescribeRuleGroup.
|
2764
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupRequest`
|
2765
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupResponse`
|
2766
|
+
def DescribeRuleGroup(request)
|
2767
|
+
body = send_request('DescribeRuleGroup', request.serialize)
|
2768
|
+
response = JSON.parse(body)
|
2769
|
+
if response['Response'].key?('Error') == false
|
2770
|
+
model = DescribeRuleGroupResponse.new
|
2771
|
+
model.deserialize(response['Response'])
|
2772
|
+
model
|
2773
|
+
else
|
2774
|
+
code = response['Response']['Error']['Code']
|
2775
|
+
message = response['Response']['Error']['Message']
|
2776
|
+
reqid = response['Response']['RequestId']
|
2777
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2778
|
+
end
|
2779
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2780
|
+
raise e
|
2781
|
+
rescue StandardError => e
|
2782
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2783
|
+
end
|
2784
|
+
|
2785
|
+
# 规则组执行结果分页查询接口
|
2786
|
+
|
2787
|
+
# @param request: Request instance for DescribeRuleGroupExecResultsByPage.
|
2788
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupExecResultsByPageRequest`
|
2789
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupExecResultsByPageResponse`
|
2790
|
+
def DescribeRuleGroupExecResultsByPage(request)
|
2791
|
+
body = send_request('DescribeRuleGroupExecResultsByPage', request.serialize)
|
2792
|
+
response = JSON.parse(body)
|
2793
|
+
if response['Response'].key?('Error') == false
|
2794
|
+
model = DescribeRuleGroupExecResultsByPageResponse.new
|
2795
|
+
model.deserialize(response['Response'])
|
2796
|
+
model
|
2797
|
+
else
|
2798
|
+
code = response['Response']['Error']['Code']
|
2799
|
+
message = response['Response']['Error']['Message']
|
2800
|
+
reqid = response['Response']['RequestId']
|
2801
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2802
|
+
end
|
2803
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2804
|
+
raise e
|
2805
|
+
rescue StandardError => e
|
2806
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2807
|
+
end
|
2808
|
+
|
2809
|
+
# 规则组执行结果分页查询接口不带鉴权
|
2810
|
+
|
2811
|
+
# @param request: Request instance for DescribeRuleGroupExecResultsByPageWithoutAuth.
|
2812
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupExecResultsByPageWithoutAuthRequest`
|
2813
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupExecResultsByPageWithoutAuthResponse`
|
2814
|
+
def DescribeRuleGroupExecResultsByPageWithoutAuth(request)
|
2815
|
+
body = send_request('DescribeRuleGroupExecResultsByPageWithoutAuth', request.serialize)
|
2816
|
+
response = JSON.parse(body)
|
2817
|
+
if response['Response'].key?('Error') == false
|
2818
|
+
model = DescribeRuleGroupExecResultsByPageWithoutAuthResponse.new
|
2819
|
+
model.deserialize(response['Response'])
|
2820
|
+
model
|
2821
|
+
else
|
2822
|
+
code = response['Response']['Error']['Code']
|
2823
|
+
message = response['Response']['Error']['Message']
|
2824
|
+
reqid = response['Response']['RequestId']
|
2825
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2826
|
+
end
|
2827
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2828
|
+
raise e
|
2829
|
+
rescue StandardError => e
|
2830
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2831
|
+
end
|
2832
|
+
|
2833
|
+
# 查询规则组订阅信息
|
2834
|
+
|
2835
|
+
# @param request: Request instance for DescribeRuleGroupSubscription.
|
2836
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupSubscriptionRequest`
|
2837
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupSubscriptionResponse`
|
2838
|
+
def DescribeRuleGroupSubscription(request)
|
2839
|
+
body = send_request('DescribeRuleGroupSubscription', request.serialize)
|
2840
|
+
response = JSON.parse(body)
|
2841
|
+
if response['Response'].key?('Error') == false
|
2842
|
+
model = DescribeRuleGroupSubscriptionResponse.new
|
2843
|
+
model.deserialize(response['Response'])
|
2844
|
+
model
|
2845
|
+
else
|
2846
|
+
code = response['Response']['Error']['Code']
|
2847
|
+
message = response['Response']['Error']['Message']
|
2848
|
+
reqid = response['Response']['RequestId']
|
2849
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2850
|
+
end
|
2851
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2852
|
+
raise e
|
2853
|
+
rescue StandardError => e
|
2854
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2855
|
+
end
|
2856
|
+
|
2857
|
+
# 查询表绑定执行规则组信息
|
2858
|
+
|
2859
|
+
# @param request: Request instance for DescribeRuleGroupTable.
|
2860
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupTableRequest`
|
2861
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupTableResponse`
|
2862
|
+
def DescribeRuleGroupTable(request)
|
2863
|
+
body = send_request('DescribeRuleGroupTable', request.serialize)
|
2864
|
+
response = JSON.parse(body)
|
2865
|
+
if response['Response'].key?('Error') == false
|
2866
|
+
model = DescribeRuleGroupTableResponse.new
|
2867
|
+
model.deserialize(response['Response'])
|
2868
|
+
model
|
2869
|
+
else
|
2870
|
+
code = response['Response']['Error']['Code']
|
2871
|
+
message = response['Response']['Error']['Message']
|
2872
|
+
reqid = response['Response']['RequestId']
|
2873
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
2874
|
+
end
|
2875
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
2876
|
+
raise e
|
2877
|
+
rescue StandardError => e
|
2878
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2879
|
+
end
|
2880
|
+
|
2881
|
+
# 【过滤条件】
|
2882
|
+
# {表名称TableName,支持模糊匹配} {表负责人TableOwnerName,支持模糊匹配} {监控方式MonitorTypes,1.未配置 2.关联生产调度 3.离线周期检测,支持多选} {订阅人ReceiverUin}
|
2883
|
+
# 【必要字段】
|
2884
|
+
# {数据来源DatasourceId}
|
2885
|
+
|
2886
|
+
# @param request: Request instance for DescribeRuleGroupsByPage.
|
2887
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupsByPageRequest`
|
2888
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleGroupsByPageResponse`
|
2889
|
+
def DescribeRuleGroupsByPage(request)
|
2890
|
+
body = send_request('DescribeRuleGroupsByPage', request.serialize)
|
2891
|
+
response = JSON.parse(body)
|
2892
|
+
if response['Response'].key?('Error') == false
|
2893
|
+
model = DescribeRuleGroupsByPageResponse.new
|
1883
2894
|
model.deserialize(response['Response'])
|
1884
2895
|
model
|
1885
2896
|
else
|
@@ -1894,16 +2905,16 @@ module TencentCloud
|
|
1894
2905
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1895
2906
|
end
|
1896
2907
|
|
1897
|
-
#
|
2908
|
+
# 过滤条件【必要字段】{ruleId}
|
1898
2909
|
|
1899
|
-
# @param request: Request instance for
|
1900
|
-
# @type request: :class:`Tencentcloud::wedata::V20210820::
|
1901
|
-
# @rtype: :class:`Tencentcloud::wedata::V20210820::
|
1902
|
-
def
|
1903
|
-
body = send_request('
|
2910
|
+
# @param request: Request instance for DescribeRuleHistoryByPage.
|
2911
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleHistoryByPageRequest`
|
2912
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleHistoryByPageResponse`
|
2913
|
+
def DescribeRuleHistoryByPage(request)
|
2914
|
+
body = send_request('DescribeRuleHistoryByPage', request.serialize)
|
1904
2915
|
response = JSON.parse(body)
|
1905
2916
|
if response['Response'].key?('Error') == false
|
1906
|
-
model =
|
2917
|
+
model = DescribeRuleHistoryByPageResponse.new
|
1907
2918
|
model.deserialize(response['Response'])
|
1908
2919
|
model
|
1909
2920
|
else
|
@@ -1918,16 +2929,16 @@ module TencentCloud
|
|
1918
2929
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1919
2930
|
end
|
1920
2931
|
|
1921
|
-
#
|
2932
|
+
# 获取表列表
|
1922
2933
|
|
1923
|
-
# @param request: Request instance for
|
1924
|
-
# @type request: :class:`Tencentcloud::wedata::V20210820::
|
1925
|
-
# @rtype: :class:`Tencentcloud::wedata::V20210820::
|
1926
|
-
def
|
1927
|
-
body = send_request('
|
2934
|
+
# @param request: Request instance for DescribeRuleTablesByPage.
|
2935
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleTablesByPageRequest`
|
2936
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleTablesByPageResponse`
|
2937
|
+
def DescribeRuleTablesByPage(request)
|
2938
|
+
body = send_request('DescribeRuleTablesByPage', request.serialize)
|
1928
2939
|
response = JSON.parse(body)
|
1929
2940
|
if response['Response'].key?('Error') == false
|
1930
|
-
model =
|
2941
|
+
model = DescribeRuleTablesByPageResponse.new
|
1931
2942
|
model.deserialize(response['Response'])
|
1932
2943
|
model
|
1933
2944
|
else
|
@@ -1942,16 +2953,16 @@ module TencentCloud
|
|
1942
2953
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1943
2954
|
end
|
1944
2955
|
|
1945
|
-
#
|
2956
|
+
# 查询模板详情
|
1946
2957
|
|
1947
|
-
# @param request: Request instance for
|
1948
|
-
# @type request: :class:`Tencentcloud::wedata::V20210820::
|
1949
|
-
# @rtype: :class:`Tencentcloud::wedata::V20210820::
|
1950
|
-
def
|
1951
|
-
body = send_request('
|
2958
|
+
# @param request: Request instance for DescribeRuleTemplate.
|
2959
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleTemplateRequest`
|
2960
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleTemplateResponse`
|
2961
|
+
def DescribeRuleTemplate(request)
|
2962
|
+
body = send_request('DescribeRuleTemplate', request.serialize)
|
1952
2963
|
response = JSON.parse(body)
|
1953
2964
|
if response['Response'].key?('Error') == false
|
1954
|
-
model =
|
2965
|
+
model = DescribeRuleTemplateResponse.new
|
1955
2966
|
model.deserialize(response['Response'])
|
1956
2967
|
model
|
1957
2968
|
else
|
@@ -1966,16 +2977,16 @@ module TencentCloud
|
|
1966
2977
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1967
2978
|
end
|
1968
2979
|
|
1969
|
-
#
|
2980
|
+
# 查询规则模版列表
|
1970
2981
|
|
1971
|
-
# @param request: Request instance for
|
1972
|
-
# @type request: :class:`Tencentcloud::wedata::V20210820::
|
1973
|
-
# @rtype: :class:`Tencentcloud::wedata::V20210820::
|
1974
|
-
def
|
1975
|
-
body = send_request('
|
2982
|
+
# @param request: Request instance for DescribeRuleTemplates.
|
2983
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleTemplatesRequest`
|
2984
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleTemplatesResponse`
|
2985
|
+
def DescribeRuleTemplates(request)
|
2986
|
+
body = send_request('DescribeRuleTemplates', request.serialize)
|
1976
2987
|
response = JSON.parse(body)
|
1977
2988
|
if response['Response'].key?('Error') == false
|
1978
|
-
model =
|
2989
|
+
model = DescribeRuleTemplatesResponse.new
|
1979
2990
|
model.deserialize(response['Response'])
|
1980
2991
|
model
|
1981
2992
|
else
|
@@ -1990,16 +3001,16 @@ module TencentCloud
|
|
1990
3001
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
1991
3002
|
end
|
1992
3003
|
|
1993
|
-
#
|
3004
|
+
# 过滤条件】 {模版名称Name,支持模糊匹配} {模版类型type,1.系统模版 2.自定义模版} {质量检测维度QualityDims, 1.准确性 2.唯一性 3.完整性 4.一致性 5.及时性 6.有效性} 【排序字段】 { 引用数排序类型CitationOrderType,根据引用数量排序 ASC DESC}
|
1994
3005
|
|
1995
|
-
# @param request: Request instance for
|
1996
|
-
# @type request: :class:`Tencentcloud::wedata::V20210820::
|
1997
|
-
# @rtype: :class:`Tencentcloud::wedata::V20210820::
|
1998
|
-
def
|
1999
|
-
body = send_request('
|
3006
|
+
# @param request: Request instance for DescribeRuleTemplatesByPage.
|
3007
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRuleTemplatesByPageRequest`
|
3008
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRuleTemplatesByPageResponse`
|
3009
|
+
def DescribeRuleTemplatesByPage(request)
|
3010
|
+
body = send_request('DescribeRuleTemplatesByPage', request.serialize)
|
2000
3011
|
response = JSON.parse(body)
|
2001
3012
|
if response['Response'].key?('Error') == false
|
2002
|
-
model =
|
3013
|
+
model = DescribeRuleTemplatesByPageResponse.new
|
2003
3014
|
model.deserialize(response['Response'])
|
2004
3015
|
model
|
2005
3016
|
else
|
@@ -2014,16 +3025,16 @@ module TencentCloud
|
|
2014
3025
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2015
3026
|
end
|
2016
3027
|
|
2017
|
-
#
|
3028
|
+
# 查询质量规则列表
|
2018
3029
|
|
2019
|
-
# @param request: Request instance for
|
2020
|
-
# @type request: :class:`Tencentcloud::wedata::V20210820::
|
2021
|
-
# @rtype: :class:`Tencentcloud::wedata::V20210820::
|
2022
|
-
def
|
2023
|
-
body = send_request('
|
3030
|
+
# @param request: Request instance for DescribeRules.
|
3031
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRulesRequest`
|
3032
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRulesResponse`
|
3033
|
+
def DescribeRules(request)
|
3034
|
+
body = send_request('DescribeRules', request.serialize)
|
2024
3035
|
response = JSON.parse(body)
|
2025
3036
|
if response['Response'].key?('Error') == false
|
2026
|
-
model =
|
3037
|
+
model = DescribeRulesResponse.new
|
2027
3038
|
model.deserialize(response['Response'])
|
2028
3039
|
model
|
2029
3040
|
else
|
@@ -2038,16 +3049,16 @@ module TencentCloud
|
|
2038
3049
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2039
3050
|
end
|
2040
3051
|
|
2041
|
-
#
|
3052
|
+
# 分页查询质量规则
|
2042
3053
|
|
2043
|
-
# @param request: Request instance for
|
2044
|
-
# @type request: :class:`Tencentcloud::wedata::V20210820::
|
2045
|
-
# @rtype: :class:`Tencentcloud::wedata::V20210820::
|
2046
|
-
def
|
2047
|
-
body = send_request('
|
3054
|
+
# @param request: Request instance for DescribeRulesByPage.
|
3055
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeRulesByPageRequest`
|
3056
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeRulesByPageResponse`
|
3057
|
+
def DescribeRulesByPage(request)
|
3058
|
+
body = send_request('DescribeRulesByPage', request.serialize)
|
2048
3059
|
response = JSON.parse(body)
|
2049
3060
|
if response['Response'].key?('Error') == false
|
2050
|
-
model =
|
3061
|
+
model = DescribeRulesByPageResponse.new
|
2051
3062
|
model.deserialize(response['Response'])
|
2052
3063
|
model
|
2053
3064
|
else
|
@@ -2134,6 +3145,30 @@ module TencentCloud
|
|
2134
3145
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2135
3146
|
end
|
2136
3147
|
|
3148
|
+
# 质量报告-查询表质量详情
|
3149
|
+
|
3150
|
+
# @param request: Request instance for DescribeTableQualityDetails.
|
3151
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTableQualityDetailsRequest`
|
3152
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTableQualityDetailsResponse`
|
3153
|
+
def DescribeTableQualityDetails(request)
|
3154
|
+
body = send_request('DescribeTableQualityDetails', request.serialize)
|
3155
|
+
response = JSON.parse(body)
|
3156
|
+
if response['Response'].key?('Error') == false
|
3157
|
+
model = DescribeTableQualityDetailsResponse.new
|
3158
|
+
model.deserialize(response['Response'])
|
3159
|
+
model
|
3160
|
+
else
|
3161
|
+
code = response['Response']['Error']['Code']
|
3162
|
+
message = response['Response']['Error']['Message']
|
3163
|
+
reqid = response['Response']['RequestId']
|
3164
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
3165
|
+
end
|
3166
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
3167
|
+
raise e
|
3168
|
+
rescue StandardError => e
|
3169
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3170
|
+
end
|
3171
|
+
|
2137
3172
|
# 获取表schema信息
|
2138
3173
|
|
2139
3174
|
# @param request: Request instance for DescribeTableSchemaInfo.
|
@@ -2158,6 +3193,30 @@ module TencentCloud
|
|
2158
3193
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2159
3194
|
end
|
2160
3195
|
|
3196
|
+
# 查询表得分趋势
|
3197
|
+
|
3198
|
+
# @param request: Request instance for DescribeTableScoreTrend.
|
3199
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTableScoreTrendRequest`
|
3200
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTableScoreTrendResponse`
|
3201
|
+
def DescribeTableScoreTrend(request)
|
3202
|
+
body = send_request('DescribeTableScoreTrend', request.serialize)
|
3203
|
+
response = JSON.parse(body)
|
3204
|
+
if response['Response'].key?('Error') == false
|
3205
|
+
model = DescribeTableScoreTrendResponse.new
|
3206
|
+
model.deserialize(response['Response'])
|
3207
|
+
model
|
3208
|
+
else
|
3209
|
+
code = response['Response']['Error']['Code']
|
3210
|
+
message = response['Response']['Error']['Message']
|
3211
|
+
reqid = response['Response']['RequestId']
|
3212
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
3213
|
+
end
|
3214
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
3215
|
+
raise e
|
3216
|
+
rescue StandardError => e
|
3217
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3218
|
+
end
|
3219
|
+
|
2161
3220
|
# 查询任务告警规则列表
|
2162
3221
|
|
2163
3222
|
# @param request: Request instance for DescribeTaskAlarmRegulations.
|
@@ -2401,6 +3460,102 @@ module TencentCloud
|
|
2401
3460
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2402
3461
|
end
|
2403
3462
|
|
3463
|
+
# 查询规则模版维度分布情况
|
3464
|
+
|
3465
|
+
# @param request: Request instance for DescribeTemplateDimCount.
|
3466
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTemplateDimCountRequest`
|
3467
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTemplateDimCountResponse`
|
3468
|
+
def DescribeTemplateDimCount(request)
|
3469
|
+
body = send_request('DescribeTemplateDimCount', request.serialize)
|
3470
|
+
response = JSON.parse(body)
|
3471
|
+
if response['Response'].key?('Error') == false
|
3472
|
+
model = DescribeTemplateDimCountResponse.new
|
3473
|
+
model.deserialize(response['Response'])
|
3474
|
+
model
|
3475
|
+
else
|
3476
|
+
code = response['Response']['Error']['Code']
|
3477
|
+
message = response['Response']['Error']['Message']
|
3478
|
+
reqid = response['Response']['RequestId']
|
3479
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
3480
|
+
end
|
3481
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
3482
|
+
raise e
|
3483
|
+
rescue StandardError => e
|
3484
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3485
|
+
end
|
3486
|
+
|
3487
|
+
# 查询规则模版操作记录
|
3488
|
+
|
3489
|
+
# @param request: Request instance for DescribeTemplateHistory.
|
3490
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTemplateHistoryRequest`
|
3491
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTemplateHistoryResponse`
|
3492
|
+
def DescribeTemplateHistory(request)
|
3493
|
+
body = send_request('DescribeTemplateHistory', request.serialize)
|
3494
|
+
response = JSON.parse(body)
|
3495
|
+
if response['Response'].key?('Error') == false
|
3496
|
+
model = DescribeTemplateHistoryResponse.new
|
3497
|
+
model.deserialize(response['Response'])
|
3498
|
+
model
|
3499
|
+
else
|
3500
|
+
code = response['Response']['Error']['Code']
|
3501
|
+
message = response['Response']['Error']['Message']
|
3502
|
+
reqid = response['Response']['RequestId']
|
3503
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
3504
|
+
end
|
3505
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
3506
|
+
raise e
|
3507
|
+
rescue StandardError => e
|
3508
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3509
|
+
end
|
3510
|
+
|
3511
|
+
# 数据质量概览页面表排行接口
|
3512
|
+
|
3513
|
+
# @param request: Request instance for DescribeTopTableStat.
|
3514
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTopTableStatRequest`
|
3515
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTopTableStatResponse`
|
3516
|
+
def DescribeTopTableStat(request)
|
3517
|
+
body = send_request('DescribeTopTableStat', request.serialize)
|
3518
|
+
response = JSON.parse(body)
|
3519
|
+
if response['Response'].key?('Error') == false
|
3520
|
+
model = DescribeTopTableStatResponse.new
|
3521
|
+
model.deserialize(response['Response'])
|
3522
|
+
model
|
3523
|
+
else
|
3524
|
+
code = response['Response']['Error']['Code']
|
3525
|
+
message = response['Response']['Error']['Message']
|
3526
|
+
reqid = response['Response']['RequestId']
|
3527
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
3528
|
+
end
|
3529
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
3530
|
+
raise e
|
3531
|
+
rescue StandardError => e
|
3532
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3533
|
+
end
|
3534
|
+
|
3535
|
+
# 数据质量概览页面趋势变化接口
|
3536
|
+
|
3537
|
+
# @param request: Request instance for DescribeTrendStat.
|
3538
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::DescribeTrendStatRequest`
|
3539
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::DescribeTrendStatResponse`
|
3540
|
+
def DescribeTrendStat(request)
|
3541
|
+
body = send_request('DescribeTrendStat', request.serialize)
|
3542
|
+
response = JSON.parse(body)
|
3543
|
+
if response['Response'].key?('Error') == false
|
3544
|
+
model = DescribeTrendStatResponse.new
|
3545
|
+
model.deserialize(response['Response'])
|
3546
|
+
model
|
3547
|
+
else
|
3548
|
+
code = response['Response']['Error']['Code']
|
3549
|
+
message = response['Response']['Error']['Message']
|
3550
|
+
reqid = response['Response']['RequestId']
|
3551
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
3552
|
+
end
|
3553
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
3554
|
+
raise e
|
3555
|
+
rescue StandardError => e
|
3556
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3557
|
+
end
|
3558
|
+
|
2404
3559
|
# 调试运行集成任务
|
2405
3560
|
|
2406
3561
|
# @param request: Request instance for DryRunDIOfflineTask.
|
@@ -2722,6 +3877,54 @@ module TencentCloud
|
|
2722
3877
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2723
3878
|
end
|
2724
3879
|
|
3880
|
+
# 质量报告-修改维度权限
|
3881
|
+
|
3882
|
+
# @param request: Request instance for ModifyDimensionWeight.
|
3883
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ModifyDimensionWeightRequest`
|
3884
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ModifyDimensionWeightResponse`
|
3885
|
+
def ModifyDimensionWeight(request)
|
3886
|
+
body = send_request('ModifyDimensionWeight', request.serialize)
|
3887
|
+
response = JSON.parse(body)
|
3888
|
+
if response['Response'].key?('Error') == false
|
3889
|
+
model = ModifyDimensionWeightResponse.new
|
3890
|
+
model.deserialize(response['Response'])
|
3891
|
+
model
|
3892
|
+
else
|
3893
|
+
code = response['Response']['Error']['Code']
|
3894
|
+
message = response['Response']['Error']['Message']
|
3895
|
+
reqid = response['Response']['RequestId']
|
3896
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
3897
|
+
end
|
3898
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
3899
|
+
raise e
|
3900
|
+
rescue StandardError => e
|
3901
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3902
|
+
end
|
3903
|
+
|
3904
|
+
# 更新规则组执行策略
|
3905
|
+
|
3906
|
+
# @param request: Request instance for ModifyExecStrategy.
|
3907
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ModifyExecStrategyRequest`
|
3908
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ModifyExecStrategyResponse`
|
3909
|
+
def ModifyExecStrategy(request)
|
3910
|
+
body = send_request('ModifyExecStrategy', request.serialize)
|
3911
|
+
response = JSON.parse(body)
|
3912
|
+
if response['Response'].key?('Error') == false
|
3913
|
+
model = ModifyExecStrategyResponse.new
|
3914
|
+
model.deserialize(response['Response'])
|
3915
|
+
model
|
3916
|
+
else
|
3917
|
+
code = response['Response']['Error']['Code']
|
3918
|
+
message = response['Response']['Error']['Message']
|
3919
|
+
reqid = response['Response']['RequestId']
|
3920
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
3921
|
+
end
|
3922
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
3923
|
+
raise e
|
3924
|
+
rescue StandardError => e
|
3925
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
3926
|
+
end
|
3927
|
+
|
2725
3928
|
# <p style="color:red;">[注意:该Beta版本只满足广州区部分白名单客户使用]</p>
|
2726
3929
|
# 文件夹更新
|
2727
3930
|
|
@@ -2795,6 +3998,102 @@ module TencentCloud
|
|
2795
3998
|
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
2796
3999
|
end
|
2797
4000
|
|
4001
|
+
# 更新监控状态
|
4002
|
+
|
4003
|
+
# @param request: Request instance for ModifyMonitorStatus.
|
4004
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ModifyMonitorStatusRequest`
|
4005
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ModifyMonitorStatusResponse`
|
4006
|
+
def ModifyMonitorStatus(request)
|
4007
|
+
body = send_request('ModifyMonitorStatus', request.serialize)
|
4008
|
+
response = JSON.parse(body)
|
4009
|
+
if response['Response'].key?('Error') == false
|
4010
|
+
model = ModifyMonitorStatusResponse.new
|
4011
|
+
model.deserialize(response['Response'])
|
4012
|
+
model
|
4013
|
+
else
|
4014
|
+
code = response['Response']['Error']['Code']
|
4015
|
+
message = response['Response']['Error']['Message']
|
4016
|
+
reqid = response['Response']['RequestId']
|
4017
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4018
|
+
end
|
4019
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4020
|
+
raise e
|
4021
|
+
rescue StandardError => e
|
4022
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4023
|
+
end
|
4024
|
+
|
4025
|
+
# 更新质量规则接口
|
4026
|
+
|
4027
|
+
# @param request: Request instance for ModifyRule.
|
4028
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ModifyRuleRequest`
|
4029
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ModifyRuleResponse`
|
4030
|
+
def ModifyRule(request)
|
4031
|
+
body = send_request('ModifyRule', request.serialize)
|
4032
|
+
response = JSON.parse(body)
|
4033
|
+
if response['Response'].key?('Error') == false
|
4034
|
+
model = ModifyRuleResponse.new
|
4035
|
+
model.deserialize(response['Response'])
|
4036
|
+
model
|
4037
|
+
else
|
4038
|
+
code = response['Response']['Error']['Code']
|
4039
|
+
message = response['Response']['Error']['Message']
|
4040
|
+
reqid = response['Response']['RequestId']
|
4041
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4042
|
+
end
|
4043
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4044
|
+
raise e
|
4045
|
+
rescue StandardError => e
|
4046
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4047
|
+
end
|
4048
|
+
|
4049
|
+
# 更新规则组订阅信息
|
4050
|
+
|
4051
|
+
# @param request: Request instance for ModifyRuleGroupSubscription.
|
4052
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ModifyRuleGroupSubscriptionRequest`
|
4053
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ModifyRuleGroupSubscriptionResponse`
|
4054
|
+
def ModifyRuleGroupSubscription(request)
|
4055
|
+
body = send_request('ModifyRuleGroupSubscription', request.serialize)
|
4056
|
+
response = JSON.parse(body)
|
4057
|
+
if response['Response'].key?('Error') == false
|
4058
|
+
model = ModifyRuleGroupSubscriptionResponse.new
|
4059
|
+
model.deserialize(response['Response'])
|
4060
|
+
model
|
4061
|
+
else
|
4062
|
+
code = response['Response']['Error']['Code']
|
4063
|
+
message = response['Response']['Error']['Message']
|
4064
|
+
reqid = response['Response']['RequestId']
|
4065
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4066
|
+
end
|
4067
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4068
|
+
raise e
|
4069
|
+
rescue StandardError => e
|
4070
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4071
|
+
end
|
4072
|
+
|
4073
|
+
# 编辑规则模版
|
4074
|
+
|
4075
|
+
# @param request: Request instance for ModifyRuleTemplate.
|
4076
|
+
# @type request: :class:`Tencentcloud::wedata::V20210820::ModifyRuleTemplateRequest`
|
4077
|
+
# @rtype: :class:`Tencentcloud::wedata::V20210820::ModifyRuleTemplateResponse`
|
4078
|
+
def ModifyRuleTemplate(request)
|
4079
|
+
body = send_request('ModifyRuleTemplate', request.serialize)
|
4080
|
+
response = JSON.parse(body)
|
4081
|
+
if response['Response'].key?('Error') == false
|
4082
|
+
model = ModifyRuleTemplateResponse.new
|
4083
|
+
model.deserialize(response['Response'])
|
4084
|
+
model
|
4085
|
+
else
|
4086
|
+
code = response['Response']['Error']['Code']
|
4087
|
+
message = response['Response']['Error']['Message']
|
4088
|
+
reqid = response['Response']['RequestId']
|
4089
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(code, message, reqid)
|
4090
|
+
end
|
4091
|
+
rescue TencentCloud::Common::TencentCloudSDKException => e
|
4092
|
+
raise e
|
4093
|
+
rescue StandardError => e
|
4094
|
+
raise TencentCloud::Common::TencentCloudSDKException.new(nil, e.inspect)
|
4095
|
+
end
|
4096
|
+
|
2798
4097
|
# 修改任务告警规则
|
2799
4098
|
|
2800
4099
|
# @param request: Request instance for ModifyTaskAlarmRegular.
|