tccli 3.0.1237.1__py2.py3-none-any.whl → 3.0.1238.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/__init__.py +3 -0
- tccli/services/aca/__init__.py +4 -0
- tccli/services/aca/aca_client.py +578 -0
- tccli/services/aca/v20210323/api.json +3715 -0
- tccli/services/aca/v20210323/examples.json +69 -0
- tccli/services/aiart/v20221229/api.json +18 -9
- tccli/services/aiart/v20221229/examples.json +2 -2
- tccli/services/apm/v20210622/api.json +10 -7
- tccli/services/batch/v20170312/api.json +641 -566
- tccli/services/batch/v20170312/examples.json +7 -7
- tccli/services/bi/v20220105/api.json +9 -0
- tccli/services/bpaas/v20181217/examples.json +1 -1
- tccli/services/cam/v20190116/api.json +32 -30
- tccli/services/cam/v20190116/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +31 -1
- tccli/services/ccc/v20200210/examples.json +1 -1
- tccli/services/cdb/v20170320/api.json +214 -207
- tccli/services/cdb/v20170320/examples.json +10 -10
- tccli/services/cdwch/v20200915/api.json +6 -6
- tccli/services/cdwdoris/v20211228/api.json +16 -5
- tccli/services/cdwdoris/v20211228/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +8 -13
- tccli/services/cfg/v20210820/examples.json +1 -1
- tccli/services/cfs/v20190719/api.json +84 -84
- tccli/services/cfs/v20190719/examples.json +6 -6
- tccli/services/chdfs/v20201112/api.json +18 -17
- tccli/services/chdfs/v20201112/examples.json +2 -2
- tccli/services/clb/v20180317/api.json +184 -162
- tccli/services/cloudapp/v20220530/api.json +1 -1
- tccli/services/cloudapp/v20220530/examples.json +3 -3
- tccli/services/cloudaudit/v20190319/api.json +21 -17
- tccli/services/cloudaudit/v20190319/examples.json +3 -3
- tccli/services/cls/v20201016/api.json +21 -21
- tccli/services/cls/v20201016/examples.json +1 -1
- tccli/services/config/v20220802/api.json +2 -0
- tccli/services/config/v20220802/examples.json +2 -2
- tccli/services/dcdb/v20180411/api.json +390 -387
- tccli/services/dcdb/v20180411/examples.json +14 -14
- tccli/services/dlc/v20210125/api.json +162 -7
- tccli/services/dlc/v20210125/examples.json +1 -1
- tccli/services/domain/v20180808/api.json +37 -37
- tccli/services/domain/v20180808/examples.json +16 -10
- tccli/services/dsgc/v20190723/api.json +1796 -1623
- tccli/services/dsgc/v20190723/examples.json +217 -211
- tccli/services/dts/v20180330/api.json +143 -106
- tccli/services/dts/v20211206/api.json +57 -46
- tccli/services/dts/v20211206/examples.json +1 -1
- tccli/services/ecm/v20190719/api.json +6 -6
- tccli/services/emr/v20190103/api.json +80 -20
- tccli/services/ess/ess_client.py +61 -8
- tccli/services/ess/v20201111/api.json +267 -37
- tccli/services/ess/v20201111/examples.json +11 -3
- tccli/services/essbasic/essbasic_client.py +167 -8
- tccli/services/essbasic/v20210526/api.json +527 -54
- tccli/services/essbasic/v20210526/examples.json +46 -16
- tccli/services/facefusion/v20220927/api.json +12 -1
- tccli/services/fmu/v20191213/api.json +8 -8
- tccli/services/gaap/v20180529/api.json +200 -209
- tccli/services/hai/v20230812/api.json +1 -1
- tccli/services/iss/v20230517/api.json +11 -11
- tccli/services/iss/v20230517/examples.json +31 -31
- tccli/services/keewidb/v20220308/api.json +92 -82
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lighthouse/v20200324/api.json +18 -18
- tccli/services/lighthouse/v20200324/examples.json +5 -5
- tccli/services/live/v20180801/api.json +27 -9
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/mariadb/v20170312/api.json +285 -263
- tccli/services/mariadb/v20170312/examples.json +12 -12
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +222 -0
- tccli/services/monitor/v20180724/examples.json +16 -0
- tccli/services/mps/mps_client.py +228 -16
- tccli/services/mps/v20190612/api.json +385 -23
- tccli/services/mps/v20190612/examples.json +32 -0
- tccli/services/msp/v20180319/api.json +2 -2
- tccli/services/ocr/v20181119/api.json +11 -1
- tccli/services/omics/v20221128/api.json +14 -2
- tccli/services/organization/v20210331/api.json +45 -18
- tccli/services/privatedns/v20201028/api.json +90 -81
- tccli/services/privatedns/v20201028/examples.json +18 -18
- tccli/services/redis/redis_client.py +106 -0
- tccli/services/redis/v20180412/api.json +178 -16
- tccli/services/redis/v20180412/examples.json +16 -0
- tccli/services/region/v20220627/api.json +5 -3
- tccli/services/region/v20220627/examples.json +1 -1
- tccli/services/ssl/v20191205/api.json +6 -4
- tccli/services/tag/v20180813/api.json +4 -5
- tccli/services/tcb/v20180608/api.json +36 -16
- tccli/services/tdmq/tdmq_client.py +53 -0
- tccli/services/tdmq/v20200217/api.json +64 -1
- tccli/services/tdmq/v20200217/examples.json +9 -1
- tccli/services/teo/teo_client.py +485 -8
- tccli/services/teo/v20220901/api.json +837 -39
- tccli/services/teo/v20220901/examples.json +108 -0
- tccli/services/thpc/v20211109/api.json +32 -34
- tccli/services/thpc/v20220401/api.json +31 -33
- tccli/services/thpc/v20230321/api.json +55 -57
- tccli/services/thpc/v20230321/examples.json +1 -1
- tccli/services/tiia/v20190529/api.json +307 -293
- tccli/services/tiia/v20190529/examples.json +41 -41
- tccli/services/tione/v20211111/api.json +4 -4
- tccli/services/tione/v20211111/examples.json +2 -2
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +53 -0
- tccli/services/trocket/v20230308/api.json +116 -0
- tccli/services/trocket/v20230308/examples.json +14 -0
- tccli/services/tse/v20201207/api.json +188 -120
- tccli/services/tse/v20201207/examples.json +30 -30
- tccli/services/tsf/v20180326/api.json +826 -745
- tccli/services/tsf/v20180326/examples.json +99 -111
- tccli/services/vclm/v20240523/api.json +1 -1
- tccli/services/vdb/v20230616/api.json +80 -80
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +42 -41
- tccli/services/vpc/v20170312/examples.json +5 -5
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/RECORD +122 -118
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1237.1.dist-info → tccli-3.0.1238.1.dist-info}/license_files/LICENSE +0 -0
@@ -131,7 +131,7 @@
|
|
131
131
|
"DescribeAccountPrivileges": [
|
132
132
|
{
|
133
133
|
"document": "",
|
134
|
-
"input": "https://dcdb.tencentcloudapi.com/?Action=DescribeAccountPrivileges\n&InstanceId=dcdbt-fdpjf5zh\n&UserName=testuser1\n&Host=172.17.%\n&DbName
|
134
|
+
"input": "https://dcdb.tencentcloudapi.com/?Action=DescribeAccountPrivileges\n&InstanceId=dcdbt-fdpjf5zh\n&UserName=testuser1\n&Host=172.17.%\n&DbName=product_db\n&Type=table\n&Object=prod_user_tbl\n&<公共请求参数>",
|
135
135
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3381c9e9-d87f-4e21-ba1d-596d6f697a7e\",\n \"InstanceId\": \"dcdbt-fdpjf5zh\",\n \"UserName\": \"testuser1\",\n \"Host\": \"172.17.%\",\n \"Privileges\": [\n \"SELECT\",\n \"UPDATE\"\n ]\n }\n}",
|
136
136
|
"title": "查询云数据库账号全局权限"
|
137
137
|
}
|
@@ -160,10 +160,10 @@
|
|
160
160
|
],
|
161
161
|
"DescribeBackupFiles": [
|
162
162
|
{
|
163
|
-
"document": "",
|
164
|
-
"input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupFiles\n<公共请求参数>\n\n{}",
|
165
|
-
"output": "{\n \"Response\": {\n \"Files\": [\n {\n \"BackupType\": \"
|
166
|
-
"title": "
|
163
|
+
"document": "查询冷备文件示例",
|
164
|
+
"input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBackupFiles\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsqlshard-02badqa3\",\n \"ShardId\": \"shard-fqj08u7f\",\n \"BackupType\": \"Data\",\n \"Limit\": 20,\n \"Offset\": 0\n}",
|
165
|
+
"output": "{\n \"Response\": {\n \"Files\": [\n {\n \"BackupType\": \"Data\",\n \"EndTime\": \"2024-12-20 16:29:07\",\n \"FileName\": \"cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\n \"FilePath\": \"cos_backup/tdsql/group_1734680376_202786203/set_1734681147_5/xtrabackup/2024-12-20/cos_xtrabackup+1734683337+20241220+162857+1507806831+xbstream.lz4\",\n \"FileSize\": 13930740,\n \"InstanceId\": \"tdsqlshard-02badqa3\",\n \"InstanceName\": \"QT4syxfv8.0\",\n \"InstanceStatus\": 2,\n \"ManualBackup\": 0,\n \"ShardId\": \"shard-fqj08u7f\",\n \"StartTime\": \"2024-12-20 16:28:57\",\n \"StorageClass\": \"STANDARD\"\n }\n ],\n \"RequestId\": \"549454bd-65ac-4507-8f75-65609c357328\",\n \"TotalCount\": 1\n }\n}",
|
166
|
+
"title": "查询冷备文件"
|
167
167
|
}
|
168
168
|
],
|
169
169
|
"DescribeDBEncryptAttributes": [
|
@@ -234,7 +234,7 @@
|
|
234
234
|
{
|
235
235
|
"document": "查询分布式实例 dcdbt-21dfpcv1 的详细信息",
|
236
236
|
"input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDCDBInstanceDetail\n<公共请求参数>\n\n{\n \"InstanceId\": \"dcdbt-21dfpcv1\"\n}",
|
237
|
-
"output": "{\n \"Response\": {\n \"AutoRenewFlag\": 0,\n \"Cpu\": 3,\n \"CreateTime\": \"2016-07-13 11:08:38\",\n \"DbEngine\": \"MariaDB\",\n \"DbVersion\": \"10.0.10\",\n \"DcnDstNum\": 0,\n \"DcnFlag\": 0,\n \"DcnStatus\": 0,\n \"ExclusterId\": \"\",\n \"InstanceId\": \"dcdbt-21dfpcv1\",\n \"InstanceName\": \"dcdbt-21dfpcv1\",\n \"InstanceType\": 2,\n \"Ipv6Flag\": 0,\n \"IsAuditSupported\": 1,\n \"IsEncryptSupported\": 0,\n \"LogStorage\": 16,\n \"Machine\": \"TS85\",\n \"MasterZone\": \"ap-guangzhou-1\",\n \"Memory\": 6,\n \"NodeCount\": 2,\n \"PayMode\": \"prepaid\",\n \"PeriodEndTime\": \"2023-01-01 11:12:24\",\n \"Pid\": 1001670,\n \"ProjectId\": 0,\n \"Qps\": 4000,\n \"Region\": \"ap-guangzhou\",\n \"RequestId\": \"e1828feb-9a21-409a-8964-309215615d84\",\n \"ResourceTags\": [],\n \"Shards\": [\n {\n \"Cpu\": 2,\n \"CreateTime\": \"2021-12-01 11:49:54\",\n \"LogDisk\": 8,\n \"Memory\": 4,\n \"NodeCount\": 2,\n \"NodesInfo\": [\n {\n \"NodeId\": \"85409b834943\",\n \"Role\": \"master\"\n },\n {\n \"NodeId\": \"9de9c0321ccd\",\n \"Role\": \"slave\"\n }\n ],\n \"ProxyVersion\": \"
|
237
|
+
"output": "{\n \"Response\": {\n \"AutoRenewFlag\": 0,\n \"Cpu\": 3,\n \"CreateTime\": \"2016-07-13 11:08:38\",\n \"DbEngine\": \"MariaDB\",\n \"DbVersion\": \"10.0.10\",\n \"DcnDstNum\": 0,\n \"DcnFlag\": 0,\n \"DcnStatus\": 0,\n \"ExclusterId\": \"\",\n \"InstanceId\": \"dcdbt-21dfpcv1\",\n \"InstanceName\": \"dcdbt-21dfpcv1\",\n \"InstanceType\": 2,\n \"Ipv6Flag\": 0,\n \"IsAuditSupported\": 1,\n \"IsEncryptSupported\": 0,\n \"LogStorage\": 16,\n \"Machine\": \"TS85\",\n \"MasterZone\": \"ap-guangzhou-1\",\n \"Memory\": 6,\n \"NodeCount\": 2,\n \"PayMode\": \"prepaid\",\n \"PeriodEndTime\": \"2023-01-01 11:12:24\",\n \"Pid\": 1001670,\n \"ProjectId\": 0,\n \"Qps\": 4000,\n \"Region\": \"ap-guangzhou\",\n \"RequestId\": \"e1828feb-9a21-409a-8964-309215615d84\",\n \"ResourceTags\": [],\n \"Shards\": [\n {\n \"Cpu\": 2,\n \"CreateTime\": \"2021-12-01 11:49:54\",\n \"LogDisk\": 8,\n \"Memory\": 4,\n \"NodeCount\": 2,\n \"NodesInfo\": [\n {\n \"NodeId\": \"85409b834943\",\n \"Role\": \"master\"\n },\n {\n \"NodeId\": \"9de9c0321ccd\",\n \"Role\": \"slave\"\n }\n ],\n \"ProxyVersion\": \"proxy-22.3.2\",\n \"ShardInstanceId\": \"shard-ngbrea6b\",\n \"ShardMasterZone\": \"ap-guangzhou-1\",\n \"ShardSerialId\": \"set_1643096858_1\",\n \"ShardSlaveZones\": [\n \"ap-guangzhou-1\"\n ],\n \"Status\": 2,\n \"StatusDesc\": \"运行中\",\n \"Storage\": 10,\n \"StorageUsage\": 0.01\n },\n {\n \"Cpu\": 1,\n \"CreateTime\": \"2021-12-01 11:49:54\",\n \"LogDisk\": 8,\n \"Memory\": 2,\n \"NodeCount\": 2,\n \"NodesInfo\": [\n {\n \"NodeId\": \"1e2025d21782\",\n \"Role\": \"master\"\n },\n {\n \"NodeId\": \"b228c46e9b63\",\n \"Role\": \"slave\"\n }\n ],\n \"ProxyVersion\": \"proxy-22.3.2\",\n \"ShardInstanceId\": \"shard-5zf65smf\",\n \"ShardMasterZone\": \"ap-guangzhou-1\",\n \"ShardSerialId\": \"set_1643096949_3\",\n \"ShardSlaveZones\": [\n \"ap-guangzhou-1\"\n ],\n \"Status\": 2,\n \"StatusDesc\": \"运行中\",\n \"Storage\": 10,\n \"StorageUsage\": 0.011\n }\n ],\n \"SlaveZones\": [\n \"ap-guangzhou-1\"\n ],\n \"Status\": 2,\n \"StatusDesc\": \"运行中\",\n \"Storage\": 20,\n \"StorageUsage\": 0.0105,\n \"SubnetId\": \"subnet-ovkcc9x6\",\n \"Vip\": \"10.1.0.5\",\n \"Vip6\": \"\",\n \"VpcId\": \"vpc-j97vcvb5\",\n \"Vport\": 3306,\n \"WanDomain\": \"\",\n \"WanPort\": 0,\n \"WanPortIpv6\": 0,\n \"WanStatus\": 0,\n \"WanStatusIpv6\": 0,\n \"WanVip\": \"\",\n \"WanVipv6\": \"\",\n \"IsMaxUserConnectionsSupported\": true,\n \"DbVersionId\": \"5.7\",\n \"EncryptStatus\": 0,\n \"ExclusterType\": 0,\n \"RsAccessStrategy\": 0,\n \"ReservedNetResources\": [\n {\n \"VpcId\": \"vpc-p6alckzx\",\n \"SubnetId\": \"subnet-3pz073lq\",\n \"Vip\": \"172.16.0.40\",\n \"Vports\": [\n 3306\n ],\n \"RecycleTime\": \"2023-05-19 16:12:32\"\n }\n ],\n \"IsPhysicalReplicationSupported\": true,\n \"IsDcnStrongSyncSupported\": 1,\n \"IsDcnSwitchSupported\": 1\n }\n}",
|
238
238
|
"title": "查询实例详细信息"
|
239
239
|
}
|
240
240
|
],
|
@@ -297,16 +297,16 @@
|
|
297
297
|
"DescribeDatabaseObjects": [
|
298
298
|
{
|
299
299
|
"document": "",
|
300
|
-
"input": "https://dcdb.tencentcloudapi.com/?Action=DescribeDatabaseObjects\n&InstanceId=dcdbt-52s53yyh\n&DbName=
|
301
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"742443a5-4683-48ba-b30e-5151d26cf62d\",\n \"InstanceId\": \"dcdbt-52s53yyh\",\n \"DbName\": \"
|
300
|
+
"input": "https://dcdb.tencentcloudapi.com/?Action=DescribeDatabaseObjects\n&InstanceId=dcdbt-52s53yyh\n&DbName=product_db\n&<公共请求参数>",
|
301
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"742443a5-4683-48ba-b30e-5151d26cf62d\",\n \"InstanceId\": \"dcdbt-52s53yyh\",\n \"DbName\": \"product_db\",\n \"Tables\": [],\n \"Views\": [],\n \"Procs\": [\n {\n \"Proc\": \"AddGeometryColumn\"\n },\n {\n \"Proc\": \"DropGeometryColumn\"\n }\n ],\n \"Funcs\": []\n }\n}",
|
302
302
|
"title": "查询数据库对象信息"
|
303
303
|
}
|
304
304
|
],
|
305
305
|
"DescribeDatabaseTable": [
|
306
306
|
{
|
307
307
|
"document": "",
|
308
|
-
"input": "https://dcdb.tencentcloudapi.com/?Action=DescribeDatabaseTable\n&InstanceId=dcdbt-52s53yyh\n&DbName=
|
309
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"6defc797-13eb-47ec-9a8f-dd3e407ff12c\",\n \"InstanceId\": \"dcdbt-52s53yyh\",\n \"DbName\": \"
|
308
|
+
"input": "https://dcdb.tencentcloudapi.com/?Action=DescribeDatabaseTable\n&InstanceId=dcdbt-52s53yyh\n&DbName=product_db\n&Table=persons\n&<公共请求参数>",
|
309
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"6defc797-13eb-47ec-9a8f-dd3e407ff12c\",\n \"InstanceId\": \"dcdbt-52s53yyh\",\n \"DbName\": \"product_db\",\n \"Table\": \"persons\",\n \"Cols\": [\n {\n \"Col\": \"id\",\n \"Type\": \"bigint(20) unsigned\"\n },\n {\n \"Col\": \"name\",\n \"Type\": \"varchar(60)\"\n },\n {\n \"Col\": \"nick\",\n \"Type\": \"varchar(60)\"\n }\n ]\n }\n}",
|
310
310
|
"title": "查询数据库表中有哪些列"
|
311
311
|
}
|
312
312
|
],
|
@@ -425,7 +425,7 @@
|
|
425
425
|
"GrantAccountPrivileges": [
|
426
426
|
{
|
427
427
|
"document": "",
|
428
|
-
"input": "https://dcdb.tencentcloudapi.com/?Action=GrantAccountPrivileges\n&InstanceId=dcdbt-fdpjf5zh\n&UserName=testuser1\n&Host=172.17.%\n&DbName
|
428
|
+
"input": "https://dcdb.tencentcloudapi.com/?Action=GrantAccountPrivileges\n&InstanceId=dcdbt-fdpjf5zh\n&UserName=testuser1\n&Host=172.17.%\n&DbName=product_db\n&Type=table\n&Object=prod_user_tbl\n&Privileges.0=select\n&Privileges.1=update\n&<公共请求参数>",
|
429
429
|
"output": "{\n \"Response\": {\n \"RequestId\": \"87201772-351f-4fb5-9164-fe757fbadb79\"\n }\n}",
|
430
430
|
"title": "给云数据库账号赋权"
|
431
431
|
}
|
@@ -465,7 +465,7 @@
|
|
465
465
|
"KillSession": [
|
466
466
|
{
|
467
467
|
"document": "",
|
468
|
-
"input": "https://dcdb.tencentcloudapi.com/?Action=KillSession\n&InstanceId=tdsqlshard-2gk4nxyz\n&ShardId=shard-ljilb4st\n&SessionId.0=
|
468
|
+
"input": "https://dcdb.tencentcloudapi.com/?Action=KillSession\n&InstanceId=tdsqlshard-2gk4nxyz\n&ShardId=shard-ljilb4st\n&SessionId.0=11917970\n&SessionId.1=11918810\n&<公共请求参数>",
|
469
469
|
"output": "{\n \"Response\": {\n \"RequestId\": \"14f6980a-7fe1-11ea-b896-525400542aa6\",\n \"TaskId\": 11\n }\n}",
|
470
470
|
"title": "杀死指定会话"
|
471
471
|
}
|
@@ -473,7 +473,7 @@
|
|
473
473
|
"ModifyAccountConfig": [
|
474
474
|
{
|
475
475
|
"document": "修改实例tdsqlshard-lfkz0geb下,账号user_test的最大连接数为 123",
|
476
|
-
"input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountConfig\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsqlshard-lfkz0geb\",\n \"UserName\": \"
|
476
|
+
"input": "POST / HTTP/1.1\nHost: dcdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountConfig\n<公共请求参数>\n\n{\n \"InstanceId\": \"tdsqlshard-lfkz0geb\",\n \"UserName\": \"user_ops\",\n \"Host\": \"%\",\n \"Configs\": [\n {\n \"Config\": \"max_user_connections\",\n \"Value\": \"90\"\n }\n ]\n}",
|
477
477
|
"output": "{\n \"Response\": {\n \"RequestId\": \"3c200ca1-4cac-480e-9f58-574a35a7b895\"\n }\n}",
|
478
478
|
"title": "修改账号最大连接数"
|
479
479
|
}
|
@@ -615,7 +615,7 @@
|
|
615
615
|
"SwitchDBInstanceHA": [
|
616
616
|
{
|
617
617
|
"document": "",
|
618
|
-
"input": "https://dcdb.tencentcloudapi.com/?Action=SwitchDBInstanceHA\n&InstanceId=
|
618
|
+
"input": "https://dcdb.tencentcloudapi.com/?Action=SwitchDBInstanceHA\n&InstanceId=tdsqlshard-b0uoxwvh\n&Zone=ap-guangzhou-3\n&<公共请求参数>",
|
619
619
|
"output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"FlowId\": 145623\n }\n}",
|
620
620
|
"title": "请求示例DEMO"
|
621
621
|
}
|
@@ -6291,7 +6291,7 @@
|
|
6291
6291
|
{
|
6292
6292
|
"disabled": false,
|
6293
6293
|
"document": "集群镜像版本ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
6294
|
-
"example": "
|
6294
|
+
"example": "version-xxx",
|
6295
6295
|
"member": "string",
|
6296
6296
|
"name": "ImageVersionId",
|
6297
6297
|
"output_required": true,
|
@@ -6302,7 +6302,7 @@
|
|
6302
6302
|
{
|
6303
6303
|
"disabled": false,
|
6304
6304
|
"document": "集群镜像小版本ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
6305
|
-
"example": "xxxx",
|
6305
|
+
"example": "version-xxxx",
|
6306
6306
|
"member": "string",
|
6307
6307
|
"name": "ChildImageVersionId",
|
6308
6308
|
"output_required": true,
|
@@ -6313,7 +6313,7 @@
|
|
6313
6313
|
{
|
6314
6314
|
"disabled": false,
|
6315
6315
|
"document": "集群镜像版本名字\n注意:此字段可能返回 null,表示取不到有效值。",
|
6316
|
-
"example": "
|
6316
|
+
"example": "version-xxx",
|
6317
6317
|
"member": "string",
|
6318
6318
|
"name": "ImageVersionName",
|
6319
6319
|
"output_required": true,
|
@@ -6518,6 +6518,61 @@
|
|
6518
6518
|
"required": false,
|
6519
6519
|
"type": "string",
|
6520
6520
|
"value_allowed_null": true
|
6521
|
+
},
|
6522
|
+
{
|
6523
|
+
"disabled": false,
|
6524
|
+
"document": "是否支持AI,false: 不支持;true:支持\n注意:此字段可能返回 null,表示取不到有效值。",
|
6525
|
+
"example": "false",
|
6526
|
+
"member": "bool",
|
6527
|
+
"name": "IsSupportAI",
|
6528
|
+
"output_required": false,
|
6529
|
+
"required": false,
|
6530
|
+
"type": "bool",
|
6531
|
+
"value_allowed_null": true
|
6532
|
+
},
|
6533
|
+
{
|
6534
|
+
"disabled": false,
|
6535
|
+
"document": "网关id\n注意:此字段可能返回 null,表示取不到有效值。",
|
6536
|
+
"example": "dataengine-xxx",
|
6537
|
+
"member": "string",
|
6538
|
+
"name": "GatewayId",
|
6539
|
+
"output_required": false,
|
6540
|
+
"required": false,
|
6541
|
+
"type": "string",
|
6542
|
+
"value_allowed_null": true
|
6543
|
+
},
|
6544
|
+
{
|
6545
|
+
"disabled": false,
|
6546
|
+
"document": "网关状态\n注意:此字段可能返回 null,表示取不到有效值。",
|
6547
|
+
"example": "2",
|
6548
|
+
"member": "int64",
|
6549
|
+
"name": "GatewayState",
|
6550
|
+
"output_required": false,
|
6551
|
+
"required": false,
|
6552
|
+
"type": "int",
|
6553
|
+
"value_allowed_null": true
|
6554
|
+
},
|
6555
|
+
{
|
6556
|
+
"disabled": false,
|
6557
|
+
"document": "是否能执行AI任务\n注意:此字段可能返回 null,表示取不到有效值。",
|
6558
|
+
"example": "true",
|
6559
|
+
"member": "bool",
|
6560
|
+
"name": "IsAIGateway",
|
6561
|
+
"output_required": false,
|
6562
|
+
"required": false,
|
6563
|
+
"type": "bool",
|
6564
|
+
"value_allowed_null": true
|
6565
|
+
},
|
6566
|
+
{
|
6567
|
+
"disabled": false,
|
6568
|
+
"document": "1:AI引擎,0:非AI引擎\n注意:此字段可能返回 null,表示取不到有效值。",
|
6569
|
+
"example": "1",
|
6570
|
+
"member": "int64",
|
6571
|
+
"name": "IsAIEngine",
|
6572
|
+
"output_required": false,
|
6573
|
+
"required": false,
|
6574
|
+
"type": "int",
|
6575
|
+
"value_allowed_null": true
|
6521
6576
|
}
|
6522
6577
|
],
|
6523
6578
|
"usage": "both"
|
@@ -14542,7 +14597,7 @@
|
|
14542
14597
|
"example": "small",
|
14543
14598
|
"member": "string",
|
14544
14599
|
"name": "DriverSize",
|
14545
|
-
"output_required":
|
14600
|
+
"output_required": false,
|
14546
14601
|
"type": "string",
|
14547
14602
|
"value_allowed_null": true
|
14548
14603
|
},
|
@@ -14552,7 +14607,7 @@
|
|
14552
14607
|
"example": "small",
|
14553
14608
|
"member": "string",
|
14554
14609
|
"name": "ExecutorSize",
|
14555
|
-
"output_required":
|
14610
|
+
"output_required": false,
|
14556
14611
|
"type": "string",
|
14557
14612
|
"value_allowed_null": true
|
14558
14613
|
},
|
@@ -14562,7 +14617,7 @@
|
|
14562
14617
|
"example": "1",
|
14563
14618
|
"member": "uint64",
|
14564
14619
|
"name": "ExecutorNumbers",
|
14565
|
-
"output_required":
|
14620
|
+
"output_required": false,
|
14566
14621
|
"type": "int",
|
14567
14622
|
"value_allowed_null": true
|
14568
14623
|
},
|
@@ -14652,7 +14707,67 @@
|
|
14652
14707
|
"example": "1",
|
14653
14708
|
"member": "uint64",
|
14654
14709
|
"name": "ExecutorMaxNumbers",
|
14655
|
-
"output_required":
|
14710
|
+
"output_required": false,
|
14711
|
+
"type": "int",
|
14712
|
+
"value_allowed_null": true
|
14713
|
+
},
|
14714
|
+
{
|
14715
|
+
"disabled": false,
|
14716
|
+
"document": "session类型,group:资源组下session independent:独立资源session, 不依赖资源组\n注意:此字段可能返回 null,表示取不到有效值。",
|
14717
|
+
"example": "group",
|
14718
|
+
"member": "string",
|
14719
|
+
"name": "SessionType",
|
14720
|
+
"output_required": false,
|
14721
|
+
"type": "string",
|
14722
|
+
"value_allowed_null": true
|
14723
|
+
},
|
14724
|
+
{
|
14725
|
+
"disabled": false,
|
14726
|
+
"document": "引擎id\n注意:此字段可能返回 null,表示取不到有效值。",
|
14727
|
+
"example": "dataengine-xxx",
|
14728
|
+
"member": "string",
|
14729
|
+
"name": "DataEngineId",
|
14730
|
+
"output_required": false,
|
14731
|
+
"type": "string",
|
14732
|
+
"value_allowed_null": true
|
14733
|
+
},
|
14734
|
+
{
|
14735
|
+
"disabled": false,
|
14736
|
+
"document": "资源组id\n注意:此字段可能返回 null,表示取不到有效值。",
|
14737
|
+
"example": "rg-xxx",
|
14738
|
+
"member": "string",
|
14739
|
+
"name": "ResourceGroupId",
|
14740
|
+
"output_required": false,
|
14741
|
+
"type": "string",
|
14742
|
+
"value_allowed_null": true
|
14743
|
+
},
|
14744
|
+
{
|
14745
|
+
"disabled": false,
|
14746
|
+
"document": "资源组名称\n注意:此字段可能返回 null,表示取不到有效值。",
|
14747
|
+
"example": "rg-xxx",
|
14748
|
+
"member": "string",
|
14749
|
+
"name": "ResourceGroupName",
|
14750
|
+
"output_required": false,
|
14751
|
+
"type": "string",
|
14752
|
+
"value_allowed_null": true
|
14753
|
+
},
|
14754
|
+
{
|
14755
|
+
"disabled": false,
|
14756
|
+
"document": "session,pod大小\n注意:此字段可能返回 null,表示取不到有效值。",
|
14757
|
+
"example": "16",
|
14758
|
+
"member": "int64",
|
14759
|
+
"name": "PodSize",
|
14760
|
+
"output_required": false,
|
14761
|
+
"type": "int",
|
14762
|
+
"value_allowed_null": true
|
14763
|
+
},
|
14764
|
+
{
|
14765
|
+
"disabled": false,
|
14766
|
+
"document": "pod数量\n注意:此字段可能返回 null,表示取不到有效值。",
|
14767
|
+
"example": "1",
|
14768
|
+
"member": "int64",
|
14769
|
+
"name": "PodNumbers",
|
14770
|
+
"output_required": false,
|
14656
14771
|
"type": "int",
|
14657
14772
|
"value_allowed_null": true
|
14658
14773
|
}
|
@@ -14913,6 +15028,46 @@
|
|
14913
15028
|
"output_required": true,
|
14914
15029
|
"type": "string",
|
14915
15030
|
"value_allowed_null": true
|
15031
|
+
},
|
15032
|
+
{
|
15033
|
+
"disabled": false,
|
15034
|
+
"document": "session类型,group:资源组session independent:独立资源session,不依赖资源组\n注意:此字段可能返回 null,表示取不到有效值。",
|
15035
|
+
"example": "group",
|
15036
|
+
"member": "string",
|
15037
|
+
"name": "SessionType",
|
15038
|
+
"output_required": false,
|
15039
|
+
"type": "string",
|
15040
|
+
"value_allowed_null": true
|
15041
|
+
},
|
15042
|
+
{
|
15043
|
+
"disabled": false,
|
15044
|
+
"document": "引擎id\n注意:此字段可能返回 null,表示取不到有效值。",
|
15045
|
+
"example": "dataengine-xxx",
|
15046
|
+
"member": "string",
|
15047
|
+
"name": "DataEngineId",
|
15048
|
+
"output_required": false,
|
15049
|
+
"type": "string",
|
15050
|
+
"value_allowed_null": true
|
15051
|
+
},
|
15052
|
+
{
|
15053
|
+
"disabled": false,
|
15054
|
+
"document": "资源组id\n注意:此字段可能返回 null,表示取不到有效值。",
|
15055
|
+
"example": "rg-xxx",
|
15056
|
+
"member": "string",
|
15057
|
+
"name": "ResourceGroupId",
|
15058
|
+
"output_required": false,
|
15059
|
+
"type": "string",
|
15060
|
+
"value_allowed_null": true
|
15061
|
+
},
|
15062
|
+
{
|
15063
|
+
"disabled": false,
|
15064
|
+
"document": "资源组名字\n注意:此字段可能返回 null,表示取不到有效值。",
|
15065
|
+
"example": "rg-xxx",
|
15066
|
+
"member": "string",
|
15067
|
+
"name": "ResourceGroupName",
|
15068
|
+
"output_required": false,
|
15069
|
+
"type": "string",
|
15070
|
+
"value_allowed_null": true
|
14916
15071
|
}
|
14917
15072
|
],
|
14918
15073
|
"usage": "out"
|
@@ -754,7 +754,7 @@
|
|
754
754
|
{
|
755
755
|
"document": "",
|
756
756
|
"input": "POST / HTTP/1.1\nHost: dlc.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTasksAnalysis\n<公共请求参数>\n\n{}",
|
757
|
-
"output": "{\n \"Response\": {\n \"TaskList\": [\n {\n \"Id\": \"
|
757
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"580668d5-d47c-44a1-86ea-273843d94778\",\n \"TaskList\": [\n {\n \"Id\": \"67ea3d23b70611efbc745254006dc901\",\n \"State\": 2,\n \"SQL\": \"select * from tpcds_sql_orc.store_sales limit 100000\",\n \"DataEngineName\": \"super_spark_270\",\n \"InstanceStartTime\": 1733842361290,\n \"InstanceCompleteTime\": 1733842401892,\n \"JobTimeSum\": 35589,\n \"TaskTimeSum\": 403,\n \"InputRecordsSum\": 49049600,\n \"InputBytesSum\": 20648020108,\n \"OutputRecordsSum\": 100000,\n \"OutputBytesSum\": 14638477,\n \"ShuffleReadBytesSum\": 0,\n \"ShuffleReadRecordsSum\": 0,\n \"AnalysisStatus\": \"[\\\"SPARK-OutputSmallFile\\\"]\"\n }\n ],\n \"TotalCount\": 1\n }\n}",
|
758
758
|
"title": "洞察分析列表"
|
759
759
|
}
|
760
760
|
],
|
@@ -295,9 +295,9 @@
|
|
295
295
|
"status": "online"
|
296
296
|
},
|
297
297
|
"ModifyDomainDNSBatch": {
|
298
|
-
"document": "本接口 ( ModifyDomainDNSBatch) 用于批量域名
|
298
|
+
"document": "本接口 ( ModifyDomainDNSBatch) 用于批量域名 DNS 修改 。",
|
299
299
|
"input": "ModifyDomainDNSBatchRequest",
|
300
|
-
"name": "批量域名
|
300
|
+
"name": "批量域名 DNS 修改",
|
301
301
|
"output": "ModifyDomainDNSBatchResponse",
|
302
302
|
"status": "online"
|
303
303
|
},
|
@@ -500,30 +500,30 @@
|
|
500
500
|
{
|
501
501
|
"disabled": false,
|
502
502
|
"document": "批量任务id",
|
503
|
-
"example": "",
|
503
|
+
"example": "1001",
|
504
504
|
"member": "uint64",
|
505
505
|
"name": "LogId",
|
506
|
-
"
|
506
|
+
"output_required": true,
|
507
507
|
"type": "int",
|
508
508
|
"value_allowed_null": false
|
509
509
|
},
|
510
510
|
{
|
511
511
|
"disabled": false,
|
512
512
|
"document": "批量任务状态 doing:进行中 success:成功 failed:失败 partial_success:部分成功",
|
513
|
-
"example": "",
|
513
|
+
"example": "success",
|
514
514
|
"member": "string",
|
515
515
|
"name": "Status",
|
516
|
-
"
|
516
|
+
"output_required": true,
|
517
517
|
"type": "string",
|
518
518
|
"value_allowed_null": false
|
519
519
|
},
|
520
520
|
{
|
521
521
|
"disabled": false,
|
522
522
|
"document": "批量任务类型",
|
523
|
-
"example": "",
|
523
|
+
"example": "batch_modify_owner",
|
524
524
|
"member": "string",
|
525
525
|
"name": "BatchAction",
|
526
|
-
"
|
526
|
+
"output_required": true,
|
527
527
|
"type": "string",
|
528
528
|
"value_allowed_null": false
|
529
529
|
}
|
@@ -769,7 +769,7 @@
|
|
769
769
|
{
|
770
770
|
"disabled": false,
|
771
771
|
"document": "计费请求参数,以Json字符串的形式进行返回。",
|
772
|
-
"example": "
|
772
|
+
"example": ">{\\\"uin\\\":\\\"100*****091\\\",\\\"ownerUin\\\":\\\"100*****091\\\",\\\"appId\\\":10000,\\\"goods\\\":[{\\\"goodsCategoryId\\\":100,\\\"regionId\\\":47,\\\"zoneId\\\":470004,\\\"goodsNum\\\":1,\\\"projectId\\\":0,\\\"payMode\\\":1,\\\"goodsDetail\\\":{\\\"pid\\\":1000,\\\"productCode\\\":\\\"p_d\\\",\\\"subProductCode\\\":\\\"sp_d_*\\\",\\\"productInfo\\\":[{\\\"name\\\":\\\"预释放竞价保证金订单\\\",\\\"value\\\":\\\"竞价域名:att.com\\\"}],\\\"domain\\\":\\\"att.com\\\",\\\"timeSpan\\\":1,\\\"timeUnit\\\":\\\"p\\\",\\\"autoRenewFlag\\\":0,\\\"createType\\\":\\\"bid_deposit\\\",\\\"price\\\":10000,\\\"bondPrice\\\":0,\\\"biddingBondPrice\\\":100,\\\"sv_d\\\":1,\\\"businessId\\\":\\\"P0********945\\\",\\\"isAutoPay\\\":0,\\\"templateId\\\":\\\"\\\"}}]}",
|
773
773
|
"member": "string",
|
774
774
|
"name": "BillingParam",
|
775
775
|
"output_required": false,
|
@@ -1646,7 +1646,7 @@
|
|
1646
1646
|
{
|
1647
1647
|
"disabled": false,
|
1648
1648
|
"document": "模板信息",
|
1649
|
-
"example": "
|
1649
|
+
"example": "{\"AuditReason\": \"\",\"IsValidTemplate\": 1,\"UpdatedOn\": \"2024-12-18 12:23:28\",\"AuditStatus\": \"InAudit\",\"CreatedOn\": \"2024-12-18 12:23:28\",\"IsBlack\": false,\"InvalidReason\": \"\",\"Tag\": 0,\"CertificateInfo\": {\"OriginImgUrl\": \"https://domain-***.com/1000***3.jpg\",\"CertificateCode\": \"***56\",\"RegistrantCertificateCode\": \"\",\"RegistrantImgUrl\": \"\",\"RegistrantCertificateType\": \"\",\"CertificateType\": \"SFZ\",\"ImgUrl\": \"https://domain-***.com/1000***3.jpg\"},\"TemplateId\": \"tmpl-***u\",\"UserUin\": \"***07\",\"ContactInfo\": {\"Province\": \"shang hai shi\",\"RegistrantType\": \"I\",\"OrganizationName\": \"*u\",\"OrganizationNameCN\": \"*名\",\"Country\": \"CN\",\"RegistrantName\": \"*名\",\"ZipCode\": \"***1\",\"Email\": \"*@qq.com\",\"City\": \"shang hai shi\",\"RegistrantNameCN\": \"*名\",\"StreetCN\": \"***117号\",\"Street\": \"***1117 Hao\",\"ProvinceCN\": \"上海市\",\"CountryCN\": \"中国\",\"CityCN\": \"上海市\",\"Telephone\": \"***29\"},\"IsDefault\": \"no\",\"MessageCheck\": 0}",
|
1650
1650
|
"member": "TemplateInfo",
|
1651
1651
|
"name": "Template",
|
1652
1652
|
"output_required": true,
|
@@ -2951,7 +2951,7 @@
|
|
2951
2951
|
{
|
2952
2952
|
"disabled": false,
|
2953
2953
|
"document": "域名价格列表",
|
2954
|
-
"example": "[]",
|
2954
|
+
"example": "[{\"Operation\": \"renew\",\"Price\": 266,\"Year\": 7,\"RealPrice\": 266,\"Tld\": \".pw\"}]",
|
2955
2955
|
"member": "PriceInfo",
|
2956
2956
|
"name": "PriceList",
|
2957
2957
|
"output_required": true,
|
@@ -4207,7 +4207,7 @@
|
|
4207
4207
|
{
|
4208
4208
|
"disabled": false,
|
4209
4209
|
"document": "失败原因\n注意:此字段可能返回 null,表示取不到有效值。",
|
4210
|
-
"example": "
|
4210
|
+
"example": "域名正在转出中,不可编辑",
|
4211
4211
|
"member": "string",
|
4212
4212
|
"name": "Reason",
|
4213
4213
|
"output_required": true,
|
@@ -4332,7 +4332,7 @@
|
|
4332
4332
|
"example": "1",
|
4333
4333
|
"member": "bool",
|
4334
4334
|
"name": "IsPremium",
|
4335
|
-
"
|
4335
|
+
"output_required": true,
|
4336
4336
|
"type": "bool",
|
4337
4337
|
"value_allowed_null": false
|
4338
4338
|
},
|
@@ -4342,7 +4342,7 @@
|
|
4342
4342
|
"example": "'domain-acnsd121q'",
|
4343
4343
|
"member": "string",
|
4344
4344
|
"name": "DomainId",
|
4345
|
-
"
|
4345
|
+
"output_required": true,
|
4346
4346
|
"type": "string",
|
4347
4347
|
"value_allowed_null": false
|
4348
4348
|
},
|
@@ -4352,7 +4352,7 @@
|
|
4352
4352
|
"example": "xxxx.com",
|
4353
4353
|
"member": "string",
|
4354
4354
|
"name": "DomainName",
|
4355
|
-
"
|
4355
|
+
"output_required": true,
|
4356
4356
|
"type": "string",
|
4357
4357
|
"value_allowed_null": false
|
4358
4358
|
},
|
@@ -4362,27 +4362,27 @@
|
|
4362
4362
|
"example": "1",
|
4363
4363
|
"member": "uint64",
|
4364
4364
|
"name": "AutoRenew",
|
4365
|
-
"
|
4365
|
+
"output_required": true,
|
4366
4366
|
"type": "int",
|
4367
4367
|
"value_allowed_null": false
|
4368
4368
|
},
|
4369
4369
|
{
|
4370
4370
|
"disabled": false,
|
4371
4371
|
"document": "注册时间。",
|
4372
|
-
"example": "
|
4372
|
+
"example": "2022-10-01 12:00:00",
|
4373
4373
|
"member": "string",
|
4374
4374
|
"name": "CreationDate",
|
4375
|
-
"
|
4375
|
+
"output_required": true,
|
4376
4376
|
"type": "string",
|
4377
4377
|
"value_allowed_null": false
|
4378
4378
|
},
|
4379
4379
|
{
|
4380
4380
|
"disabled": false,
|
4381
4381
|
"document": "到期时间。",
|
4382
|
-
"example": "
|
4382
|
+
"example": "2025-10-01 12:00:00",
|
4383
4383
|
"member": "string",
|
4384
4384
|
"name": "ExpirationDate",
|
4385
|
-
"
|
4385
|
+
"output_required": true,
|
4386
4386
|
"type": "string",
|
4387
4387
|
"value_allowed_null": false
|
4388
4388
|
},
|
@@ -4392,7 +4392,7 @@
|
|
4392
4392
|
"example": ".com",
|
4393
4393
|
"member": "string",
|
4394
4394
|
"name": "Tld",
|
4395
|
-
"
|
4395
|
+
"output_required": true,
|
4396
4396
|
"type": "string",
|
4397
4397
|
"value_allowed_null": false
|
4398
4398
|
},
|
@@ -4402,7 +4402,7 @@
|
|
4402
4402
|
"example": ".com",
|
4403
4403
|
"member": "string",
|
4404
4404
|
"name": "CodeTld",
|
4405
|
-
"
|
4405
|
+
"output_required": true,
|
4406
4406
|
"type": "string",
|
4407
4407
|
"value_allowed_null": false
|
4408
4408
|
},
|
@@ -4412,7 +4412,7 @@
|
|
4412
4412
|
"example": "ok",
|
4413
4413
|
"member": "string",
|
4414
4414
|
"name": "BuyStatus",
|
4415
|
-
"
|
4415
|
+
"output_required": true,
|
4416
4416
|
"type": "string",
|
4417
4417
|
"value_allowed_null": false
|
4418
4418
|
}
|
@@ -4731,7 +4731,7 @@
|
|
4731
4731
|
"example": "54",
|
4732
4732
|
"member": "uint64",
|
4733
4733
|
"name": "LogId",
|
4734
|
-
"
|
4734
|
+
"output_required": true,
|
4735
4735
|
"type": "int",
|
4736
4736
|
"value_allowed_null": false
|
4737
4737
|
},
|
@@ -5142,50 +5142,50 @@
|
|
5142
5142
|
{
|
5143
5143
|
"disabled": false,
|
5144
5144
|
"document": "域名后缀,例如.com",
|
5145
|
-
"example": "",
|
5145
|
+
"example": ".com",
|
5146
5146
|
"member": "string",
|
5147
5147
|
"name": "Tld",
|
5148
|
-
"
|
5148
|
+
"output_required": true,
|
5149
5149
|
"type": "string",
|
5150
5150
|
"value_allowed_null": false
|
5151
5151
|
},
|
5152
5152
|
{
|
5153
5153
|
"disabled": false,
|
5154
5154
|
"document": "购买年限,范围[1-10]",
|
5155
|
-
"example": "",
|
5155
|
+
"example": "1",
|
5156
5156
|
"member": "uint64",
|
5157
5157
|
"name": "Year",
|
5158
|
-
"
|
5158
|
+
"output_required": true,
|
5159
5159
|
"type": "int",
|
5160
5160
|
"value_allowed_null": false
|
5161
5161
|
},
|
5162
5162
|
{
|
5163
5163
|
"disabled": false,
|
5164
5164
|
"document": "域名原价",
|
5165
|
-
"example": "",
|
5165
|
+
"example": "1000",
|
5166
5166
|
"member": "uint64",
|
5167
5167
|
"name": "Price",
|
5168
|
-
"
|
5168
|
+
"output_required": true,
|
5169
5169
|
"type": "int",
|
5170
5170
|
"value_allowed_null": false
|
5171
5171
|
},
|
5172
5172
|
{
|
5173
5173
|
"disabled": false,
|
5174
5174
|
"document": "域名现价",
|
5175
|
-
"example": "",
|
5175
|
+
"example": "1000",
|
5176
5176
|
"member": "uint64",
|
5177
5177
|
"name": "RealPrice",
|
5178
|
-
"
|
5178
|
+
"output_required": true,
|
5179
5179
|
"type": "int",
|
5180
5180
|
"value_allowed_null": false
|
5181
5181
|
},
|
5182
5182
|
{
|
5183
5183
|
"disabled": false,
|
5184
5184
|
"document": "商品的购买类型,新购,续费,赎回,转入,续费并转入",
|
5185
|
-
"example": "",
|
5185
|
+
"example": "new",
|
5186
5186
|
"member": "string",
|
5187
5187
|
"name": "Operation",
|
5188
|
-
"
|
5188
|
+
"output_required": true,
|
5189
5189
|
"type": "string",
|
5190
5190
|
"value_allowed_null": false
|
5191
5191
|
}
|
@@ -5831,7 +5831,7 @@
|
|
5831
5831
|
{
|
5832
5832
|
"disabled": false,
|
5833
5833
|
"document": "认证信息",
|
5834
|
-
"example": "
|
5834
|
+
"example": "{\"OriginImgUrl\": \"https://image.cos..com/image1.jpg?\",\"CertificateCode\": \"1***12\",\"RegistrantCertificateCode\": \"\",\"RegistrantImgUrl\": \"\",\"RegistrantCertificateType\": \"\",\"CertificateType\": \"SFZ\",\"ImgUrl\": \"https://image.cos..com/image1.jpg?\"}",
|
5835
5835
|
"member": "CertificateInfo",
|
5836
5836
|
"name": "CertificateInfo",
|
5837
5837
|
"output_required": true,
|
@@ -5841,7 +5841,7 @@
|
|
5841
5841
|
{
|
5842
5842
|
"disabled": false,
|
5843
5843
|
"document": "联系人信息",
|
5844
|
-
"example": "
|
5844
|
+
"example": "{\"Province\": \"*ng\",\"RegistrantType\": \"I\",\"OrganizationName\": \"*ng\",\"OrganizationNameCN\": \"*名\",\"Country\": \"CN\",\"RegistrantName\": \"*ng\",\"ZipCode\": \"0***0\",\"Email\": \"***@tencent.com\",\"City\": \"***hi\",\"RegistrantNameCN\": \"*名\",\"StreetCN\": \"***城\",\"Street\": \"***eng\",\"ProvinceCN\": \"*省\",\"CountryCN\": \"中国\",\"CityCN\": \"*市\",\"Telephone\": \"1***9\"}",
|
5845
5845
|
"member": "ContactInfo",
|
5846
5846
|
"name": "ContactInfo",
|
5847
5847
|
"output_required": true,
|
@@ -5861,7 +5861,7 @@
|
|
5861
5861
|
{
|
5862
5862
|
"disabled": false,
|
5863
5863
|
"document": "不符合规范原因",
|
5864
|
-
"example": "
|
5864
|
+
"example": "该信息模板部分信息不规范,请重新填写",
|
5865
5865
|
"member": "string",
|
5866
5866
|
"name": "InvalidReason",
|
5867
5867
|
"output_required": true,
|