tccli 3.0.1212.1__py2.py3-none-any.whl → 3.0.1214.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/batch/v20170312/api.json +2 -2
- tccli/services/captcha/v20190722/api.json +55 -45
- tccli/services/captcha/v20190722/examples.json +11 -11
- tccli/services/cdb/v20170320/api.json +9 -0
- tccli/services/cfw/v20190904/api.json +96 -87
- tccli/services/cfw/v20190904/examples.json +32 -32
- tccli/services/clb/v20180317/api.json +19 -1
- tccli/services/cvm/v20170312/api.json +3 -3
- tccli/services/cwp/v20180228/api.json +478 -394
- tccli/services/cwp/v20180228/examples.json +160 -160
- tccli/services/cynosdb/v20190107/api.json +51 -40
- tccli/services/cynosdb/v20190107/examples.json +2 -2
- tccli/services/dbbrain/v20210527/api.json +2 -2
- tccli/services/dbbrain/v20210527/examples.json +1 -1
- tccli/services/ecdn/v20191012/api.json +2 -2
- tccli/services/ecdn/v20191012/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +2 -2
- tccli/services/emr/v20190103/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +19 -1
- tccli/services/ess/v20201111/examples.json +6 -0
- tccli/services/essbasic/v20210526/api.json +18 -0
- tccli/services/essbasic/v20210526/examples.json +6 -0
- tccli/services/gaap/v20180529/api.json +95 -85
- tccli/services/gaap/v20180529/examples.json +27 -33
- tccli/services/hunyuan/v20230901/api.json +1 -1
- tccli/services/lcic/v20220817/api.json +1 -1
- tccli/services/lcic/v20220817/examples.json +2 -2
- tccli/services/lighthouse/v20200324/api.json +6 -6
- tccli/services/lighthouse/v20200324/examples.json +1 -1
- tccli/services/monitor/v20180724/api.json +19 -0
- tccli/services/mqtt/v20240516/api.json +3 -3
- tccli/services/ocr/v20181119/api.json +1 -1
- tccli/services/pts/v20210728/api.json +11 -0
- tccli/services/rce/v20201103/api.json +10 -10
- tccli/services/rce/v20201103/examples.json +1 -1
- tccli/services/redis/v20180412/api.json +2 -2
- tccli/services/ses/v20201002/api.json +21 -21
- tccli/services/sms/v20190711/api.json +74 -74
- tccli/services/sms/v20190711/examples.json +12 -12
- tccli/services/sms/v20210111/api.json +73 -73
- tccli/services/sms/v20210111/examples.json +15 -15
- tccli/services/taf/v20200210/api.json +92 -95
- tccli/services/taf/v20200210/examples.json +2 -2
- tccli/services/tdmq/tdmq_client.py +159 -0
- tccli/services/tdmq/v20200217/api.json +769 -358
- tccli/services/tdmq/v20200217/examples.json +107 -83
- tccli/services/trocket/v20230308/api.json +382 -285
- tccli/services/trocket/v20230308/examples.json +60 -66
- tccli/services/tsi/v20210325/api.json +79 -0
- tccli/services/vod/v20180717/api.json +500 -57
- tccli/services/vod/v20180717/examples.json +8 -2
- tccli/services/vpc/v20170312/api.json +9 -9
- tccli/services/waf/v20180125/api.json +83 -1
- tccli/services/waf/v20180125/examples.json +9 -1
- tccli/services/waf/waf_client.py +57 -4
- tccli/services/wedata/v20210820/api.json +390 -0
- tccli/services/wedata/v20210820/examples.json +14 -0
- tccli/services/wedata/wedata_client.py +57 -4
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/RECORD +64 -64
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1212.1.dist-info → tccli-3.0.1214.1.dist-info}/license_files/LICENSE +0 -0
@@ -71,7 +71,7 @@
|
|
71
71
|
"status": "online"
|
72
72
|
},
|
73
73
|
"CreateAccounts": {
|
74
|
-
"document": "
|
74
|
+
"document": "本接口(CreateAccounts)用于创建用户账号。",
|
75
75
|
"input": "CreateAccountsRequest",
|
76
76
|
"name": "创建用户账号",
|
77
77
|
"output": "CreateAccountsResponse",
|
@@ -92,7 +92,7 @@
|
|
92
92
|
"status": "online"
|
93
93
|
},
|
94
94
|
"CreateBackup": {
|
95
|
-
"document": "
|
95
|
+
"document": "本接口(CreateBackup)用于为集群创建手动备份。",
|
96
96
|
"input": "CreateBackupRequest",
|
97
97
|
"name": "创建手动备份",
|
98
98
|
"output": "CreateBackupResponse",
|
@@ -106,7 +106,7 @@
|
|
106
106
|
"status": "online"
|
107
107
|
},
|
108
108
|
"CreateClusterDatabase": {
|
109
|
-
"document": "
|
109
|
+
"document": "本接口(CreateClusterDatabase)用于创建数据库。",
|
110
110
|
"input": "CreateClusterDatabaseRequest",
|
111
111
|
"name": "创建数据库",
|
112
112
|
"output": "CreateClusterDatabaseResponse",
|
@@ -120,7 +120,7 @@
|
|
120
120
|
"status": "online"
|
121
121
|
},
|
122
122
|
"CreateParamTemplate": {
|
123
|
-
"document": "本接口(CreateParamTemplate
|
123
|
+
"document": "本接口(CreateParamTemplate)用于创建参数模板。",
|
124
124
|
"input": "CreateParamTemplateRequest",
|
125
125
|
"name": "创建参数模板",
|
126
126
|
"output": "CreateParamTemplateResponse",
|
@@ -134,7 +134,7 @@
|
|
134
134
|
"status": "online"
|
135
135
|
},
|
136
136
|
"CreateProxyEndPoint": {
|
137
|
-
"document": "
|
137
|
+
"document": "本接口(CreateProxyEndPoint)用于创建数据库代理连接点。",
|
138
138
|
"input": "CreateProxyEndPointRequest",
|
139
139
|
"name": "创建数据库代理连接点",
|
140
140
|
"output": "CreateProxyEndPointResponse",
|
@@ -148,7 +148,7 @@
|
|
148
148
|
"status": "online"
|
149
149
|
},
|
150
150
|
"DeleteAccounts": {
|
151
|
-
"document": "
|
151
|
+
"document": "本接口(DeleteAccounts)用于删除用户账号。",
|
152
152
|
"input": "DeleteAccountsRequest",
|
153
153
|
"name": "删除用户账号",
|
154
154
|
"output": "DeleteAccountsResponse",
|
@@ -162,7 +162,7 @@
|
|
162
162
|
"status": "online"
|
163
163
|
},
|
164
164
|
"DeleteAuditRuleTemplates": {
|
165
|
-
"document": "
|
165
|
+
"document": "本接口(DeleteAuditRuleTemplates)用于删除审计规则模板。",
|
166
166
|
"input": "DeleteAuditRuleTemplatesRequest",
|
167
167
|
"name": "删除审计规则模板",
|
168
168
|
"output": "DeleteAuditRuleTemplatesResponse",
|
@@ -204,7 +204,7 @@
|
|
204
204
|
"status": "online"
|
205
205
|
},
|
206
206
|
"DescribeAccountPrivileges": {
|
207
|
-
"document": "
|
207
|
+
"document": "本接口(DescribeAccountPrivileges)用于查询账号已有权限。",
|
208
208
|
"input": "DescribeAccountPrivilegesRequest",
|
209
209
|
"name": "查询账号已有权限",
|
210
210
|
"output": "DescribeAccountPrivilegesResponse",
|
@@ -239,7 +239,7 @@
|
|
239
239
|
"status": "online"
|
240
240
|
},
|
241
241
|
"DescribeAuditRuleTemplates": {
|
242
|
-
"document": "
|
242
|
+
"document": "本接口(DescribeAuditRuleTemplates)用于查询审计规则模板信息。",
|
243
243
|
"input": "DescribeAuditRuleTemplatesRequest",
|
244
244
|
"name": "查询审计规则模板",
|
245
245
|
"output": "DescribeAuditRuleTemplatesResponse",
|
@@ -351,14 +351,14 @@
|
|
351
351
|
"status": "online"
|
352
352
|
},
|
353
353
|
"DescribeClusterParams": {
|
354
|
-
"document": "本接口(DescribeClusterParams
|
354
|
+
"document": "本接口(DescribeClusterParams)用于查询集群参数。",
|
355
355
|
"input": "DescribeClusterParamsRequest",
|
356
356
|
"name": "查询集群参数",
|
357
357
|
"output": "DescribeClusterParamsResponse",
|
358
358
|
"status": "online"
|
359
359
|
},
|
360
360
|
"DescribeClusterPasswordComplexity": {
|
361
|
-
"document": "本接口(DescribeClusterPasswordComplexity
|
361
|
+
"document": "本接口(DescribeClusterPasswordComplexity)用于查看集群密码复杂度详情。",
|
362
362
|
"input": "DescribeClusterPasswordComplexityRequest",
|
363
363
|
"name": "查看集群密码复杂度详情",
|
364
364
|
"output": "DescribeClusterPasswordComplexityResponse",
|
@@ -372,7 +372,7 @@
|
|
372
372
|
"status": "online"
|
373
373
|
},
|
374
374
|
"DescribeDBSecurityGroups": {
|
375
|
-
"document": "
|
375
|
+
"document": "本接口(DescribeDBSecurityGroups)用于查询实例安全组信息。",
|
376
376
|
"input": "DescribeDBSecurityGroupsRequest",
|
377
377
|
"name": "查询实例安全组信息",
|
378
378
|
"output": "DescribeDBSecurityGroupsResponse",
|
@@ -400,14 +400,14 @@
|
|
400
400
|
"status": "online"
|
401
401
|
},
|
402
402
|
"DescribeInstanceErrorLogs": {
|
403
|
-
"document": "
|
403
|
+
"document": "本接口(DescribeInstanceErrorLogs)用于查询实例错误日志列表。",
|
404
404
|
"input": "DescribeInstanceErrorLogsRequest",
|
405
405
|
"name": "查询错误日志列表",
|
406
406
|
"output": "DescribeInstanceErrorLogsResponse",
|
407
407
|
"status": "online"
|
408
408
|
},
|
409
409
|
"DescribeInstanceParams": {
|
410
|
-
"document": "
|
410
|
+
"document": "本接口(DescribeInstanceParams)用于查询实例参数列表。",
|
411
411
|
"input": "DescribeInstanceParamsRequest",
|
412
412
|
"name": "查询实例参数列表",
|
413
413
|
"output": "DescribeInstanceParamsResponse",
|
@@ -449,14 +449,14 @@
|
|
449
449
|
"status": "online"
|
450
450
|
},
|
451
451
|
"DescribeParamTemplateDetail": {
|
452
|
-
"document": "本接口(DescribeParamTemplateDetail
|
452
|
+
"document": "本接口(DescribeParamTemplateDetail)用于查询用户参数模板详情。",
|
453
453
|
"input": "DescribeParamTemplateDetailRequest",
|
454
454
|
"name": "查询参数模板详情",
|
455
455
|
"output": "DescribeParamTemplateDetailResponse",
|
456
456
|
"status": "online"
|
457
457
|
},
|
458
458
|
"DescribeParamTemplates": {
|
459
|
-
"document": "
|
459
|
+
"document": "本接口(DescribeParamTemplates)用于查询用户指定产品下的所有参数模板信息。",
|
460
460
|
"input": "DescribeParamTemplatesRequest",
|
461
461
|
"name": "查询参数模板信息",
|
462
462
|
"output": "DescribeParamTemplatesResponse",
|
@@ -470,7 +470,7 @@
|
|
470
470
|
"status": "online"
|
471
471
|
},
|
472
472
|
"DescribeProxies": {
|
473
|
-
"document": "
|
473
|
+
"document": "本接口(DescribeProxies)用于查询数据库代理列表。",
|
474
474
|
"input": "DescribeProxiesRequest",
|
475
475
|
"name": "查询数据库代理列表",
|
476
476
|
"output": "DescribeProxiesResponse",
|
@@ -512,7 +512,7 @@
|
|
512
512
|
"status": "online"
|
513
513
|
},
|
514
514
|
"DescribeResourcesByDealName": {
|
515
|
-
"document": "
|
515
|
+
"document": "本接口(DescribeResourcesByDealName)用于查询订单关联实例。",
|
516
516
|
"input": "DescribeResourcesByDealNameRequest",
|
517
517
|
"name": "查询订单关联实例",
|
518
518
|
"output": "DescribeResourcesByDealNameResponse",
|
@@ -533,7 +533,7 @@
|
|
533
533
|
"status": "online"
|
534
534
|
},
|
535
535
|
"DescribeSupportProxyVersion": {
|
536
|
-
"document": "
|
536
|
+
"document": "本接口(DescribeSupportProxyVersion)用于查询支持的数据库代理版本。",
|
537
537
|
"input": "DescribeSupportProxyVersionRequest",
|
538
538
|
"name": "查询支持的数据库代理版本",
|
539
539
|
"output": "DescribeSupportProxyVersionResponse",
|
@@ -582,7 +582,7 @@
|
|
582
582
|
"status": "online"
|
583
583
|
},
|
584
584
|
"GrantAccountPrivileges": {
|
585
|
-
"document": "
|
585
|
+
"document": "本接口(GrantAccountPrivileges)用于批量授权账号权限。",
|
586
586
|
"input": "GrantAccountPrivilegesRequest",
|
587
587
|
"name": "批量授权账号权限",
|
588
588
|
"output": "GrantAccountPrivilegesResponse",
|
@@ -603,7 +603,7 @@
|
|
603
603
|
"status": "online"
|
604
604
|
},
|
605
605
|
"InquirePriceRenew": {
|
606
|
-
"document": "
|
606
|
+
"document": "本接口(InquirePriceRenew)用于查询续费集群价格。",
|
607
607
|
"input": "InquirePriceRenewRequest",
|
608
608
|
"name": "续费集群询价",
|
609
609
|
"output": "InquirePriceRenewResponse",
|
@@ -631,21 +631,21 @@
|
|
631
631
|
"status": "online"
|
632
632
|
},
|
633
633
|
"ModifyAccountHost": {
|
634
|
-
"document": "
|
634
|
+
"document": "本接口(ModifyAccountHost)用于修改账号主机。",
|
635
635
|
"input": "ModifyAccountHostRequest",
|
636
636
|
"name": "修改账号主机",
|
637
637
|
"output": "ModifyAccountHostResponse",
|
638
638
|
"status": "online"
|
639
639
|
},
|
640
640
|
"ModifyAccountParams": {
|
641
|
-
"document": "
|
641
|
+
"document": "本接口(ModifyAccountParams)用于修改账号配置。",
|
642
642
|
"input": "ModifyAccountParamsRequest",
|
643
643
|
"name": "修改账号配置",
|
644
644
|
"output": "ModifyAccountParamsResponse",
|
645
645
|
"status": "online"
|
646
646
|
},
|
647
647
|
"ModifyAccountPrivileges": {
|
648
|
-
"document": "
|
648
|
+
"document": "本接口(ModifyAccountPrivileges)用于修改账号库表权限。",
|
649
649
|
"input": "ModifyAccountPrivilegesRequest",
|
650
650
|
"name": "修改账号库表权限",
|
651
651
|
"output": "ModifyAccountPrivilegesResponse",
|
@@ -708,7 +708,7 @@
|
|
708
708
|
"status": "online"
|
709
709
|
},
|
710
710
|
"ModifyClusterParam": {
|
711
|
-
"document": "
|
711
|
+
"document": "本接口(ModifyClusterParam)用于修改集群参数。",
|
712
712
|
"input": "ModifyClusterParamRequest",
|
713
713
|
"name": "修改集群参数",
|
714
714
|
"output": "ModifyClusterParamResponse",
|
@@ -729,7 +729,7 @@
|
|
729
729
|
"status": "online"
|
730
730
|
},
|
731
731
|
"ModifyClusterStorage": {
|
732
|
-
"document": "
|
732
|
+
"document": "本接口(ModifyClusterStorage)用于调整包年包月存储容量。",
|
733
733
|
"input": "ModifyClusterStorageRequest",
|
734
734
|
"name": "调整包年包月存储容量",
|
735
735
|
"output": "ModifyClusterStorageResponse",
|
@@ -778,14 +778,14 @@
|
|
778
778
|
"status": "online"
|
779
779
|
},
|
780
780
|
"ModifyProxyDesc": {
|
781
|
-
"document": "
|
781
|
+
"document": "本接口(ModifyProxyDesc)用于修改数据库代理描述。",
|
782
782
|
"input": "ModifyProxyDescRequest",
|
783
783
|
"name": "修改数据库代理描述",
|
784
784
|
"output": "ModifyProxyDescResponse",
|
785
785
|
"status": "online"
|
786
786
|
},
|
787
787
|
"ModifyProxyRwSplit": {
|
788
|
-
"document": "
|
788
|
+
"document": "本接口(ModifyProxyRwSplit)用于配置数据库代理读写分离。",
|
789
789
|
"input": "ModifyProxyRwSplitRequest",
|
790
790
|
"name": "配置数据库代理读写分离",
|
791
791
|
"output": "ModifyProxyRwSplitResponse",
|
@@ -820,7 +820,7 @@
|
|
820
820
|
"status": "online"
|
821
821
|
},
|
822
822
|
"ModifyVipVport": {
|
823
|
-
"document": "
|
823
|
+
"document": "本接口(ModifyVipVport)用于修改实例组ip,端口。",
|
824
824
|
"input": "ModifyVipVportRequest",
|
825
825
|
"name": "修改实例组ip,端口",
|
826
826
|
"output": "ModifyVipVportResponse",
|
@@ -834,7 +834,7 @@
|
|
834
834
|
"status": "online"
|
835
835
|
},
|
836
836
|
"OfflineInstance": {
|
837
|
-
"document": "
|
837
|
+
"document": "本接口(OfflineInstance)用于销毁实例。",
|
838
838
|
"input": "OfflineInstanceRequest",
|
839
839
|
"name": "销毁实例",
|
840
840
|
"output": "OfflineInstanceResponse",
|
@@ -890,7 +890,7 @@
|
|
890
890
|
"status": "online"
|
891
891
|
},
|
892
892
|
"ReloadBalanceProxyNode": {
|
893
|
-
"document": "
|
893
|
+
"document": "本接口(ReloadBalanceProxyNode)用于负载均衡数据库代理。",
|
894
894
|
"input": "ReloadBalanceProxyNodeRequest",
|
895
895
|
"name": "负载均衡数据库代理",
|
896
896
|
"output": "ReloadBalanceProxyNodeResponse",
|
@@ -911,14 +911,14 @@
|
|
911
911
|
"status": "online"
|
912
912
|
},
|
913
913
|
"ResetAccountPassword": {
|
914
|
-
"document": "
|
914
|
+
"document": "本接口(ResetAccountPassword)用于修改数据库账号密码。",
|
915
915
|
"input": "ResetAccountPasswordRequest",
|
916
916
|
"name": "修改数据库账号密码",
|
917
917
|
"output": "ResetAccountPasswordResponse",
|
918
918
|
"status": "online"
|
919
919
|
},
|
920
920
|
"RestartInstance": {
|
921
|
-
"document": "
|
921
|
+
"document": "本接口(RestartInstance)用于重启实例。",
|
922
922
|
"input": "RestartInstanceRequest",
|
923
923
|
"name": "重启实例",
|
924
924
|
"output": "RestartInstanceResponse",
|
@@ -939,7 +939,7 @@
|
|
939
939
|
"status": "online"
|
940
940
|
},
|
941
941
|
"RollBackCluster": {
|
942
|
-
"document": "本接口(RollBackCluster
|
942
|
+
"document": "本接口(RollBackCluster)用于集群回档。",
|
943
943
|
"input": "RollBackClusterRequest",
|
944
944
|
"name": "集群回档",
|
945
945
|
"output": "RollBackClusterResponse",
|
@@ -960,14 +960,14 @@
|
|
960
960
|
"status": "online"
|
961
961
|
},
|
962
962
|
"SearchClusterTables": {
|
963
|
-
"document": "
|
963
|
+
"document": "本接口(SearchClusterTables)用于搜索集群数据表列表。",
|
964
964
|
"input": "SearchClusterTablesRequest",
|
965
965
|
"name": "搜索集群数据表列表",
|
966
966
|
"output": "SearchClusterTablesResponse",
|
967
967
|
"status": "online"
|
968
968
|
},
|
969
969
|
"SetRenewFlag": {
|
970
|
-
"document": "SetRenewFlag
|
970
|
+
"document": "本接口(SetRenewFlag)用于设置实例的自动续费功能。",
|
971
971
|
"input": "SetRenewFlagRequest",
|
972
972
|
"name": "设置自动续费",
|
973
973
|
"output": "SetRenewFlagResponse",
|
@@ -988,7 +988,7 @@
|
|
988
988
|
"status": "online"
|
989
989
|
},
|
990
990
|
"SwitchClusterVpc": {
|
991
|
-
"document": "
|
991
|
+
"document": "本接口(SwitchClusterVpc)用于更换集群vpc。",
|
992
992
|
"input": "SwitchClusterVpcRequest",
|
993
993
|
"name": "更换集群vpc",
|
994
994
|
"output": "SwitchClusterVpcResponse",
|
@@ -1002,7 +1002,7 @@
|
|
1002
1002
|
"status": "online"
|
1003
1003
|
},
|
1004
1004
|
"SwitchProxyVpc": {
|
1005
|
-
"document": "
|
1005
|
+
"document": "本接口(SwitchProxyVpc)用于更换数据库代理vpc。",
|
1006
1006
|
"input": "SwitchProxyVpcRequest",
|
1007
1007
|
"name": "更换数据库代理vpc",
|
1008
1008
|
"output": "SwitchProxyVpcResponse",
|
@@ -1037,7 +1037,7 @@
|
|
1037
1037
|
"status": "online"
|
1038
1038
|
},
|
1039
1039
|
"UpgradeProxyVersion": {
|
1040
|
-
"document": "
|
1040
|
+
"document": "本接口(UpgradeProxyVersion)用于升级数据库代理版本。",
|
1041
1041
|
"input": "UpgradeProxyVersionRequest",
|
1042
1042
|
"name": "升级数据库代理版本",
|
1043
1043
|
"output": "UpgradeProxyVersionResponse",
|
@@ -11134,7 +11134,17 @@
|
|
11134
11134
|
},
|
11135
11135
|
"DescribeProxySpecsRequest": {
|
11136
11136
|
"document": "DescribeProxySpecs请求参数结构体",
|
11137
|
-
"members": [
|
11137
|
+
"members": [
|
11138
|
+
{
|
11139
|
+
"disabled": false,
|
11140
|
+
"document": "集群id",
|
11141
|
+
"example": "cynosdbmysql-12xx4321",
|
11142
|
+
"member": "string",
|
11143
|
+
"name": "ClusterId",
|
11144
|
+
"required": false,
|
11145
|
+
"type": "string"
|
11146
|
+
}
|
11147
|
+
],
|
11138
11148
|
"type": "object"
|
11139
11149
|
},
|
11140
11150
|
"DescribeProxySpecsResponse": {
|
@@ -11146,6 +11156,7 @@
|
|
11146
11156
|
"example": "无",
|
11147
11157
|
"member": "ProxySpec",
|
11148
11158
|
"name": "ProxySpecs",
|
11159
|
+
"output_required": true,
|
11149
11160
|
"type": "list",
|
11150
11161
|
"value_allowed_null": false
|
11151
11162
|
},
|
@@ -747,8 +747,8 @@
|
|
747
747
|
"ModifyAccountHost": [
|
748
748
|
{
|
749
749
|
"document": "修改账号主机",
|
750
|
-
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountHost\n<公共请求参数>\n\n{\n \"ClusterId\": \"
|
751
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"
|
750
|
+
"input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAccountHost\n<公共请求参数>\n\n{\n \"ClusterId\": \"cynosdbmysql-on5xw0ni\",\n \"NewHost\": \"192.168.12.15\",\n \"Account\": {\n \"AccountName\": \"tomo1\",\n \"Host\": \"%\"\n }\n}",
|
751
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3558f586-4f83-4f3b-aabc-49d20126f657\"\n }\n}",
|
752
752
|
"title": "修改账号主机"
|
753
753
|
}
|
754
754
|
],
|
@@ -3575,7 +3575,7 @@
|
|
3575
3575
|
"example": "-",
|
3576
3576
|
"member": "UserProfile",
|
3577
3577
|
"name": "ProfileList",
|
3578
|
-
"
|
3578
|
+
"output_required": true,
|
3579
3579
|
"type": "list",
|
3580
3580
|
"value_allowed_null": true
|
3581
3581
|
},
|
@@ -3585,7 +3585,7 @@
|
|
3585
3585
|
"example": "1",
|
3586
3586
|
"member": "int64",
|
3587
3587
|
"name": "TotalCount",
|
3588
|
-
"
|
3588
|
+
"output_required": true,
|
3589
3589
|
"type": "int",
|
3590
3590
|
"value_allowed_null": true
|
3591
3591
|
},
|
@@ -260,7 +260,7 @@
|
|
260
260
|
{
|
261
261
|
"document": "",
|
262
262
|
"input": "https://dbbrain.tencentcloudapi.com/?Action=DescribeMailProfile\n&Product=mysql\n&ProfileType=scheduler_mail_configuration\n&Offset=0\n&Limit=20\n&<公共请求参数>",
|
263
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"c7324330-5fc8-11eb-a3f4-96666666\",\n \"ProfileList\": [\n {\n \"ProfileId\": \"12345\",\n \"ProfileType\": \"dbScan_mail_configuration\",\n \"ProfileLevel\": \"User\",\n \"ProfileName\": \"测试uin\",\n \"ProfileInfo\": {\n \"MailConfiguration\": {\n \"HealthStatus\": [\n \"HEALTH\",\n \"SUB_HEALTH\",\n \"RISK\",\n \"HIGH_RISK\"\n ],\n \"Region\": [\n \"
|
263
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"RequestId\": \"c7324330-5fc8-11eb-a3f4-96666666\",\n \"ProfileList\": [\n {\n \"ProfileId\": \"12345\",\n \"ProfileType\": \"dbScan_mail_configuration\",\n \"ProfileLevel\": \"User\",\n \"ProfileName\": \"测试uin\",\n \"ProfileInfo\": {\n \"MailConfiguration\": {\n \"HealthStatus\": [\n \"HEALTH\",\n \"SUB_HEALTH\",\n \"RISK\",\n \"HIGH_RISK\"\n ],\n \"Region\": [\n \"ap-guangzhou\"\n ],\n \"ContactGroup\": [],\n \"SendMail\": 0,\n \"ContactPerson\": [\n 123\n ]\n },\n \"Language\": \"zh\"\n }\n }\n ]\n }\n}",
|
264
264
|
"title": "获取邮件配置"
|
265
265
|
}
|
266
266
|
],
|
@@ -838,7 +838,7 @@
|
|
838
838
|
"example": "无",
|
839
839
|
"member": "DomainData",
|
840
840
|
"name": "Data",
|
841
|
-
"
|
841
|
+
"output_required": true,
|
842
842
|
"type": "list",
|
843
843
|
"value_allowed_null": false
|
844
844
|
},
|
@@ -848,7 +848,7 @@
|
|
848
848
|
"example": "20",
|
849
849
|
"member": "int64",
|
850
850
|
"name": "TotalCount",
|
851
|
-
"
|
851
|
+
"output_required": true,
|
852
852
|
"type": "int",
|
853
853
|
"value_allowed_null": false
|
854
854
|
},
|
@@ -52,7 +52,7 @@
|
|
52
52
|
{
|
53
53
|
"document": "",
|
54
54
|
"input": "https://ecdn.tencentcloudapi.com/?Action=DescribeEcdnDomainStatistics\n&StartTime=2018-09-04 00:00:00\n&EndTime=2018-09-04 12:00:00\n&Metrics.0=flux\n&Metrics.1=delay\n&Metrics.2=request\n&Metrics.3=bandwidth\n&Domains.0=www.test.com\n&Projects.0=0\n&<公共请求参数>",
|
55
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"13d41d37-546f-42ed-a3b9-ff82a51ecd0a\",\n \"Data\": [\n {\n \"Resource\": \"
|
55
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"13d41d37-546f-42ed-a3b9-ff82a51ecd0a\",\n \"Data\": [\n {\n \"Resource\": \"www.test.com\",\n \"DetailData\": [\n {\n \"Name\": \"request\",\n \"Value\": 5628872958\n },\n {\n \"Name\": \"flux\",\n \"Value\": 3535122082980\n },\n {\n \"Name\": \"delay\",\n \"Value\": 87\n },\n {\n \"Name\": \"bandwidth\",\n \"Value\": 825782981\n }\n ]\n }\n ],\n \"TotalCount\": 20\n }\n}",
|
56
56
|
"title": "域名统计指标查询"
|
57
57
|
}
|
58
58
|
],
|
@@ -239,9 +239,9 @@
|
|
239
239
|
"status": "online"
|
240
240
|
},
|
241
241
|
"DescribeTrinoQueryInfo": {
|
242
|
-
"document": "
|
242
|
+
"document": "查询Trino(PrestoSQL)查询信息",
|
243
243
|
"input": "DescribeTrinoQueryInfoRequest",
|
244
|
-
"name": "
|
244
|
+
"name": "查询Trino(PrestoSQL)查询信息",
|
245
245
|
"output": "DescribeTrinoQueryInfoResponse",
|
246
246
|
"status": "online"
|
247
247
|
},
|
@@ -277,7 +277,7 @@
|
|
277
277
|
"document": "",
|
278
278
|
"input": "POST / HTTP/1.1\nHost: emr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTrinoQueryInfo\n<公共请求参数>\n\n{\n \"InstanceId\": \"emr-d82w3t9p\",\n \"PageSize\": 10,\n \"StartTime\": 1701792000,\n \"EndTime\": 1701878399,\n \"Page\": 1\n}",
|
279
279
|
"output": "{\n \"Response\": {\n \"QueryInfoList\": [\n {\n \"Catalog\": \"hive\",\n \"ClientIpAddr\": \"10.0.1.104\",\n \"CompletedSplits\": \"\",\n \"CpuTime\": 0,\n \"CumulativeMemory\": 0,\n \"DurationMillis\": 0,\n \"EndTime\": 0,\n \"Id\": \"20240708_111543_00007_lcmdbi8z\",\n \"InternalNetworkBytes\": 0,\n \"OutputBytes\": 0,\n \"PeakUserMemoryBytes\": 0,\n \"PhysicalInputBytes\": 0,\n \"ProcessedInputBytes\": 0,\n \"SqlCompileTime\": 0,\n \"StartTime\": 0,\n \"State\": \"QUEUED\",\n \"Statement\": \"create table impala_ranger\",\n \"User\": \"hadoop\",\n \"WrittenBytes\": 0\n }\n ],\n \"RequestId\": \"cfbbbe0f-5d30-4bf7-b87b-428b14ac3ws22\",\n \"TotalCount\": 18\n }\n}",
|
280
|
-
"title": "
|
280
|
+
"title": "查询Trino(PrestoSQL)查询信息"
|
281
281
|
}
|
282
282
|
],
|
283
283
|
"DescribeUsersForUserManager": [
|
@@ -302,7 +302,7 @@
|
|
302
302
|
"status": "online"
|
303
303
|
},
|
304
304
|
"CreateReleaseFlow": {
|
305
|
-
"document": "发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。\n解除协议的模板是官方提供 ,经过提供法务审核,暂不支持自定义。\n\n注意:\n<ul><li><
|
305
|
+
"document": "发起解除协议的主要应用场景为:基于一份已经签署的合同(签署流程),进行解除操作。\n解除协议的模板是官方提供 ,经过提供法务审核,暂不支持自定义。\n\n注意:\n<ul>\n<li><strong>完成原合同签署后方可发起解除协议:</strong>只有在原合同所有签署人完成签署后,才可以启动解除协议的流程。</li>\n<li><strong>原合同状态更新:</strong>解除协议一旦签署完毕,原合同及解除协议状态将更新为“已解除”。</li>\n<li><strong>解除协议的个人参与要求:</strong>原合同中的个人参与者必须直接参与解除协议,禁止替换为其他第三方个人。</li>\n<li><strong>企业参与人的代理权:</strong>若原合同的企业参与人无法亲自参与解除协议,可指派具有等同权限的企业员工代行。</li>\n<li><strong>解除协议的费用问题:</strong>发起解除协议将产生费用,其扣费标准与其他企业合同相同。</li>\n<li><strong>解除协议的发起资格:</strong>仅限原合同中的企业类型参与者发起解除协议,个人参与者无此权限。</li>\n<li><strong>非原合同企业参与者的权限:</strong>非原合同的企业参与者发起解除协议时,必须具备相应的解除权限。</li>\n<li><strong>自动签署:</strong>支持本企业的自动签署,不支持其他企业的自动签署(不能不动神色的把别人参与的合同作废了)</li>\n</ul>\n![image](https://qcloudimg.tencent-cloud.cn/raw/3427941ecb091bf0c55009bad192dd1c.png)",
|
306
306
|
"input": "CreateReleaseFlowRequest",
|
307
307
|
"name": "发起解除协议",
|
308
308
|
"output": "CreateReleaseFlowResponse",
|
@@ -2683,6 +2683,24 @@
|
|
2683
2683
|
"name": "FlowBatchUrlInfo",
|
2684
2684
|
"required": false,
|
2685
2685
|
"type": "object"
|
2686
|
+
},
|
2687
|
+
{
|
2688
|
+
"disabled": false,
|
2689
|
+
"document": "<b>只有在生成H5签署链接的情形下</b>( 如调用<a href=\"https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateFlowSignUrl\" target=\"_blank\">获取H5签署链接</a>、<a href=\"https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateBatchQuickSignUrl\" target=\"_blank\">获取H5批量签署链接</a>等接口),该配置才会生效。 您可以指定H5签署视频核身的意图配置,选择问答模式或点头模式的语音文本。 注意: 1. 视频认证为<b>白名单功能,使用前请联系对接的客户经理沟通</b>。 2. 使用视频认证时,<b>生成H5签署链接的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。 3. 签署完成后,可以通过<a href=\"https://qian.tencent.com/developers/partnerApis/flows/ChannelDescribeSignFaceVideo\" target=\"_blank\">查询签署认证人脸视频</a>获取到当时的视频。",
|
2690
|
+
"example": "无",
|
2691
|
+
"member": "Intention",
|
2692
|
+
"name": "Intention",
|
2693
|
+
"required": false,
|
2694
|
+
"type": "object"
|
2695
|
+
},
|
2696
|
+
{
|
2697
|
+
"disabled": false,
|
2698
|
+
"document": "是否开启缓存签署人信息",
|
2699
|
+
"example": "无",
|
2700
|
+
"member": "bool",
|
2701
|
+
"name": "CacheApproverInfo",
|
2702
|
+
"required": false,
|
2703
|
+
"type": "bool"
|
2686
2704
|
}
|
2687
2705
|
],
|
2688
2706
|
"type": "object"
|
@@ -192,6 +192,12 @@
|
|
192
192
|
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchQuickSignUrl\n<公共请求参数>\n\n{\n \"ApproverSignTypes\": [\n 1,\n 3\n ],\n \"FlowApproverInfo\": {\n \"ApproverType\": 1\n },\n \"FlowIds\": [\n \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\",\n \"yDwFmUUckpst10i3UubBSat8PWOt2iQF\"\n ],\n \"JumpUrl\": \"https://abc.com\",\n \"SignatureTypes\": [\n 0,\n 1\n ],\n \"FlowBatchUrlInfo\": {\n \"FlowBatchApproverInfos\": [\n {\n \"FlowId\": \"yDwFmUUckpstqfvzUE1h3jo1f3cqjkGm\",\n \"RecipientId\": \"yDCmvUUckpup6xhwUxKRs1rIRejg254i\"\n },\n {\n \"FlowId\": \"yDwFmUUckpst10i3UubBSat8PWOt2iQF\",\n \"RecipientId\": \"yDCmvUUckpup6xh1UxKRs1rwHjT5QyHH\"\n }\n ]\n }\n}",
|
193
193
|
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfo\": {\n \"ApproverMobile\": \"\",\n \"ApproverName\": \"\",\n \"ApproverType\": 1,\n \"LongUrl\": \"https://quick.qian.tencent.cn/guide?Code=yDwiB**FOE&CodeType=QUICK&shortKey=yDwiB**1e5&token=Rg0**Q\",\n \"SignUrl\": \"https://essurl.cn/Rg0**Q\"\n },\n \"RequestId\": \"s1698**9686\"\n }\n}",
|
194
194
|
"title": "发起合同后,获取C端签署人的H5批量领取链接"
|
195
|
+
},
|
196
|
+
{
|
197
|
+
"document": "1. 为个人用户生成合同组H5批量签署链接\n2. 使用默认的签名类型\n3. 使用默认的签署方式\n4. 默认跳转到合同列表页\n5.指定视频问答模式的认证方式",
|
198
|
+
"input": "POST / HTTP/1.1\nHost: ess.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBatchQuickSignUrl\n<公共请求参数>\n\n{\n \"Operator\": {\n \"ClientIp\": \"1.2.3.4\",\n \"UserId\": \"yDxVwUyKQWho8CUuO4zjEyQOAgwvr4Zy\"\n },\n \"FlowApproverInfo\": {\n \"ApproverType\": 1,\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverIdCardNumber\": \"620000198802020000\",\n \"ApproverIdCardType\": \"ID_CARD\"\n },\n \"FlowGroupId\": \"yDSLcUUck****ysv1OQYIe9H\",\n \"ApproverSignTypes\": [\n 1\n ],\n \"Intention\": {\n \"IntentionType\": 1,\n \"IntentionQuestions\": [\n {\n \"Question\": \"请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。\",\n \"Answers\": [\n \"同意\",\n \"我同意\"\n ]\n }\n ]\n }\n}",
|
199
|
+
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfo\": {\n \"ApproverMobile\": \"13200000000\",\n \"ApproverName\": \"典子谦\",\n \"ApproverType\": 1,\n \"LongUrl\": \"https://quick.qian.tencent.cn/guide?Code=yDwi0U**xoK&CodeType=QUICK&shortKey=yDw**S2ATh95&token=Y9b**O\",\n \"SignUrl\": \"https://essurl.cn/Y9b**O\"\n },\n \"RequestId\": \"s169**68\"\n }\n}",
|
200
|
+
"title": "为个人用户,创建合同组批量签署链接,并且指定视频问答模式的认证方式"
|
195
201
|
}
|
196
202
|
],
|
197
203
|
"CreateBatchSignUrl": [
|
@@ -1692,6 +1692,24 @@
|
|
1692
1692
|
"name": "FlowBatchUrlInfo",
|
1693
1693
|
"required": false,
|
1694
1694
|
"type": "object"
|
1695
|
+
},
|
1696
|
+
{
|
1697
|
+
"disabled": false,
|
1698
|
+
"document": "<b>只有在生成H5签署链接的情形下</b>( 如调用<a href=\"https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateFlowSignUrl\" target=\"_blank\">获取H5签署链接</a>、<a href=\"https://qian.tencent.com/developers/partnerApis/operateFlows/ChannelCreateBatchQuickSignUrl\" target=\"_blank\">获取H5批量签署链接</a>等接口),该配置才会生效。 您可以指定H5签署视频核身的意图配置,选择问答模式或点头模式的语音文本。 注意: 1. 视频认证为<b>白名单功能,使用前请联系对接的客户经理沟通</b>。 2. 使用视频认证时,<b>生成H5签署链接的时候必须将签署认证方式指定为人脸</b>(即ApproverSignTypes设置成人脸签署)。 3. 签署完成后,可以通过<a href=\"https://qian.tencent.com/developers/partnerApis/flows/ChannelDescribeSignFaceVideo\" target=\"_blank\">查询签署认证人脸视频</a>获取到当时的视频。",
|
1699
|
+
"example": "无",
|
1700
|
+
"member": "Intention",
|
1701
|
+
"name": "Intention",
|
1702
|
+
"required": false,
|
1703
|
+
"type": "object"
|
1704
|
+
},
|
1705
|
+
{
|
1706
|
+
"disabled": false,
|
1707
|
+
"document": "是否开启缓存签署人信息",
|
1708
|
+
"example": "无",
|
1709
|
+
"member": "bool",
|
1710
|
+
"name": "CacheApproverInfo",
|
1711
|
+
"required": false,
|
1712
|
+
"type": "bool"
|
1695
1713
|
}
|
1696
1714
|
],
|
1697
1715
|
"type": "object"
|
@@ -112,6 +112,12 @@
|
|
112
112
|
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateBatchQuickSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"AppId\": \"yDRSRUUgygj6rq7wUuO4zjECxndqQApl\"\n },\n \"ApproverSignTypes\": [\n 1,\n 3\n ],\n \"FlowApproverInfo\": {\n \"ApproverType\": \"PERSON\"\n },\n \"FlowIds\": [\n \"yDwFkUUckpstin4sUuZjBEY5Ia2XB7sz\",\n \"yDwFkUUckpstzjhfUugNAWf1KibXqS26\"\n ],\n \"JumpUrl\": \"https://abc.com\",\n \"SignatureTypes\": [\n 0,\n 1\n ],\n \"FlowBatchUrlInfo\": {\n \"FlowBatchApproverInfos\": [\n {\n \"FlowId\": \"yDwFkUUckpstin4sUuZjBEY5Ia2XB7sz\",\n \"RecipientId\": \"yDCmvUUckpup6xhwUxKRs1rIRejg254i\"\n },\n {\n \"FlowId\": \"yDwFkUUckpstzjhfUugNAWf1KibXqS26\",\n \"RecipientId\": \"yDCmvUUckpup6xh1UxKRs1rwHjT5QyHH\"\n }\n ]\n }\n}",
|
113
113
|
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfo\": {\n \"ApproverType\": \"PERSON\",\n \"LongUrl\": \"https://quick.qian.tencent.cn/guide?Code=yDwi0**BWW4MYlpI&CodeType=QUICK&shortKey=yDwi**KF45&token=C**E\",\n \"Mobile\": \"\",\n \"Name\": \"\",\n \"SignUrl\": \"https://test.essurl.cn/C**E\"\n },\n \"RequestId\": \"s16986**08\"\n }\n}",
|
114
114
|
"title": "发起合同后,获取C端签署人的H5批量领取链接"
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"document": "为个人用户生成合同组H5批量签署链接, 并且指定视频问答模式的认证方式",
|
118
|
+
"input": "POST / HTTP/1.1\nHost: essbasic.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChannelCreateBatchQuickSignUrl\n<公共请求参数>\n\n{\n \"Agent\": {\n \"ProxyOrganizationOpenId\": \"org_dianziqian\",\n \"AppId\": \"yDRSRUUgygj6rq7wUuO4zjECxndqQApl\"\n },\n \"FlowApproverInfo\": {\n \"ApproverType\": \"PERSON\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"IdCardNumber\": \"620000198802020000\",\n \"IdCardType\": \"ID_CARD\"\n },\n \"ApproverSignTypes\": [\n 1\n ],\n \"Intention\": {\n \"IntentionType\": 1,\n \"IntentionQuestions\": [\n {\n \"Question\": \"请问,您是否同意签署本协议?可语音回复“同意”或“不同意”。\",\n \"Answers\": [\n \"同意\",\n \"我同意\"\n ]\n }\n ]\n },\n \"FlowGroupId\": \"yDSL9UUckpo*****jwSsug2y3cW\"\n}",
|
119
|
+
"output": "{\n \"Response\": {\n \"FlowApproverUrlInfo\": {\n \"ApproverType\": \"PERSON\",\n \"LongUrl\": \"https://quick.qian.tencent.cn/guide?Code=yDwi0**BWW4MYlpI&CodeType=QUICK&shortKey=yDwi**KF45&token=C**E\",\n \"Mobile\": \"13200000000\",\n \"Name\": \"典子谦\",\n \"SignUrl\": \"https://test.essurl.cn/C**E\"\n },\n \"RequestId\": \"s16986**08\"\n }\n}",
|
120
|
+
"title": "为个人用户生成合同组H5批量签署链接, 并且指定视频问答模式的认证方式"
|
115
121
|
}
|
116
122
|
],
|
117
123
|
"ChannelCreateBatchSignUrl": [
|