tccli 3.0.1206.1__py2.py3-none-any.whl → 3.0.1208.1__py2.py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- tccli/__init__.py +1 -1
- tccli/services/advisor/v20200721/api.json +1 -1
- tccli/services/cbs/v20170312/api.json +5 -5
- tccli/services/cdn/v20180606/api.json +1 -1
- tccli/services/cdwch/v20200915/api.json +20 -0
- tccli/services/clb/v20180317/api.json +6 -6
- tccli/services/cls/v20201016/api.json +50 -0
- tccli/services/cls/v20201016/examples.json +7 -7
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +84 -2
- tccli/services/cynosdb/v20190107/examples.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +273 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/dsgc/v20190723/api.json +150 -22
- tccli/services/dsgc/v20190723/examples.json +4 -4
- tccli/services/emr/v20190103/api.json +1 -1
- tccli/services/ess/v20201111/api.json +84 -26
- tccli/services/ess/v20201111/examples.json +2 -2
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +95 -2
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/faceid/v20180301/api.json +1 -1
- tccli/services/ioa/v20220601/api.json +18 -1
- tccli/services/iotexplorer/iotexplorer_client.py +106 -0
- tccli/services/iotexplorer/v20190423/api.json +198 -0
- tccli/services/iotexplorer/v20190423/examples.json +22 -0
- tccli/services/lke/v20231130/api.json +1 -1
- tccli/services/mongodb/v20190725/api.json +1 -1
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +627 -11
- tccli/services/mps/v20190612/examples.json +40 -2
- tccli/services/oceanus/oceanus_client.py +53 -0
- tccli/services/oceanus/v20190422/api.json +88 -0
- tccli/services/oceanus/v20190422/examples.json +8 -0
- tccli/services/redis/redis_client.py +53 -0
- tccli/services/redis/v20180412/api.json +75 -8
- tccli/services/redis/v20180412/examples.json +8 -0
- tccli/services/tcss/v20201101/api.json +10 -10
- tccli/services/tke/tke_client.py +4 -57
- tccli/services/tke/v20180525/api.json +0 -72
- tccli/services/tke/v20180525/examples.json +0 -8
- tccli/services/tms/v20201229/api.json +17 -17
- tccli/services/trtc/v20190722/api.json +24 -6
- tccli/services/vod/v20180717/api.json +1 -1
- tccli/services/vpc/v20170312/api.json +23 -14
- tccli/services/vpc/v20170312/examples.json +1 -1
- tccli/services/waf/v20180125/api.json +655 -1
- tccli/services/waf/v20180125/examples.json +22 -0
- tccli/services/waf/waf_client.py +114 -8
- {tccli-3.0.1206.1.dist-info → tccli-3.0.1208.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1206.1.dist-info → tccli-3.0.1208.1.dist-info}/RECORD +55 -55
- {tccli-3.0.1206.1.dist-info → tccli-3.0.1208.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1206.1.dist-info → tccli-3.0.1208.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1206.1.dist-info → tccli-3.0.1208.1.dist-info}/license_files/LICENSE +0 -0
@@ -651,6 +651,13 @@
|
|
651
651
|
"output": "DescribeTasksResponse",
|
652
652
|
"status": "online"
|
653
653
|
},
|
654
|
+
"DescribeTasksAnalysis": {
|
655
|
+
"document": "该接口用于洞察分析列表",
|
656
|
+
"input": "DescribeTasksAnalysisRequest",
|
657
|
+
"name": "洞察分析列表",
|
658
|
+
"output": "DescribeTasksAnalysisResponse",
|
659
|
+
"status": "online"
|
660
|
+
},
|
654
661
|
"DescribeTasksCostInfo": {
|
655
662
|
"document": "该接口(DescribeTasksCostInfo)用于查询任务消耗",
|
656
663
|
"input": "DescribeTasksCostInfoRequest",
|
@@ -1416,6 +1423,162 @@
|
|
1416
1423
|
],
|
1417
1424
|
"type": "object"
|
1418
1425
|
},
|
1426
|
+
"AnalysisTaskResults": {
|
1427
|
+
"document": "洞察分析结果返回体",
|
1428
|
+
"members": [
|
1429
|
+
{
|
1430
|
+
"disabled": false,
|
1431
|
+
"document": "任务Id",
|
1432
|
+
"example": "89570c65-49de-4bbd-ac0a-a67c724fc80f",
|
1433
|
+
"member": "string",
|
1434
|
+
"name": "Id",
|
1435
|
+
"output_required": true,
|
1436
|
+
"type": "string",
|
1437
|
+
"value_allowed_null": false
|
1438
|
+
},
|
1439
|
+
{
|
1440
|
+
"disabled": false,
|
1441
|
+
"document": "任务创建时间,毫秒时间戳",
|
1442
|
+
"example": "1715141119301",
|
1443
|
+
"member": "int64",
|
1444
|
+
"name": "InstanceStartTime",
|
1445
|
+
"output_required": true,
|
1446
|
+
"type": "int",
|
1447
|
+
"value_allowed_null": false
|
1448
|
+
},
|
1449
|
+
{
|
1450
|
+
"disabled": false,
|
1451
|
+
"document": "任务结束时间,毫秒时间戳\n注意:此字段可能返回 null,表示取不到有效值。",
|
1452
|
+
"example": "1715141437247",
|
1453
|
+
"member": "int64",
|
1454
|
+
"name": "InstanceCompleteTime",
|
1455
|
+
"output_required": false,
|
1456
|
+
"type": "int",
|
1457
|
+
"value_allowed_null": true
|
1458
|
+
},
|
1459
|
+
{
|
1460
|
+
"disabled": false,
|
1461
|
+
"document": "任务状态:0 初始化, 1 执行中, 2 执行成功,3 数据写入中,4 排队中。-1 执行失败,-3 已取消。",
|
1462
|
+
"example": "2",
|
1463
|
+
"member": "int64",
|
1464
|
+
"name": "State",
|
1465
|
+
"output_required": true,
|
1466
|
+
"type": "int",
|
1467
|
+
"value_allowed_null": false
|
1468
|
+
},
|
1469
|
+
{
|
1470
|
+
"disabled": false,
|
1471
|
+
"document": "任务SQL语句",
|
1472
|
+
"example": "无",
|
1473
|
+
"member": "string",
|
1474
|
+
"name": "SQL",
|
1475
|
+
"output_required": true,
|
1476
|
+
"type": "string",
|
1477
|
+
"value_allowed_null": false
|
1478
|
+
},
|
1479
|
+
{
|
1480
|
+
"disabled": false,
|
1481
|
+
"document": "计算资源名字\n注意:此字段可能返回 null,表示取不到有效值。",
|
1482
|
+
"example": "无",
|
1483
|
+
"member": "string",
|
1484
|
+
"name": "DataEngineName",
|
1485
|
+
"output_required": true,
|
1486
|
+
"type": "string",
|
1487
|
+
"value_allowed_null": true
|
1488
|
+
},
|
1489
|
+
{
|
1490
|
+
"disabled": false,
|
1491
|
+
"document": "单位毫秒,引擎内执行耗时\n注意:此字段可能返回 null,表示取不到有效值。",
|
1492
|
+
"example": "80852",
|
1493
|
+
"member": "int64",
|
1494
|
+
"name": "JobTimeSum",
|
1495
|
+
"output_required": false,
|
1496
|
+
"type": "int",
|
1497
|
+
"value_allowed_null": true
|
1498
|
+
},
|
1499
|
+
{
|
1500
|
+
"disabled": false,
|
1501
|
+
"document": "单位秒,CU资源消耗\n注意:此字段可能返回 null,表示取不到有效值。",
|
1502
|
+
"example": "4329",
|
1503
|
+
"member": "int64",
|
1504
|
+
"name": "TaskTimeSum",
|
1505
|
+
"output_required": false,
|
1506
|
+
"type": "int",
|
1507
|
+
"value_allowed_null": true
|
1508
|
+
},
|
1509
|
+
{
|
1510
|
+
"disabled": false,
|
1511
|
+
"document": "数据扫描总行数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1512
|
+
"example": "无",
|
1513
|
+
"member": "int64",
|
1514
|
+
"name": "InputRecordsSum",
|
1515
|
+
"output_required": false,
|
1516
|
+
"type": "int",
|
1517
|
+
"value_allowed_null": true
|
1518
|
+
},
|
1519
|
+
{
|
1520
|
+
"disabled": false,
|
1521
|
+
"document": "数据扫描总 bytes\n注意:此字段可能返回 null,表示取不到有效值。",
|
1522
|
+
"example": "无",
|
1523
|
+
"member": "int64",
|
1524
|
+
"name": "InputBytesSum",
|
1525
|
+
"output_required": false,
|
1526
|
+
"type": "int",
|
1527
|
+
"value_allowed_null": true
|
1528
|
+
},
|
1529
|
+
{
|
1530
|
+
"disabled": false,
|
1531
|
+
"document": "输出总行数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1532
|
+
"example": "无",
|
1533
|
+
"member": "int64",
|
1534
|
+
"name": "OutputRecordsSum",
|
1535
|
+
"output_required": false,
|
1536
|
+
"type": "int",
|
1537
|
+
"value_allowed_null": true
|
1538
|
+
},
|
1539
|
+
{
|
1540
|
+
"disabled": false,
|
1541
|
+
"document": "输出总 bytes\n注意:此字段可能返回 null,表示取不到有效值。",
|
1542
|
+
"example": "无",
|
1543
|
+
"member": "int64",
|
1544
|
+
"name": "OutputBytesSum",
|
1545
|
+
"output_required": false,
|
1546
|
+
"type": "int",
|
1547
|
+
"value_allowed_null": true
|
1548
|
+
},
|
1549
|
+
{
|
1550
|
+
"disabled": false,
|
1551
|
+
"document": "shuffle read 总 bytes\n注意:此字段可能返回 null,表示取不到有效值。",
|
1552
|
+
"example": "无",
|
1553
|
+
"member": "int64",
|
1554
|
+
"name": "ShuffleReadBytesSum",
|
1555
|
+
"output_required": false,
|
1556
|
+
"type": "int",
|
1557
|
+
"value_allowed_null": true
|
1558
|
+
},
|
1559
|
+
{
|
1560
|
+
"disabled": false,
|
1561
|
+
"document": "shuffle read 总行数\n注意:此字段可能返回 null,表示取不到有效值。",
|
1562
|
+
"example": "无",
|
1563
|
+
"member": "int64",
|
1564
|
+
"name": "ShuffleReadRecordsSum",
|
1565
|
+
"output_required": false,
|
1566
|
+
"type": "int",
|
1567
|
+
"value_allowed_null": true
|
1568
|
+
},
|
1569
|
+
{
|
1570
|
+
"disabled": false,
|
1571
|
+
"document": "洞察结果类型分类,一个 json 数组,有如下几种类型:SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)\n注意:此字段可能返回 null,表示取不到有效值。",
|
1572
|
+
"example": "[\\\"SPARK-StageScheduleDelay\\\"]",
|
1573
|
+
"member": "string",
|
1574
|
+
"name": "AnalysisStatus",
|
1575
|
+
"output_required": false,
|
1576
|
+
"type": "string",
|
1577
|
+
"value_allowed_null": true
|
1578
|
+
}
|
1579
|
+
],
|
1580
|
+
"usage": "out"
|
1581
|
+
},
|
1419
1582
|
"Asset": {
|
1420
1583
|
"document": "元数据基本对象",
|
1421
1584
|
"members": [
|
@@ -10766,6 +10929,116 @@
|
|
10766
10929
|
],
|
10767
10930
|
"type": "object"
|
10768
10931
|
},
|
10932
|
+
"DescribeTasksAnalysisRequest": {
|
10933
|
+
"document": "DescribeTasksAnalysis请求参数结构体",
|
10934
|
+
"members": [
|
10935
|
+
{
|
10936
|
+
"disabled": false,
|
10937
|
+
"document": "数据引擎名称,用于筛选",
|
10938
|
+
"example": "shared_presto",
|
10939
|
+
"member": "string",
|
10940
|
+
"name": "DataEngineName",
|
10941
|
+
"required": false,
|
10942
|
+
"type": "string"
|
10943
|
+
},
|
10944
|
+
{
|
10945
|
+
"disabled": false,
|
10946
|
+
"document": "返回数量,默认为10,最大值为100。",
|
10947
|
+
"example": "20",
|
10948
|
+
"member": "int64",
|
10949
|
+
"name": "Limit",
|
10950
|
+
"required": false,
|
10951
|
+
"type": "int"
|
10952
|
+
},
|
10953
|
+
{
|
10954
|
+
"disabled": false,
|
10955
|
+
"document": "偏移量,默认为0。",
|
10956
|
+
"example": "0",
|
10957
|
+
"member": "int64",
|
10958
|
+
"name": "Offset",
|
10959
|
+
"required": false,
|
10960
|
+
"type": "int"
|
10961
|
+
},
|
10962
|
+
{
|
10963
|
+
"disabled": false,
|
10964
|
+
"document": "过滤条件,如下支持的过滤类型,传参Name应为以下其中一个: task-id - String - (任务ID准确过滤)task-id 取值形如:e386471f-139a-4e59-877f-50ece8135b99。task-state - String - (任务状态过滤)取值范围 0(初始化), 1(运行中), 2(成功), -1(失败),rule-id - String - (洞察类型)取值范围 SPARK-StageScheduleDelay(资源抢占), SPARK-ShuffleFailure(Shuffle异常), SPARK-SlowTask(慢task), SPARK-DataSkew(数据倾斜), SPARK-InsufficientResource(磁盘或内存不足)",
|
10965
|
+
"example": "无",
|
10966
|
+
"member": "Filter",
|
10967
|
+
"name": "Filters",
|
10968
|
+
"required": false,
|
10969
|
+
"type": "list"
|
10970
|
+
},
|
10971
|
+
{
|
10972
|
+
"disabled": false,
|
10973
|
+
"document": "排序字段,支持如下字段类型,instance-start-time (任务开始时间), instance-complete-time (任务结束时间),job-time-sum (单位毫秒,引擎内执行耗时),task-time-sum (CU资源消耗,单位秒),input-bytes-sum(数据扫描总大小,单位bytes),shuffle-read-bytes-sum(数据shuffle总大小,单位bytes)",
|
10974
|
+
"example": "instance-start-time",
|
10975
|
+
"member": "string",
|
10976
|
+
"name": "SortBy",
|
10977
|
+
"required": false,
|
10978
|
+
"type": "string"
|
10979
|
+
},
|
10980
|
+
{
|
10981
|
+
"disabled": false,
|
10982
|
+
"document": "排序方式,desc表示正序,asc表示反序, 默认为asc。",
|
10983
|
+
"example": "desc",
|
10984
|
+
"member": "string",
|
10985
|
+
"name": "Sorting",
|
10986
|
+
"required": false,
|
10987
|
+
"type": "string"
|
10988
|
+
},
|
10989
|
+
{
|
10990
|
+
"disabled": false,
|
10991
|
+
"document": "起始时间点,格式为yyyy-mm-dd HH:MM:SS",
|
10992
|
+
"example": "2019-01-21 00:00:00",
|
10993
|
+
"member": "string",
|
10994
|
+
"name": "StartTime",
|
10995
|
+
"required": false,
|
10996
|
+
"type": "string"
|
10997
|
+
},
|
10998
|
+
{
|
10999
|
+
"disabled": false,
|
11000
|
+
"document": "结束时间点,格式为yyyy-mm-dd HH:MM:SS时间跨度在(0,30天],支持最近45天数据查询。默认为当前时刻",
|
11001
|
+
"example": "2019-01-22 00:00:00",
|
11002
|
+
"member": "string",
|
11003
|
+
"name": "EndTime",
|
11004
|
+
"required": false,
|
11005
|
+
"type": "string"
|
11006
|
+
}
|
11007
|
+
],
|
11008
|
+
"type": "object"
|
11009
|
+
},
|
11010
|
+
"DescribeTasksAnalysisResponse": {
|
11011
|
+
"document": "DescribeTasksAnalysis返回参数结构体",
|
11012
|
+
"members": [
|
11013
|
+
{
|
11014
|
+
"disabled": false,
|
11015
|
+
"document": "洞察结果分页列表",
|
11016
|
+
"example": "无",
|
11017
|
+
"member": "AnalysisTaskResults",
|
11018
|
+
"name": "TaskList",
|
11019
|
+
"output_required": true,
|
11020
|
+
"type": "list",
|
11021
|
+
"value_allowed_null": false
|
11022
|
+
},
|
11023
|
+
{
|
11024
|
+
"disabled": false,
|
11025
|
+
"document": "洞察结果总数",
|
11026
|
+
"example": "21",
|
11027
|
+
"member": "uint64",
|
11028
|
+
"name": "TotalCount",
|
11029
|
+
"output_required": true,
|
11030
|
+
"type": "int",
|
11031
|
+
"value_allowed_null": false
|
11032
|
+
},
|
11033
|
+
{
|
11034
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11035
|
+
"member": "string",
|
11036
|
+
"name": "RequestId",
|
11037
|
+
"type": "string"
|
11038
|
+
}
|
11039
|
+
],
|
11040
|
+
"type": "object"
|
11041
|
+
},
|
10769
11042
|
"DescribeTasksCostInfoRequest": {
|
10770
11043
|
"document": "DescribeTasksCostInfo请求参数结构体",
|
10771
11044
|
"members": [
|
@@ -750,6 +750,14 @@
|
|
750
750
|
"title": "查询任务列表"
|
751
751
|
}
|
752
752
|
],
|
753
|
+
"DescribeTasksAnalysis": [
|
754
|
+
{
|
755
|
+
"document": "",
|
756
|
+
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTasksAnalysis\n<公共请求参数>\n\n{}",
|
757
|
+
"output": "{\n \"Response\": {\n \"TaskList\": [\n {\n \"Id\": \"abc\",\n \"InstanceStartTime\": 0,\n \"InstanceCompleteTime\": 0,\n \"State\": 0,\n \"SQL\": \"abc\",\n \"DataEngineName\": \"abc\",\n \"JobTimeSum\": 0,\n \"TaskTimeSum\": 0,\n \"InputRecordsSum\": 0,\n \"InputBytesSum\": 0,\n \"OutputRecordsSum\": 0,\n \"OutputBytesSum\": 0,\n \"ShuffleReadBytesSum\": 0,\n \"ShuffleReadRecordsSum\": 0,\n \"AnalysisStatus\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
758
|
+
"title": "洞察分析列表"
|
759
|
+
}
|
760
|
+
],
|
753
761
|
"DescribeTasksCostInfo": [
|
754
762
|
{
|
755
763
|
"document": "",
|
@@ -2098,6 +2098,24 @@
|
|
2098
2098
|
"name": "ResourcesAccount",
|
2099
2099
|
"required": true,
|
2100
2100
|
"type": "list"
|
2101
|
+
},
|
2102
|
+
{
|
2103
|
+
"disabled": false,
|
2104
|
+
"document": "创建默认主模板扫描任务",
|
2105
|
+
"example": "false",
|
2106
|
+
"member": "bool",
|
2107
|
+
"name": "CreateDefaultTask",
|
2108
|
+
"required": false,
|
2109
|
+
"type": "bool"
|
2110
|
+
},
|
2111
|
+
{
|
2112
|
+
"disabled": false,
|
2113
|
+
"document": "授权范围(all:授权整个数据源 manual:手动指定数据库)",
|
2114
|
+
"example": "all",
|
2115
|
+
"member": "string",
|
2116
|
+
"name": "AuthRange",
|
2117
|
+
"required": false,
|
2118
|
+
"type": "string"
|
2101
2119
|
}
|
2102
2120
|
],
|
2103
2121
|
"type": "object"
|
@@ -4263,24 +4281,6 @@
|
|
4263
4281
|
"required": true,
|
4264
4282
|
"type": "string"
|
4265
4283
|
},
|
4266
|
-
{
|
4267
|
-
"disabled": false,
|
4268
|
-
"document": "可用于访问自建云资源的IP。",
|
4269
|
-
"example": "127.31.41.42",
|
4270
|
-
"member": "string",
|
4271
|
-
"name": "ResourceVip",
|
4272
|
-
"required": true,
|
4273
|
-
"type": "string"
|
4274
|
-
},
|
4275
|
-
{
|
4276
|
-
"disabled": false,
|
4277
|
-
"document": "可用于访问自建云资源的端口。",
|
4278
|
-
"example": "2203",
|
4279
|
-
"member": "uint64",
|
4280
|
-
"name": "ResourceVPort",
|
4281
|
-
"required": true,
|
4282
|
-
"type": "int"
|
4283
|
-
},
|
4284
4284
|
{
|
4285
4285
|
"disabled": false,
|
4286
4286
|
"document": "自建云资源的VPC ID。",
|
@@ -4310,7 +4310,25 @@
|
|
4310
4310
|
},
|
4311
4311
|
{
|
4312
4312
|
"disabled": false,
|
4313
|
-
"document": "
|
4313
|
+
"document": "可用于访问自建云资源的IP。\nemr的连接不需要使用该字段",
|
4314
|
+
"example": "127.31.41.42",
|
4315
|
+
"member": "string",
|
4316
|
+
"name": "ResourceVip",
|
4317
|
+
"required": true,
|
4318
|
+
"type": "string"
|
4319
|
+
},
|
4320
|
+
{
|
4321
|
+
"disabled": false,
|
4322
|
+
"document": "可用于访问自建云资源的端口。\nemr的连接不需要使用该字段",
|
4323
|
+
"example": "2203",
|
4324
|
+
"member": "uint64",
|
4325
|
+
"name": "ResourceVPort",
|
4326
|
+
"required": true,
|
4327
|
+
"type": "int"
|
4328
|
+
},
|
4329
|
+
{
|
4330
|
+
"disabled": false,
|
4331
|
+
"document": "账户名。如果emr_hive的连接方式为“LDAP”,则复用该字段",
|
4314
4332
|
"example": "admin",
|
4315
4333
|
"member": "string",
|
4316
4334
|
"name": "UserName",
|
@@ -4319,7 +4337,7 @@
|
|
4319
4337
|
},
|
4320
4338
|
{
|
4321
4339
|
"disabled": false,
|
4322
|
-
"document": "
|
4340
|
+
"document": "账户密码。如果emr_hive的连接方式为“LDAP”,则复用该字段",
|
4323
4341
|
"example": "password",
|
4324
4342
|
"member": "string",
|
4325
4343
|
"name": "Password",
|
@@ -4352,6 +4370,15 @@
|
|
4352
4370
|
"name": "InstanceValue",
|
4353
4371
|
"required": false,
|
4354
4372
|
"type": "string"
|
4373
|
+
},
|
4374
|
+
{
|
4375
|
+
"disabled": false,
|
4376
|
+
"document": "授权范围(all:授权整个数据源 manual:手动指定数据库)",
|
4377
|
+
"example": "all",
|
4378
|
+
"member": "string",
|
4379
|
+
"name": "AuthRange",
|
4380
|
+
"required": false,
|
4381
|
+
"type": "string"
|
4355
4382
|
}
|
4356
4383
|
],
|
4357
4384
|
"type": "object"
|
@@ -4658,6 +4685,16 @@
|
|
4658
4685
|
"output_required": true,
|
4659
4686
|
"type": "float",
|
4660
4687
|
"value_allowed_null": false
|
4688
|
+
},
|
4689
|
+
{
|
4690
|
+
"disabled": false,
|
4691
|
+
"document": "治理授权状态,0:关闭 1:开启",
|
4692
|
+
"example": "0",
|
4693
|
+
"member": "int64",
|
4694
|
+
"name": "GovernAuthStatus",
|
4695
|
+
"output_required": false,
|
4696
|
+
"type": "int",
|
4697
|
+
"value_allowed_null": false
|
4661
4698
|
}
|
4662
4699
|
],
|
4663
4700
|
"usage": "out"
|
@@ -13195,6 +13232,26 @@
|
|
13195
13232
|
"output_required": false,
|
13196
13233
|
"type": "string",
|
13197
13234
|
"value_allowed_null": true
|
13235
|
+
},
|
13236
|
+
{
|
13237
|
+
"disabled": false,
|
13238
|
+
"document": "已授权的实例数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
13239
|
+
"example": "无",
|
13240
|
+
"member": "int64",
|
13241
|
+
"name": "InsAuthCount",
|
13242
|
+
"output_required": false,
|
13243
|
+
"type": "int",
|
13244
|
+
"value_allowed_null": true
|
13245
|
+
},
|
13246
|
+
{
|
13247
|
+
"disabled": false,
|
13248
|
+
"document": "已购买的实例数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
13249
|
+
"example": "无",
|
13250
|
+
"member": "int64",
|
13251
|
+
"name": "InsTotalQuota",
|
13252
|
+
"output_required": false,
|
13253
|
+
"type": "int",
|
13254
|
+
"value_allowed_null": true
|
13198
13255
|
}
|
13199
13256
|
],
|
13200
13257
|
"usage": "out"
|
@@ -13865,6 +13922,28 @@
|
|
13865
13922
|
"required": false,
|
13866
13923
|
"type": "string",
|
13867
13924
|
"value_allowed_null": true
|
13925
|
+
},
|
13926
|
+
{
|
13927
|
+
"disabled": false,
|
13928
|
+
"document": "//治理授权状态(0:关闭 1:开启)",
|
13929
|
+
"example": "0",
|
13930
|
+
"member": "int64",
|
13931
|
+
"name": "GovernAuthStatus",
|
13932
|
+
"output_required": false,
|
13933
|
+
"required": false,
|
13934
|
+
"type": "int",
|
13935
|
+
"value_allowed_null": false
|
13936
|
+
},
|
13937
|
+
{
|
13938
|
+
"disabled": false,
|
13939
|
+
"document": "授权范围:all - 授权整个数据源 manual:手动指定数据源\n注意:此字段可能返回 null,表示取不到有效值。",
|
13940
|
+
"example": "all",
|
13941
|
+
"member": "string",
|
13942
|
+
"name": "AuthRange",
|
13943
|
+
"output_required": false,
|
13944
|
+
"required": false,
|
13945
|
+
"type": "string",
|
13946
|
+
"value_allowed_null": true
|
13868
13947
|
}
|
13869
13948
|
],
|
13870
13949
|
"usage": "both"
|
@@ -14845,6 +14924,36 @@
|
|
14845
14924
|
"type": "int",
|
14846
14925
|
"value_allowed_null": false
|
14847
14926
|
},
|
14927
|
+
{
|
14928
|
+
"disabled": false,
|
14929
|
+
"document": "用户购买的实例配额。",
|
14930
|
+
"example": "1",
|
14931
|
+
"member": "int64",
|
14932
|
+
"name": "InsTotalQuota",
|
14933
|
+
"output_required": false,
|
14934
|
+
"type": "int",
|
14935
|
+
"value_allowed_null": false
|
14936
|
+
},
|
14937
|
+
{
|
14938
|
+
"disabled": false,
|
14939
|
+
"document": "用户可用的实例配额。",
|
14940
|
+
"example": "1",
|
14941
|
+
"member": "int64",
|
14942
|
+
"name": "InsRemainQuota",
|
14943
|
+
"output_required": false,
|
14944
|
+
"type": "int",
|
14945
|
+
"value_allowed_null": false
|
14946
|
+
},
|
14947
|
+
{
|
14948
|
+
"disabled": false,
|
14949
|
+
"document": "用户购买的版本",
|
14950
|
+
"example": "basic",
|
14951
|
+
"member": "string",
|
14952
|
+
"name": "Version",
|
14953
|
+
"output_required": false,
|
14954
|
+
"type": "string",
|
14955
|
+
"value_allowed_null": false
|
14956
|
+
},
|
14848
14957
|
{
|
14849
14958
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
14850
14959
|
"member": "string",
|
@@ -15213,7 +15322,7 @@
|
|
15213
15322
|
},
|
15214
15323
|
{
|
15215
15324
|
"disabled": false,
|
15216
|
-
"document": "过滤项。\n可过滤值包括:\nResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。\n\nAuthStatus - authorized(已授权)、unauthorized(未授权)、deleted(资源已被删除),不支持模糊匹配,需要填写完整。\n\nBuildType - cloud(云原生资源)、build(用户自建资源),不支持模糊匹配,需要填写完整。\n\nMetaType - cdb(云数据Mysql)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbmysql(TDSQL-C MySQL版)、cos(对象存储)、mysql_like_proto(自建型Mysql协议类关系型数据库)、postgre_like_proto(自建型Postgre协议类关系型数据库)。\n\nResourceId - 资源ID
|
15325
|
+
"document": "过滤项。\n可过滤值包括:\nResoureRegion - 资源所处地域,需要填写完整地域名称,不支持模糊匹配。\n\nAuthStatus - authorized(已授权)、unauthorized(未授权)、deleted(资源已被删除),不支持模糊匹配,需要填写完整。\n\nBuildType - cloud(云原生资源)、build(用户自建资源),不支持模糊匹配,需要填写完整。\n\nMetaType - cdb(云数据Mysql)、dcdb(TDSQL MySQL版)、mariadb(云数据库 MariaDB)、postgres(云数据库 PostgreSQL)、cynosdbmysql(TDSQL-C MySQL版)、cos(对象存储)、mysql_like_proto(自建型Mysql协议类关系型数据库)、postgre_like_proto(自建型Postgre协议类关系型数据库)。\n\nResourceId - 资源ID,支持模糊搜索。\n\nCvmID - 自建资源对应CvmId,如:ins-xxxxxxxx。该字段用于casb调用dsgc接口时,根据cvmId和vport确定具体的自建实例",
|
15217
15326
|
"example": "[filter]",
|
15218
15327
|
"member": "DspaDataSourceMngFilter",
|
15219
15328
|
"name": "Filters",
|
@@ -17286,7 +17395,7 @@
|
|
17286
17395
|
{
|
17287
17396
|
"disabled": false,
|
17288
17397
|
"document": "识别模板名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
17289
|
-
"example": "
|
17398
|
+
"example": "个人身份信息模板",
|
17290
17399
|
"member": "string",
|
17291
17400
|
"name": "ComplianceName",
|
17292
17401
|
"output_required": false,
|
@@ -17302,6 +17411,16 @@
|
|
17302
17411
|
"output_required": false,
|
17303
17412
|
"type": "int",
|
17304
17413
|
"value_allowed_null": true
|
17414
|
+
},
|
17415
|
+
{
|
17416
|
+
"disabled": false,
|
17417
|
+
"document": "报告模版名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
17418
|
+
"example": "数据资产报告",
|
17419
|
+
"member": "string",
|
17420
|
+
"name": "ReportTemplateName",
|
17421
|
+
"output_required": false,
|
17422
|
+
"type": "string",
|
17423
|
+
"value_allowed_null": true
|
17305
17424
|
}
|
17306
17425
|
],
|
17307
17426
|
"usage": "out"
|
@@ -18540,6 +18659,15 @@
|
|
18540
18659
|
"name": "Password",
|
18541
18660
|
"required": true,
|
18542
18661
|
"type": "string"
|
18662
|
+
},
|
18663
|
+
{
|
18664
|
+
"disabled": false,
|
18665
|
+
"document": "授权范围:all 授权全部 manual:手动指定",
|
18666
|
+
"example": "all",
|
18667
|
+
"member": "string",
|
18668
|
+
"name": "AuthRange",
|
18669
|
+
"required": false,
|
18670
|
+
"type": "string"
|
18543
18671
|
}
|
18544
18672
|
],
|
18545
18673
|
"type": "object"
|
@@ -922,7 +922,7 @@
|
|
922
922
|
{
|
923
923
|
"document": "获取用户配额信息",
|
924
924
|
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetUserQuotaInfo\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\"\n}",
|
925
|
-
"output": "{\n \"Response\": {\n \"DspaId\": \"abc\",\n \"DbTotalQuota\": 0,\n \"CosTotalQuota\": 0,\n \"DbRemainQuota\": 0,\n \"CosRemainQuota\": 0,\n \"CosQuotaUnit\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
925
|
+
"output": "{\n \"Response\": {\n \"DspaId\": \"abc\",\n \"DbTotalQuota\": 0,\n \"CosTotalQuota\": 0,\n \"DbRemainQuota\": 0,\n \"CosRemainQuota\": 0,\n \"CosQuotaUnit\": \"abc\",\n \"DBUnbindNum\": 0,\n \"COSUnbindNum\": 0,\n \"InsTotalQuota\": 0,\n \"InsRemainQuota\": 0,\n \"Version\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
926
926
|
"title": "示例"
|
927
927
|
}
|
928
928
|
],
|
@@ -930,7 +930,7 @@
|
|
930
930
|
{
|
931
931
|
"document": "拉取DSPA实例列表",
|
932
932
|
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDSPAClusters\n<公共请求参数>\n\n{}",
|
933
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"InstanceList\": [\n {\n \"DspaId\": \"abc\",\n \"DspaName\": \"abc\",\n \"DspaDescription\": \"abc\",\n \"DBAuthCount\": 1,\n \"CosBindCount\": 1,\n \"InstanceVersion\": \"abc\",\n \"Status\": \"abc\",\n \"ExpiredAt\": 1,\n \"AppId\": 1,\n \"TrialVersion\": \"abc\",\n \"TrialEndAt\": 1,\n \"DbTotalQuota\": 0,\n \"CosTotalQuota\": 0,\n \"CosQuotaUnit\": \"abc\",\n \"RenewFlag\": 1,\n \"Channel\": \"abc\"\n }\n ],\n \"DenyAll\": true,\n \"RequestId\": \"abc\"\n }\n}",
|
933
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"InstanceList\": [\n {\n \"DspaId\": \"abc\",\n \"DspaName\": \"abc\",\n \"DspaDescription\": \"abc\",\n \"DBAuthCount\": 1,\n \"CosBindCount\": 1,\n \"InstanceVersion\": \"abc\",\n \"Status\": \"abc\",\n \"ExpiredAt\": 1,\n \"AppId\": 1,\n \"TrialVersion\": \"abc\",\n \"TrialEndAt\": 1,\n \"DbTotalQuota\": 0,\n \"CosTotalQuota\": 0,\n \"CosQuotaUnit\": \"abc\",\n \"RenewFlag\": 1,\n \"Channel\": \"abc\",\n \"InsAuthCount\": 0,\n \"InsTotalQuota\": 0\n }\n ],\n \"DenyAll\": true,\n \"RequestId\": \"abc\"\n }\n}",
|
934
934
|
"title": "拉取DSPA实例列表"
|
935
935
|
}
|
936
936
|
],
|
@@ -938,7 +938,7 @@
|
|
938
938
|
{
|
939
939
|
"document": "获取dspa实例下的cos资源列表",
|
940
940
|
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDSPACosMetaResources\n<公共请求参数>\n\n{\n \"DspaId\": \"abc\",\n \"Filters\": [\n {\n \"Name\": \"abc\",\n \"Values\": [\n \"abc\"\n ]\n }\n ],\n \"Offset\": 1,\n \"Limit\": 1,\n \"BindType\": \"abc\"\n}",
|
941
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Items\": [\n {\n \"Bucket\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Valid\": 0,\n \"ResourceId\": \"abc\",\n \"ResourceRegion\": \"abc\",\n \"BindStatus\": \"abc\",\n \"Storage\":
|
941
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Items\": [\n {\n \"Bucket\": \"abc\",\n \"CreateTime\": \"abc\",\n \"Valid\": 0,\n \"ResourceId\": \"abc\",\n \"ResourceRegion\": \"abc\",\n \"BindStatus\": \"abc\",\n \"Storage\": 0,\n \"GovernAuthStatus\": 0\n }\n ],\n \"DspaId\": \"abc\",\n \"RequestId\": \"abc\"\n }\n}",
|
942
942
|
"title": "示例"
|
943
943
|
}
|
944
944
|
],
|
@@ -946,7 +946,7 @@
|
|
946
946
|
{
|
947
947
|
"document": "获取Dspa实例下的指定cdb资源信息",
|
948
948
|
"input": "POST / HTTP/1.1\nHost: dsgc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ListDSPAMetaResources\n<公共请求参数>\n\n{\n \"DspaId\": \"dspa-6fb60936\",\n \"Filters\": [\n {\n \"Name\": \"ResourceId\",\n \"Values\": [\n \"cdb-9loqa8ed\"\n ]\n }\n ]\n}",
|
949
|
-
"output": "{\n \"Response\": {\n \"DspaId\": \"abc\",\n \"Resources\": [\n {\n \"ResourceId\": \"abc\",\n \"ResourceName\": \"abc\",\n \"ResourceVip\": \"abc\",\n \"ResourceVPort\": 1,\n \"ResourceCreateTime\": \"abc\",\n \"ResourceUniqueVpcId\": \"abc\",\n \"ResourceUniqueSubnetId\": \"abc\",\n \"MetaType\": \"abc\",\n \"ResourceRegion\": \"abc\",\n \"ResourceSyncTime\": \"abc\",\n \"AuthStatus\": \"abc\",\n \"BuildType\": \"abc\",\n \"MasterInsId\": \"abc\",\n \"ResourceVpcId\": 1,\n \"ResourceSubnetId\": 1,\n \"Protocol\": \"abc\",\n \"ResourceVersion\": \"abc\",\n \"ResourceAuthType\": \"abc\",\n \"ResourceAuthAccount\": \"abc\",\n \"InstanceType\": \"abc\",\n \"InstanceValue\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
949
|
+
"output": "{\n \"Response\": {\n \"DspaId\": \"abc\",\n \"Resources\": [\n {\n \"ResourceId\": \"abc\",\n \"ResourceName\": \"abc\",\n \"ResourceVip\": \"abc\",\n \"ResourceVPort\": 1,\n \"ResourceCreateTime\": \"abc\",\n \"ResourceUniqueVpcId\": \"abc\",\n \"ResourceUniqueSubnetId\": \"abc\",\n \"MetaType\": \"abc\",\n \"ResourceRegion\": \"abc\",\n \"ResourceSyncTime\": \"abc\",\n \"AuthStatus\": \"abc\",\n \"BuildType\": \"abc\",\n \"MasterInsId\": \"abc\",\n \"ResourceVpcId\": 1,\n \"ResourceSubnetId\": 1,\n \"Protocol\": \"abc\",\n \"ResourceVersion\": \"abc\",\n \"ResourceAuthType\": \"abc\",\n \"ResourceAuthAccount\": \"abc\",\n \"InstanceType\": \"abc\",\n \"InstanceValue\": \"abc\",\n \"GovernAuthStatus\": 0,\n \"AuthRange\": \"abc\"\n }\n ],\n \"TotalCount\": 1,\n \"RequestId\": \"abc\"\n }\n}",
|
950
950
|
"title": "示例"
|
951
951
|
}
|
952
952
|
],
|
@@ -4411,7 +4411,7 @@
|
|
4411
4411
|
},
|
4412
4412
|
{
|
4413
4413
|
"disabled": false,
|
4414
|
-
"document": "查询类型,支持HIVE,SPARK,MAPREDUCE,TRINO等类型,默认查询全部",
|
4414
|
+
"document": "查询类型,支持HIVE,SPARK,DLC_SPARK,SPARK_SQL,SCHEDULE,MAPREDUCE,TRINO等类型,默认查询全部",
|
4415
4415
|
"example": "HIVE",
|
4416
4416
|
"member": "string",
|
4417
4417
|
"name": "Type",
|