tccli 3.0.1197.1__py2.py3-none-any.whl → 3.0.1199.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/apigateway/apigateway_client.py +57 -4
- tccli/services/apigateway/v20180808/api.json +24 -0
- tccli/services/apigateway/v20180808/examples.json +8 -0
- tccli/services/ccc/ccc_client.py +57 -4
- tccli/services/ccc/v20200210/api.json +188 -0
- tccli/services/ccc/v20200210/examples.json +8 -0
- tccli/services/clb/v20180317/api.json +19 -1
- tccli/services/cme/v20191029/api.json +18 -8
- tccli/services/cvm/v20170312/api.json +24 -24
- tccli/services/cynosdb/cynosdb_client.py +0 -53
- tccli/services/cynosdb/v20190107/api.json +0 -92
- tccli/services/cynosdb/v20190107/examples.json +0 -8
- tccli/services/emr/emr_client.py +114 -8
- tccli/services/emr/v20190103/api.json +300 -7
- tccli/services/emr/v20190103/examples.json +16 -0
- tccli/services/ess/v20201111/api.json +19 -1
- tccli/services/ess/v20201111/examples.json +1 -1
- tccli/services/essbasic/v20210526/api.json +18 -0
- tccli/services/essbasic/v20210526/examples.json +1 -1
- tccli/services/faceid/v20180301/api.json +18 -0
- tccli/services/iecp/iecp_client.py +298 -1358
- tccli/services/iecp/v20210914/api.json +216 -2256
- tccli/services/iecp/v20210914/examples.json +0 -166
- tccli/services/ims/v20201229/api.json +9 -9
- tccli/services/ims/v20201229/examples.json +2 -2
- tccli/services/monitor/monitor_client.py +8 -114
- tccli/services/monitor/v20180724/api.json +0 -85
- tccli/services/monitor/v20180724/examples.json +0 -16
- tccli/services/ocr/v20181119/api.json +3 -3
- tccli/services/postgres/postgres_client.py +159 -0
- tccli/services/postgres/v20170312/api.json +427 -9
- tccli/services/postgres/v20170312/examples.json +40 -4
- tccli/services/rce/v20201103/api.json +17 -8
- tccli/services/sms/v20190711/api.json +8 -8
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/tcss/v20201101/api.json +199 -3
- tccli/services/tcss/v20201101/examples.json +5 -5
- tccli/services/teo/v20220901/api.json +56 -6
- tccli/services/tke/v20180525/api.json +9 -9
- tccli/services/tke/v20220501/api.json +5 -5
- tccli/services/tse/v20201207/api.json +22 -0
- tccli/services/tsf/tsf_client.py +4 -57
- tccli/services/tsf/v20180326/api.json +0 -34
- tccli/services/tsf/v20180326/examples.json +0 -8
- tccli/services/vod/v20180717/api.json +3 -3
- tccli/services/vpc/v20170312/examples.json +6 -0
- tccli/services/wedata/v20210820/api.json +11 -0
- {tccli-3.0.1197.1.dist-info → tccli-3.0.1199.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1197.1.dist-info → tccli-3.0.1199.1.dist-info}/RECORD +53 -53
- {tccli-3.0.1197.1.dist-info → tccli-3.0.1199.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1197.1.dist-info → tccli-3.0.1199.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1197.1.dist-info → tccli-3.0.1199.1.dist-info}/license_files/LICENSE +0 -0
@@ -56,6 +56,13 @@
|
|
56
56
|
"output": "CreateDBInstancesResponse",
|
57
57
|
"status": "online"
|
58
58
|
},
|
59
|
+
"CreateDatabase": {
|
60
|
+
"document": "此接口用于创建数据库,需指定数据库名及所有者。",
|
61
|
+
"input": "CreateDatabaseRequest",
|
62
|
+
"name": "创建数据库",
|
63
|
+
"output": "CreateDatabaseResponse",
|
64
|
+
"status": "online"
|
65
|
+
},
|
59
66
|
"CreateInstances": {
|
60
67
|
"document": "本接口 (CreateInstances) 用于创建一个或者多个PostgreSQL实例,通过此接口创建的实例无需进行初始化,可直接使用。\n<li>实例创建成功后将自动开机启动,实例状态变为“运行中”。</li>\n<li>预付费实例的购买会预先扣除本次实例购买所需金额,按小时后付费实例购买会预先冻结本次实例购买一小时内所需金额,在调用本接口前请确保账户余额充足。</li>",
|
61
68
|
"input": "CreateInstancesRequest",
|
@@ -315,6 +322,13 @@
|
|
315
322
|
"output": "DescribeDatabasesResponse",
|
316
323
|
"status": "online"
|
317
324
|
},
|
325
|
+
"DescribeDedicatedClusters": {
|
326
|
+
"document": "查询专属集群",
|
327
|
+
"input": "DescribeDedicatedClustersRequest",
|
328
|
+
"name": "查询专属集群",
|
329
|
+
"output": "DescribeDedicatedClustersResponse",
|
330
|
+
"status": "online"
|
331
|
+
},
|
318
332
|
"DescribeDefaultParameters": {
|
319
333
|
"document": "本接口(DescribeDefaultParameters)主要用于查询某个数据库版本和引擎支持的所有参数。",
|
320
334
|
"input": "DescribeDefaultParametersRequest",
|
@@ -567,6 +581,13 @@
|
|
567
581
|
"output": "ModifyDBInstancesProjectResponse",
|
568
582
|
"status": "online"
|
569
583
|
},
|
584
|
+
"ModifyDatabaseOwner": {
|
585
|
+
"document": "修改数据库所有者",
|
586
|
+
"input": "ModifyDatabaseOwnerRequest",
|
587
|
+
"name": "修改数据库所有者",
|
588
|
+
"output": "ModifyDatabaseOwnerResponse",
|
589
|
+
"status": "online"
|
590
|
+
},
|
570
591
|
"ModifyParameterTemplate": {
|
571
592
|
"document": "本接口(ModifyParameterTemplate)主要用于修改参数模板名称,描述等配置,也可用于管理参数模板中的参数列表。",
|
572
593
|
"input": "ModifyParameterTemplateRequest",
|
@@ -2018,6 +2039,78 @@
|
|
2018
2039
|
],
|
2019
2040
|
"type": "object"
|
2020
2041
|
},
|
2042
|
+
"CreateDatabaseRequest": {
|
2043
|
+
"document": "CreateDatabase请求参数结构体",
|
2044
|
+
"members": [
|
2045
|
+
{
|
2046
|
+
"disabled": false,
|
2047
|
+
"document": "实例ID,形如postgres-6fego161",
|
2048
|
+
"example": "postgres-6bwgamo3",
|
2049
|
+
"member": "string",
|
2050
|
+
"name": "DBInstanceId",
|
2051
|
+
"required": true,
|
2052
|
+
"type": "string"
|
2053
|
+
},
|
2054
|
+
{
|
2055
|
+
"disabled": false,
|
2056
|
+
"document": "创建的数据库名",
|
2057
|
+
"example": "mydatabase",
|
2058
|
+
"member": "string",
|
2059
|
+
"name": "DatabaseName",
|
2060
|
+
"required": true,
|
2061
|
+
"type": "string"
|
2062
|
+
},
|
2063
|
+
{
|
2064
|
+
"disabled": false,
|
2065
|
+
"document": "数据库的所有者",
|
2066
|
+
"example": "test",
|
2067
|
+
"member": "string",
|
2068
|
+
"name": "DatabaseOwner",
|
2069
|
+
"required": true,
|
2070
|
+
"type": "string"
|
2071
|
+
},
|
2072
|
+
{
|
2073
|
+
"disabled": false,
|
2074
|
+
"document": "数据库的字符编码",
|
2075
|
+
"example": "UTF8",
|
2076
|
+
"member": "string",
|
2077
|
+
"name": "Encoding",
|
2078
|
+
"required": false,
|
2079
|
+
"type": "string"
|
2080
|
+
},
|
2081
|
+
{
|
2082
|
+
"disabled": false,
|
2083
|
+
"document": "数据库的排序规则",
|
2084
|
+
"example": "C",
|
2085
|
+
"member": "string",
|
2086
|
+
"name": "Collate",
|
2087
|
+
"required": false,
|
2088
|
+
"type": "string"
|
2089
|
+
},
|
2090
|
+
{
|
2091
|
+
"disabled": false,
|
2092
|
+
"document": "数据库的字符分类",
|
2093
|
+
"example": "C",
|
2094
|
+
"member": "string",
|
2095
|
+
"name": "Ctype",
|
2096
|
+
"required": false,
|
2097
|
+
"type": "string"
|
2098
|
+
}
|
2099
|
+
],
|
2100
|
+
"type": "object"
|
2101
|
+
},
|
2102
|
+
"CreateDatabaseResponse": {
|
2103
|
+
"document": "CreateDatabase返回参数结构体",
|
2104
|
+
"members": [
|
2105
|
+
{
|
2106
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
2107
|
+
"member": "string",
|
2108
|
+
"name": "RequestId",
|
2109
|
+
"type": "string"
|
2110
|
+
}
|
2111
|
+
],
|
2112
|
+
"type": "object"
|
2113
|
+
},
|
2021
2114
|
"CreateInstancesRequest": {
|
2022
2115
|
"document": "CreateInstances请求参数结构体",
|
2023
2116
|
"members": [
|
@@ -2450,7 +2543,7 @@
|
|
2450
2543
|
},
|
2451
2544
|
{
|
2452
2545
|
"disabled": false,
|
2453
|
-
"document": "购买时长,单位:月。\n<li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36
|
2546
|
+
"document": "购买时长,单位:月。\n<li>预付费:支持1,2,3,4,5,6,7,8,9,10,11,12,24,36</li>\n<li>后付费:只支持1</li>",
|
2454
2547
|
"example": "1",
|
2455
2548
|
"member": "uint64",
|
2456
2549
|
"name": "Period",
|
@@ -2459,7 +2552,7 @@
|
|
2459
2552
|
},
|
2460
2553
|
{
|
2461
2554
|
"disabled": false,
|
2462
|
-
"document": "私有网络ID,形如vpc-xxxxxxxx
|
2555
|
+
"document": "私有网络ID,形如vpc-xxxxxxxx(该参数当前必传)。有效的VpcId可通过登录控制台查询;也可以调用接口 [DescribeVpcEx](https://cloud.tencent.com/document/api/215/1372) ,从接口返回中的unVpcId字段获取。",
|
2463
2556
|
"example": "VpcId",
|
2464
2557
|
"member": "string",
|
2465
2558
|
"name": "VpcId",
|
@@ -2468,7 +2561,7 @@
|
|
2468
2561
|
},
|
2469
2562
|
{
|
2470
2563
|
"disabled": false,
|
2471
|
-
"document": "私有网络子网ID,形如subnet-xxxxxxxx
|
2564
|
+
"document": "私有网络子网ID,形如subnet-xxxxxxxx(该参数当前必传)。有效的私有网络子网ID可通过登录控制台查询;也可以调用接口 [DescribeSubnets ](https://cloud.tencent.com/document/api/215/15784),从接口返回中的unSubnetId字段获取。",
|
2472
2565
|
"example": "SubnetId",
|
2473
2566
|
"member": "string",
|
2474
2567
|
"name": "SubnetId",
|
@@ -2477,7 +2570,7 @@
|
|
2477
2570
|
},
|
2478
2571
|
{
|
2479
2572
|
"disabled": false,
|
2480
|
-
"document": "实例计费类型,目前支持:\n<li>PREPAID
|
2573
|
+
"document": "实例计费类型,目前支持:\n<li>PREPAID:预付费,即包年包月。</li>\n<li>POSTPAID_BY_HOUR:后付费,即按量计费。</li>\n默认值:PREPAID。如果主实例为后付费,只读实例必须也为后付费。",
|
2481
2574
|
"example": "InstanceChargeType",
|
2482
2575
|
"member": "string",
|
2483
2576
|
"name": "InstanceChargeType",
|
@@ -2486,7 +2579,7 @@
|
|
2486
2579
|
},
|
2487
2580
|
{
|
2488
2581
|
"disabled": false,
|
2489
|
-
"document": "是否自动使用代金券:\n<li>0
|
2582
|
+
"document": "是否自动使用代金券:\n<li>0:否</li>\n<li>1:是</li>\n默认值:0",
|
2490
2583
|
"example": "1",
|
2491
2584
|
"member": "uint64",
|
2492
2585
|
"name": "AutoVoucher",
|
@@ -2504,7 +2597,7 @@
|
|
2504
2597
|
},
|
2505
2598
|
{
|
2506
2599
|
"disabled": false,
|
2507
|
-
"document": "续费标记:\n<li>0
|
2600
|
+
"document": "续费标记:\n<li>0:手动续费</li>\n<li>1:自动续费</li>\n默认值:0",
|
2508
2601
|
"example": "1",
|
2509
2602
|
"member": "int64",
|
2510
2603
|
"name": "AutoRenewFlag",
|
@@ -2558,7 +2651,7 @@
|
|
2558
2651
|
},
|
2559
2652
|
{
|
2560
2653
|
"disabled": false,
|
2561
|
-
"document": "是否需要支持Ipv6:\n<li>0
|
2654
|
+
"document": "是否需要支持Ipv6:\n<li>0:否</li>\n<li>1:是</li>\n默认值:0",
|
2562
2655
|
"example": "1",
|
2563
2656
|
"member": "uint64",
|
2564
2657
|
"name": "NeedSupportIpv6",
|
@@ -2582,6 +2675,15 @@
|
|
2582
2675
|
"name": "DBVersion",
|
2583
2676
|
"required": false,
|
2584
2677
|
"type": "string"
|
2678
|
+
},
|
2679
|
+
{
|
2680
|
+
"disabled": false,
|
2681
|
+
"document": "专属集群ID",
|
2682
|
+
"example": "dedicatedCluster-gz",
|
2683
|
+
"member": "string",
|
2684
|
+
"name": "DedicatedClusterId",
|
2685
|
+
"required": false,
|
2686
|
+
"type": "string"
|
2585
2687
|
}
|
2586
2688
|
],
|
2587
2689
|
"type": "object"
|
@@ -3547,7 +3649,7 @@
|
|
3547
3649
|
"usage": "out"
|
3548
3650
|
},
|
3549
3651
|
"DBNode": {
|
3550
|
-
"document": "
|
3652
|
+
"document": "描述实例节点信息,包括节点类型、节点所在可用区、节点所在专属集群。",
|
3551
3653
|
"members": [
|
3552
3654
|
{
|
3553
3655
|
"disabled": false,
|
@@ -3570,10 +3672,107 @@
|
|
3570
3672
|
"required": true,
|
3571
3673
|
"type": "string",
|
3572
3674
|
"value_allowed_null": false
|
3675
|
+
},
|
3676
|
+
{
|
3677
|
+
"disabled": false,
|
3678
|
+
"document": "专属集群ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3679
|
+
"example": "cluster-d8htgb6k",
|
3680
|
+
"member": "string",
|
3681
|
+
"name": "DedicatedClusterId",
|
3682
|
+
"output_required": false,
|
3683
|
+
"required": false,
|
3684
|
+
"type": "string",
|
3685
|
+
"value_allowed_null": true
|
3573
3686
|
}
|
3574
3687
|
],
|
3575
3688
|
"usage": "both"
|
3576
3689
|
},
|
3690
|
+
"Database": {
|
3691
|
+
"document": "描述数据库详细信息,包括所有者、字符编码等",
|
3692
|
+
"members": [
|
3693
|
+
{
|
3694
|
+
"disabled": false,
|
3695
|
+
"document": "数据库名\n注意:此字段可能返回 null,表示取不到有效值。",
|
3696
|
+
"example": "postgres",
|
3697
|
+
"member": "string",
|
3698
|
+
"name": "DatabaseName",
|
3699
|
+
"output_required": true,
|
3700
|
+
"type": "string",
|
3701
|
+
"value_allowed_null": true
|
3702
|
+
},
|
3703
|
+
{
|
3704
|
+
"disabled": false,
|
3705
|
+
"document": "数据库所有者\n注意:此字段可能返回 null,表示取不到有效值。",
|
3706
|
+
"example": "postgres",
|
3707
|
+
"member": "string",
|
3708
|
+
"name": "DatabaseOwner",
|
3709
|
+
"output_required": true,
|
3710
|
+
"type": "string",
|
3711
|
+
"value_allowed_null": true
|
3712
|
+
},
|
3713
|
+
{
|
3714
|
+
"disabled": false,
|
3715
|
+
"document": "数据库字符编码\n注意:此字段可能返回 null,表示取不到有效值。",
|
3716
|
+
"example": "UTF8",
|
3717
|
+
"member": "string",
|
3718
|
+
"name": "Encoding",
|
3719
|
+
"output_required": true,
|
3720
|
+
"type": "string",
|
3721
|
+
"value_allowed_null": true
|
3722
|
+
},
|
3723
|
+
{
|
3724
|
+
"disabled": false,
|
3725
|
+
"document": "数据库排序规则\n注意:此字段可能返回 null,表示取不到有效值。",
|
3726
|
+
"example": "C",
|
3727
|
+
"member": "string",
|
3728
|
+
"name": "Collate",
|
3729
|
+
"output_required": true,
|
3730
|
+
"type": "string",
|
3731
|
+
"value_allowed_null": true
|
3732
|
+
},
|
3733
|
+
{
|
3734
|
+
"disabled": false,
|
3735
|
+
"document": "数据库字符分类\n注意:此字段可能返回 null,表示取不到有效值。",
|
3736
|
+
"example": "C",
|
3737
|
+
"member": "string",
|
3738
|
+
"name": "Ctype",
|
3739
|
+
"output_required": true,
|
3740
|
+
"type": "string",
|
3741
|
+
"value_allowed_null": true
|
3742
|
+
},
|
3743
|
+
{
|
3744
|
+
"disabled": false,
|
3745
|
+
"document": "数据库是否允许连接\n注意:此字段可能返回 null,表示取不到有效值。",
|
3746
|
+
"example": "false",
|
3747
|
+
"member": "bool",
|
3748
|
+
"name": "AllowConn",
|
3749
|
+
"output_required": true,
|
3750
|
+
"type": "bool",
|
3751
|
+
"value_allowed_null": true
|
3752
|
+
},
|
3753
|
+
{
|
3754
|
+
"disabled": false,
|
3755
|
+
"document": "数据库最大连接数,-1表示无限制\n注意:此字段可能返回 null,表示取不到有效值。",
|
3756
|
+
"example": "-1",
|
3757
|
+
"member": "int64",
|
3758
|
+
"name": "ConnLimit",
|
3759
|
+
"output_required": true,
|
3760
|
+
"type": "int",
|
3761
|
+
"value_allowed_null": true
|
3762
|
+
},
|
3763
|
+
{
|
3764
|
+
"disabled": false,
|
3765
|
+
"document": "数据库权限列表\n注意:此字段可能返回 null,表示取不到有效值。",
|
3766
|
+
"example": "postgres=CTc/postgres",
|
3767
|
+
"member": "string",
|
3768
|
+
"name": "Privileges",
|
3769
|
+
"output_required": true,
|
3770
|
+
"type": "string",
|
3771
|
+
"value_allowed_null": true
|
3772
|
+
}
|
3773
|
+
],
|
3774
|
+
"usage": "out"
|
3775
|
+
},
|
3577
3776
|
"DatabaseObject": {
|
3578
3777
|
"document": "描述数据库中某个对象所属的类型、是在哪个数据库、模式、表中的对象。",
|
3579
3778
|
"members": [
|
@@ -3663,6 +3862,133 @@
|
|
3663
3862
|
],
|
3664
3863
|
"usage": "both"
|
3665
3864
|
},
|
3865
|
+
"DedicatedCluster": {
|
3866
|
+
"document": "专属集群相关信息,用于查询用户的专属集群列表",
|
3867
|
+
"members": [
|
3868
|
+
{
|
3869
|
+
"disabled": false,
|
3870
|
+
"document": "专属集群ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
3871
|
+
"example": "dedicatedCluster-gz",
|
3872
|
+
"member": "string",
|
3873
|
+
"name": "DedicatedClusterId",
|
3874
|
+
"output_required": true,
|
3875
|
+
"required": false,
|
3876
|
+
"type": "string",
|
3877
|
+
"value_allowed_null": true
|
3878
|
+
},
|
3879
|
+
{
|
3880
|
+
"disabled": false,
|
3881
|
+
"document": "专属集群名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
3882
|
+
"example": "TestDedicatedClusterName",
|
3883
|
+
"member": "string",
|
3884
|
+
"name": "Name",
|
3885
|
+
"output_required": true,
|
3886
|
+
"required": false,
|
3887
|
+
"type": "string",
|
3888
|
+
"value_allowed_null": true
|
3889
|
+
},
|
3890
|
+
{
|
3891
|
+
"disabled": false,
|
3892
|
+
"document": "专属集群所在可用区\n注意:此字段可能返回 null,表示取不到有效值。",
|
3893
|
+
"example": "ap-guangzhou",
|
3894
|
+
"member": "string",
|
3895
|
+
"name": "Zone",
|
3896
|
+
"output_required": true,
|
3897
|
+
"required": false,
|
3898
|
+
"type": "string",
|
3899
|
+
"value_allowed_null": true
|
3900
|
+
},
|
3901
|
+
{
|
3902
|
+
"disabled": false,
|
3903
|
+
"document": "灾备集群\n注意:此字段可能返回 null,表示取不到有效值。",
|
3904
|
+
"example": "dedicatedCluster-sh",
|
3905
|
+
"member": "string",
|
3906
|
+
"name": "StandbyDedicatedClusterSet",
|
3907
|
+
"output_required": true,
|
3908
|
+
"required": false,
|
3909
|
+
"type": "list",
|
3910
|
+
"value_allowed_null": true
|
3911
|
+
},
|
3912
|
+
{
|
3913
|
+
"disabled": false,
|
3914
|
+
"document": "实例数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
3915
|
+
"example": "1",
|
3916
|
+
"member": "int64",
|
3917
|
+
"name": "InstanceCount",
|
3918
|
+
"output_required": true,
|
3919
|
+
"required": false,
|
3920
|
+
"type": "int",
|
3921
|
+
"value_allowed_null": true
|
3922
|
+
},
|
3923
|
+
{
|
3924
|
+
"disabled": false,
|
3925
|
+
"document": "Cpu总量\n注意:此字段可能返回 null,表示取不到有效值。",
|
3926
|
+
"example": "10",
|
3927
|
+
"member": "int64",
|
3928
|
+
"name": "CpuTotal",
|
3929
|
+
"output_required": true,
|
3930
|
+
"required": false,
|
3931
|
+
"type": "int",
|
3932
|
+
"value_allowed_null": true
|
3933
|
+
},
|
3934
|
+
{
|
3935
|
+
"disabled": false,
|
3936
|
+
"document": "Cpu可用数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
3937
|
+
"example": "10",
|
3938
|
+
"member": "int64",
|
3939
|
+
"name": "CpuAvailable",
|
3940
|
+
"output_required": true,
|
3941
|
+
"required": false,
|
3942
|
+
"type": "int",
|
3943
|
+
"value_allowed_null": true
|
3944
|
+
},
|
3945
|
+
{
|
3946
|
+
"disabled": false,
|
3947
|
+
"document": "内存总量\n注意:此字段可能返回 null,表示取不到有效值。",
|
3948
|
+
"example": "10",
|
3949
|
+
"member": "int64",
|
3950
|
+
"name": "MemTotal",
|
3951
|
+
"output_required": true,
|
3952
|
+
"required": false,
|
3953
|
+
"type": "int",
|
3954
|
+
"value_allowed_null": true
|
3955
|
+
},
|
3956
|
+
{
|
3957
|
+
"disabled": false,
|
3958
|
+
"document": "内存可用量\n注意:此字段可能返回 null,表示取不到有效值。",
|
3959
|
+
"example": "10",
|
3960
|
+
"member": "int64",
|
3961
|
+
"name": "MemAvailable",
|
3962
|
+
"output_required": true,
|
3963
|
+
"required": false,
|
3964
|
+
"type": "int",
|
3965
|
+
"value_allowed_null": true
|
3966
|
+
},
|
3967
|
+
{
|
3968
|
+
"disabled": false,
|
3969
|
+
"document": "磁盘总量\n注意:此字段可能返回 null,表示取不到有效值。",
|
3970
|
+
"example": "10",
|
3971
|
+
"member": "int64",
|
3972
|
+
"name": "DiskTotal",
|
3973
|
+
"output_required": true,
|
3974
|
+
"required": false,
|
3975
|
+
"type": "int",
|
3976
|
+
"value_allowed_null": true
|
3977
|
+
},
|
3978
|
+
{
|
3979
|
+
"disabled": false,
|
3980
|
+
"document": "磁盘可用量\n注意:此字段可能返回 null,表示取不到有效值。",
|
3981
|
+
"example": "10",
|
3982
|
+
"member": "int64",
|
3983
|
+
"name": "DiskAvailable",
|
3984
|
+
"output_required": true,
|
3985
|
+
"required": false,
|
3986
|
+
"type": "int",
|
3987
|
+
"value_allowed_null": true
|
3988
|
+
}
|
3989
|
+
],
|
3990
|
+
"usage": "both"
|
3991
|
+
},
|
3666
3992
|
"DeleteAccountRequest": {
|
3667
3993
|
"document": "DeleteAccount请求参数结构体",
|
3668
3994
|
"members": [
|
@@ -5186,7 +5512,7 @@
|
|
5186
5512
|
"members": [
|
5187
5513
|
{
|
5188
5514
|
"disabled": false,
|
5189
|
-
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-instance-id:按照实例ID过滤,类型为string\ndb-instance-name:按照实例名过滤,类型为string\ndb-project-id:按照项目ID过滤,类型为integer\ndb-pay-mode:按照实例付费模式过滤,类型为string\ndb-tag-key:按照标签键过滤,类型为string\ndb-private-ip: 按照实例私有网络IP过滤,类型为string\ndb-public-address: 按照实例外网地址过滤,类型为string",
|
5515
|
+
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndb-instance-id:按照实例ID过滤,类型为string\ndb-instance-name:按照实例名过滤,类型为string\ndb-project-id:按照项目ID过滤,类型为integer\ndb-pay-mode:按照实例付费模式过滤,类型为string\ndb-tag-key:按照标签键过滤,类型为string\ndb-private-ip: 按照实例私有网络IP过滤,类型为string\ndb-public-address: 按照实例外网地址过滤,类型为string\ndb-dedicated-cluster-id: 按照私有集群Id过滤,类型为string",
|
5190
5516
|
"example": "[ { \"Values\": [ \"postgres-xxxxxxxx\" ], \"Name\": \"db-instance-id\" } ]",
|
5191
5517
|
"member": "Filter",
|
5192
5518
|
"name": "Filters",
|
@@ -5650,6 +5976,53 @@
|
|
5650
5976
|
"type": "int",
|
5651
5977
|
"value_allowed_null": false
|
5652
5978
|
},
|
5979
|
+
{
|
5980
|
+
"disabled": false,
|
5981
|
+
"document": "数据库详情列表",
|
5982
|
+
"example": "[{\"Privileges\":\"=Tc/postgres,postgres=CTc/postgres,pg_tencentdb_superuser=C/postgres\",\"AllowConn\":true,\"Collate\":\"C\",\"ConnLimit\":-1,\"Ctype\":\"C\",\"Encoding\":\"UTF8\",\"Name\":\"postgres\",\"Owner\":\"postgres\"}, {\"Privileges\":\"\",\"AllowConn\":true,\"Collate\":\"C\",\"ConnLimit\":-1,\"Ctype\":\"C\",\"Encoding\":\"UTF8\",\"Name\":\"testdatabase\",\"Owner\":\"test\"}]",
|
5983
|
+
"member": "Database",
|
5984
|
+
"name": "Databases",
|
5985
|
+
"output_required": true,
|
5986
|
+
"type": "list",
|
5987
|
+
"value_allowed_null": false
|
5988
|
+
},
|
5989
|
+
{
|
5990
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5991
|
+
"member": "string",
|
5992
|
+
"name": "RequestId",
|
5993
|
+
"type": "string"
|
5994
|
+
}
|
5995
|
+
],
|
5996
|
+
"type": "object"
|
5997
|
+
},
|
5998
|
+
"DescribeDedicatedClustersRequest": {
|
5999
|
+
"document": "DescribeDedicatedClusters请求参数结构体",
|
6000
|
+
"members": [
|
6001
|
+
{
|
6002
|
+
"disabled": false,
|
6003
|
+
"document": "按照一个或者多个过滤条件进行查询,目前支持的过滤条件有:\ndedicated-cluster-id: 按照专属集群ID筛选,类型为string",
|
6004
|
+
"example": "[{\"Values\": [\"dedicatedCluster-gz\" ], \"Name\": \"dedicated-cluster-id\" } ]",
|
6005
|
+
"member": "Filter",
|
6006
|
+
"name": "Filters",
|
6007
|
+
"required": false,
|
6008
|
+
"type": "list"
|
6009
|
+
}
|
6010
|
+
],
|
6011
|
+
"type": "object"
|
6012
|
+
},
|
6013
|
+
"DescribeDedicatedClustersResponse": {
|
6014
|
+
"document": "DescribeDedicatedClusters返回参数结构体",
|
6015
|
+
"members": [
|
6016
|
+
{
|
6017
|
+
"disabled": false,
|
6018
|
+
"document": "专属集群信息",
|
6019
|
+
"example": "[{\"DedicatedClusterId\":\"dedicatedCluster-gz\",\"name\":\"TestDedicatedClusterName\",\"Zone\":\"ap-guangzhou\",\"StandbyDedicatedClusterSet\":[\"dedicatedCluster-sh\"],InstanceCount:1,CpuTotal:10,CpuAvailable:10,MemTotal:10,MemAvailable:10,DiskTotal:10,DiskAvailable:10}]",
|
6020
|
+
"member": "DedicatedCluster",
|
6021
|
+
"name": "DedicatedClusterSet",
|
6022
|
+
"output_required": false,
|
6023
|
+
"type": "list",
|
6024
|
+
"value_allowed_null": false
|
6025
|
+
},
|
5653
6026
|
{
|
5654
6027
|
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
5655
6028
|
"member": "string",
|
@@ -8374,6 +8747,51 @@
|
|
8374
8747
|
],
|
8375
8748
|
"type": "object"
|
8376
8749
|
},
|
8750
|
+
"ModifyDatabaseOwnerRequest": {
|
8751
|
+
"document": "ModifyDatabaseOwner请求参数结构体",
|
8752
|
+
"members": [
|
8753
|
+
{
|
8754
|
+
"disabled": false,
|
8755
|
+
"document": "实例ID",
|
8756
|
+
"example": "postgres-mnhbbw99",
|
8757
|
+
"member": "string",
|
8758
|
+
"name": "DBInstanceId",
|
8759
|
+
"required": true,
|
8760
|
+
"type": "string"
|
8761
|
+
},
|
8762
|
+
{
|
8763
|
+
"disabled": false,
|
8764
|
+
"document": "数据库名称",
|
8765
|
+
"example": "testdatabase",
|
8766
|
+
"member": "string",
|
8767
|
+
"name": "DatabaseName",
|
8768
|
+
"required": true,
|
8769
|
+
"type": "string"
|
8770
|
+
},
|
8771
|
+
{
|
8772
|
+
"disabled": false,
|
8773
|
+
"document": "数据库新所有者",
|
8774
|
+
"example": "test",
|
8775
|
+
"member": "string",
|
8776
|
+
"name": "DatabaseOwner",
|
8777
|
+
"required": true,
|
8778
|
+
"type": "string"
|
8779
|
+
}
|
8780
|
+
],
|
8781
|
+
"type": "object"
|
8782
|
+
},
|
8783
|
+
"ModifyDatabaseOwnerResponse": {
|
8784
|
+
"document": "ModifyDatabaseOwner返回参数结构体",
|
8785
|
+
"members": [
|
8786
|
+
{
|
8787
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
8788
|
+
"member": "string",
|
8789
|
+
"name": "RequestId",
|
8790
|
+
"type": "string"
|
8791
|
+
}
|
8792
|
+
],
|
8793
|
+
"type": "object"
|
8794
|
+
},
|
8377
8795
|
"ModifyParameterTemplateRequest": {
|
8378
8796
|
"document": "ModifyParameterTemplate请求参数结构体",
|
8379
8797
|
"members": [
|