tccli 3.0.1229.1__py2.py3-none-any.whl → 3.0.1230.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/aiart/aiart_client.py +57 -4
- tccli/services/aiart/v20221229/api.json +99 -10
- tccli/services/aiart/v20221229/examples.json +8 -0
- tccli/services/batch/v20170312/api.json +15 -8
- tccli/services/cfw/v20190904/api.json +1 -1
- tccli/services/cwp/v20180228/api.json +1 -1
- tccli/services/cynosdb/cynosdb_client.py +110 -57
- tccli/services/cynosdb/v20190107/api.json +166 -18
- tccli/services/cynosdb/v20190107/examples.json +14 -0
- tccli/services/dbbrain/v20210527/api.json +3 -1
- tccli/services/emr/emr_client.py +110 -4
- tccli/services/emr/v20190103/api.json +645 -0
- tccli/services/emr/v20190103/examples.json +16 -0
- tccli/services/iotexplorer/v20190423/api.json +10 -0
- tccli/services/ivld/v20210903/api.json +25 -25
- tccli/services/ivld/v20210903/examples.json +1 -1
- tccli/services/lcic/v20220817/api.json +2 -2
- tccli/services/lke/v20231130/api.json +4 -4
- tccli/services/mps/v20190612/api.json +54 -1
- tccli/services/ocr/v20181119/api.json +108 -28
- tccli/services/postgres/v20170312/api.json +221 -219
- tccli/services/postgres/v20170312/examples.json +36 -36
- tccli/services/tdmq/v20200217/api.json +2 -2
- tccli/services/trtc/v20190722/api.json +4 -8
- tccli/services/vclm/v20240523/api.json +3 -3
- tccli/services/vod/v20180717/api.json +17 -17
- tccli/services/vpc/v20170312/api.json +493 -27
- tccli/services/vpc/v20170312/examples.json +67 -11
- tccli/services/vpc/vpc_client.py +475 -104
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/RECORD +35 -35
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1229.1.dist-info → tccli-3.0.1230.1.dist-info}/license_files/LICENSE +0 -0
@@ -20,14 +20,14 @@
|
|
20
20
|
{
|
21
21
|
"document": "关闭实例postgres-apzvwncr外网。",
|
22
22
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CloseDBExtranetAccess\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-apzvwncr\"\n}",
|
23
|
-
"output": "{\n \"Response\": {\n \"FlowId\":
|
23
|
+
"output": "{\n \"Response\": {\n \"FlowId\": 25104,\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
24
24
|
"title": "关闭实例外网"
|
25
25
|
}
|
26
26
|
],
|
27
27
|
"CloseServerlessDBExtranetAccess": [
|
28
28
|
{
|
29
29
|
"document": "关闭serverless公网地址",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CloseServerlessDBExtranetAccess\n<公共请求参数>\n\n{\n \"DBInstanceName\": \"test\",\n \"DBInstanceId\": \"postgres-apzvwncr\"\n}",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CloseServerlessDBExtranetAccess\n<公共请求参数>\n\n{\n \"DBInstanceName\": \"test-db-instance\",\n \"DBInstanceId\": \"postgres-apzvwncr\"\n}",
|
31
31
|
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
32
32
|
"title": "关闭serverless公网地址"
|
33
33
|
}
|
@@ -35,7 +35,7 @@
|
|
35
35
|
"CreateAccount": [
|
36
36
|
{
|
37
37
|
"document": "创建数据库普通账号",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccount\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-5cz25tr5\",\n \"UserName\": \"user_normal\",\n \"Password\": \"Test_password1\",\n \"Type\": \"normal\",\n \"Remark\": \"
|
38
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAccount\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-5cz25tr5\",\n \"UserName\": \"user_normal\",\n \"Password\": \"Test_password1\",\n \"Type\": \"normal\",\n \"Remark\": \"普通账号\"\n}",
|
39
39
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5d19322f-50fe-4084-a5d3-b0bc680fd3a1\"\n }\n}",
|
40
40
|
"title": "创建数据库普通账号"
|
41
41
|
},
|
@@ -73,13 +73,13 @@
|
|
73
73
|
"CreateDatabase": [
|
74
74
|
{
|
75
75
|
"document": "",
|
76
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatabase\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-5cz25tr5\",\n \"DatabaseName\": \"mydatabase\",\n \"DatabaseOwner\": \"
|
76
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatabase\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-5cz25tr5\",\n \"DatabaseName\": \"mydatabase\",\n \"DatabaseOwner\": \"data_team\"\n}",
|
77
77
|
"output": "{\n \"Response\": {\n \"RequestId\": \"28004847-7a50-4740-a536-19ee9db9ccc0\"\n }\n}",
|
78
78
|
"title": "创建数据库"
|
79
79
|
},
|
80
80
|
{
|
81
81
|
"document": "",
|
82
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatabase\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-5cz25tr5\",\n \"DatabaseName\": \"mydatabase\",\n \"DatabaseOwner\": \"
|
82
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateDatabase\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-5cz25tr5\",\n \"DatabaseName\": \"mydatabase\",\n \"DatabaseOwner\": \"data_team\",\n \"Encoding\": \"UTF8\",\n \"Collate\": \"zh_CN.utf8\",\n \"Ctype\": \"zh_CN.utf8\"\n}",
|
83
83
|
"output": "{\n \"Response\": {\n \"RequestId\": \"28004847-7a50-4740-a536-19ee9db9ccc0\"\n }\n}",
|
84
84
|
"title": "创建指定字符编码、排序规则及字符分类的数据库"
|
85
85
|
}
|
@@ -88,26 +88,26 @@
|
|
88
88
|
{
|
89
89
|
"document": "创建12.4版本中最新内核版的PostgreSQL实例",
|
90
90
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstances\n<公共请求参数>\n\n{\n \"InstanceCount\": \"1\",\n \"AutoRenewFlag\": \"1\",\n \"AdminName\": \"test2313\",\n \"Zone\": \"ap-guangzhou-2\",\n \"AdminPassword\": \" xxxxxxx\",\n \"DBVersion\": \"12.4\",\n \"DBEngine\": \"postgresql\",\n \"Storage\": \"10\",\n \"Period\": \"1\",\n \"SpecCode\": \"cdb.pg.z1.2g\",\n \"InstanceChargeType\": \"prepaid\",\n \"AutoVoucher\": \"0\",\n \"Charset\": \"UTF8\"\n}",
|
91
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"DealNames\": [\n \"20180119110001\"\n ],\n \"DBInstanceIdSet\": [\n \"postgres-xxxxx\"\n ],\n \"BillId\": \"
|
91
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"DealNames\": [\n \"20180119110001\"\n ],\n \"DBInstanceIdSet\": [\n \"postgres-xxxxx\"\n ],\n \"BillId\": \"20181225711000768276471\"\n }\n}",
|
92
92
|
"title": "创建12.4版本的PostgreSQL实例"
|
93
93
|
},
|
94
94
|
{
|
95
95
|
"document": "创建内核版本号为v12.4_r1.0版本的PostgreSQL实例",
|
96
96
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstances\n<公共请求参数>\n\n{\n \"InstanceCount\": \"1\",\n \"AutoRenewFlag\": \"1\",\n \"AdminName\": \"test2313\",\n \"Zone\": \"ap-guangzhou-2\",\n \"AdminPassword\": \" xxxxxxx\",\n \"Charset\": \"UTF8\",\n \"Storage\": \"10\",\n \"Period\": \"1\",\n \"SpecCode\": \"cdb.pg.z1.2g\",\n \"DBKernelVersion\": \"v12.4_r1.0\",\n \"DBEngine\": \"postgresql\",\n \"InstanceChargeType\": \"prepaid\",\n \"AutoVoucher\": \"0\"\n}",
|
97
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"DealNames\": [\n \"20180119110001\"\n ],\n \"DBInstanceIdSet\": [\n \"postgres-xxxxx\"\n ],\n \"BillId\": \"
|
97
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"DealNames\": [\n \"20180119110001\"\n ],\n \"DBInstanceIdSet\": [\n \"postgres-xxxxx\"\n ],\n \"BillId\": \"20181225711000768276476\"\n }\n}",
|
98
98
|
"title": "创建指定内核版本号的PostgreSQL实例"
|
99
99
|
},
|
100
100
|
{
|
101
101
|
"document": "创建12版本中最新内核版本的PostgreSQL实例(跨可用区)",
|
102
102
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateInstances\n<公共请求参数>\n\n{\n \"InstanceCount\": \"1\",\n \"AutoRenewFlag\": \"1\",\n \"DBMajorVersion\": \"12\",\n \"Zone\": \"ap-guangzhou-2\",\n \"AdminPassword\": \" xxxxxxx\",\n \"Charset\": \"UTF8\",\n \"Storage\": \"10\",\n \"Period\": \"1\",\n \"SpecCode\": \"cdb.pg.z1.2g\",\n \"InstanceChargeType\": \"prepaid\",\n \"AutoVoucher\": \"0\",\n \"DBNodeSet\": [\n {\n \"Role\": \"Standby\",\n \"Zone\": \"ap-guangzhou-3\"\n },\n {\n \"Role\": \"Primary\",\n \"Zone\": \"ap-guangzhou-2\"\n }\n ],\n \"AdminName\": \"test2313\"\n}",
|
103
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"DealNames\": [\n \"20180119110001\"\n ],\n \"DBInstanceIdSet\": [\n \"postgres-xxxxx\"\n ],\n \"BillId\": \"
|
103
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"DealNames\": [\n \"20180119110001\"\n ],\n \"DBInstanceIdSet\": [\n \"postgres-xxxxx\"\n ],\n \"BillId\": \"20181225711000768276479\"\n }\n}",
|
104
104
|
"title": "创建12版本中最新内核版本的PostgreSQL实例"
|
105
105
|
}
|
106
106
|
],
|
107
107
|
"CreateParameterTemplate": [
|
108
108
|
{
|
109
109
|
"document": "数据库版本为14,引擎为postgresql,参数模板名称和描述自定义。",
|
110
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateParameterTemplate\n<公共请求参数>\n\n{\n \"TemplateName\": \"test_template\",\n \"DBMajorVersion\": \"13\",\n \"DBEngine\": \"postgresql\",\n \"TemplateDescription\": \"
|
110
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateParameterTemplate\n<公共请求参数>\n\n{\n \"TemplateName\": \"test_template\",\n \"DBMajorVersion\": \"13\",\n \"DBEngine\": \"postgresql\",\n \"TemplateDescription\": \"This template is used for testing environment\"\n}",
|
111
111
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"TemplateId\": \"497857b4-4676-5583-8359-b697fe5968d9\"\n }\n}",
|
112
112
|
"title": "创建参数模板示例"
|
113
113
|
}
|
@@ -116,7 +116,7 @@
|
|
116
116
|
{
|
117
117
|
"document": "创建只读实例",
|
118
118
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateReadOnlyDBInstance\n<公共请求参数>\n\n{\n \"InstanceCount\": \"1\",\n \"AutoRenewFlag\": \"1\",\n \"Zone\": \"ap-guangzhou-2\",\n \"MasterDBInstanceId\": \"Postgres-testmaster\",\n \"DBVersion\": \"9.3.5\",\n \"Storage\": \"10\",\n \"Period\": \"1\",\n \"SpecCode\": \"cdb.pg.z1.2g\",\n \"InstanceChargeType\": \"prepaid\",\n \"AutoVoucher\": \"0\"\n}",
|
119
|
-
"output": "{\n \"Response\": {\n \"
|
119
|
+
"output": "{\n \"Response\": {\n \"BillId\": \"20241205591002398481191\",\n \"DBInstanceIdSet\": [\n \"pgro-kdkdkx68\"\n ],\n \"DealNames\": [\n \"20241205591002398481181\"\n ],\n \"RequestId\": \"5ce80f91-a285-4378-8340-332ab4bfe9cd\"\n }\n}",
|
120
120
|
"title": "CreateReadOnlyDBInstance"
|
121
121
|
}
|
122
122
|
],
|
@@ -163,7 +163,7 @@
|
|
163
163
|
"DeleteDBInstanceNetworkAccess": [
|
164
164
|
{
|
165
165
|
"document": "",
|
166
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDBInstanceNetworkAccess\n<公共请求参数>\n\n{\n \"SubnetId\": \"subnet-4s9dejli\",\n \"Vip\": \"127
|
166
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteDBInstanceNetworkAccess\n<公共请求参数>\n\n{\n \"SubnetId\": \"subnet-4s9dejli\",\n \"Vip\": \"127.*.*.*\",\n \"VpcId\": \"vpc-gaestjaf\",\n \"DBInstanceId\": \"postgres-6bwgamo3\"\n}",
|
167
167
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"FlowId\": 912\n }\n}",
|
168
168
|
"title": "删除实例网络"
|
169
169
|
}
|
@@ -195,7 +195,7 @@
|
|
195
195
|
"DeleteReadOnlyGroupNetworkAccess": [
|
196
196
|
{
|
197
197
|
"document": "",
|
198
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteReadOnlyGroupNetworkAccess\n<公共请求参数>\n\n{\n \"SubnetId\": \"subnet-4s9dejli\",\n \"VpcId\": \"vpc-gaestjaf\",\n \"Vip\": \"127
|
198
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteReadOnlyGroupNetworkAccess\n<公共请求参数>\n\n{\n \"SubnetId\": \"subnet-4s9dejli\",\n \"VpcId\": \"vpc-gaestjaf\",\n \"Vip\": \"127.*.*.*\",\n \"ReadOnlyGroupId\": \"pgro-4t9c6g7k\"\n}",
|
199
199
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\",\n \"FlowId\": 912\n }\n}",
|
200
200
|
"title": "删除RO组网络"
|
201
201
|
}
|
@@ -244,7 +244,7 @@
|
|
244
244
|
{
|
245
245
|
"document": "获取实例postgres-hpe52jnz的账户列表",
|
246
246
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAccounts\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-hpe52jnz\"\n}",
|
247
|
-
"output": "{\n \"Response\": {\n \"Details\": [\n {\n \"CreateTime\": \"
|
247
|
+
"output": "{\n \"Response\": {\n \"Details\": [\n {\n \"CreateTime\": \"2024-05-06 21:00:12\",\n \"DBInstanceId\": \"postgres-hpe52jnz\",\n \"Remark\": \"\",\n \"Status\": 2,\n \"UpdateTime\": \"2024-06-06 21:00:12\",\n \"UserName\": \"app_user\",\n \"UserType\": \"tencentDBSuper\"\n }\n ],\n \"RequestId\": \"1299fe3a-9958-440a-bfd0-e4eb1e71b7eb\",\n \"TotalCount\": 1\n }\n}",
|
248
248
|
"title": "获取实例postgres-hpe52jnz的账户列表"
|
249
249
|
}
|
250
250
|
],
|
@@ -390,13 +390,13 @@
|
|
390
390
|
{
|
391
391
|
"document": "按指定分页查询实例列表",
|
392
392
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstances\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Offset\": \"0\"\n}",
|
393
|
-
"output": "{\n \"Response\": {\n \"
|
393
|
+
"output": "{\n \"Response\": {\n \"DBInstanceSet\": [\n {\n \"AppId\": 2512400000,\n \"AutoRenew\": 0,\n \"CreateTime\": \"2024-09-01 16:00:45\",\n \"DBCharset\": \"UTF8\",\n \"DBEngine\": \"postgresql\",\n \"DBEngineConfig\": \"\",\n \"DBInstanceClass\": \"pg.it.small2\",\n \"DBInstanceCpu\": 1,\n \"DBInstanceId\": \"postgres-dnlizio3\",\n \"DBInstanceMemory\": 2,\n \"DBInstanceName\": \"Unnamed\",\n \"DBInstanceNetInfo\": [\n {\n \"Address\": \"\",\n \"Ip\": \"10.*.*.*\",\n \"NetType\": \"private\",\n \"Port\": 5432,\n \"ProtocolType\": \"postgresql\",\n \"Status\": \"opened\",\n \"SubnetId\": \"subnet-b23o6b22\",\n \"VpcId\": \"vpc-49ab5lb9\"\n },\n {\n \"Address\": \"\",\n \"Ip\": \"\",\n \"NetType\": \"public\",\n \"Port\": 0,\n \"ProtocolType\": \"\",\n \"Status\": \"initing\",\n \"SubnetId\": \"\",\n \"VpcId\": \"\"\n }\n ],\n \"DBInstanceStatus\": \"running\",\n \"DBInstanceStorage\": 100,\n \"DBInstanceType\": \"primary\",\n \"DBInstanceVersion\": \"standard\",\n \"DBKernelVersion\": \"v16.2_r1.5\",\n \"DBMajorVersion\": \"16\",\n \"DBNodeSet\": [\n {\n \"DedicatedClusterId\": \"\",\n \"Role\": \"Primary\",\n \"Zone\": \"ap-guangzhou-2\"\n },\n {\n \"DedicatedClusterId\": \"\",\n \"Role\": \"Standby\",\n \"Zone\": \"ap-guangzhou-2\"\n }\n ],\n \"DBVersion\": \"16.2\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"IsSupportTDE\": 0,\n \"IsolatedTime\": \"0000-00-00 00:00:00\",\n \"MasterDBInstanceId\": \"\",\n \"NetworkAccessList\": null,\n \"OfflineTime\": \"0001-01-04 00:00:00\",\n \"PayType\": \"postpaid\",\n \"ProjectId\": 0,\n \"ReadOnlyInstanceNum\": 0,\n \"Region\": \"ap-guangzhou\",\n \"StatusInReadonlyGroup\": \"\",\n \"SubnetId\": \"subnet-b23o6b22\",\n \"SupportIpv6\": 0,\n \"TagList\": [],\n \"Type\": \"\",\n \"Uid\": 421842,\n \"UpdateTime\": \"2024-09-29 10:10:57\",\n \"VpcId\": \"vpc-49ab5lb9\",\n \"Zone\": \"ap-guangzhou-2\"\n }\n ],\n \"RequestId\": \"9e87cd50-5daf-44bf-8f67-3d3f017a87e7\",\n \"TotalCount\": 1\n }\n}",
|
394
394
|
"title": "查询所有实例列表"
|
395
395
|
},
|
396
396
|
{
|
397
397
|
"document": "例如:查询实例ID为postgres-xxxxx的实例信息",
|
398
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstances\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Filters\": [\n {\n \"Values\": [\n \"postgres-
|
399
|
-
"output": "{\n \"Response\": {\n \"
|
398
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDBInstances\n<公共请求参数>\n\n{\n \"Limit\": \"10\",\n \"Filters\": [\n {\n \"Values\": [\n \"postgres-dnlizio3\"\n ],\n \"Name\": \"db-instance-id\"\n }\n ],\n \"Offset\": \"0\"\n}",
|
399
|
+
"output": "{\n \"Response\": {\n \"DBInstanceSet\": [\n {\n \"AppId\": 2512400000,\n \"AutoRenew\": 0,\n \"CreateTime\": \"2024-09-01 16:00:45\",\n \"DBCharset\": \"UTF8\",\n \"DBEngine\": \"postgresql\",\n \"DBEngineConfig\": \"\",\n \"DBInstanceClass\": \"pg.it.small2\",\n \"DBInstanceCpu\": 1,\n \"DBInstanceId\": \"postgres-dnlizio3\",\n \"DBInstanceMemory\": 2,\n \"DBInstanceName\": \"Unnamed\",\n \"DBInstanceNetInfo\": [\n {\n \"Address\": \"\",\n \"Ip\": \"10.*.*.*\",\n \"NetType\": \"private\",\n \"Port\": 5432,\n \"ProtocolType\": \"postgresql\",\n \"Status\": \"opened\",\n \"SubnetId\": \"subnet-b23o6b22\",\n \"VpcId\": \"vpc-49ab5lb9\"\n },\n {\n \"Address\": \"\",\n \"Ip\": \"\",\n \"NetType\": \"public\",\n \"Port\": 0,\n \"ProtocolType\": \"\",\n \"Status\": \"initing\",\n \"SubnetId\": \"\",\n \"VpcId\": \"\"\n }\n ],\n \"DBInstanceStatus\": \"running\",\n \"DBInstanceStorage\": 100,\n \"DBInstanceType\": \"primary\",\n \"DBInstanceVersion\": \"standard\",\n \"DBKernelVersion\": \"v16.2_r1.5\",\n \"DBMajorVersion\": \"16\",\n \"DBNodeSet\": [\n {\n \"DedicatedClusterId\": \"\",\n \"Role\": \"Primary\",\n \"Zone\": \"ap-guangzhou-2\"\n },\n {\n \"DedicatedClusterId\": \"\",\n \"Role\": \"Standby\",\n \"Zone\": \"ap-guangzhou-2\"\n }\n ],\n \"DBVersion\": \"16.2\",\n \"ExpireTime\": \"0000-00-00 00:00:00\",\n \"IsSupportTDE\": 0,\n \"IsolatedTime\": \"0000-00-00 00:00:00\",\n \"MasterDBInstanceId\": \"\",\n \"NetworkAccessList\": null,\n \"OfflineTime\": \"0001-01-04 00:00:00\",\n \"PayType\": \"postpaid\",\n \"ProjectId\": 0,\n \"ReadOnlyInstanceNum\": 0,\n \"Region\": \"ap-guangzhou\",\n \"StatusInReadonlyGroup\": \"\",\n \"SubnetId\": \"subnet-b23o6b22\",\n \"SupportIpv6\": 0,\n \"TagList\": [],\n \"Type\": \"\",\n \"Uid\": 421842,\n \"UpdateTime\": \"2024-09-29 10:10:57\",\n \"VpcId\": \"vpc-49ab5lb9\",\n \"Zone\": \"ap-guangzhou-2\"\n }\n ],\n \"RequestId\": \"9e87cd50-5daf-44bf-8f67-3d3f017a87e7\",\n \"TotalCount\": 1\n }\n}",
|
400
400
|
"title": "根据实例ID查询实例信息"
|
401
401
|
}
|
402
402
|
],
|
@@ -555,8 +555,8 @@
|
|
555
555
|
"DescribeServerlessDBInstances": [
|
556
556
|
{
|
557
557
|
"document": "",
|
558
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeServerlessDBInstances\n<公共请求参数>\n\n{\n \"Filter\": [\n {\n \"Name\": \"
|
559
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DBInstanceSet\": [\n {\n \"DBInstanceId\": \"postgres-
|
558
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeServerlessDBInstances\n<公共请求参数>\n\n{\n \"Filter\": [\n {\n \"Name\": \"db-instance-name\",\n \"Values\": [\n \"user-data-db\"\n ]\n }\n ],\n \"Limit\": \"0\",\n \"Offset\": \"1\"\n}",
|
559
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"DBInstanceSet\": [\n {\n \"DBInstanceId\": \"postgres-dnlizio3\",\n \"DBInstanceName\": \"user-data-db\",\n \"DBInstanceStatus\": \"running\",\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-3\",\n \"ProjectId\": 0,\n \"VpcId\": \"vpc-49ab5lb9\",\n \"SubnetId\": \"subnet-b23o6b22\",\n \"DBCharset\": \"UTF8\",\n \"DBVersion\": \"10\",\n \"DBKernelVersion\": \"v10.4_r1.0\",\n \"CreateTime\": \"2020-03-20 12:19:14\",\n \"DBInstanceNetInfo\": [\n {\n \"Address\": \"\",\n \"Ip\": \"10.*.*.*\",\n \"Port\": 5432,\n \"Status\": \"opened\",\n \"NetType\": \"private\"\n },\n {\n \"Address\": \"\",\n \"Ip\": \"\",\n \"Port\": 0,\n \"Status\": \"initing\",\n \"NetType\": \"public\"\n }\n ],\n \"DBAccountSet\": [],\n \"DBDatabaseList\": null\n }\n ],\n \"RequestId\": \"d43b2a9f-070c-480b-a0bb-7c210428cfe8\"\n }\n}",
|
560
560
|
"title": "查询ServerlessDB实例列表"
|
561
561
|
}
|
562
562
|
],
|
@@ -649,7 +649,7 @@
|
|
649
649
|
"LockAccount": [
|
650
650
|
{
|
651
651
|
"document": "锁定数据库账号",
|
652
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: LockAccount\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-4sfuv15b\",\n \"UserName\": \"
|
652
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: LockAccount\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-4sfuv15b\",\n \"UserName\": \"app_user\"\n}",
|
653
653
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\"\n }\n}",
|
654
654
|
"title": "锁定数据库账号"
|
655
655
|
}
|
@@ -665,7 +665,7 @@
|
|
665
665
|
"ModifyAccountRemark": [
|
666
666
|
{
|
667
667
|
"document": "",
|
668
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountRemark\n<公共请求参数>\n\n{\n \"UserName\": \"
|
668
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountRemark\n<公共请求参数>\n\n{\n \"UserName\": \"webapp_user\",\n \"Remark\": \"testModifyRemark\",\n \"DBInstanceId\": \"postgres-6bwgamo3\"\n}",
|
669
669
|
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
670
670
|
"title": "修改账号备注"
|
671
671
|
}
|
@@ -673,7 +673,7 @@
|
|
673
673
|
"ModifyBackupDownloadRestriction": [
|
674
674
|
{
|
675
675
|
"document": " 修改备份下载限制",
|
676
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBackupDownloadRestriction\n<公共请求参数>\n\n{\n \"RestrictionType\": \"CUSTOMIZE\",\n \"VpcRestrictionEffect\": \"ALLOW\",\n \"VpcIdSet\": [\n \"vpc-15ld6dhr\"\n ],\n \"IpRestrictionEffect\": \"\",\n \"IpSet\": []\n}",
|
676
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyBackupDownloadRestriction\n<公共请求参数>\n\n{\n \"RestrictionType\": \"CUSTOMIZE\",\n \"VpcRestrictionEffect\": \"ALLOW\",\n \"VpcIdSet\": [\n \"vpc-15ld6dhr\"\n ],\n \"IpRestrictionEffect\": \"ALLOW\",\n \"IpSet\": [\n \"10.*.*.*\"\n ]\n}",
|
677
677
|
"output": "{\n \"Response\": {\n \"RequestId\": \"be3bafde-f34e-4fda-9f40-04c5515e2148\"\n }\n}",
|
678
678
|
"title": "修改备份下载限制"
|
679
679
|
}
|
@@ -761,7 +761,7 @@
|
|
761
761
|
"ModifyDBInstanceReadOnlyGroup": [
|
762
762
|
{
|
763
763
|
"document": "",
|
764
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceReadOnlyGroup\n<公共请求参数>\n\n{\n \"NewReadOnlyGroupId\": \"
|
764
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceReadOnlyGroup\n<公共请求参数>\n\n{\n \"NewReadOnlyGroupId\": \"pgrogrp-nqwpkjbu\",\n \"ReadOnlyGroupId\": \"pgrogrp-mnwtmp20\",\n \"DBInstanceId\": \"postgres-k95qzetn\"\n}",
|
765
765
|
"output": "{\n \"Response\": {\n \"RequestId\": \"d43b2a9f-070c-480b-a0bb-7c210428cfe8\",\n \"FlowId\": 912\n }\n}",
|
766
766
|
"title": "ModifyDBInstanceReadOnlyGroup"
|
767
767
|
}
|
@@ -784,7 +784,7 @@
|
|
784
784
|
{
|
785
785
|
"document": "修改实例postgres-6bwgamo3配置为Cpu1核、内存2GB、存储200GB。",
|
786
786
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDBInstanceSpec\n<公共请求参数>\n\n{\n \"Storage\": 200,\n \"DBInstanceId\": \"postgres-6bwgamo3\",\n \"Cpu\": 1,\n \"Memory\": 2\n}",
|
787
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\",\n \"DealName\": \"201806127634\",\n \"BillId\": \"
|
787
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\",\n \"DealName\": \"201806127634\",\n \"BillId\": \"20241204591002395368333\"\n }\n}",
|
788
788
|
"title": "修改实例配置。"
|
789
789
|
}
|
790
790
|
],
|
@@ -799,15 +799,15 @@
|
|
799
799
|
"ModifyDatabaseOwner": [
|
800
800
|
{
|
801
801
|
"document": "",
|
802
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDatabaseOwner\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-mnhbbw99\",\n \"DatabaseName\": \"
|
802
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyDatabaseOwner\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-mnhbbw99\",\n \"DatabaseName\": \"alice_database\",\n \"DatabaseOwner\": \"alice\"\n}",
|
803
803
|
"output": "{\n \"Response\": {\n \"RequestId\": \"a11906eb-75b4-43c4-8d3e-aa6b2991c8f5\"\n }\n}",
|
804
804
|
"title": "修改数据库所有者"
|
805
805
|
}
|
806
806
|
],
|
807
807
|
"ModifyParameterTemplate": [
|
808
808
|
{
|
809
|
-
"document": "
|
810
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyParameterTemplate\n<公共请求参数>\n\n{\n \"TemplateId\": \"497857b4-4676-5583-8359-b697fe5968d9\",\n \"TemplateName\": \"test_template\",\n \"TemplateDescription\": \"
|
809
|
+
"document": "修改模版中的参数项",
|
810
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyParameterTemplate\n<公共请求参数>\n\n{\n \"TemplateId\": \"497857b4-4676-5583-8359-b697fe5968d9\",\n \"TemplateName\": \"test_template\",\n \"TemplateDescription\": \"This template is used for testing environment\",\n \"ModifyParamEntrySet\": [\n {\n \"Name\": \"max_wal_senders\",\n \"ExpectedValue\": \"360\"\n },\n {\n \"Name\": \"max_logical_replication_workers\",\n \"ExpectedValue\": \"360\"\n }\n ],\n \"DeleteParamSet\": [\n \"wal_level\"\n ]\n}",
|
811
811
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\"\n }\n}",
|
812
812
|
"title": "修改参数模板"
|
813
813
|
}
|
@@ -832,7 +832,7 @@
|
|
832
832
|
{
|
833
833
|
"document": "开通实例postgres-apzvwncr外网。",
|
834
834
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: OpenDBExtranetAccess\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-apzvwncr\"\n}",
|
835
|
-
"output": "{\n \"Response\": {\n \"FlowId\":
|
835
|
+
"output": "{\n \"Response\": {\n \"FlowId\": 23515,\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
836
836
|
"title": "开通实例外网"
|
837
837
|
}
|
838
838
|
],
|
@@ -877,13 +877,13 @@
|
|
877
877
|
"ResetAccountPassword": [
|
878
878
|
{
|
879
879
|
"document": "",
|
880
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetAccountPassword\n<公共请求参数>\n\n{\n \"UserName\": \"
|
880
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetAccountPassword\n<公共请求参数>\n\n{\n \"UserName\": \"app_user\",\n \"Password\": \"1234qwer()\",\n \"DBInstanceId\": \"postgres-lnp6j6172\"\n}",
|
881
881
|
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\",\n \"Error\": {\n \"Message\": \"admin unmatch|oss return failed, code:3, message:admin unmatch\",\n \"Code\": \"FailedOperation.OssOperationFailed\"\n }\n }\n}",
|
882
882
|
"title": "重置postgres-lnp6j6172的账户密码,失败"
|
883
883
|
},
|
884
884
|
{
|
885
885
|
"document": "",
|
886
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetAccountPassword\n<公共请求参数>\n\n{\n \"UserName\": \"
|
886
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ResetAccountPassword\n<公共请求参数>\n\n{\n \"UserName\": \"test_app\",\n \"Password\": \"1234qwer()\",\n \"DBInstanceId\": \"postgres-lnp6j6172\"\n}",
|
887
887
|
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
888
888
|
"title": "重置postgres-lnp6j6172的账户密码,成功"
|
889
889
|
}
|
@@ -892,20 +892,20 @@
|
|
892
892
|
{
|
893
893
|
"document": "",
|
894
894
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestartDBInstance\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-apzvwncr\"\n}",
|
895
|
-
"output": "{\n \"Response\": {\n \"FlowId\":
|
895
|
+
"output": "{\n \"Response\": {\n \"FlowId\": 15486,\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
896
896
|
"title": "重启实例"
|
897
897
|
}
|
898
898
|
],
|
899
899
|
"RestoreDBInstanceObjects": [
|
900
900
|
{
|
901
|
-
"document": "在原实例上指定恢复时间,恢复某些数据库相关对象。例如在postgres-abcd1234实例上,恢复时间点2024-03-25 01:27:35上的
|
902
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreDBInstance\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-abcd1234\",\n \"RestoreTargetTime\": \"2024-03-25 01:27:35\",\n \"RestoreObjects\": [\n \"
|
901
|
+
"document": "在原实例上指定恢复时间,恢复某些数据库相关对象。例如在postgres-abcd1234实例上,恢复时间点2024-03-25 01:27:35上的user数据库。",
|
902
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreDBInstance\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-abcd1234\",\n \"RestoreTargetTime\": \"2024-03-25 01:27:35\",\n \"RestoreObjects\": [\n \"user\"\n ]\n}",
|
903
903
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\"\n }\n}",
|
904
904
|
"title": "指定恢复时间,恢复数据库对象"
|
905
905
|
},
|
906
906
|
{
|
907
|
-
"document": "在原实例上选定备份集,恢复某些数据库相关对象。例如在postgres-abcd1234实例上,使用备份集28aa61ac-1b1f-566a-bedb-6e918024be02恢复
|
908
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreDBInstance\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-abcd1234\",\n \"BackupSetId\": \"28aa61ac-1b1f-566a-bedb-6e918024be02\",\n \"RestoreObjects\": [\n \"
|
907
|
+
"document": "在原实例上选定备份集,恢复某些数据库相关对象。例如在postgres-abcd1234实例上,使用备份集28aa61ac-1b1f-566a-bedb-6e918024be02恢复user数据库。",
|
908
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreDBInstance\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-abcd1234\",\n \"BackupSetId\": \"28aa61ac-1b1f-566a-bedb-6e918024be02\",\n \"RestoreObjects\": [\n \"user\"\n ]\n}",
|
909
909
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3d49f48c-7d27-4820-8724-ed5b15787373\"\n }\n}",
|
910
910
|
"title": "选定备份集,恢复数据库对象"
|
911
911
|
}
|
@@ -929,7 +929,7 @@
|
|
929
929
|
"UnlockAccount": [
|
930
930
|
{
|
931
931
|
"document": "账号锁定之后,通过此操作解锁。",
|
932
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnlockAccount\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-4sfuv15b\",\n \"UserName\": \"
|
932
|
+
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UnlockAccount\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-4sfuv15b\",\n \"UserName\": \"bob_admin\"\n}",
|
933
933
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6ace8140-6b9e-4e81-a8ad-ef3f92b2aa90\"\n }\n}",
|
934
934
|
"title": "解除数据库账号锁定"
|
935
935
|
}
|
@@ -938,7 +938,7 @@
|
|
938
938
|
{
|
939
939
|
"document": "调整实例postgres-6bwgamo3规格为内存2GB、存储100GB。",
|
940
940
|
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpgradeDBInstance\n<公共请求参数>\n\n{\n \"Storage\": \"200\",\n \"DBInstanceId\": \"postgres-6bwgamo3\",\n \"Memory\": \"2\"\n}",
|
941
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\",\n \"DealName\": \"201806127634\",\n \"BillId\": \"
|
941
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\",\n \"DealName\": \"201806127634\",\n \"BillId\": \"20241204591002321368561\"\n }\n}",
|
942
942
|
"title": "升级实例"
|
943
943
|
}
|
944
944
|
],
|
@@ -540,11 +540,11 @@
|
|
540
540
|
"status": "online"
|
541
541
|
},
|
542
542
|
"DescribeRabbitMQVirtualHostList": {
|
543
|
-
"document": "RabbitMQ专享版查询虚拟主机列表",
|
543
|
+
"document": "消息队列TDMQ RabbitMQ 有一个存量旧接口没下线,目前实际上已经不在产品中使用:DescribeRabbitMQVirtualHostList,这个接口很久前已经被 DescribeRabbitMQVirtualHost 替换掉。已无用户在调用。\n\nRabbitMQ专享版查询虚拟主机列表",
|
544
544
|
"input": "DescribeRabbitMQVirtualHostListRequest",
|
545
545
|
"name": "RabbitMQ专享版查询虚拟主机列表",
|
546
546
|
"output": "DescribeRabbitMQVirtualHostListResponse",
|
547
|
-
"status": "
|
547
|
+
"status": "deprecated"
|
548
548
|
},
|
549
549
|
"DescribeRocketMQCluster": {
|
550
550
|
"document": "获取单个RocketMQ集群信息",
|
@@ -7154,8 +7154,7 @@
|
|
7154
7154
|
"member": "string",
|
7155
7155
|
"name": "SubscribeAudioUserIds",
|
7156
7156
|
"required": false,
|
7157
|
-
"type": "list"
|
7158
|
-
"value_allowed_null": false
|
7157
|
+
"type": "list"
|
7159
7158
|
},
|
7160
7159
|
{
|
7161
7160
|
"disabled": false,
|
@@ -7164,8 +7163,7 @@
|
|
7164
7163
|
"member": "string",
|
7165
7164
|
"name": "UnSubscribeAudioUserIds",
|
7166
7165
|
"required": false,
|
7167
|
-
"type": "list"
|
7168
|
-
"value_allowed_null": false
|
7166
|
+
"type": "list"
|
7169
7167
|
},
|
7170
7168
|
{
|
7171
7169
|
"disabled": false,
|
@@ -7174,8 +7172,7 @@
|
|
7174
7172
|
"member": "string",
|
7175
7173
|
"name": "SubscribeVideoUserIds",
|
7176
7174
|
"required": false,
|
7177
|
-
"type": "list"
|
7178
|
-
"value_allowed_null": false
|
7175
|
+
"type": "list"
|
7179
7176
|
},
|
7180
7177
|
{
|
7181
7178
|
"disabled": false,
|
@@ -7184,8 +7181,7 @@
|
|
7184
7181
|
"member": "string",
|
7185
7182
|
"name": "UnSubscribeVideoUserIds",
|
7186
7183
|
"required": false,
|
7187
|
-
"type": "list"
|
7188
|
-
"value_allowed_null": false
|
7184
|
+
"type": "list"
|
7189
7185
|
}
|
7190
7186
|
],
|
7191
7187
|
"usage": "in"
|
@@ -1005,7 +1005,7 @@
|
|
1005
1005
|
"members": [
|
1006
1006
|
{
|
1007
1007
|
"disabled": false,
|
1008
|
-
"document": "视频地址URL。\n格式要求:支持 mp4、mov 。\n时长要求:【5-600】秒。\nfps 要求:【15-60】fps\n分辨率要求:单边像素要求在 【360~4096】 之间。\n大小要求:不超过
|
1008
|
+
"document": "视频地址URL。\n格式要求:支持 mp4、mov、avi 。\n时长要求:【5-600】秒。\nfps 要求:【15-60】fps\n分辨率要求:单边像素要求在 【360~4096】 之间。\n大小要求:不超过500MB\n",
|
1009
1009
|
"example": "http://console.cloud.tencent.com/cos/video.mp4",
|
1010
1010
|
"member": "string",
|
1011
1011
|
"name": "VideoUrl",
|
@@ -1023,7 +1023,7 @@
|
|
1023
1023
|
},
|
1024
1024
|
{
|
1025
1025
|
"disabled": false,
|
1026
|
-
"document": "当音频 URL 不为空时,不经过语音AI处理,直接以视频为素材用音频内容做视频口型驱动。\n格式要求:支持 mp3、m4a、aac、wav 格式。\n时长要求:【5~600】秒,音频时长要匹配视频时长。\n大小要求:不超过
|
1026
|
+
"document": "当音频 URL 不为空时,不经过语音AI处理,直接以视频为素材用音频内容做视频口型驱动。\n格式要求:支持 mp3、m4a、aac、wav 格式。\n时长要求:【5~600】秒,音频时长要匹配视频时长。\n大小要求:不超过 100MB。",
|
1027
1027
|
"example": "http://console.cloud.tencent.com/cos/audio.mp3",
|
1028
1028
|
"member": "string",
|
1029
1029
|
"name": "AudioUrl",
|
@@ -1042,7 +1042,7 @@
|
|
1042
1042
|
{
|
1043
1043
|
"disabled": false,
|
1044
1044
|
"document": "翻译语种匹配音色种别,其他说明如下:\n1)默认不填代表克隆输入视频中音频音色;\n2)翻译语种非中英(即zh、en),该项必填;\n\n具体音色种别详见说明“支持音色种别列表”,每个音色都支持 15 个目标语种。\n",
|
1045
|
-
"example": "
|
1045
|
+
"example": "701003",
|
1046
1046
|
"member": "string",
|
1047
1047
|
"name": "VoiceType",
|
1048
1048
|
"required": false,
|
@@ -1476,7 +1476,7 @@
|
|
1476
1476
|
},
|
1477
1477
|
{
|
1478
1478
|
"disabled": false,
|
1479
|
-
"document": "语音全文识别控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1479
|
+
"document": "语音全文识别控制参数。\n<font color=red>注意:本参数已不再维护,推荐使用 AsrTranslateConfigure 参数发起语音翻译识别(当 DstLanguage 不填或填空字符串时,则不进行翻译,计费项和语音全文识别一致)。</font> \n注意:此字段可能返回 null,表示取不到有效值。",
|
1480
1480
|
"example": "无",
|
1481
1481
|
"member": "AsrFullTextConfigureInfo",
|
1482
1482
|
"name": "AsrFullTextConfigure",
|
@@ -1496,7 +1496,7 @@
|
|
1496
1496
|
},
|
1497
1497
|
{
|
1498
1498
|
"disabled": false,
|
1499
|
-
"document": "
|
1499
|
+
"document": "语音翻译识别控制参数。\n注意:此字段可能返回 null,表示取不到有效值。",
|
1500
1500
|
"example": "无",
|
1501
1501
|
"member": "AsrTranslateConfigureInfo",
|
1502
1502
|
"name": "AsrTranslateConfigure",
|
@@ -3464,11 +3464,11 @@
|
|
3464
3464
|
"usage": "out"
|
3465
3465
|
},
|
3466
3466
|
"AiRecognitionTaskAsrTranslateSegmentItem": {
|
3467
|
-
"document": "
|
3467
|
+
"document": "语音翻译识别片段。",
|
3468
3468
|
"members": [
|
3469
3469
|
{
|
3470
3470
|
"disabled": false,
|
3471
|
-
"document": "
|
3471
|
+
"document": "语音翻译识别片段置信度。取值:0~100。",
|
3472
3472
|
"example": "无",
|
3473
3473
|
"member": "float",
|
3474
3474
|
"name": "Confidence",
|
@@ -3478,7 +3478,7 @@
|
|
3478
3478
|
},
|
3479
3479
|
{
|
3480
3480
|
"disabled": false,
|
3481
|
-
"document": "
|
3481
|
+
"document": "语音翻译识别片段起始的偏移时间,单位:秒。",
|
3482
3482
|
"example": "无",
|
3483
3483
|
"member": "float",
|
3484
3484
|
"name": "StartTimeOffset",
|
@@ -3488,7 +3488,7 @@
|
|
3488
3488
|
},
|
3489
3489
|
{
|
3490
3490
|
"disabled": false,
|
3491
|
-
"document": "
|
3491
|
+
"document": "语音翻译识别片段终止的偏移时间,单位:秒。",
|
3492
3492
|
"example": "无",
|
3493
3493
|
"member": "float",
|
3494
3494
|
"name": "EndTimeOffset",
|
@@ -7300,7 +7300,7 @@
|
|
7300
7300
|
"usage": "both"
|
7301
7301
|
},
|
7302
7302
|
"AsrFullTextConfigureInfo": {
|
7303
|
-
"document": "
|
7303
|
+
"document": "语音全文识别任务控制参数。\n<font color=red>注意:本参数已不再维护,推荐使用 AsrTranslateConfigure 参数发起语音翻译识别(当 DstLanguage 不填或填空字符串时,则不进行翻译,计费项和语音全文识别一致)。</font>",
|
7304
7304
|
"members": [
|
7305
7305
|
{
|
7306
7306
|
"disabled": false,
|
@@ -7412,11 +7412,11 @@
|
|
7412
7412
|
"usage": "in"
|
7413
7413
|
},
|
7414
7414
|
"AsrTranslateConfigureInfo": {
|
7415
|
-
"document": "
|
7415
|
+
"document": "语音翻译识别任务控制参数",
|
7416
7416
|
"members": [
|
7417
7417
|
{
|
7418
7418
|
"disabled": false,
|
7419
|
-
"document": "
|
7419
|
+
"document": "语音翻译识别任务开关,可选值:\n<li>ON:开启;</li>\n<li>OFF:关闭。</li><font color=red>注意:</font>语音翻译识别任务本身会返回 ASR 全文识别结果,为避免重复收费,因此禁止同时开启语音翻译识别和 ASR 全文识别功能项。\n",
|
7420
7420
|
"example": "ON",
|
7421
7421
|
"member": "string",
|
7422
7422
|
"name": "Switch",
|
@@ -7438,7 +7438,7 @@
|
|
7438
7438
|
},
|
7439
7439
|
{
|
7440
7440
|
"disabled": false,
|
7441
|
-
"document": "翻译目标语言,当 Switch 为 ON
|
7441
|
+
"document": "翻译目标语言,当 Switch 为 ON 时,此参数有效。\n若此参数不填或者填写空字符串,则表示只进行语音全文识别,不进行翻译(计费项与 AsrFullTextConfigure 语音全文识别一致);\n否则,此参数的取值范围分为如下几种情况:\n当 SrcLanguage 为 zh(中文)时,取值范围:\n<li>en:英文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语;</li>\n<li>vi:越南语;</li>\n<li>id:印尼语;</li>\n<li>th:泰语;</li>\n<li>ms:马来语。</li>\n当 SrcLanguage 为 en(英文)时,取值范围:\n<li>zh:中文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语;</li>\n<li>vi:越南语;</li>\n<li>id:印尼语;</li>\n<li>th:泰语;</li>\n<li>ms:马来语;</li>\n<li>ar:阿拉伯语;</li>\n<li>hi:印地语。</li>\n当 SrcLanguage 为 ja(日文)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ko:韩文。</li>\n当 SrcLanguage 为 ko(韩文)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ja:日文。</li>\n当 SrcLanguage 为 vi(越南语)或 ms(马来语)或 th(泰语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文。</li>\n当 SrcLanguage 为 pt(葡萄牙语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语。</li>\n当 SrcLanguage 为 tr(土耳其语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>\n当 SrcLanguage 为 es(西班牙语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>\n当 SrcLanguage 为 ar(阿拉伯语)或 hi(印地语)时,取值范围:\n<li>en:英文。</li>\n当 SrcLanguage 为 fr(法语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>",
|
7442
7442
|
"example": "en",
|
7443
7443
|
"member": "string",
|
7444
7444
|
"name": "DstLanguage",
|
@@ -7473,11 +7473,11 @@
|
|
7473
7473
|
"usage": "both"
|
7474
7474
|
},
|
7475
7475
|
"AsrTranslateConfigureInfoForUpdate": {
|
7476
|
-
"document": "
|
7476
|
+
"document": "语音翻译识别控制参数",
|
7477
7477
|
"members": [
|
7478
7478
|
{
|
7479
7479
|
"disabled": false,
|
7480
|
-
"document": "
|
7480
|
+
"document": "语音翻译识别任务开关,可选值:\n<li>ON:开启;</li>\n<li>OFF:关闭。</li><font color=red>注意:</font>语音翻译识别任务本身会返回 ASR 全文识别结果,为避免重复收费,因此禁止同时开启语音翻译识别和 ASR 全文识别功能项。",
|
7481
7481
|
"example": "ON",
|
7482
7482
|
"member": "string",
|
7483
7483
|
"name": "Switch",
|
@@ -7495,7 +7495,7 @@
|
|
7495
7495
|
},
|
7496
7496
|
{
|
7497
7497
|
"disabled": false,
|
7498
|
-
"document": "翻译目标语言。\n当 SrcLanguage 为 zh(中文)时,取值范围:\n<li>en:英文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语;</li>\n<li>vi:越南语;</li>\n<li>id:印尼语;</li>\n<li>th:泰语;</li>\n<li>ms:马来语。</li>\n当 SrcLanguage 为 en(英文)时,取值范围:\n<li>zh:中文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语;</li>\n<li>vi:越南语;</li>\n<li>id:印尼语;</li>\n<li>th:泰语;</li>\n<li>ms:马来语;</li>\n<li>ar:阿拉伯语;</li>\n<li>hi:印地语。</li>\n当 SrcLanguage 为 ja(日文)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ko:韩文。</li>\n当 SrcLanguage 为 ko(韩文)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ja:日文。</li>\n当 SrcLanguage 为 vi(越南语)或 ms(马来语)或 th(泰语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文。</li>\n当 SrcLanguage 为 pt(葡萄牙语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语。</li>\n当 SrcLanguage 为 tr(土耳其语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>\n当 SrcLanguage 为 es(西班牙语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>\n当 SrcLanguage 为 ar(阿拉伯语)或 hi(印地语)时,取值范围:\n<li>en:英文。</li>\n当 SrcLanguage 为 fr(法语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>",
|
7498
|
+
"document": "翻译目标语言。\n若此参数填写空字符串,则表示只进行语音全文识别,不进行翻译(计费项与 AsrFullTextConfigure 语音全文识别一致);\n否则,此参数的取值范围分为如下几种情况:\n当 SrcLanguage 为 zh(中文)时,取值范围:\n<li>en:英文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语;</li>\n<li>vi:越南语;</li>\n<li>id:印尼语;</li>\n<li>th:泰语;</li>\n<li>ms:马来语。</li>\n当 SrcLanguage 为 en(英文)时,取值范围:\n<li>zh:中文;</li>\n<li>ja:日文;</li>\n<li>ko:韩文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语;</li>\n<li>vi:越南语;</li>\n<li>id:印尼语;</li>\n<li>th:泰语;</li>\n<li>ms:马来语;</li>\n<li>ar:阿拉伯语;</li>\n<li>hi:印地语。</li>\n当 SrcLanguage 为 ja(日文)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ko:韩文。</li>\n当 SrcLanguage 为 ko(韩文)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>ja:日文。</li>\n当 SrcLanguage 为 vi(越南语)或 ms(马来语)或 th(泰语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文。</li>\n当 SrcLanguage 为 pt(葡萄牙语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语。</li>\n当 SrcLanguage 为 tr(土耳其语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>\n当 SrcLanguage 为 es(西班牙语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>fr:法语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>\n当 SrcLanguage 为 ar(阿拉伯语)或 hi(印地语)时,取值范围:\n<li>en:英文。</li>\n当 SrcLanguage 为 fr(法语)时,取值范围:\n<li>zh:中文;</li>\n<li>en:英文;</li>\n<li>es:西班牙语;</li>\n<li>it:意大利语;</li>\n<li>de:德语;</li>\n<li>tr:土耳其语;</li>\n<li>ru:俄语;</li>\n<li>pt:葡萄牙语。</li>",
|
7499
7499
|
"example": "en",
|
7500
7500
|
"member": "string",
|
7501
7501
|
"name": "DstLanguage",
|
@@ -9659,7 +9659,7 @@
|
|
9659
9659
|
},
|
9660
9660
|
{
|
9661
9661
|
"disabled": false,
|
9662
|
-
"document": "
|
9662
|
+
"document": "语音全文识别控制参数。\n<font color=red>注意:本参数已不再维护,推荐使用 AsrTranslateConfigure 参数发起语音翻译识别(当 DstLanguage 不填或填空字符串时,则不进行翻译,计费项和语音全文识别一致)。</font> ",
|
9663
9663
|
"example": "无",
|
9664
9664
|
"member": "AsrFullTextConfigureInfo",
|
9665
9665
|
"name": "AsrFullTextConfigure",
|
@@ -9677,7 +9677,7 @@
|
|
9677
9677
|
},
|
9678
9678
|
{
|
9679
9679
|
"disabled": false,
|
9680
|
-
"document": "
|
9680
|
+
"document": "语音翻译识别控制参数。",
|
9681
9681
|
"example": "无",
|
9682
9682
|
"member": "AsrTranslateConfigureInfo",
|
9683
9683
|
"name": "AsrTranslateConfigure",
|
@@ -25133,7 +25133,7 @@
|
|
25133
25133
|
},
|
25134
25134
|
{
|
25135
25135
|
"disabled": false,
|
25136
|
-
"document": "
|
25136
|
+
"document": "语音全文识别控制参数。\n<font color=red>注意:本参数已不再维护,推荐使用 AsrTranslateConfigure 参数发起语音翻译识别(当 DstLanguage 不填或填空字符串时,则不进行翻译,计费项和语音全文识别一致)。</font>",
|
25137
25137
|
"example": "无",
|
25138
25138
|
"member": "AsrFullTextConfigureInfoForUpdate",
|
25139
25139
|
"name": "AsrFullTextConfigure",
|
@@ -25151,7 +25151,7 @@
|
|
25151
25151
|
},
|
25152
25152
|
{
|
25153
25153
|
"disabled": false,
|
25154
|
-
"document": "
|
25154
|
+
"document": "语音翻译识别控制参数。",
|
25155
25155
|
"example": "无",
|
25156
25156
|
"member": "AsrTranslateConfigureInfoForUpdate",
|
25157
25157
|
"name": "AsrTranslateConfigure",
|