tccli 3.0.1182.1__py2.py3-none-any.whl → 3.0.1184.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/ams/v20201229/api.json +20 -0
- tccli/services/ams/v20201229/examples.json +1 -1
- tccli/services/asr/asr_client.py +229 -17
- tccli/services/asr/v20190614/api.json +379 -0
- tccli/services/asr/v20190614/examples.json +32 -0
- tccli/services/bi/v20220105/api.json +10 -0
- tccli/services/cdwdoris/v20211228/api.json +189 -8
- tccli/services/cdwdoris/v20211228/examples.json +3 -3
- tccli/services/cfg/v20210820/api.json +134 -11
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +44 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/ckafka/v20190819/api.json +46 -16
- tccli/services/ckafka/v20190819/examples.json +8 -8
- tccli/services/clb/v20180317/api.json +40 -1
- tccli/services/cynosdb/cynosdb_client.py +110 -4
- tccli/services/cynosdb/v20190107/api.json +246 -0
- tccli/services/cynosdb/v20190107/examples.json +16 -0
- tccli/services/dasb/v20191018/api.json +9 -0
- tccli/services/dbbrain/v20210527/api.json +15 -15
- tccli/services/dc/v20180410/api.json +117 -73
- tccli/services/dc/v20180410/examples.json +11 -11
- tccli/services/dcdb/dcdb_client.py +53 -0
- tccli/services/dcdb/v20180411/api.json +54 -0
- tccli/services/dcdb/v20180411/examples.json +8 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +52 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +53 -0
- tccli/services/es/v20180416/api.json +63 -0
- tccli/services/es/v20180416/examples.json +8 -0
- tccli/services/ess/v20201111/examples.json +3 -3
- tccli/services/essbasic/v20210526/api.json +8 -8
- tccli/services/essbasic/v20210526/examples.json +9 -9
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/ims/v20201229/api.json +1 -1
- tccli/services/iss/v20230517/api.json +18 -0
- tccli/services/iss/v20230517/examples.json +3 -3
- tccli/services/lke/v20231130/api.json +142 -3
- tccli/services/mariadb/mariadb_client.py +57 -4
- tccli/services/mariadb/v20170312/api.json +54 -0
- tccli/services/mariadb/v20170312/examples.json +8 -0
- tccli/services/oceanus/v20190422/api.json +19 -0
- tccli/services/oceanus/v20190422/examples.json +1 -1
- tccli/services/ocr/v20181119/api.json +7 -7
- tccli/services/postgres/v20170312/api.json +3 -0
- tccli/services/scf/v20180416/api.json +8 -8
- tccli/services/sms/v20190711/api.json +49 -49
- tccli/services/sms/v20190711/examples.json +2 -2
- tccli/services/ssl/ssl_client.py +65 -12
- tccli/services/ssl/v20191205/api.json +133 -3
- tccli/services/ssl/v20191205/examples.json +10 -2
- tccli/services/tdmq/v20200217/api.json +170 -93
- tccli/services/tdmq/v20200217/examples.json +8 -8
- tccli/services/thpc/thpc_client.py +53 -0
- tccli/services/thpc/v20230321/api.json +561 -0
- tccli/services/thpc/v20230321/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +14 -2
- tccli/services/tke/v20180525/examples.json +3 -3
- tccli/services/tmt/v20180321/api.json +1 -1
- tccli/services/trocket/v20230308/api.json +62 -12
- tccli/services/trtc/v20190722/api.json +2 -2
- tccli/services/vpc/v20170312/api.json +23 -0
- tccli/services/wedata/v20210820/api.json +176 -0
- tccli/services/wedata/v20210820/examples.json +8 -0
- tccli/services/wedata/wedata_client.py +53 -0
- {tccli-3.0.1182.1.dist-info → tccli-3.0.1184.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1182.1.dist-info → tccli-3.0.1184.1.dist-info}/RECORD +72 -72
- {tccli-3.0.1182.1.dist-info → tccli-3.0.1184.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1182.1.dist-info → tccli-3.0.1184.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1182.1.dist-info → tccli-3.0.1184.1.dist-info}/license_files/LICENSE +0 -0
@@ -525,6 +525,13 @@
|
|
525
525
|
"output": "DescribeRollbackTimeValidityResponse",
|
526
526
|
"status": "deprecated"
|
527
527
|
},
|
528
|
+
"DescribeServerlessStrategy": {
|
529
|
+
"document": "查询serverless策略",
|
530
|
+
"input": "DescribeServerlessStrategyRequest",
|
531
|
+
"name": "查询serverless策略",
|
532
|
+
"output": "DescribeServerlessStrategyResponse",
|
533
|
+
"status": "online"
|
534
|
+
},
|
528
535
|
"DescribeSupportProxyVersion": {
|
529
536
|
"document": "查询支持的数据库代理版本",
|
530
537
|
"input": "DescribeSupportProxyVersionRequest",
|
@@ -798,6 +805,13 @@
|
|
798
805
|
"output": "ModifyResourcePackagesDeductionPriorityResponse",
|
799
806
|
"status": "online"
|
800
807
|
},
|
808
|
+
"ModifyServerlessStrategy": {
|
809
|
+
"document": "修改serverless策略",
|
810
|
+
"input": "ModifyServerlessStrategyRequest",
|
811
|
+
"name": "修改serverless策略",
|
812
|
+
"output": "ModifyServerlessStrategyResponse",
|
813
|
+
"status": "online"
|
814
|
+
},
|
801
815
|
"ModifyVipVport": {
|
802
816
|
"document": "修改实例组ip,端口",
|
803
817
|
"input": "ModifyVipVportRequest",
|
@@ -11487,6 +11501,93 @@
|
|
11487
11501
|
],
|
11488
11502
|
"type": "object"
|
11489
11503
|
},
|
11504
|
+
"DescribeServerlessStrategyRequest": {
|
11505
|
+
"document": "DescribeServerlessStrategy请求参数结构体",
|
11506
|
+
"members": [
|
11507
|
+
{
|
11508
|
+
"disabled": false,
|
11509
|
+
"document": "serverless集群id",
|
11510
|
+
"example": "cynosdbmysql-xxx",
|
11511
|
+
"member": "string",
|
11512
|
+
"name": "ClusterId",
|
11513
|
+
"required": true,
|
11514
|
+
"type": "string"
|
11515
|
+
}
|
11516
|
+
],
|
11517
|
+
"type": "object"
|
11518
|
+
},
|
11519
|
+
"DescribeServerlessStrategyResponse": {
|
11520
|
+
"document": "DescribeServerlessStrategy返回参数结构体",
|
11521
|
+
"members": [
|
11522
|
+
{
|
11523
|
+
"disabled": false,
|
11524
|
+
"document": "cpu负载为 0 时持续多久(秒)发起自动暂停",
|
11525
|
+
"example": "300",
|
11526
|
+
"member": "int64",
|
11527
|
+
"name": "AutoPauseDelay",
|
11528
|
+
"output_required": true,
|
11529
|
+
"type": "int",
|
11530
|
+
"value_allowed_null": false
|
11531
|
+
},
|
11532
|
+
{
|
11533
|
+
"disabled": false,
|
11534
|
+
"document": "cpu负载超过当前规格核数时,持续多久(秒)发起自动扩容",
|
11535
|
+
"example": "30",
|
11536
|
+
"member": "int64",
|
11537
|
+
"name": "AutoScaleUpDelay",
|
11538
|
+
"output_required": true,
|
11539
|
+
"type": "int",
|
11540
|
+
"value_allowed_null": false
|
11541
|
+
},
|
11542
|
+
{
|
11543
|
+
"disabled": false,
|
11544
|
+
"document": "cpu 负载低于低一级规格核数时,持续多久(秒)发起自动缩容",
|
11545
|
+
"example": "60",
|
11546
|
+
"member": "int64",
|
11547
|
+
"name": "AutoScaleDownDelay",
|
11548
|
+
"output_required": true,
|
11549
|
+
"type": "int",
|
11550
|
+
"value_allowed_null": false
|
11551
|
+
},
|
11552
|
+
{
|
11553
|
+
"disabled": false,
|
11554
|
+
"document": "是否自动暂停,可能值:\nyes\nno",
|
11555
|
+
"example": "yes",
|
11556
|
+
"member": "string",
|
11557
|
+
"name": "AutoPause",
|
11558
|
+
"output_required": true,
|
11559
|
+
"type": "string",
|
11560
|
+
"value_allowed_null": false
|
11561
|
+
},
|
11562
|
+
{
|
11563
|
+
"disabled": false,
|
11564
|
+
"document": "集群是否允许向上扩容,可选范围<li>yes</li><li>no</li>",
|
11565
|
+
"example": "yes",
|
11566
|
+
"member": "string",
|
11567
|
+
"name": "AutoScaleUp",
|
11568
|
+
"output_required": false,
|
11569
|
+
"type": "string",
|
11570
|
+
"value_allowed_null": false
|
11571
|
+
},
|
11572
|
+
{
|
11573
|
+
"disabled": false,
|
11574
|
+
"document": "集群是否允许向下缩容,可选范围<li>yes</li><li>no</li>",
|
11575
|
+
"example": "yes",
|
11576
|
+
"member": "string",
|
11577
|
+
"name": "AutoScaleDown",
|
11578
|
+
"output_required": false,
|
11579
|
+
"type": "string",
|
11580
|
+
"value_allowed_null": false
|
11581
|
+
},
|
11582
|
+
{
|
11583
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
11584
|
+
"member": "string",
|
11585
|
+
"name": "RequestId",
|
11586
|
+
"type": "string"
|
11587
|
+
}
|
11588
|
+
],
|
11589
|
+
"type": "object"
|
11590
|
+
},
|
11490
11591
|
"DescribeSupportProxyVersionRequest": {
|
11491
11592
|
"document": "DescribeSupportProxyVersion请求参数结构体",
|
11492
11593
|
"members": [
|
@@ -15288,6 +15389,151 @@
|
|
15288
15389
|
],
|
15289
15390
|
"type": "object"
|
15290
15391
|
},
|
15392
|
+
"ModifyServerlessStrategyRequest": {
|
15393
|
+
"document": "ModifyServerlessStrategy请求参数结构体",
|
15394
|
+
"members": [
|
15395
|
+
{
|
15396
|
+
"disabled": false,
|
15397
|
+
"document": "serverless集群id",
|
15398
|
+
"example": "cynosdbmysql-8vcxoq75",
|
15399
|
+
"member": "string",
|
15400
|
+
"name": "ClusterId",
|
15401
|
+
"required": true,
|
15402
|
+
"type": "string"
|
15403
|
+
},
|
15404
|
+
{
|
15405
|
+
"disabled": false,
|
15406
|
+
"document": "集群是否自动暂停,可选范围\n<li>yes</li>\n<li>no</li>",
|
15407
|
+
"example": "no",
|
15408
|
+
"member": "string",
|
15409
|
+
"name": "AutoPause",
|
15410
|
+
"required": false,
|
15411
|
+
"type": "string"
|
15412
|
+
},
|
15413
|
+
{
|
15414
|
+
"disabled": false,
|
15415
|
+
"document": "集群自动暂停的延迟,单位秒,可选范围[600,691200],默认600",
|
15416
|
+
"example": "100",
|
15417
|
+
"member": "int64",
|
15418
|
+
"name": "AutoPauseDelay",
|
15419
|
+
"required": false,
|
15420
|
+
"type": "int"
|
15421
|
+
},
|
15422
|
+
{
|
15423
|
+
"disabled": false,
|
15424
|
+
"document": "该参数暂时无效",
|
15425
|
+
"example": "200",
|
15426
|
+
"member": "int64",
|
15427
|
+
"name": "AutoScaleUpDelay",
|
15428
|
+
"required": false,
|
15429
|
+
"type": "int"
|
15430
|
+
},
|
15431
|
+
{
|
15432
|
+
"disabled": false,
|
15433
|
+
"document": "该参数暂时无效",
|
15434
|
+
"example": "300",
|
15435
|
+
"member": "int64",
|
15436
|
+
"name": "AutoScaleDownDelay",
|
15437
|
+
"required": false,
|
15438
|
+
"type": "int"
|
15439
|
+
},
|
15440
|
+
{
|
15441
|
+
"disabled": false,
|
15442
|
+
"document": "cpu最小值,可选范围参考DescribeServerlessInstanceSpecs接口返回",
|
15443
|
+
"example": "0.25",
|
15444
|
+
"member": "float",
|
15445
|
+
"name": "MinCpu",
|
15446
|
+
"required": false,
|
15447
|
+
"type": "float"
|
15448
|
+
},
|
15449
|
+
{
|
15450
|
+
"disabled": false,
|
15451
|
+
"document": "cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回",
|
15452
|
+
"example": "2",
|
15453
|
+
"member": "float",
|
15454
|
+
"name": "MaxCpu",
|
15455
|
+
"required": false,
|
15456
|
+
"type": "float"
|
15457
|
+
},
|
15458
|
+
{
|
15459
|
+
"disabled": false,
|
15460
|
+
"document": "只读实例cpu最小值,可选范围参考DescribeServerlessInstanceSpecs接口返回",
|
15461
|
+
"example": "0.25",
|
15462
|
+
"member": "float",
|
15463
|
+
"name": "MinRoCpu",
|
15464
|
+
"required": false,
|
15465
|
+
"type": "float"
|
15466
|
+
},
|
15467
|
+
{
|
15468
|
+
"disabled": false,
|
15469
|
+
"document": "只读cpu最大值,可选范围参考DescribeServerlessInstanceSpecs接口返回",
|
15470
|
+
"example": "2",
|
15471
|
+
"member": "float",
|
15472
|
+
"name": "MaxRoCpu",
|
15473
|
+
"required": false,
|
15474
|
+
"type": "float"
|
15475
|
+
},
|
15476
|
+
{
|
15477
|
+
"disabled": false,
|
15478
|
+
"document": "只读节点最小个数",
|
15479
|
+
"example": "3",
|
15480
|
+
"member": "int64",
|
15481
|
+
"name": "MinRoCount",
|
15482
|
+
"required": false,
|
15483
|
+
"type": "int"
|
15484
|
+
},
|
15485
|
+
{
|
15486
|
+
"disabled": false,
|
15487
|
+
"document": "只读节点最大个数",
|
15488
|
+
"example": "3",
|
15489
|
+
"member": "int64",
|
15490
|
+
"name": "MaxRoCount",
|
15491
|
+
"required": false,
|
15492
|
+
"type": "int"
|
15493
|
+
},
|
15494
|
+
{
|
15495
|
+
"disabled": false,
|
15496
|
+
"document": "集群是否允许扩容,可选范围<li>yes</li><li>no</li>",
|
15497
|
+
"example": "yes",
|
15498
|
+
"member": "string",
|
15499
|
+
"name": "AutoScaleUp",
|
15500
|
+
"required": false,
|
15501
|
+
"type": "string"
|
15502
|
+
},
|
15503
|
+
{
|
15504
|
+
"disabled": false,
|
15505
|
+
"document": "集群是否允许缩容,可选范围<li>yes</li><li>no</li>",
|
15506
|
+
"example": "yes",
|
15507
|
+
"member": "string",
|
15508
|
+
"name": "AutoScaleDown",
|
15509
|
+
"required": false,
|
15510
|
+
"type": "string"
|
15511
|
+
}
|
15512
|
+
],
|
15513
|
+
"type": "object"
|
15514
|
+
},
|
15515
|
+
"ModifyServerlessStrategyResponse": {
|
15516
|
+
"document": "ModifyServerlessStrategy返回参数结构体",
|
15517
|
+
"members": [
|
15518
|
+
{
|
15519
|
+
"disabled": false,
|
15520
|
+
"document": "异步流程id",
|
15521
|
+
"example": "1008300",
|
15522
|
+
"member": "int64",
|
15523
|
+
"name": "FlowId",
|
15524
|
+
"output_required": true,
|
15525
|
+
"type": "int",
|
15526
|
+
"value_allowed_null": false
|
15527
|
+
},
|
15528
|
+
{
|
15529
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
15530
|
+
"member": "string",
|
15531
|
+
"name": "RequestId",
|
15532
|
+
"type": "string"
|
15533
|
+
}
|
15534
|
+
],
|
15535
|
+
"type": "object"
|
15536
|
+
},
|
15291
15537
|
"ModifyVipVportRequest": {
|
15292
15538
|
"document": "ModifyVipVport请求参数结构体",
|
15293
15539
|
"members": [
|
@@ -624,6 +624,14 @@
|
|
624
624
|
"title": "查询指定时间点是否看回档"
|
625
625
|
}
|
626
626
|
],
|
627
|
+
"DescribeServerlessStrategy": [
|
628
|
+
{
|
629
|
+
"document": "",
|
630
|
+
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeServerlessStrategy\n<公共请求参数>\n\n{\n \"ClusterId\": \"cynosdbmysql-xxx\"\n}",
|
631
|
+
"output": "{\n \"Response\": {\n \"AutoPauseDelay\": 300,\n \"AutoScaleDownDelay\": 60,\n \"AutoPause\": \"yes\",\n \"RequestId\": \"8727691c-3536-11eb-81e7-525400b7dd5a\",\n \"AutoScaleUpDelay\": 30\n }\n}",
|
632
|
+
"title": "查询serverless策略"
|
633
|
+
}
|
634
|
+
],
|
627
635
|
"DescribeSupportProxyVersion": [
|
628
636
|
{
|
629
637
|
"document": "查询支持的数据库代理版本",
|
@@ -936,6 +944,14 @@
|
|
936
944
|
"title": "ModifyResourcePackagesDeductionPriority"
|
937
945
|
}
|
938
946
|
],
|
947
|
+
"ModifyServerlessStrategy": [
|
948
|
+
{
|
949
|
+
"document": "修改serverless策略",
|
950
|
+
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyServerlessStrategy\n<公共请求参数>\n\n{\n \"AutoPause\": \"no\",\n \"AutoScaleUpDelay\": 200,\n \"AutoPauseDelay\": 100,\n \"MinCpu\": 0.25,\n \"MaxCpu\": 2,\n \"ClusterId\": \"cynosdbmysql-8vcxoq75\",\n \"AutoScaleDownDelay\": 300\n}",
|
951
|
+
"output": "{\n \"Response\": {\n \"FlowId\": 1008300,\n \"RequestId\": \"c3da7958-23e8-11eb-8e52-525400b7dd5a\"\n }\n}",
|
952
|
+
"title": "修改serverless策略"
|
953
|
+
}
|
954
|
+
],
|
939
955
|
"ModifyVipVport": [
|
940
956
|
{
|
941
957
|
"document": "",
|
@@ -2351,6 +2351,15 @@
|
|
2351
2351
|
"name": "DeployZone",
|
2352
2352
|
"required": false,
|
2353
2353
|
"type": "string"
|
2354
|
+
},
|
2355
|
+
{
|
2356
|
+
"disabled": false,
|
2357
|
+
"document": "0非试用版,1试用版",
|
2358
|
+
"example": "0",
|
2359
|
+
"member": "uint64",
|
2360
|
+
"name": "Trial",
|
2361
|
+
"required": false,
|
2362
|
+
"type": "int"
|
2354
2363
|
}
|
2355
2364
|
],
|
2356
2365
|
"type": "object"
|
@@ -8468,7 +8468,7 @@
|
|
8468
8468
|
"example": "2023-03-31 10:47:35",
|
8469
8469
|
"member": "string",
|
8470
8470
|
"name": "Timestamp",
|
8471
|
-
"
|
8471
|
+
"output_required": true,
|
8472
8472
|
"type": "string",
|
8473
8473
|
"value_allowed_null": false
|
8474
8474
|
},
|
@@ -8478,7 +8478,7 @@
|
|
8478
8478
|
"example": "select * from t",
|
8479
8479
|
"member": "string",
|
8480
8480
|
"name": "SqlText",
|
8481
|
-
"
|
8481
|
+
"output_required": true,
|
8482
8482
|
"type": "string",
|
8483
8483
|
"value_allowed_null": false
|
8484
8484
|
},
|
@@ -8488,7 +8488,7 @@
|
|
8488
8488
|
"example": "information_schema",
|
8489
8489
|
"member": "string",
|
8490
8490
|
"name": "Database",
|
8491
|
-
"
|
8491
|
+
"output_required": true,
|
8492
8492
|
"type": "string",
|
8493
8493
|
"value_allowed_null": false
|
8494
8494
|
},
|
@@ -8498,7 +8498,7 @@
|
|
8498
8498
|
"example": "root",
|
8499
8499
|
"member": "string",
|
8500
8500
|
"name": "UserName",
|
8501
|
-
"
|
8501
|
+
"output_required": true,
|
8502
8502
|
"type": "string",
|
8503
8503
|
"value_allowed_null": true
|
8504
8504
|
},
|
@@ -8508,28 +8508,28 @@
|
|
8508
8508
|
"example": "127.0.0.1",
|
8509
8509
|
"member": "string",
|
8510
8510
|
"name": "UserHost",
|
8511
|
-
"
|
8511
|
+
"output_required": true,
|
8512
8512
|
"type": "string",
|
8513
8513
|
"value_allowed_null": true
|
8514
8514
|
},
|
8515
8515
|
{
|
8516
8516
|
"disabled": false,
|
8517
8517
|
"document": "执行时间,单位秒",
|
8518
|
-
"example": "12",
|
8519
|
-
"member": "
|
8518
|
+
"example": "12.1",
|
8519
|
+
"member": "float",
|
8520
8520
|
"name": "QueryTime",
|
8521
|
-
"
|
8522
|
-
"type": "
|
8521
|
+
"output_required": true,
|
8522
|
+
"type": "float",
|
8523
8523
|
"value_allowed_null": false
|
8524
8524
|
},
|
8525
8525
|
{
|
8526
8526
|
"disabled": false,
|
8527
8527
|
"document": "锁时间,单位秒\n注意:此字段可能返回 null,表示取不到有效值。",
|
8528
|
-
"example": "
|
8529
|
-
"member": "
|
8528
|
+
"example": "0.22",
|
8529
|
+
"member": "float",
|
8530
8530
|
"name": "LockTime",
|
8531
|
-
"
|
8532
|
-
"type": "
|
8531
|
+
"output_required": true,
|
8532
|
+
"type": "float",
|
8533
8533
|
"value_allowed_null": true
|
8534
8534
|
},
|
8535
8535
|
{
|
@@ -8538,7 +8538,7 @@
|
|
8538
8538
|
"example": "12",
|
8539
8539
|
"member": "int64",
|
8540
8540
|
"name": "RowsExamined",
|
8541
|
-
"
|
8541
|
+
"output_required": true,
|
8542
8542
|
"type": "int",
|
8543
8543
|
"value_allowed_null": true
|
8544
8544
|
},
|
@@ -8548,7 +8548,7 @@
|
|
8548
8548
|
"example": "122",
|
8549
8549
|
"member": "int64",
|
8550
8550
|
"name": "RowsSent",
|
8551
|
-
"
|
8551
|
+
"output_required": true,
|
8552
8552
|
"type": "int",
|
8553
8553
|
"value_allowed_null": true
|
8554
8554
|
}
|