tccli 3.0.1315.1__py2.py3-none-any.whl → 3.0.1317.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bh/v20230418/api.json +2 -2
- tccli/services/cbs/v20170312/api.json +108 -98
- tccli/services/cbs/v20170312/examples.json +12 -12
- tccli/services/cdb/v20170320/api.json +41 -28
- tccli/services/cdb/v20170320/examples.json +12 -0
- tccli/services/cdwdoris/v20211228/api.json +20 -0
- tccli/services/cfs/v20190719/api.json +39 -39
- tccli/services/cfs/v20190719/examples.json +10 -10
- tccli/services/cfw/v20190904/api.json +4 -4
- tccli/services/cvm/v20170312/api.json +22 -22
- tccli/services/cvm/v20170312/examples.json +1 -1
- tccli/services/cynosdb/v20190107/api.json +163 -4
- tccli/services/dnspod/v20210323/api.json +102 -82
- tccli/services/dnspod/v20210323/examples.json +28 -28
- tccli/services/domain/v20180808/api.json +10 -10
- tccli/services/domain/v20180808/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +10 -0
- tccli/services/es/v20180416/api.json +49 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +111 -11
- tccli/services/ess/v20201111/examples.json +9 -1
- tccli/services/essbasic/v20210526/api.json +25 -7
- tccli/services/essbasic/v20210526/examples.json +10 -4
- tccli/services/gs/v20191118/api.json +22 -0
- tccli/services/hai/v20230812/api.json +59 -59
- tccli/services/hai/v20230812/examples.json +6 -6
- tccli/services/lke/v20231130/api.json +412 -18
- tccli/services/lkeap/lkeap_client.py +53 -53
- tccli/services/lkeap/v20240522/api.json +90 -70
- tccli/services/lkeap/v20240522/examples.json +8 -8
- tccli/services/mps/v20190612/api.json +163 -0
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/mrs/v20200910/api.json +30 -0
- tccli/services/postgres/postgres_client.py +24 -183
- tccli/services/postgres/v20170312/api.json +0 -157
- tccli/services/postgres/v20170312/examples.json +0 -36
- tccli/services/privatedns/v20201028/api.json +6 -6
- tccli/services/privatedns/v20201028/examples.json +2 -2
- tccli/services/pts/v20210728/api.json +10 -0
- tccli/services/ssl/v20191205/api.json +4 -4
- tccli/services/tbaas/v20180416/api.json +3 -3
- tccli/services/tbaas/v20180416/examples.json +1 -1
- tccli/services/tcbr/v20220217/api.json +16 -16
- tccli/services/teo/v20220901/api.json +39 -11
- tccli/services/teo/v20220901/examples.json +1 -1
- tccli/services/tke/tke_client.py +8 -61
- tccli/services/tke/v20180525/api.json +16 -114
- tccli/services/tke/v20180525/examples.json +0 -8
- tccli/services/tke/v20220501/api.json +61 -1
- tccli/services/tke/v20220501/examples.json +1 -1
- tccli/services/tms/v20201229/api.json +27 -8
- tccli/services/tms/v20201229/examples.json +2 -2
- tccli/services/vpc/v20170312/api.json +12 -12
- tccli/services/vpc/v20170312/examples.json +2 -2
- tccli/services/waf/v20180125/api.json +78 -22
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/RECORD +62 -62
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1315.1.dist-info → tccli-3.0.1317.1.dist-info}/license_files/LICENSE +0 -0
@@ -21,13 +21,6 @@
|
|
21
21
|
"output": "CloseDBExtranetAccessResponse",
|
22
22
|
"status": "online"
|
23
23
|
},
|
24
|
-
"CloseServerlessDBExtranetAccess": {
|
25
|
-
"document": "该产品形态需要下线,已完成客户实例全部下线、后端服务下线等\n\n【接口下线中,请勿使用】本接口(CloseServerlessDBExtranetAccess)用于关闭serverlessDB实例公网地址",
|
26
|
-
"input": "CloseServerlessDBExtranetAccessRequest",
|
27
|
-
"name": "【废弃】关闭serverlessDB实例公网地址",
|
28
|
-
"output": "CloseServerlessDBExtranetAccessResponse",
|
29
|
-
"status": "deprecated"
|
30
|
-
},
|
31
24
|
"CreateAccount": {
|
32
25
|
"document": "此接口用于创建数据账号,返回的Oid为账号唯一标识。与数据库系统表pg_roles中记录的oid一致。",
|
33
26
|
"input": "CreateAccountRequest",
|
@@ -168,13 +161,6 @@
|
|
168
161
|
"output": "DeleteReadOnlyGroupNetworkAccessResponse",
|
169
162
|
"status": "online"
|
170
163
|
},
|
171
|
-
"DeleteServerlessDBInstance": {
|
172
|
-
"document": "该产品形态需要下线,已完成客户实例全部下线、后端服务下线等\n\n【接口下线中,请勿使用】本接口 (DeleteServerlessDBInstance) 用于删除一个ServerlessDB实例。",
|
173
|
-
"input": "DeleteServerlessDBInstanceRequest",
|
174
|
-
"name": "【废弃】删除ServerlessDB实例",
|
175
|
-
"output": "DeleteServerlessDBInstanceResponse",
|
176
|
-
"status": "deprecated"
|
177
|
-
},
|
178
164
|
"DescribeAccountPrivileges": {
|
179
165
|
"document": "查询数据库账号对某数据库对象拥有的权限列表。",
|
180
166
|
"input": "DescribeAccountPrivilegesRequest",
|
@@ -476,13 +462,6 @@
|
|
476
462
|
"output": "DisIsolateDBInstancesResponse",
|
477
463
|
"status": "online"
|
478
464
|
},
|
479
|
-
"InitDBInstances": {
|
480
|
-
"document": "早期接口,不规范,已提供新接口 CreateInstances 替换\n\n本接口(InitDBInstances)用于初始化云数据库PostgreSQL实例。本接口已废弃,推荐使用接口[CreateInstances](https://cloud.tencent.com/document/api/409/56107)替代。",
|
481
|
-
"input": "InitDBInstancesRequest",
|
482
|
-
"name": "初始化实例(废弃)",
|
483
|
-
"output": "InitDBInstancesResponse",
|
484
|
-
"status": "deprecated"
|
485
|
-
},
|
486
465
|
"InquiryPriceCreateDBInstances": {
|
487
466
|
"document": "本接口 (InquiryPriceCreateDBInstances) 用于查询购买实例的价格信息。",
|
488
467
|
"input": "InquiryPriceCreateDBInstancesRequest",
|
@@ -1722,42 +1701,6 @@
|
|
1722
1701
|
],
|
1723
1702
|
"type": "object"
|
1724
1703
|
},
|
1725
|
-
"CloseServerlessDBExtranetAccessRequest": {
|
1726
|
-
"document": "CloseServerlessDBExtranetAccess请求参数结构体",
|
1727
|
-
"members": [
|
1728
|
-
{
|
1729
|
-
"disabled": false,
|
1730
|
-
"document": "实例唯一标识符",
|
1731
|
-
"example": "postgres-apzvwncr",
|
1732
|
-
"member": "string",
|
1733
|
-
"name": "DBInstanceId",
|
1734
|
-
"required": false,
|
1735
|
-
"type": "string"
|
1736
|
-
},
|
1737
|
-
{
|
1738
|
-
"disabled": false,
|
1739
|
-
"document": "实例名称",
|
1740
|
-
"example": "test-db-instance",
|
1741
|
-
"member": "string",
|
1742
|
-
"name": "DBInstanceName",
|
1743
|
-
"required": false,
|
1744
|
-
"type": "string"
|
1745
|
-
}
|
1746
|
-
],
|
1747
|
-
"type": "object"
|
1748
|
-
},
|
1749
|
-
"CloseServerlessDBExtranetAccessResponse": {
|
1750
|
-
"document": "CloseServerlessDBExtranetAccess返回参数结构体",
|
1751
|
-
"members": [
|
1752
|
-
{
|
1753
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
1754
|
-
"member": "string",
|
1755
|
-
"name": "RequestId",
|
1756
|
-
"type": "string"
|
1757
|
-
}
|
1758
|
-
],
|
1759
|
-
"type": "object"
|
1760
|
-
},
|
1761
1704
|
"CreateAccountRequest": {
|
1762
1705
|
"document": "CreateAccount请求参数结构体",
|
1763
1706
|
"members": [
|
@@ -4545,42 +4488,6 @@
|
|
4545
4488
|
],
|
4546
4489
|
"type": "object"
|
4547
4490
|
},
|
4548
|
-
"DeleteServerlessDBInstanceRequest": {
|
4549
|
-
"document": "DeleteServerlessDBInstance请求参数结构体",
|
4550
|
-
"members": [
|
4551
|
-
{
|
4552
|
-
"disabled": false,
|
4553
|
-
"document": "DB实例名称,实例名和实例ID必须至少传一个,如果同时存在,将只以实例ID为准。",
|
4554
|
-
"example": "user-data-db",
|
4555
|
-
"member": "string",
|
4556
|
-
"name": "DBInstanceName",
|
4557
|
-
"required": false,
|
4558
|
-
"type": "string"
|
4559
|
-
},
|
4560
|
-
{
|
4561
|
-
"disabled": false,
|
4562
|
-
"document": "DB实例ID,实例名和实例ID必须至少传一个,如果同时存在,将只以实例ID为准。",
|
4563
|
-
"example": "postgres-xxxxx",
|
4564
|
-
"member": "string",
|
4565
|
-
"name": "DBInstanceId",
|
4566
|
-
"required": false,
|
4567
|
-
"type": "string"
|
4568
|
-
}
|
4569
|
-
],
|
4570
|
-
"type": "object"
|
4571
|
-
},
|
4572
|
-
"DeleteServerlessDBInstanceResponse": {
|
4573
|
-
"document": "DeleteServerlessDBInstance返回参数结构体",
|
4574
|
-
"members": [
|
4575
|
-
{
|
4576
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
4577
|
-
"member": "string",
|
4578
|
-
"name": "RequestId",
|
4579
|
-
"type": "string"
|
4580
|
-
}
|
4581
|
-
],
|
4582
|
-
"type": "object"
|
4583
|
-
},
|
4584
4491
|
"DescribeAccountPrivilegesRequest": {
|
4585
4492
|
"document": "DescribeAccountPrivileges请求参数结构体",
|
4586
4493
|
"members": [
|
@@ -7907,70 +7814,6 @@
|
|
7907
7814
|
],
|
7908
7815
|
"usage": "in"
|
7909
7816
|
},
|
7910
|
-
"InitDBInstancesRequest": {
|
7911
|
-
"document": "InitDBInstances请求参数结构体",
|
7912
|
-
"members": [
|
7913
|
-
{
|
7914
|
-
"disabled": false,
|
7915
|
-
"document": "实例ID集合。",
|
7916
|
-
"example": "[\"postgres-6fego161\\n\"]",
|
7917
|
-
"member": "string",
|
7918
|
-
"name": "DBInstanceIdSet",
|
7919
|
-
"required": true,
|
7920
|
-
"type": "list"
|
7921
|
-
},
|
7922
|
-
{
|
7923
|
-
"disabled": false,
|
7924
|
-
"document": "实例根账号用户名。",
|
7925
|
-
"example": "testuser",
|
7926
|
-
"member": "string",
|
7927
|
-
"name": "AdminName",
|
7928
|
-
"required": true,
|
7929
|
-
"type": "string"
|
7930
|
-
},
|
7931
|
-
{
|
7932
|
-
"disabled": false,
|
7933
|
-
"document": "实例根账号用户名对应的密码。",
|
7934
|
-
"example": "testuser%40123",
|
7935
|
-
"member": "string",
|
7936
|
-
"name": "AdminPassword",
|
7937
|
-
"required": true,
|
7938
|
-
"type": "string"
|
7939
|
-
},
|
7940
|
-
{
|
7941
|
-
"disabled": false,
|
7942
|
-
"document": "实例字符集,目前只支持:UTF8、LATIN1。",
|
7943
|
-
"example": "UTF8",
|
7944
|
-
"member": "string",
|
7945
|
-
"name": "Charset",
|
7946
|
-
"required": true,
|
7947
|
-
"type": "string"
|
7948
|
-
}
|
7949
|
-
],
|
7950
|
-
"type": "object"
|
7951
|
-
},
|
7952
|
-
"InitDBInstancesResponse": {
|
7953
|
-
"document": "InitDBInstances返回参数结构体",
|
7954
|
-
"members": [
|
7955
|
-
{
|
7956
|
-
"disabled": false,
|
7957
|
-
"document": "实例ID集合。",
|
7958
|
-
"example": "[\"postgres-6fego161\"]",
|
7959
|
-
"member": "string",
|
7960
|
-
"name": "DBInstanceIdSet",
|
7961
|
-
"output_required": true,
|
7962
|
-
"type": "list",
|
7963
|
-
"value_allowed_null": false
|
7964
|
-
},
|
7965
|
-
{
|
7966
|
-
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
7967
|
-
"member": "string",
|
7968
|
-
"name": "RequestId",
|
7969
|
-
"type": "string"
|
7970
|
-
}
|
7971
|
-
],
|
7972
|
-
"type": "object"
|
7973
|
-
},
|
7974
7817
|
"InquiryPriceCreateDBInstancesRequest": {
|
7975
7818
|
"document": "InquiryPriceCreateDBInstances请求参数结构体",
|
7976
7819
|
"members": [
|
@@ -24,14 +24,6 @@
|
|
24
24
|
"title": "关闭实例外网"
|
25
25
|
}
|
26
26
|
],
|
27
|
-
"CloseServerlessDBExtranetAccess": [
|
28
|
-
{
|
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-db-instance\",\n \"DBInstanceId\": \"postgres-apzvwncr\"\n}",
|
31
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
32
|
-
"title": "关闭serverless公网地址"
|
33
|
-
}
|
34
|
-
],
|
35
27
|
"CreateAccount": [
|
36
28
|
{
|
37
29
|
"document": "创建数据库普通账号",
|
@@ -216,20 +208,6 @@
|
|
216
208
|
"title": "删除RO组网络"
|
217
209
|
}
|
218
210
|
],
|
219
|
-
"DeleteServerlessDBInstance": [
|
220
|
-
{
|
221
|
-
"document": "以指定实例ID方式删除实例,删除一个实例ID为“postgres-xxxxx”的serverless实例。",
|
222
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteServerlessDBInstance\n<公共请求参数>\n\n{\n \"DBInstanceId\": \"postgres-xxxxx\"\n}",
|
223
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
224
|
-
"title": "指定实例ID删除serverlessDB实例"
|
225
|
-
},
|
226
|
-
{
|
227
|
-
"document": "以指定实例名方式删除实例,删除一个实例名为“serverlessdb-test”的serverless实例。",
|
228
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteServerlessDBInstance\n<公共请求参数>\n\n{\n \"DBInstanceName\": \"serverlessdb-test\"\n}",
|
229
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"08fdf411-5d39-44f2-8e1d-a58ee60b237d\"\n }\n}",
|
230
|
-
"title": "指定实例名删除serverlessDB实例"
|
231
|
-
}
|
232
|
-
],
|
233
211
|
"DescribeAccountPrivileges": [
|
234
212
|
{
|
235
213
|
"document": "查看账号类型",
|
@@ -658,20 +636,6 @@
|
|
658
636
|
"title": "解隔离实例"
|
659
637
|
}
|
660
638
|
],
|
661
|
-
"InitDBInstances": [
|
662
|
-
{
|
663
|
-
"document": "例如:初始化的实例Id为: postgres-6fego161",
|
664
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InitDBInstances\n<公共请求参数>\n\n{\n \"AdminPassword\": \"testuser%40123\",\n \"Charset\": \"UTF8\",\n \"AdminName\": \"testuser\",\n \"DBInstanceIdSet\": [\n \"postgres-6fego161\"\n ]\n}",
|
665
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"98fe67de-f7a7-4285-b1f2-40c2a2a3495e\",\n \"DBInstanceIdSet\": [\n \"postgres-6fego161\"\n ]\n }\n}",
|
666
|
-
"title": "初始化单个实例"
|
667
|
-
},
|
668
|
-
{
|
669
|
-
"document": "例如:同时初始化2个实例,实例Id分别为:postgres-6fego161、postgres-lnp6j617",
|
670
|
-
"input": "POST / HTTP/1.1\nHost: postgres.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: InitDBInstances\n<公共请求参数>\n\n{\n \"AdminPassword\": \"testuser%40123\",\n \"Charset\": \"UTF8\",\n \"AdminName\": \"testuser\",\n \"DBInstanceIdSet\": [\n \"postgres-lnp6j617\",\n \"postgres-6fego161\"\n ]\n}",
|
671
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"5b895b34-5448-4c55-9ad1-a61427c15837\",\n \"DBInstanceIdSet\": [\n \"postgres-6fego161\",\n \"postgres-lnp6j617\"\n ]\n }\n}",
|
672
|
-
"title": "初始化多个实例"
|
673
|
-
}
|
674
|
-
],
|
675
639
|
"InquiryPriceCreateDBInstances": [
|
676
640
|
{
|
677
641
|
"document": "查询实例的售卖价格",
|
@@ -181,7 +181,7 @@
|
|
181
181
|
"members": [
|
182
182
|
{
|
183
183
|
"disabled": false,
|
184
|
-
"document": "VpcId
|
184
|
+
"document": "VpcId",
|
185
185
|
"example": "vpc-hgje12gt",
|
186
186
|
"member": "string",
|
187
187
|
"name": "UniqVpcId",
|
@@ -192,7 +192,7 @@
|
|
192
192
|
},
|
193
193
|
{
|
194
194
|
"disabled": false,
|
195
|
-
"document": "Vpc
|
195
|
+
"document": "Vpc所属地区",
|
196
196
|
"example": "ap-guangzhou",
|
197
197
|
"member": "string",
|
198
198
|
"name": "Region",
|
@@ -203,7 +203,7 @@
|
|
203
203
|
},
|
204
204
|
{
|
205
205
|
"disabled": false,
|
206
|
-
"document": "Vpc
|
206
|
+
"document": "Vpc所属账号",
|
207
207
|
"example": "10005630010",
|
208
208
|
"member": "string",
|
209
209
|
"name": "Uin",
|
@@ -214,7 +214,7 @@
|
|
214
214
|
},
|
215
215
|
{
|
216
216
|
"disabled": false,
|
217
|
-
"document": "vpc
|
217
|
+
"document": "vpc资源名称",
|
218
218
|
"example": "testname",
|
219
219
|
"member": "string",
|
220
220
|
"name": "VpcName",
|
@@ -231,7 +231,7 @@
|
|
231
231
|
"members": [
|
232
232
|
{
|
233
233
|
"disabled": false,
|
234
|
-
"document": "VpcId
|
234
|
+
"document": "VpcId",
|
235
235
|
"example": "vpc-dfaqw1f",
|
236
236
|
"member": "string",
|
237
237
|
"name": "VpcId",
|
@@ -2475,7 +2475,7 @@
|
|
2475
2475
|
"members": [
|
2476
2476
|
{
|
2477
2477
|
"disabled": false,
|
2478
|
-
"document": "VpcId
|
2478
|
+
"document": "VpcId",
|
2479
2479
|
"example": "vpc-dsd8ulf",
|
2480
2480
|
"member": "string",
|
2481
2481
|
"name": "UniqVpcId",
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"CreatePrivateZone": [
|
20
20
|
{
|
21
21
|
"document": "",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateZone\n<公共请求参数>\n\n{\n \"Domain\": \"a.com\",\n \"TagSet\": [\n {\n \"TagKey\": \"owner\",\n \"TagValue\": \"xxxxxxxxxx\"\n }\n ],\n \"VpcSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-
|
22
|
+
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePrivateZone\n<公共请求参数>\n\n{\n \"Domain\": \"a.com\",\n \"TagSet\": [\n {\n \"TagKey\": \"owner\",\n \"TagValue\": \"xxxxxxxxxx\"\n }\n ],\n \"VpcSet\": [\n {\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-dw3911rr\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"1000458200\",\n \"Region\": \"ap-guangzhou\",\n \"UniqVpcId\": \"vpc-adsebmy1\",\n \"VpcName\": \"vpcname\"\n }\n ],\n \"Remark\": \"测试域名\",\n \"DnsForwardStatus\": \"ENABLED\",\n \"CnameSpeedupStatus\": \"ENABLED\"\n}",
|
23
23
|
"output": "{\n \"Response\": {\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\",\n \"ZoneId\": \"zone-12345678\",\n \"Domain\": \"a.com\"\n }\n}",
|
24
24
|
"title": "创建私有域"
|
25
25
|
}
|
@@ -83,7 +83,7 @@
|
|
83
83
|
"DeleteSpecifyPrivateZoneVpc": [
|
84
84
|
{
|
85
85
|
"document": "",
|
86
|
-
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSpecifyPrivateZoneVpc\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-sdasd12d\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-dae2312\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"UniqVpcId\": \"vpc-2314dae\",\n \"Region\": \"ap-
|
86
|
+
"input": "POST / HTTP/1.1\nHost: privatedns.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteSpecifyPrivateZoneVpc\n<公共请求参数>\n\n{\n \"ZoneId\": \"zone-sdasd12d\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-dae2312\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"UniqVpcId\": \"vpc-2314dae\",\n \"Region\": \"ap-guangzhou\",\n \"Uin\": \"1000032110\",\n \"VpcName\": \"vpc-testname\"\n }\n ]\n}",
|
87
87
|
"output": "{\n \"Response\": {\n \"ZoneId\": \"zone-sdasd12d\",\n \"VpcSet\": [\n {\n \"UniqVpcId\": \"vpc-dae2312\",\n \"Region\": \"ap-guangzhou\"\n }\n ],\n \"AccountVpcSet\": [\n {\n \"Uin\": \"1000032110\",\n \"UniqVpcId\": \"vpc-2314dae\",\n \"Region\": \"ap-guangzhou\",\n \"VpcName\": \"vpc-testname\"\n }\n ],\n \"RequestId\": \"5cd964e2-b5e6-8a35-9ce5a1085860c845\"\n }\n}",
|
88
88
|
"title": "删除私有域关联的VPC"
|
89
89
|
}
|
@@ -1937,6 +1937,16 @@
|
|
1937
1937
|
"output_required": true,
|
1938
1938
|
"type": "list",
|
1939
1939
|
"value_allowed_null": true
|
1940
|
+
},
|
1941
|
+
{
|
1942
|
+
"disabled": false,
|
1943
|
+
"document": "两个时间点的时间间隔,单位纳秒",
|
1944
|
+
"example": "100",
|
1945
|
+
"member": "int64",
|
1946
|
+
"name": "Step",
|
1947
|
+
"output_required": false,
|
1948
|
+
"type": "int",
|
1949
|
+
"value_allowed_null": false
|
1940
1950
|
}
|
1941
1951
|
],
|
1942
1952
|
"usage": "out"
|
@@ -73,7 +73,7 @@
|
|
73
73
|
"CreateCertificate": {
|
74
74
|
"document": "本接口(CreateCertificate)用于创建付费证书。",
|
75
75
|
"input": "CreateCertificateRequest",
|
76
|
-
"name": "
|
76
|
+
"name": "购买付费证书",
|
77
77
|
"output": "CreateCertificateResponse",
|
78
78
|
"status": "online"
|
79
79
|
},
|
@@ -3077,7 +3077,7 @@
|
|
3077
3077
|
"members": [
|
3078
3078
|
{
|
3079
3079
|
"disabled": false,
|
3080
|
-
"document": "
|
3080
|
+
"document": "证书套餐类型:\n3:SecureSite 增强型企业版(EV Pro), \n4:SecureSite 增强型(EV), \n5:SecureSite 企业型专业版(OV Pro),\n6:SecureSite 企业型(OV), \n7:SecureSite 企业型(OV)通配符, \n8:Geotrust 增强型(EV), \n9:Geotrust 企业型(OV), \n10:Geotrust 企业型(OV)通配符, \n11:TrustAsia 域名型多域名 SSL 证书, \n12:TrustAsia 域名型(DV)通配符, \n13:TrustAsia 企业型通配符(OV)SSL 证书(D3), \n14:TrustAsia 企业型(OV)SSL 证书(D3), \n15:TrustAsia 企业型多域名 (OV)SSL 证书(D3), \n16:TrustAsia 增强型 (EV)SSL 证书(D3), \n17:TrustAsia 增强型多域名(EV)SSL 证书(D3), \n18:GlobalSign 企业型(OV)SSL 证书, \n19:GlobalSign 企业型通配符 (OV)SSL 证书, \n20:GlobalSign 增强型 (EV)SSL 证书, \n21:TrustAsia 企业型通配符多域名(OV)SSL 证书(D3), \n22:GlobalSign 企业型多域名(OV)SSL 证书, \n23:GlobalSign 企业型通配符多域名(OV)SSL 证书,\n24:GlobalSign 增强型多域名(EV)SSL 证书,\n25:Wotrus 域名型证书,\n26:Wotrus 域名型多域名证书,\n27:Wotrus 域名型通配符证书,\n28:Wotrus 企业型证书,\n29:Wotrus 企业型多域名证书,\n30:Wotrus 企业型通配符证书,\n31:Wotrus 增强型证书,\n32:Wotrus 增强型多域名证书,\n33:WoTrus-国密域名型证书,\n34:WoTrus-国密域名型证书(多域名),\n35:WoTrus-国密域名型证书(通配符),\n37:WoTrus-国密企业型证书,\n38:WoTrus-国密企业型证书(多域名),\n39:WoTrus-国密企业型证书(通配符),\n40:WoTrus-国密增强型证书,\n41:WoTrus-国密增强型证书(多域名),\n42:TrustAsia-域名型证书(通配符多域名),\n43:DNSPod-企业型(OV)SSL证书\n44:DNSPod-企业型(OV)通配符SSL证书\n45:DNSPod-企业型(OV)多域名SSL证书\n46:DNSPod-增强型(EV)SSL证书\n47:DNSPod-增强型(EV)多域名SSL证书\n48:DNSPod-域名型(DV)SSL证书\n49:DNSPod-域名型(DV)通配符SSL证书\n50:DNSPod-域名型(DV)多域名SSL证书\n51:DNSPod(国密)-企业型(OV)SSL证书\n52:DNSPod(国密)-企业型(OV)通配符SSL证书\n53:DNSPod(国密)-企业型(OV)多域名SSL证书\n54:DNSPod(国密)-域名型(DV)SSL证书\n55:DNSPod(国密)-域名型(DV)通配符SSL证书\n56:DNSPod(国密)-域名型(DV)多域名SSL证书\n57:SecureSite 企业型专业版多域名(OV Pro)\n58:SecureSite 企业型多域名(OV)\n59:SecureSite 增强型专业版多域名(EV Pro)\n60:SecureSite 增强型多域名(EV)\n61:Geotrust 增强型多域名(EV)\n75:SecureSite 企业型(OV)\n76:SecureSite 企业型(OV)通配符\n77:SecureSite 增强型(EV)\n78:Geotrust 企业型(OV)\n79:Geotrust 企业型(OV)通配符\n80:Geotrust 增强型(EV)\n81:GlobalSign 企业型(OV)SSL证书\n82:GlobalSign 企业型通配符 (OV)SSL证书\n85:GlobalSign 增强型 (EV)SSL证书\n88:GlobalSign 企业型通配符多域名 (OV)SSL证书\n89:GlobalSign 企业型多域名 (OV)SSL证书\n90:GlobalSign 增强型多域名(EV) SSL证书\n91:Geotrust 增强型多域名(EV)\n92:SecureSite 企业型专业版多域名(OV Pro)\n93:SecureSite 企业型多域名(OV)\n94:SecureSite 增强型专业版多域名(EV Pro)\n95:SecureSite 增强型多域名(EV)\n96:SecureSite 增强型专业版(EV Pro)\n97:SecureSite 企业型专业版(OV Pro)\n98:CFCA 企业型(OV)SSL证书\n99:CFCA 企业型多域名(OV)SSL证书,不支持多年期\n100:CFCA 企业型通配符(OV)SSL证书,不支持多年期\n101:CFCA 增强型(EV)SSL证书,不支持多年期\n102: Rapid-域名型(DV)SSL证书\n103: Rapid-域名型(DV)SSL证书(通配符)\n104: TrustAsia-域名型(单域名)\n105: SSL单域名证书(一年期)",
|
3081
3081
|
"example": "25",
|
3082
3082
|
"member": "int64",
|
3083
3083
|
"name": "ProductId",
|
@@ -3086,7 +3086,7 @@
|
|
3086
3086
|
},
|
3087
3087
|
{
|
3088
3088
|
"disabled": false,
|
3089
|
-
"document": "
|
3089
|
+
"document": "证书包含的域名数量。 多域名或者多泛域名证书类型必须大于1",
|
3090
3090
|
"example": "1",
|
3091
3091
|
"member": "int64",
|
3092
3092
|
"name": "DomainNum",
|
@@ -3095,7 +3095,7 @@
|
|
3095
3095
|
},
|
3096
3096
|
{
|
3097
3097
|
"disabled": false,
|
3098
|
-
"document": "
|
3098
|
+
"document": "证书年限。 支持多年期的证书才可以大于1年",
|
3099
3099
|
"example": "1",
|
3100
3100
|
"member": "int64",
|
3101
3101
|
"name": "TimeSpan",
|
@@ -1456,7 +1456,7 @@
|
|
1456
1456
|
"example": "0",
|
1457
1457
|
"member": "int64",
|
1458
1458
|
"name": "TxValidationCode",
|
1459
|
-
"
|
1459
|
+
"output_required": true,
|
1460
1460
|
"type": "int",
|
1461
1461
|
"value_allowed_null": false
|
1462
1462
|
},
|
@@ -1466,7 +1466,7 @@
|
|
1466
1466
|
"example": "VALID",
|
1467
1467
|
"member": "string",
|
1468
1468
|
"name": "TxValidationMsg",
|
1469
|
-
"
|
1469
|
+
"output_required": true,
|
1470
1470
|
"type": "string",
|
1471
1471
|
"value_allowed_null": false
|
1472
1472
|
},
|
@@ -1476,7 +1476,7 @@
|
|
1476
1476
|
"example": "6",
|
1477
1477
|
"member": "int64",
|
1478
1478
|
"name": "BlockId",
|
1479
|
-
"
|
1479
|
+
"output_required": true,
|
1480
1480
|
"type": "int",
|
1481
1481
|
"value_allowed_null": false
|
1482
1482
|
},
|
@@ -66,7 +66,7 @@
|
|
66
66
|
],
|
67
67
|
"GetInvokeTx": [
|
68
68
|
{
|
69
|
-
"document": "",
|
69
|
+
"document": "查询异步模式下Invoke接口的调用结果",
|
70
70
|
"input": "POST / HTTP/1.1\nHost: tbaas.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetInvokeTx\n<公共请求参数>\n\n{\n \"PeerGroup\": \"NewOrg02\",\n \"ClusterId\": \"251005746envnew\",\n \"PeerName\": \"peer0.neworg02.envnew\",\n \"Module\": \"transaction\",\n \"TxId\": \"280e9f1436c3ce045af4f3c7060ff217583585d41faf1f1daa99387419bac07c\",\n \"GroupName\": \"NewOrg02\",\n \"Operation\": \"query_txid\",\n \"ChannelName\": \"ch042103\"\n}",
|
71
71
|
"output": "{\n \"Response\": {\n \"BlockId\": 6,\n \"RequestId\": \"551b801e-6dbe-46be-aa46-f8cc3ff1cd09\",\n \"TxValidationCode\": 0,\n \"TxValidationMsg\": \"VALID\"\n }\n}",
|
72
72
|
"title": "查询异步模式下Invoke接口的调用结果"
|
@@ -1738,25 +1738,25 @@
|
|
1738
1738
|
},
|
1739
1739
|
{
|
1740
1740
|
"disabled": false,
|
1741
|
-
"document": "
|
1741
|
+
"document": "运行模式",
|
1742
1742
|
"example": "custom",
|
1743
1743
|
"member": "string",
|
1744
1744
|
"name": "OperationMode",
|
1745
1745
|
"output_required": false,
|
1746
1746
|
"required": false,
|
1747
1747
|
"type": "string",
|
1748
|
-
"value_allowed_null":
|
1748
|
+
"value_allowed_null": false
|
1749
1749
|
},
|
1750
1750
|
{
|
1751
1751
|
"disabled": false,
|
1752
|
-
"document": "
|
1752
|
+
"document": "定时扩缩容配置",
|
1753
1753
|
"example": "无",
|
1754
1754
|
"member": "TimerScale",
|
1755
1755
|
"name": "TimerScale",
|
1756
1756
|
"output_required": false,
|
1757
1757
|
"required": false,
|
1758
1758
|
"type": "list",
|
1759
|
-
"value_allowed_null":
|
1759
|
+
"value_allowed_null": false
|
1760
1760
|
}
|
1761
1761
|
],
|
1762
1762
|
"usage": "both"
|
@@ -2222,69 +2222,69 @@
|
|
2222
2222
|
"members": [
|
2223
2223
|
{
|
2224
2224
|
"disabled": false,
|
2225
|
-
"document": "
|
2225
|
+
"document": "循环类型",
|
2226
2226
|
"example": "none",
|
2227
2227
|
"member": "string",
|
2228
2228
|
"name": "CycleType",
|
2229
2229
|
"output_required": false,
|
2230
2230
|
"required": false,
|
2231
2231
|
"type": "string",
|
2232
|
-
"value_allowed_null":
|
2232
|
+
"value_allowed_null": false
|
2233
2233
|
},
|
2234
2234
|
{
|
2235
2235
|
"disabled": false,
|
2236
|
-
"document": "
|
2236
|
+
"document": "循环起始",
|
2237
2237
|
"example": "2022-09-08",
|
2238
2238
|
"member": "string",
|
2239
2239
|
"name": "StartDate",
|
2240
2240
|
"output_required": false,
|
2241
2241
|
"required": false,
|
2242
2242
|
"type": "string",
|
2243
|
-
"value_allowed_null":
|
2243
|
+
"value_allowed_null": false
|
2244
2244
|
},
|
2245
2245
|
{
|
2246
2246
|
"disabled": false,
|
2247
|
-
"document": "
|
2247
|
+
"document": "循环结束",
|
2248
2248
|
"example": "2022-09-08",
|
2249
2249
|
"member": "string",
|
2250
2250
|
"name": "EndDate",
|
2251
2251
|
"output_required": false,
|
2252
2252
|
"required": false,
|
2253
2253
|
"type": "string",
|
2254
|
-
"value_allowed_null":
|
2254
|
+
"value_allowed_null": false
|
2255
2255
|
},
|
2256
2256
|
{
|
2257
2257
|
"disabled": false,
|
2258
|
-
"document": "
|
2258
|
+
"document": "起始时间",
|
2259
2259
|
"example": "00:00:00",
|
2260
2260
|
"member": "string",
|
2261
2261
|
"name": "StartTime",
|
2262
2262
|
"output_required": false,
|
2263
2263
|
"required": false,
|
2264
2264
|
"type": "string",
|
2265
|
-
"value_allowed_null":
|
2265
|
+
"value_allowed_null": false
|
2266
2266
|
},
|
2267
2267
|
{
|
2268
2268
|
"disabled": false,
|
2269
|
-
"document": "
|
2269
|
+
"document": "结束时间",
|
2270
2270
|
"example": "23:59:00",
|
2271
2271
|
"member": "string",
|
2272
2272
|
"name": "EndTime",
|
2273
2273
|
"output_required": false,
|
2274
2274
|
"required": false,
|
2275
2275
|
"type": "string",
|
2276
|
-
"value_allowed_null":
|
2276
|
+
"value_allowed_null": false
|
2277
2277
|
},
|
2278
2278
|
{
|
2279
2279
|
"disabled": false,
|
2280
|
-
"document": "
|
2280
|
+
"document": "副本个数",
|
2281
2281
|
"example": "1",
|
2282
2282
|
"member": "uint64",
|
2283
2283
|
"name": "ReplicaNum",
|
2284
2284
|
"output_required": false,
|
2285
2285
|
"required": false,
|
2286
2286
|
"type": "int",
|
2287
|
-
"value_allowed_null":
|
2287
|
+
"value_allowed_null": false
|
2288
2288
|
}
|
2289
2289
|
],
|
2290
2290
|
"usage": "both"
|