tccli 3.0.1004.1__py2.py3-none-any.whl → 3.0.1005.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/examples/cvm/v20170312/CreateLaunchTemplate.md +1 -1
- tccli/examples/cvm/v20170312/RenewInstances.md +2 -2
- tccli/examples/cvm/v20170312/ResetInstancesPassword.md +1 -1
- tccli/examples/cvm/v20170312/StopInstances.md +1 -1
- tccli/examples/cwp/v20180228/DescribeMachineInfo.md +20 -20
- tccli/examples/cynosdb/v20190107/CreateClusterDatabase.md +9 -9
- tccli/examples/cynosdb/v20190107/DescribeClusterParams.md +18 -28
- tccli/examples/cynosdb/v20190107/DescribeClusters.md +70 -77
- tccli/examples/cynosdb/v20190107/DescribeZones.md +27 -29
- tccli/examples/cynosdb/v20190107/ModifyAccountHost.md +5 -5
- tccli/examples/cynosdb/v20190107/ModifyProxyDesc.md +4 -4
- tccli/examples/cynosdb/v20190107/ReloadBalanceProxyNode.md +5 -5
- tccli/examples/essbasic/v20210526/OperateChannelTemplate.md +22 -22
- tccli/examples/hai/v20230812/DescribeApplications.md +2 -1
- tccli/examples/sqlserver/v20180328/BalanceReadOnlyGroup.md +21 -0
- tccli/examples/sqlserver/v20180328/DeleteRestoreTask.md +21 -0
- tccli/examples/sqlserver/v20180328/DescribeAccountPrivilegeByDB.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeCollationTimeZone.md +24 -0
- tccli/examples/sqlserver/v20180328/DescribeCrossRegions.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeDBPrivilegeByAccount.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeDBRestoreTime.md +31 -0
- tccli/examples/sqlserver/v20180328/DescribeDatabaseNames.md +27 -0
- tccli/examples/sqlserver/v20180328/DescribeInquiryPriceParameter.md +30 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTasks.md +36 -0
- tccli/examples/sqlserver/v20180328/DescribeInstanceTradeParameter.md +37 -0
- tccli/examples/sqlserver/v20180328/DescribeProductSpec.md +81 -0
- tccli/examples/sqlserver/v20180328/DescribeReadOnlyGroupAutoWeight.md +60 -0
- tccli/examples/sqlserver/v20180328/DescribeRestoreTask.md +46 -0
- tccli/examples/sqlserver/v20180328/DescribeSpecSellStatus.md +124 -0
- tccli/examples/sqlserver/v20180328/DescribeUpgradeInstanceCheck.md +71 -0
- tccli/examples/sqlserver/v20180328/ModifyCloseWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyDBInstanceNote.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyOpenWanIp.md +21 -0
- tccli/examples/sqlserver/v20180328/ModifyPublishSubscribe.md +51 -0
- tccli/examples/tbaas/v20180416/DescribeFabricBlock.md +37 -0
- tccli/examples/tbaas/v20180416/DescribeFabricTransaction.md +33 -0
- tccli/examples/tbaas/v20180416/InvokeFabricChaincode.md +28 -0
- tccli/examples/tbaas/v20180416/QueryFabricChaincode.md +27 -0
- tccli/examples/tcss/v20201101/AddEditImageAutoAuthorizedRule.md +1 -1
- tccli/examples/tcss/v20201101/CreateAssetImageScanSetting.md +4 -4
- tccli/examples/tcss/v20201101/DescribeAssetImageDetail.md +28 -27
- tccli/examples/tcss/v20201101/DescribeImageAutoAuthorizedRule.md +2 -2
- tccli/examples/tcss/v20201101/RenewImageAuthorizeState.md +2 -2
- tccli/examples/tke/v20180525/DescribeClusterEndpoints.md +1 -0
- tccli/examples/tke/v20180525/DescribeClusterExtraArgs.md +31 -0
- tccli/examples/tke/v20180525/DescribeExternalNodeSupportConfig.md +81 -0
- tccli/examples/tke/v20180525/DescribeIPAMD.md +26 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterConsumerGroups.md +23 -0
- tccli/examples/trocket/v20230308/ImportSourceClusterTopics.md +25 -0
- tccli/examples/wedata/v20210820/DescribeApproveList.md +43 -161
- tccli/examples/wedata/v20210820/DescribeApproveTypeList.md +64 -0
- tccli/services/__init__.py +1 -5
- tccli/services/billing/v20180709/api.json +10 -10
- tccli/services/cdb/v20170320/api.json +10 -1
- tccli/services/cloudstudio/cloudstudio_client.py +30 -1042
- tccli/services/cvm/v20170312/api.json +68 -68
- tccli/services/cvm/v20170312/examples.json +4 -4
- tccli/services/cwp/v20180228/api.json +20 -0
- tccli/services/cwp/v20180228/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +10 -11
- tccli/services/cynosdb/v20190107/examples.json +14 -14
- tccli/services/dsgc/v20190723/api.json +48 -41
- tccli/services/ess/v20201111/api.json +9 -9
- tccli/services/essbasic/v20210526/api.json +10 -10
- tccli/services/essbasic/v20210526/examples.json +6 -6
- tccli/services/hai/v20230812/api.json +69 -69
- tccli/services/hai/v20230812/examples.json +1 -1
- tccli/services/sqlserver/sqlserver_client.py +1418 -358
- tccli/services/sqlserver/v20180328/api.json +2426 -172
- tccli/services/sqlserver/v20180328/examples.json +166 -0
- tccli/services/tbaas/tbaas_client.py +273 -61
- tccli/services/tbaas/v20180416/api.json +539 -0
- tccli/services/tbaas/v20180416/examples.json +32 -0
- tccli/services/tchd/v20230306/api.json +1 -1
- tccli/services/tcss/v20201101/api.json +443 -87
- tccli/services/tcss/v20201101/examples.json +7 -7
- tccli/services/tdmq/v20200217/api.json +9 -9
- tccli/services/tke/tke_client.py +159 -0
- tccli/services/tke/v20180525/api.json +375 -0
- tccli/services/tke/v20180525/examples.json +25 -1
- tccli/services/trocket/trocket_client.py +171 -65
- tccli/services/trocket/v20230308/api.json +230 -0
- tccli/services/trocket/v20230308/examples.json +16 -0
- tccli/services/tse/v20201207/api.json +57 -35
- tccli/services/vrs/v20200824/api.json +10 -0
- tccli/services/waf/v20180125/api.json +201 -54
- tccli/services/wedata/v20210820/api.json +144 -14
- tccli/services/wedata/v20210820/examples.json +16 -2
- tccli/services/wedata/wedata_client.py +53 -0
- tccli/services/weilingwith/v20230427/api.json +13 -13
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/RECORD +96 -72
- tccli/services/casb/__init__.py +0 -4
- tccli/services/casb/casb_client.py +0 -194
- tccli/services/casb/v20200507/api.json +0 -110
- tccli/services/casb/v20200507/examples.json +0 -19
- tccli/services/cloudstudio/v20210524/api.json +0 -2604
- tccli/services/cloudstudio/v20210524/examples.json +0 -205
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1004.1.dist-info → tccli-3.0.1005.1.dist-info}/license_files/LICENSE +0 -0
@@ -27751,6 +27751,7 @@
|
|
27751
27751
|
"example": "xxx",
|
27752
27752
|
"member": "string",
|
27753
27753
|
"name": "MachineIp",
|
27754
|
+
"output_required": true,
|
27754
27755
|
"type": "string",
|
27755
27756
|
"value_allowed_null": false
|
27756
27757
|
},
|
@@ -27760,6 +27761,7 @@
|
|
27760
27761
|
"example": "1",
|
27761
27762
|
"member": "uint64",
|
27762
27763
|
"name": "ProtectDays",
|
27764
|
+
"output_required": true,
|
27763
27765
|
"type": "int",
|
27764
27766
|
"value_allowed_null": false
|
27765
27767
|
},
|
@@ -27769,6 +27771,7 @@
|
|
27769
27771
|
"example": "xxx",
|
27770
27772
|
"member": "string",
|
27771
27773
|
"name": "MachineOs",
|
27774
|
+
"output_required": true,
|
27772
27775
|
"type": "string",
|
27773
27776
|
"value_allowed_null": false
|
27774
27777
|
},
|
@@ -27778,6 +27781,7 @@
|
|
27778
27781
|
"example": "xxx",
|
27779
27782
|
"member": "string",
|
27780
27783
|
"name": "MachineName",
|
27784
|
+
"output_required": true,
|
27781
27785
|
"type": "string",
|
27782
27786
|
"value_allowed_null": false
|
27783
27787
|
},
|
@@ -27787,6 +27791,7 @@
|
|
27787
27791
|
"example": "OFFLINE",
|
27788
27792
|
"member": "string",
|
27789
27793
|
"name": "MachineStatus",
|
27794
|
+
"output_required": true,
|
27790
27795
|
"type": "string",
|
27791
27796
|
"value_allowed_null": false
|
27792
27797
|
},
|
@@ -27796,6 +27801,7 @@
|
|
27796
27801
|
"example": "CVM",
|
27797
27802
|
"member": "string",
|
27798
27803
|
"name": "InstanceId",
|
27804
|
+
"output_required": true,
|
27799
27805
|
"type": "string",
|
27800
27806
|
"value_allowed_null": false
|
27801
27807
|
},
|
@@ -27805,6 +27811,7 @@
|
|
27805
27811
|
"example": "xxx",
|
27806
27812
|
"member": "string",
|
27807
27813
|
"name": "MachineWanIp",
|
27814
|
+
"output_required": true,
|
27808
27815
|
"type": "string",
|
27809
27816
|
"value_allowed_null": false
|
27810
27817
|
},
|
@@ -27814,6 +27821,7 @@
|
|
27814
27821
|
"example": "xxx",
|
27815
27822
|
"member": "string",
|
27816
27823
|
"name": "Quuid",
|
27824
|
+
"output_required": true,
|
27817
27825
|
"type": "string",
|
27818
27826
|
"value_allowed_null": false
|
27819
27827
|
},
|
@@ -27823,6 +27831,7 @@
|
|
27823
27831
|
"example": "xxx",
|
27824
27832
|
"member": "string",
|
27825
27833
|
"name": "Uuid",
|
27834
|
+
"output_required": true,
|
27826
27835
|
"type": "string",
|
27827
27836
|
"value_allowed_null": false
|
27828
27837
|
},
|
@@ -27832,6 +27841,7 @@
|
|
27832
27841
|
"example": "false",
|
27833
27842
|
"member": "bool",
|
27834
27843
|
"name": "IsProVersion",
|
27844
|
+
"output_required": true,
|
27835
27845
|
"type": "bool",
|
27836
27846
|
"value_allowed_null": false
|
27837
27847
|
},
|
@@ -27841,6 +27851,7 @@
|
|
27841
27851
|
"example": "xxx",
|
27842
27852
|
"member": "string",
|
27843
27853
|
"name": "ProVersionOpenDate",
|
27854
|
+
"output_required": true,
|
27844
27855
|
"type": "string",
|
27845
27856
|
"value_allowed_null": false
|
27846
27857
|
},
|
@@ -27850,6 +27861,7 @@
|
|
27850
27861
|
"example": "CVM",
|
27851
27862
|
"member": "string",
|
27852
27863
|
"name": "MachineType",
|
27864
|
+
"output_required": true,
|
27853
27865
|
"type": "string",
|
27854
27866
|
"value_allowed_null": false
|
27855
27867
|
},
|
@@ -27859,6 +27871,7 @@
|
|
27859
27871
|
"example": "ap-guangzhou",
|
27860
27872
|
"member": "string",
|
27861
27873
|
"name": "MachineRegion",
|
27874
|
+
"output_required": true,
|
27862
27875
|
"type": "string",
|
27863
27876
|
"value_allowed_null": false
|
27864
27877
|
},
|
@@ -27868,6 +27881,7 @@
|
|
27868
27881
|
"example": "PREPAY",
|
27869
27882
|
"member": "string",
|
27870
27883
|
"name": "PayMode",
|
27884
|
+
"output_required": true,
|
27871
27885
|
"type": "string",
|
27872
27886
|
"value_allowed_null": false
|
27873
27887
|
},
|
@@ -27877,6 +27891,7 @@
|
|
27877
27891
|
"example": "1",
|
27878
27892
|
"member": "uint64",
|
27879
27893
|
"name": "FreeMalwaresLeft",
|
27894
|
+
"output_required": true,
|
27880
27895
|
"type": "int",
|
27881
27896
|
"value_allowed_null": false
|
27882
27897
|
},
|
@@ -27886,6 +27901,7 @@
|
|
27886
27901
|
"example": "1",
|
27887
27902
|
"member": "uint64",
|
27888
27903
|
"name": "FreeVulsLeft",
|
27904
|
+
"output_required": true,
|
27889
27905
|
"type": "int",
|
27890
27906
|
"value_allowed_null": false
|
27891
27907
|
},
|
@@ -27895,6 +27911,7 @@
|
|
27895
27911
|
"example": "xxx",
|
27896
27912
|
"member": "string",
|
27897
27913
|
"name": "AgentVersion",
|
27914
|
+
"output_required": true,
|
27898
27915
|
"type": "string",
|
27899
27916
|
"value_allowed_null": false
|
27900
27917
|
},
|
@@ -27904,6 +27921,7 @@
|
|
27904
27921
|
"example": "xxx",
|
27905
27922
|
"member": "string",
|
27906
27923
|
"name": "ProVersionDeadline",
|
27924
|
+
"output_required": true,
|
27907
27925
|
"type": "string",
|
27908
27926
|
"value_allowed_null": false
|
27909
27927
|
},
|
@@ -27913,6 +27931,7 @@
|
|
27913
27931
|
"example": "1",
|
27914
27932
|
"member": "uint64",
|
27915
27933
|
"name": "HasAssetScan",
|
27934
|
+
"output_required": true,
|
27916
27935
|
"type": "int",
|
27917
27936
|
"value_allowed_null": false
|
27918
27937
|
},
|
@@ -27922,6 +27941,7 @@
|
|
27922
27941
|
"example": "BASIC_VERSION",
|
27923
27942
|
"member": "string",
|
27924
27943
|
"name": "ProtectType",
|
27944
|
+
"output_required": true,
|
27925
27945
|
"type": "string",
|
27926
27946
|
"value_allowed_null": false
|
27927
27947
|
},
|
@@ -1880,7 +1880,7 @@
|
|
1880
1880
|
{
|
1881
1881
|
"document": "本接口(DescribeMachineInfo)用于获取机器详细情况。",
|
1882
1882
|
"input": "https://cwp.tencentcloudapi.com/?Action=DescribeMachineInfo\n&Uuid=UUID\n&<公共请求参数>",
|
1883
|
-
"output": "{\n \"Response\": {\n \"
|
1883
|
+
"output": "{\n \"Response\": {\n \"AgentVersion\": \"\",\n \"FreeMalwaresLeft\": 0,\n \"FreeVulsLeft\": 0,\n \"HasAssetScan\": 0,\n \"InstanceId\": \"ins-ivkx06mb\",\n \"IsProVersion\": true,\n \"MachineIp\": \"172.16.255.2\",\n \"MachineName\": \"tke_cls-kjg9r3fh_master_etcd1\",\n \"MachineOs\": \"TencentOS Server 3.1 (TK4)\",\n \"MachineRegion\": \"ap-shanghai\",\n \"MachineStatus\": \"ONLINE\",\n \"MachineType\": \"CVM\",\n \"MachineWanIp\": \"124.222.61.130\",\n \"PayMode\": \"PREPAY\",\n \"ProVersionDeadline\": \"2024-01-10 10:51:11\",\n \"ProVersionOpenDate\": \"2023-08-07 14:54:29\",\n \"ProtectDays\": 98,\n \"ProtectType\": \"Flagship\",\n \"Quuid\": \"a081a69d-b7cb-4362-b456-59f381de839b\",\n \"RequestId\": \"111\",\n \"Uuid\": \"a081a69d-b7cb-4362-b456-59f381de839b\"\n }\n}",
|
1884
1884
|
"title": "获取机器详情"
|
1885
1885
|
}
|
1886
1886
|
],
|
@@ -7917,7 +7917,7 @@
|
|
7917
7917
|
{
|
7918
7918
|
"disabled": false,
|
7919
7919
|
"document": "集群ID",
|
7920
|
-
"example": "
|
7920
|
+
"example": "cynosdbmysql-1xcycbu8",
|
7921
7921
|
"member": "string",
|
7922
7922
|
"name": "ClusterId",
|
7923
7923
|
"required": true,
|
@@ -7944,7 +7944,7 @@
|
|
7944
7944
|
"example": "2",
|
7945
7945
|
"member": "int64",
|
7946
7946
|
"name": "TotalCount",
|
7947
|
-
"
|
7947
|
+
"output_required": true,
|
7948
7948
|
"type": "int",
|
7949
7949
|
"value_allowed_null": false
|
7950
7950
|
},
|
@@ -7954,7 +7954,7 @@
|
|
7954
7954
|
"example": "无",
|
7955
7955
|
"member": "ParamInfo",
|
7956
7956
|
"name": "Items",
|
7957
|
-
"
|
7957
|
+
"output_required": true,
|
7958
7958
|
"type": "list",
|
7959
7959
|
"value_allowed_null": true
|
7960
7960
|
},
|
@@ -8123,7 +8123,6 @@
|
|
8123
8123
|
"example": "3",
|
8124
8124
|
"member": "int64",
|
8125
8125
|
"name": "TotalCount",
|
8126
|
-
"required": true,
|
8127
8126
|
"type": "int",
|
8128
8127
|
"value_allowed_null": false
|
8129
8128
|
},
|
@@ -8133,7 +8132,6 @@
|
|
8133
8132
|
"example": "无",
|
8134
8133
|
"member": "CynosdbCluster",
|
8135
8134
|
"name": "ClusterSet",
|
8136
|
-
"required": true,
|
8137
8135
|
"type": "list",
|
8138
8136
|
"value_allowed_null": false
|
8139
8137
|
},
|
@@ -9857,6 +9855,7 @@
|
|
9857
9855
|
"example": "无",
|
9858
9856
|
"member": "SaleRegion",
|
9859
9857
|
"name": "RegionSet",
|
9858
|
+
"output_required": true,
|
9860
9859
|
"type": "list",
|
9861
9860
|
"value_allowed_null": false
|
9862
9861
|
},
|
@@ -11216,7 +11215,7 @@
|
|
11216
11215
|
{
|
11217
11216
|
"disabled": false,
|
11218
11217
|
"document": "集群id",
|
11219
|
-
"example": "
|
11218
|
+
"example": "cynosdbmysql-on5xw0ni",
|
11220
11219
|
"member": "string",
|
11221
11220
|
"name": "ClusterId",
|
11222
11221
|
"required": true,
|
@@ -11225,7 +11224,7 @@
|
|
11225
11224
|
{
|
11226
11225
|
"disabled": false,
|
11227
11226
|
"document": "新主机",
|
11228
|
-
"example": "
|
11227
|
+
"example": "192.168.12.15",
|
11229
11228
|
"member": "string",
|
11230
11229
|
"name": "NewHost",
|
11231
11230
|
"required": true,
|
@@ -12366,7 +12365,7 @@
|
|
12366
12365
|
{
|
12367
12366
|
"disabled": false,
|
12368
12367
|
"document": "集群ID",
|
12369
|
-
"example": "cynosdbmysql-
|
12368
|
+
"example": "cynosdbmysql-qwerasd",
|
12370
12369
|
"member": "string",
|
12371
12370
|
"name": "ClusterId",
|
12372
12371
|
"required": true,
|
@@ -14942,7 +14941,7 @@
|
|
14942
14941
|
{
|
14943
14942
|
"disabled": false,
|
14944
14943
|
"document": "集群ID",
|
14945
|
-
"example": "cynosdbmysql-
|
14944
|
+
"example": "cynosdbmysql-qwerasdf",
|
14946
14945
|
"member": "string",
|
14947
14946
|
"name": "ClusterId",
|
14948
14947
|
"required": true,
|
@@ -14969,7 +14968,7 @@
|
|
14969
14968
|
"example": "无",
|
14970
14969
|
"member": "int64",
|
14971
14970
|
"name": "FlowId",
|
14972
|
-
"
|
14971
|
+
"output_required": true,
|
14973
14972
|
"type": "int",
|
14974
14973
|
"value_allowed_null": false
|
14975
14974
|
},
|
@@ -14979,7 +14978,7 @@
|
|
14979
14978
|
"example": "无",
|
14980
14979
|
"member": "int64",
|
14981
14980
|
"name": "TaskId",
|
14982
|
-
"
|
14981
|
+
"output_required": true,
|
14983
14982
|
"type": "int",
|
14984
14983
|
"value_allowed_null": false
|
14985
14984
|
},
|
@@ -114,8 +114,8 @@
|
|
114
114
|
],
|
115
115
|
"CreateClusterDatabase": [
|
116
116
|
{
|
117
|
-
"document": "",
|
118
|
-
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateClusterDatabase\n<公共请求参数>\n\n{\n \"
|
117
|
+
"document": "创建数据库",
|
118
|
+
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateClusterDatabase\n<公共请求参数>\n\n{\n \"ClusterId\": \"abc\",\n \"DbName\": \"abc\",\n \"CharacterSet\": \"abc\",\n \"CollateRule\": \"abc\",\n \"UserHostPrivileges\": [\n {\n \"DbUserName\": \"abc\",\n \"DbHost\": \"abc\",\n \"DbPrivilege\": \"abc\"\n }\n ],\n \"Description\": \"abc\"\n}",
|
119
119
|
"output": "{\n \"Response\": {\n \"RequestId\": \"f569bea2-0a51-11ec-af61-525400542aa6\"\n }\n}",
|
120
120
|
"title": "创建数据库"
|
121
121
|
}
|
@@ -372,9 +372,9 @@
|
|
372
372
|
],
|
373
373
|
"DescribeClusterParams": [
|
374
374
|
{
|
375
|
-
"document": "",
|
375
|
+
"document": "查询集群参数",
|
376
376
|
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusterParams\n<公共请求参数>\n\n{\n \"ClusterId\": \"cynosdbpg-1xcycbu8\"\n}",
|
377
|
-
"output": "{\n \"Response\": {\n \"
|
377
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"Items\": [\n {\n \"CurrentValue\": \"abc\",\n \"Default\": \"abc\",\n \"EnumValue\": [\n \"abc\"\n ],\n \"Max\": \"abc\",\n \"Min\": \"abc\",\n \"ParamName\": \"abc\",\n \"NeedReboot\": 0,\n \"ParamType\": \"abc\",\n \"MatchType\": \"abc\",\n \"MatchValue\": \"abc\",\n \"Description\": \"abc\",\n \"IsGlobal\": 0,\n \"ModifiableInfo\": {},\n \"IsFunc\": true,\n \"Func\": \"abc\"\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
378
378
|
"title": "查询集群参数"
|
379
379
|
}
|
380
380
|
],
|
@@ -388,9 +388,9 @@
|
|
388
388
|
],
|
389
389
|
"DescribeClusters": [
|
390
390
|
{
|
391
|
-
"document": "",
|
391
|
+
"document": "查询集群列表",
|
392
392
|
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusters\n<公共请求参数>\n\n{\n \"DbType\": \"MYSQL\",\n \"Limit\": \"20\",\n \"Filters\": [\n {\n \"Values\": [\n \"cynosdbpg-ins-bzkxxrmt\"\n ],\n \"Names\": [\n \"InstanceId\"\n ],\n \"ExactMatch\": \"true\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
393
|
-
"output": "{\n \"Response\": {\n \"TotalCount\":
|
393
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 0,\n \"ClusterSet\": [\n {\n \"Status\": \"abc\",\n \"UpdateTime\": \"abc\",\n \"Zone\": \"abc\",\n \"ClusterName\": \"abc\",\n \"Region\": \"abc\",\n \"DbVersion\": \"abc\",\n \"ClusterId\": \"abc\",\n \"InstanceNum\": 0,\n \"Uin\": \"abc\",\n \"DbType\": \"abc\",\n \"AppId\": 0,\n \"StatusDesc\": \"abc\",\n \"CreateTime\": \"abc\",\n \"PayMode\": 0,\n \"PeriodEndTime\": \"abc\",\n \"Vip\": \"abc\",\n \"Vport\": 0,\n \"ProjectID\": 0,\n \"VpcId\": \"abc\",\n \"SubnetId\": \"abc\",\n \"CynosVersion\": \"abc\",\n \"StorageLimit\": 0,\n \"RenewFlag\": 0,\n \"ProcessingTask\": \"abc\",\n \"Tasks\": [\n {\n \"TaskId\": 0,\n \"TaskType\": \"abc\",\n \"TaskStatus\": \"abc\",\n \"ObjectId\": \"abc\",\n \"ObjectType\": \"abc\"\n }\n ],\n \"ResourceTags\": [\n {\n \"TagKey\": \"abc\",\n \"TagValue\": \"abc\"\n }\n ],\n \"DbMode\": \"abc\",\n \"ServerlessStatus\": \"abc\",\n \"Storage\": 0,\n \"StorageId\": \"abc\",\n \"StoragePayMode\": 0,\n \"MinStorageSize\": 0,\n \"MaxStorageSize\": 0,\n \"NetAddrs\": [\n {\n \"Vip\": \"abc\",\n \"Vport\": 0,\n \"WanDomain\": \"abc\",\n \"WanPort\": 0,\n \"NetType\": \"abc\",\n \"UniqSubnetId\": \"abc\",\n \"UniqVpcId\": \"abc\",\n \"Description\": \"abc\",\n \"WanIP\": \"abc\",\n \"WanStatus\": \"abc\",\n \"InstanceGroupId\": \"abc\"\n }\n ],\n \"PhysicalZone\": \"abc\",\n \"MasterZone\": \"abc\",\n \"HasSlaveZone\": \"abc\",\n \"SlaveZones\": [\n \"abc\"\n ],\n \"BusinessType\": \"abc\",\n \"IsFreeze\": \"abc\",\n \"OrderSource\": \"abc\",\n \"Ability\": {\n \"IsSupportSlaveZone\": \"abc\",\n \"NonsupportSlaveZoneReason\": \"abc\",\n \"IsSupportRo\": \"abc\",\n \"NonsupportRoReason\": \"abc\"\n },\n \"ResourcePackages\": [\n {\n \"PackageId\": \"abc\",\n \"PackageType\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"abc\"\n }\n}",
|
394
394
|
"title": "查询集群列表"
|
395
395
|
}
|
396
396
|
],
|
@@ -580,7 +580,7 @@
|
|
580
580
|
{
|
581
581
|
"document": "仅查看用户有权限的可用区",
|
582
582
|
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeZones\n<公共请求参数>\n\n{}",
|
583
|
-
"output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"DbType\": \"
|
583
|
+
"output": "{\n \"Response\": {\n \"RegionSet\": [\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-guangzhou\",\n \"RegionId\": 100001,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"yes\"\n }\n ],\n \"RegionZh\": \"广州\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-guangzhou-2\",\n \"Zone\": \"ap-guangzhou-2\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100003,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州二区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\"\n },\n {\n \"PhysicalZone\": \"ao-guangzhou-5\",\n \"Zone\": \"ap-guangzhou-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 100004,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"广州五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\"\n }\n ]\n },\n {\n \"DbType\": \"MYSQL\",\n \"Region\": \"ap-beijing\",\n \"RegionId\": 8,\n \"Modules\": [\n {\n \"ModuleName\": \"is.disable.wan\",\n \"IsDisable\": \"no\"\n }\n ],\n \"RegionZh\": \"北京\",\n \"ZoneSet\": [\n {\n \"PhysicalZone\": \"ap-beijing-5\",\n \"Zone\": \"ap-beijing-5\",\n \"IsSupportServerless\": 0,\n \"ZoneId\": 800001,\n \"IsSupportNormal\": 0,\n \"ZoneZh\": \"北京五区\",\n \"HasPermission\": true,\n \"IsWholeRdmaZone\": \"abc\"\n }\n ]\n }\n ],\n \"RequestId\": \"1qwert-123-asbc\"\n }\n}",
|
584
584
|
"title": "查询可售卖地域可用区信息"
|
585
585
|
}
|
586
586
|
],
|
@@ -658,8 +658,8 @@
|
|
658
658
|
],
|
659
659
|
"ModifyAccountHost": [
|
660
660
|
{
|
661
|
-
"document": "",
|
662
|
-
"input": "
|
661
|
+
"document": "修改账号主机",
|
662
|
+
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountHost\n<公共请求参数>\n\n{\n \"ClusterId\": \"abc\",\n \"NewHost\": \"abc\",\n \"Account\": {\n \"AccountName\": \"abc\",\n \"Host\": \"abc\"\n }\n}",
|
663
663
|
"output": "{\n \"Response\": {\n \"RequestId\": \"128046\"\n }\n}",
|
664
664
|
"title": "修改账号主机"
|
665
665
|
}
|
@@ -810,8 +810,8 @@
|
|
810
810
|
],
|
811
811
|
"ModifyProxyDesc": [
|
812
812
|
{
|
813
|
-
"document": "",
|
814
|
-
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProxyDesc\n<公共请求参数>\n\n{\n \"ClusterId\": \"cynosdbmysql-
|
813
|
+
"document": "修改数据库代理描述",
|
814
|
+
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyProxyDesc\n<公共请求参数>\n\n{\n \"ClusterId\": \"cynosdbmysql-12qwasdf\",\n \"ProxyGroupId\": \"cynosdbmysql-proxy-1qasdfre\",\n \"Description\": \"proxy for test\"\n}",
|
815
815
|
"output": "{\n \"Response\": {\n \"RequestId\": \"128046\"\n }\n}",
|
816
816
|
"title": "修改数据库代理描述"
|
817
817
|
}
|
@@ -922,9 +922,9 @@
|
|
922
922
|
],
|
923
923
|
"ReloadBalanceProxyNode": [
|
924
924
|
{
|
925
|
-
"document": "",
|
926
|
-
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReloadBalanceProxyNode\n<公共请求参数>\n\n{\n \"ClusterId\": \"
|
927
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"128046\",\n \"FlowId\":
|
925
|
+
"document": "负载均衡数据库代理",
|
926
|
+
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ReloadBalanceProxyNode\n<公共请求参数>\n\n{\n \"ClusterId\": \"cynosdbmysql-1234qwer\",\n \"ProxyGroupId\": \"cynosdbmysql-proxy-a13fcqwe\"\n}",
|
927
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"128046\",\n \"FlowId\": 123,\n \"TaskId\": 123\n }\n}",
|
928
928
|
"title": "负载均衡数据库代理"
|
929
929
|
}
|
930
930
|
],
|