tccli 3.0.1297.1__py2.py3-none-any.whl → 3.0.1299.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/batch/batch_client.py +4 -110
- tccli/services/batch/v20170312/api.json +0 -527
- tccli/services/batch/v20170312/examples.json +0 -16
- tccli/services/bi/v20220105/api.json +87 -1
- tccli/services/bi/v20220105/examples.json +7 -7
- tccli/services/cam/v20190116/api.json +84 -84
- tccli/services/cbs/v20170312/api.json +24 -24
- tccli/services/cdn/v20180606/api.json +240 -179
- tccli/services/cdn/v20180606/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +5 -3
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/chdfs/v20201112/api.json +7 -1
- tccli/services/cls/cls_client.py +235 -23
- tccli/services/cls/v20201016/api.json +457 -3
- tccli/services/cls/v20201016/examples.json +32 -0
- tccli/services/controlcenter/v20230110/api.json +63 -58
- tccli/services/cvm/v20170312/api.json +2 -2
- tccli/services/dbbrain/dbbrain_client.py +106 -0
- tccli/services/dbbrain/v20191016/api.json +365 -6
- tccli/services/dbbrain/v20191016/examples.json +8 -0
- tccli/services/dbbrain/v20210527/api.json +550 -21
- tccli/services/dbbrain/v20210527/examples.json +16 -0
- tccli/services/dcdb/v20180411/api.json +102 -6
- tccli/services/dcdb/v20180411/examples.json +4 -4
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +162 -0
- tccli/services/dlc/v20210125/examples.json +8 -0
- tccli/services/dnspod/v20210323/api.json +128 -127
- tccli/services/ess/v20201111/api.json +1 -1
- tccli/services/essbasic/v20210526/api.json +5 -5
- tccli/services/facefusion/v20220927/api.json +2 -2
- tccli/services/facefusion/v20220927/examples.json +1 -1
- tccli/services/gs/v20191118/api.json +22 -3
- tccli/services/gs/v20191118/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +16 -16
- tccli/services/iotcloud/v20210408/api.json +2 -2
- tccli/services/iotcloud/v20210408/examples.json +3 -3
- tccli/services/iotexplorer/v20190423/api.json +947 -857
- tccli/services/iotexplorer/v20190423/examples.json +83 -83
- tccli/services/live/v20180801/api.json +2 -2
- tccli/services/lkeap/v20240522/api.json +3 -3
- tccli/services/mariadb/v20170312/api.json +84 -8
- tccli/services/mariadb/v20170312/examples.json +3 -3
- tccli/services/mps/v20190612/api.json +63 -61
- tccli/services/mps/v20190612/examples.json +48 -48
- tccli/services/mqtt/v20240516/api.json +62 -12
- tccli/services/mqtt/v20240516/examples.json +6 -6
- tccli/services/ocr/ocr_client.py +307 -360
- tccli/services/ocr/v20181119/api.json +73 -289
- tccli/services/ocr/v20181119/examples.json +0 -8
- tccli/services/organization/v20210331/api.json +9 -0
- tccli/services/partners/v20180321/api.json +10 -0
- tccli/services/sqlserver/v20180328/api.json +9 -0
- tccli/services/sqlserver/v20180328/examples.json +1 -1
- tccli/services/tcb/v20180608/api.json +11 -1
- tccli/services/tdmq/v20200217/api.json +30 -0
- tccli/services/teo/v20220106/api.json +4 -4
- tccli/services/teo/v20220901/api.json +48 -7
- tccli/services/teo/v20220901/examples.json +51 -15
- tccli/services/tione/v20211111/api.json +25 -5
- tccli/services/tke/v20180525/api.json +2 -2
- tccli/services/trro/trro_client.py +269 -4
- tccli/services/trro/v20220325/api.json +504 -0
- tccli/services/trro/v20220325/examples.json +40 -0
- tccli/services/tse/v20201207/api.json +34 -34
- tccli/services/vdb/v20230616/api.json +738 -15
- tccli/services/vdb/v20230616/examples.json +64 -0
- tccli/services/vdb/vdb_client.py +428 -4
- tccli/services/vod/v20180717/api.json +9 -0
- tccli/services/vod/v20240718/api.json +985 -0
- tccli/services/vod/v20240718/examples.json +66 -0
- tccli/services/vod/vod_client.py +330 -12
- tccli/services/vpc/v20170312/api.json +175 -0
- tccli/services/vpc/v20170312/examples.json +8 -0
- tccli/services/vpc/vpc_client.py +53 -0
- tccli/services/wedata/v20210820/api.json +464 -1
- tccli/services/wedata/v20210820/examples.json +22 -0
- tccli/services/wedata/wedata_client.py +114 -8
- tccli/services/weilingwith/v20230427/api.json +10 -10
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/RECORD +85 -85
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1297.1.dist-info → tccli-3.0.1299.1.dist-info}/license_files/LICENSE +0 -0
@@ -112,6 +112,13 @@
|
|
112
112
|
"output": "DescribeMailProfileResponse",
|
113
113
|
"status": "online"
|
114
114
|
},
|
115
|
+
"DescribeMySqlProcessList": {
|
116
|
+
"document": "查询关系型数据库的实时线程列表。",
|
117
|
+
"input": "DescribeMySqlProcessListRequest",
|
118
|
+
"name": "查询实时线程列表",
|
119
|
+
"output": "DescribeMySqlProcessListResponse",
|
120
|
+
"status": "online"
|
121
|
+
},
|
115
122
|
"DescribeSecurityAuditLogDownloadUrls": {
|
116
123
|
"document": "查询安全审计日志导出文件下载链接。目前日志文件下载仅提供腾讯云内网地址,请通过广州地域的腾讯云服务器进行下载。",
|
117
124
|
"input": "DescribeSecurityAuditLogDownloadUrlsRequest",
|
@@ -346,7 +353,7 @@
|
|
346
353
|
},
|
347
354
|
{
|
348
355
|
"disabled": false,
|
349
|
-
"document": "服务产品类型,支持值包括: \"mysql\" - 云数据库 MySQL, \"cynosdb\" - 云数据库 CynosDB for MySQL,默认值为\"mysql\"。",
|
356
|
+
"document": "服务产品类型,支持值包括: \"mysql\" - 云数据库 MySQL, \"cynosdb\" - 云数据库 CynosDB for MySQL,\"redis\" - 云数据库 Redis,默认值为\"mysql\"。",
|
350
357
|
"example": "mysql",
|
351
358
|
"member": "string",
|
352
359
|
"name": "Product",
|
@@ -401,7 +408,7 @@
|
|
401
408
|
},
|
402
409
|
{
|
403
410
|
"disabled": false,
|
404
|
-
"document": "服务产品类型,支持值:\"mysql\" - 云数据库 MySQL;\"cynosdb\" - 云数据库 TDSQL-C for MySQL,默认为\"mysql\"。",
|
411
|
+
"document": "服务产品类型,支持值:\"mysql\" - 云数据库 MySQL;\"cynosdb\" - 云数据库 TDSQL-C for MySQL,\"redis\" - 云数据库 Redis,默认为\"mysql\"。",
|
405
412
|
"example": "mysql",
|
406
413
|
"member": "string",
|
407
414
|
"name": "Product",
|
@@ -420,6 +427,7 @@
|
|
420
427
|
"example": "https://dbbrain-sh-1256569818.cos.ap-guangzhou.myqcloud.com",
|
421
428
|
"member": "string",
|
422
429
|
"name": "ReportUrl",
|
430
|
+
"output_required": true,
|
423
431
|
"type": "string",
|
424
432
|
"value_allowed_null": false
|
425
433
|
},
|
@@ -429,6 +437,7 @@
|
|
429
437
|
"example": "1618890295",
|
430
438
|
"member": "int64",
|
431
439
|
"name": "ExpireTime",
|
440
|
+
"output_required": true,
|
432
441
|
"type": "int",
|
433
442
|
"value_allowed_null": false
|
434
443
|
},
|
@@ -828,7 +837,7 @@
|
|
828
837
|
},
|
829
838
|
{
|
830
839
|
"disabled": false,
|
831
|
-
"document": "服务产品类型,支持值包括: \"mysql\" - 云数据库 MySQL, \"cynosdb\" - 云数据库 CynosDB for MySQL,默认为\"mysql\"。",
|
840
|
+
"document": "服务产品类型,支持值包括: \"mysql\" - 云数据库 MySQL, \"cynosdb\" - 云数据库 CynosDB for MySQL,\"redis\" - 云数据库 Redis,默认为\"mysql\"。",
|
832
841
|
"example": "mysql",
|
833
842
|
"member": "string",
|
834
843
|
"name": "Product",
|
@@ -1055,7 +1064,7 @@
|
|
1055
1064
|
},
|
1056
1065
|
{
|
1057
1066
|
"disabled": false,
|
1058
|
-
"document": "任务的触发来源,支持的取值包括:\"DAILY_INSPECTION\" - 实例巡检;\"SCHEDULED\" -
|
1067
|
+
"document": "任务的触发来源,支持的取值包括:\"DAILY_INSPECTION\" - 实例巡检;\"SCHEDULED\" - 计划任务;\"MANUAL\" - 手动触发。",
|
1059
1068
|
"example": "[\"DAILY_INSPECTION\"]",
|
1060
1069
|
"member": "string",
|
1061
1070
|
"name": "Sources",
|
@@ -1100,7 +1109,7 @@
|
|
1100
1109
|
},
|
1101
1110
|
{
|
1102
1111
|
"disabled": false,
|
1103
|
-
"document": "服务产品类型,支持值:\"mysql\" - 云数据库 MySQL;\"cynosdb\" - 云数据库 TDSQL-C for MySQL,默认为\"mysql\"。",
|
1112
|
+
"document": "服务产品类型,支持值:\"mysql\" - 云数据库 MySQL;\"cynosdb\" - 云数据库 TDSQL-C for MySQL;\"redis\" - 云数据库 Redis,默认为\"mysql\"。",
|
1104
1113
|
"example": "mysql",
|
1105
1114
|
"member": "string",
|
1106
1115
|
"name": "Product",
|
@@ -1119,15 +1128,17 @@
|
|
1119
1128
|
"example": "1",
|
1120
1129
|
"member": "int64",
|
1121
1130
|
"name": "TotalCount",
|
1131
|
+
"output_required": true,
|
1122
1132
|
"type": "int",
|
1123
1133
|
"value_allowed_null": false
|
1124
1134
|
},
|
1125
1135
|
{
|
1126
1136
|
"disabled": false,
|
1127
1137
|
"document": "任务列表。",
|
1128
|
-
"example": "
|
1138
|
+
"example": "无",
|
1129
1139
|
"member": "HealthReportTask",
|
1130
1140
|
"name": "Tasks",
|
1141
|
+
"output_required": true,
|
1131
1142
|
"type": "list",
|
1132
1143
|
"value_allowed_null": false
|
1133
1144
|
},
|
@@ -1467,6 +1478,132 @@
|
|
1467
1478
|
],
|
1468
1479
|
"type": "object"
|
1469
1480
|
},
|
1481
|
+
"DescribeMySqlProcessListRequest": {
|
1482
|
+
"document": "DescribeMySqlProcessList请求参数结构体",
|
1483
|
+
"members": [
|
1484
|
+
{
|
1485
|
+
"disabled": false,
|
1486
|
+
"document": "实例ID。",
|
1487
|
+
"example": "cdb-c1nl9rpv",
|
1488
|
+
"member": "string",
|
1489
|
+
"name": "InstanceId",
|
1490
|
+
"required": true,
|
1491
|
+
"type": "string"
|
1492
|
+
},
|
1493
|
+
{
|
1494
|
+
"disabled": false,
|
1495
|
+
"document": "线程的ID,用于筛选线程列表。",
|
1496
|
+
"example": "20",
|
1497
|
+
"member": "uint64",
|
1498
|
+
"name": "ID",
|
1499
|
+
"required": false,
|
1500
|
+
"type": "int"
|
1501
|
+
},
|
1502
|
+
{
|
1503
|
+
"disabled": false,
|
1504
|
+
"document": "线程的操作账号名,用于筛选线程列表。",
|
1505
|
+
"example": "root",
|
1506
|
+
"member": "string",
|
1507
|
+
"name": "User",
|
1508
|
+
"required": false,
|
1509
|
+
"type": "string"
|
1510
|
+
},
|
1511
|
+
{
|
1512
|
+
"disabled": false,
|
1513
|
+
"document": "线程的操作主机地址,用于筛选线程列表。",
|
1514
|
+
"example": "127.0.0.1:41528",
|
1515
|
+
"member": "string",
|
1516
|
+
"name": "Host",
|
1517
|
+
"required": false,
|
1518
|
+
"type": "string"
|
1519
|
+
},
|
1520
|
+
{
|
1521
|
+
"disabled": false,
|
1522
|
+
"document": "线程的操作数据库,用于筛选线程列表。",
|
1523
|
+
"example": "test",
|
1524
|
+
"member": "string",
|
1525
|
+
"name": "DB",
|
1526
|
+
"required": false,
|
1527
|
+
"type": "string"
|
1528
|
+
},
|
1529
|
+
{
|
1530
|
+
"disabled": false,
|
1531
|
+
"document": "线程的操作状态,用于筛选线程列表。",
|
1532
|
+
"example": "updating",
|
1533
|
+
"member": "string",
|
1534
|
+
"name": "State",
|
1535
|
+
"required": false,
|
1536
|
+
"type": "string"
|
1537
|
+
},
|
1538
|
+
{
|
1539
|
+
"disabled": false,
|
1540
|
+
"document": "线程的执行类型,用于筛选线程列表。",
|
1541
|
+
"example": "Execute",
|
1542
|
+
"member": "string",
|
1543
|
+
"name": "Command",
|
1544
|
+
"required": false,
|
1545
|
+
"type": "string"
|
1546
|
+
},
|
1547
|
+
{
|
1548
|
+
"disabled": false,
|
1549
|
+
"document": "线程的操作时长最小值,单位秒,用于筛选操作时长大于该值的线程列表。",
|
1550
|
+
"example": "10",
|
1551
|
+
"member": "uint64",
|
1552
|
+
"name": "Time",
|
1553
|
+
"required": false,
|
1554
|
+
"type": "int"
|
1555
|
+
},
|
1556
|
+
{
|
1557
|
+
"disabled": false,
|
1558
|
+
"document": "线程的操作语句,用于筛选线程列表。",
|
1559
|
+
"example": "DELETE FROM `test` WHERE time<=1",
|
1560
|
+
"member": "string",
|
1561
|
+
"name": "Info",
|
1562
|
+
"required": false,
|
1563
|
+
"type": "string"
|
1564
|
+
},
|
1565
|
+
{
|
1566
|
+
"disabled": false,
|
1567
|
+
"document": "返回数量,默认20。",
|
1568
|
+
"example": "20",
|
1569
|
+
"member": "uint64",
|
1570
|
+
"name": "Limit",
|
1571
|
+
"required": false,
|
1572
|
+
"type": "int"
|
1573
|
+
},
|
1574
|
+
{
|
1575
|
+
"disabled": false,
|
1576
|
+
"document": "服务产品类型,支持值:\"mysql\" - 云数据库 MySQL;\"cynosdb\" - 云数据库 TDSQL-C for MySQL,默认为\"mysql\"。",
|
1577
|
+
"example": "mysql",
|
1578
|
+
"member": "string",
|
1579
|
+
"name": "Product",
|
1580
|
+
"required": false,
|
1581
|
+
"type": "string"
|
1582
|
+
}
|
1583
|
+
],
|
1584
|
+
"type": "object"
|
1585
|
+
},
|
1586
|
+
"DescribeMySqlProcessListResponse": {
|
1587
|
+
"document": "DescribeMySqlProcessList返回参数结构体",
|
1588
|
+
"members": [
|
1589
|
+
{
|
1590
|
+
"disabled": false,
|
1591
|
+
"document": "实时线程列表。",
|
1592
|
+
"example": "无",
|
1593
|
+
"member": "MySqlProcess",
|
1594
|
+
"name": "ProcessList",
|
1595
|
+
"type": "list",
|
1596
|
+
"value_allowed_null": false
|
1597
|
+
},
|
1598
|
+
{
|
1599
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1600
|
+
"member": "string",
|
1601
|
+
"name": "RequestId",
|
1602
|
+
"type": "string"
|
1603
|
+
}
|
1604
|
+
],
|
1605
|
+
"type": "object"
|
1606
|
+
},
|
1470
1607
|
"DescribeSecurityAuditLogDownloadUrlsRequest": {
|
1471
1608
|
"document": "DescribeSecurityAuditLogDownloadUrls请求参数结构体",
|
1472
1609
|
"members": [
|
@@ -2735,6 +2872,16 @@
|
|
2735
2872
|
"output_required": true,
|
2736
2873
|
"type": "list",
|
2737
2874
|
"value_allowed_null": false
|
2875
|
+
},
|
2876
|
+
{
|
2877
|
+
"disabled": false,
|
2878
|
+
"document": "健康等级版本,默认为V1",
|
2879
|
+
"example": "V2",
|
2880
|
+
"member": "string",
|
2881
|
+
"name": "HealthLevelVersion",
|
2882
|
+
"output_required": false,
|
2883
|
+
"type": "string",
|
2884
|
+
"value_allowed_null": false
|
2738
2885
|
}
|
2739
2886
|
],
|
2740
2887
|
"usage": "out"
|
@@ -2801,6 +2948,96 @@
|
|
2801
2948
|
"output_required": true,
|
2802
2949
|
"type": "string",
|
2803
2950
|
"value_allowed_null": false
|
2951
|
+
},
|
2952
|
+
{
|
2953
|
+
"disabled": false,
|
2954
|
+
"document": "CPU数量,对于Redis为0。",
|
2955
|
+
"example": "0",
|
2956
|
+
"member": "int64",
|
2957
|
+
"name": "Cpu",
|
2958
|
+
"output_required": false,
|
2959
|
+
"type": "int",
|
2960
|
+
"value_allowed_null": false
|
2961
|
+
},
|
2962
|
+
{
|
2963
|
+
"disabled": false,
|
2964
|
+
"document": "实例部署模式。",
|
2965
|
+
"example": "Standard",
|
2966
|
+
"member": "string",
|
2967
|
+
"name": "DeployMode",
|
2968
|
+
"output_required": false,
|
2969
|
+
"type": "string",
|
2970
|
+
"value_allowed_null": false
|
2971
|
+
},
|
2972
|
+
{
|
2973
|
+
"disabled": false,
|
2974
|
+
"document": "实例内存配置。",
|
2975
|
+
"example": "无",
|
2976
|
+
"member": "RedisInstanceConf",
|
2977
|
+
"name": "InstanceConf",
|
2978
|
+
"output_required": false,
|
2979
|
+
"type": "object",
|
2980
|
+
"value_allowed_null": false
|
2981
|
+
},
|
2982
|
+
{
|
2983
|
+
"disabled": false,
|
2984
|
+
"document": "DBbrain是否支持该实例。",
|
2985
|
+
"example": "true",
|
2986
|
+
"member": "bool",
|
2987
|
+
"name": "IsSupported",
|
2988
|
+
"output_required": false,
|
2989
|
+
"type": "bool",
|
2990
|
+
"value_allowed_null": false
|
2991
|
+
},
|
2992
|
+
{
|
2993
|
+
"disabled": false,
|
2994
|
+
"document": "实例内存,单位MB。",
|
2995
|
+
"example": "4096",
|
2996
|
+
"member": "int64",
|
2997
|
+
"name": "Memory",
|
2998
|
+
"output_required": false,
|
2999
|
+
"type": "int",
|
3000
|
+
"value_allowed_null": false
|
3001
|
+
},
|
3002
|
+
{
|
3003
|
+
"disabled": false,
|
3004
|
+
"document": "实例地域。",
|
3005
|
+
"example": "ap-guangzhou",
|
3006
|
+
"member": "string",
|
3007
|
+
"name": "Region",
|
3008
|
+
"output_required": false,
|
3009
|
+
"type": "string",
|
3010
|
+
"value_allowed_null": false
|
3011
|
+
},
|
3012
|
+
{
|
3013
|
+
"disabled": false,
|
3014
|
+
"document": "实例子网统一ID,对于redis为空字符串。\t",
|
3015
|
+
"example": "uniq_subnet_id",
|
3016
|
+
"member": "string",
|
3017
|
+
"name": "UniqSubnetId",
|
3018
|
+
"output_required": false,
|
3019
|
+
"type": "string",
|
3020
|
+
"value_allowed_null": false
|
3021
|
+
},
|
3022
|
+
{
|
3023
|
+
"disabled": false,
|
3024
|
+
"document": "实例私有网络统一ID,对于redis为空字符串。",
|
3025
|
+
"example": "uniq_vpc_id",
|
3026
|
+
"member": "string",
|
3027
|
+
"name": "UniqVpcId",
|
3028
|
+
"output_required": false,
|
3029
|
+
"type": "string",
|
3030
|
+
"value_allowed_null": false
|
3031
|
+
},
|
3032
|
+
{
|
3033
|
+
"disabled": false,
|
3034
|
+
"document": "实例磁盘容量,对于Redis为0。",
|
3035
|
+
"example": "0",
|
3036
|
+
"member": "int64",
|
3037
|
+
"name": "Volume",
|
3038
|
+
"output_required": false,
|
3039
|
+
"type": "int",
|
3040
|
+
"value_allowed_null": false
|
2804
3041
|
}
|
2805
3042
|
],
|
2806
3043
|
"usage": "out"
|
@@ -3455,6 +3692,92 @@
|
|
3455
3692
|
],
|
3456
3693
|
"usage": "out"
|
3457
3694
|
},
|
3695
|
+
"MySqlProcess": {
|
3696
|
+
"document": "关系型数据库线程",
|
3697
|
+
"members": [
|
3698
|
+
{
|
3699
|
+
"disabled": false,
|
3700
|
+
"document": "线程ID。",
|
3701
|
+
"example": "12",
|
3702
|
+
"member": "string",
|
3703
|
+
"name": "ID",
|
3704
|
+
"required": true,
|
3705
|
+
"type": "string",
|
3706
|
+
"value_allowed_null": false
|
3707
|
+
},
|
3708
|
+
{
|
3709
|
+
"disabled": false,
|
3710
|
+
"document": "线程的操作账号名。",
|
3711
|
+
"example": "root",
|
3712
|
+
"member": "string",
|
3713
|
+
"name": "User",
|
3714
|
+
"required": true,
|
3715
|
+
"type": "string",
|
3716
|
+
"value_allowed_null": false
|
3717
|
+
},
|
3718
|
+
{
|
3719
|
+
"disabled": false,
|
3720
|
+
"document": "线程的操作主机地址。",
|
3721
|
+
"example": "127.0.0.1:41528",
|
3722
|
+
"member": "string",
|
3723
|
+
"name": "Host",
|
3724
|
+
"required": true,
|
3725
|
+
"type": "string",
|
3726
|
+
"value_allowed_null": false
|
3727
|
+
},
|
3728
|
+
{
|
3729
|
+
"disabled": false,
|
3730
|
+
"document": "线程的操作数据库。",
|
3731
|
+
"example": "test",
|
3732
|
+
"member": "string",
|
3733
|
+
"name": "DB",
|
3734
|
+
"required": true,
|
3735
|
+
"type": "string",
|
3736
|
+
"value_allowed_null": false
|
3737
|
+
},
|
3738
|
+
{
|
3739
|
+
"disabled": false,
|
3740
|
+
"document": "线程的操作状态。",
|
3741
|
+
"example": "updating",
|
3742
|
+
"member": "string",
|
3743
|
+
"name": "State",
|
3744
|
+
"required": true,
|
3745
|
+
"type": "string",
|
3746
|
+
"value_allowed_null": false
|
3747
|
+
},
|
3748
|
+
{
|
3749
|
+
"disabled": false,
|
3750
|
+
"document": "线程的执行类型。",
|
3751
|
+
"example": "Execute",
|
3752
|
+
"member": "string",
|
3753
|
+
"name": "Command",
|
3754
|
+
"required": true,
|
3755
|
+
"type": "string",
|
3756
|
+
"value_allowed_null": false
|
3757
|
+
},
|
3758
|
+
{
|
3759
|
+
"disabled": false,
|
3760
|
+
"document": "线程的操作时长,单位秒。",
|
3761
|
+
"example": "1225",
|
3762
|
+
"member": "string",
|
3763
|
+
"name": "Time",
|
3764
|
+
"required": true,
|
3765
|
+
"type": "string",
|
3766
|
+
"value_allowed_null": false
|
3767
|
+
},
|
3768
|
+
{
|
3769
|
+
"disabled": false,
|
3770
|
+
"document": "线程的操作语句。",
|
3771
|
+
"example": "DELETE FROM `test` WHERE time<=1",
|
3772
|
+
"member": "string",
|
3773
|
+
"name": "Info",
|
3774
|
+
"required": true,
|
3775
|
+
"type": "string",
|
3776
|
+
"value_allowed_null": false
|
3777
|
+
}
|
3778
|
+
],
|
3779
|
+
"usage": "out"
|
3780
|
+
},
|
3458
3781
|
"ProfileInfo": {
|
3459
3782
|
"document": "用户配置的信息",
|
3460
3783
|
"members": [
|
@@ -3483,6 +3806,42 @@
|
|
3483
3806
|
],
|
3484
3807
|
"usage": "both"
|
3485
3808
|
},
|
3809
|
+
"RedisInstanceConf": {
|
3810
|
+
"document": "Redis实例内存配置参数",
|
3811
|
+
"members": [
|
3812
|
+
{
|
3813
|
+
"disabled": false,
|
3814
|
+
"document": "副本数量",
|
3815
|
+
"example": "1",
|
3816
|
+
"member": "string",
|
3817
|
+
"name": "ReplicasNum",
|
3818
|
+
"output_required": true,
|
3819
|
+
"type": "string",
|
3820
|
+
"value_allowed_null": false
|
3821
|
+
},
|
3822
|
+
{
|
3823
|
+
"disabled": false,
|
3824
|
+
"document": "分片数量",
|
3825
|
+
"example": "1",
|
3826
|
+
"member": "string",
|
3827
|
+
"name": "ShardNum",
|
3828
|
+
"output_required": true,
|
3829
|
+
"type": "string",
|
3830
|
+
"value_allowed_null": false
|
3831
|
+
},
|
3832
|
+
{
|
3833
|
+
"disabled": false,
|
3834
|
+
"document": "分片内存大小,单位MB",
|
3835
|
+
"example": "4096",
|
3836
|
+
"member": "string",
|
3837
|
+
"name": "ShardSize",
|
3838
|
+
"output_required": true,
|
3839
|
+
"type": "string",
|
3840
|
+
"value_allowed_null": false
|
3841
|
+
}
|
3842
|
+
],
|
3843
|
+
"usage": "out"
|
3844
|
+
},
|
3486
3845
|
"SchemaItem": {
|
3487
3846
|
"document": "SchemaItem数组",
|
3488
3847
|
"members": [
|
@@ -134,6 +134,14 @@
|
|
134
134
|
"title": "获取邮件配置"
|
135
135
|
}
|
136
136
|
],
|
137
|
+
"DescribeMySqlProcessList": [
|
138
|
+
{
|
139
|
+
"document": "查询实时线程列表。",
|
140
|
+
"input": "https://dbbrain.tencentcloudapi.com/?Action=DescribeMySqlProcessList\n&Product=mysql\n&InstanceId=cdb-test\n&User=root\n&<公共请求参数>",
|
141
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"24665720-8c93-11eb-bee6-e98cea0e6794\",\n \"ProcessList\": [\n {\n \"Host\": \"127.0.0.1:42036\",\n \"State\": \"\",\n \"Command\": \"Sleep\",\n \"Time\": \"1179\",\n \"ID\": \"171588317\",\n \"User\": \"root\",\n \"Info\": \"\",\n \"DB\": \"test\"\n }\n ]\n }\n}",
|
142
|
+
"title": "查询实时线程列表。"
|
143
|
+
}
|
144
|
+
],
|
137
145
|
"DescribeSecurityAuditLogDownloadUrls": [
|
138
146
|
{
|
139
147
|
"document": "查询安全审计日志导出文件下载链接。",
|