tccli 3.0.1220.1__py2.py3-none-any.whl → 3.0.1221.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 CHANGED
@@ -1 +1 @@
1
- __version__ = '3.0.1220.1'
1
+ __version__ = '3.0.1221.1'
@@ -127,7 +127,7 @@
127
127
  "status": "online"
128
128
  },
129
129
  "CreateCdbProxy": {
130
- "document": "主实例创建数据库代理",
130
+ "document": "本接口(CreateCdbProxy)用于主实例创建数据库代理。",
131
131
  "input": "CreateCdbProxyRequest",
132
132
  "name": "创建数据库代理",
133
133
  "output": "CreateCdbProxyResponse",
@@ -5158,8 +5158,8 @@
5158
5158
  },
5159
5159
  {
5160
5160
  "disabled": false,
5161
- "document": "节点规格配置\n备注:数据库代理支持的节点规格为:2C4000MB、4C8000MB、8C16000MB。\n示例中参数说明:\nNodeCount:节点个数。\nRegion:节点地域。\nZone:节点可用区。\nCpu:单个代理节点核数(单位:核)。\nMem:单个代理节点内存数(单位:MB)。",
5162
- "example": "{ \"NodeCount\": 2, \"Region\": \"ap-guangzhou\", \"Zone\": \"ap-guangzhou-1\", \"Cpu\": 2, \"Mem\": 4000 }",
5161
+ "document": "节点规格配置。\n示例中参数说明:\nNodeCount:节点个数。\nRegion:节点地域。\nZone:节点可用区。\nCpu:单个代理节点核数(单位:核)。\nMem:单个代理节点内存数(单位:MB)。\n备注:\n1. 数据库代理支持的节点规格为:2C4000MB、4C8000MB、8C16000MB。\n2. 上述参数项(如节点个数、可用区等)均为必填,在调用接口时如未填写完整,可能会创建失败。",
5162
+ "example": "{\"NodeCount\": 2,\"Region\": \"ap-guangzhou\",\"Zone\": \"ap-guangzhou-1\",\"Cpu\": 2,\"Mem\": 4000}",
5163
5163
  "member": "ProxyNodeCustom",
5164
5164
  "name": "ProxyNodeCustom",
5165
5165
  "required": true,
@@ -5177,7 +5177,7 @@
5177
5177
  {
5178
5178
  "disabled": false,
5179
5179
  "document": "描述",
5180
- "example": "test",
5180
+ "example": "andy_proxy",
5181
5181
  "member": "string",
5182
5182
  "name": "Desc",
5183
5183
  "required": false,
@@ -5210,7 +5210,7 @@
5210
5210
  {
5211
5211
  "disabled": false,
5212
5212
  "document": "异步任务ID\n注意:此字段可能返回 null,表示取不到有效值。",
5213
- "example": "adasc-asdas-123",
5213
+ "example": "a6040589-3b098df5-b551d9e5-81c6bfdc",
5214
5214
  "member": "string",
5215
5215
  "name": "AsyncRequestId",
5216
5216
  "output_required": true,
@@ -159,8 +159,8 @@
159
159
  "CreateCdbProxy": [
160
160
  {
161
161
  "document": "主实例创建数据库代理",
162
- "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCdbProxy\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-aykuksx3\",\n \"UniqVpcId\": \"vpc-ixw3ll2d\",\n \"UniqSubnetId\": \"subnet-0z3r56vq\",\n \"Desc\": \"test\",\n \"ProxyNodeCustom\": [\n {\n \"NodeCount\": 2,\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\",\n \"Cpu\": 1,\n \"Mem\": 1\n }\n ]\n}",
163
- "output": "{\n \"Response\": {\n \"RequestId\": \"123-123\",\n \"AsyncRequestId\": \"123-123-123\"\n }\n}",
162
+ "input": "POST / HTTP/1.1\nHost: cdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCdbProxy\n<公共请求参数>\n\n{\n \"InstanceId\": \"cdb-aykuksx3\",\n \"UniqVpcId\": \"vpc-ixw3ll2d\",\n \"UniqSubnetId\": \"subnet-0z3r56vq\",\n \"Desc\": \"andy_proxy\",\n \"ProxyNodeCustom\": [\n {\n \"NodeCount\": 2,\n \"Region\": \"ap-guangzhou\",\n \"Zone\": \"ap-guangzhou-1\",\n \"Cpu\": 1,\n \"Mem\": 1\n }\n ]\n}",
163
+ "output": "{\n \"Response\": {\n \"RequestId\": \"6EF60BEC-0242-43AF-BB20-270359FB54A7\",\n \"AsyncRequestId\": \"7EF78BEC-0111-43AF-BB11-111112FB54A7\"\n }\n}",
164
164
  "title": "创建数据库代理"
165
165
  }
166
166
  ],
@@ -302,9 +302,9 @@
302
302
  "status": "online"
303
303
  },
304
304
  "DescribeTopData": {
305
- "document": "DescribeTopData 通过入参 Metric 和 Filter 组合不同,可以查询以下排序数据:\n\n+ 依据总流量、总请求数对访问 IP 排序,从大至小返回 TOP 100 IP\n+ 依据总流量、总请求数对访问 Refer 排序,从大至小返回 TOP 100 Refer\n+ 依据总流量、总请求数对访问 设备 排序,从大至小返回 设备类型\n+ 依据总流量、总请求数对访问 操作系统 排序,从大至小返回 操作系统\n+ 依据总流量、总请求数对访问 浏览器 排序,从大至小返回 浏览器\n\n注意:\n+ 仅支持 90 天内数据查询,且从2021年09月20日开始有数据\n+ 本接口为beta版,尚未正式全量发布\n",
305
+ "document": "DescribeTopData 通过入参 Metric 和 Filter 组合不同,可以查询以下排序数据:\n\n+ 依据总流量、总请求数对访问 IP 排序,从大至小返回 TOP 100 IP\n+ 依据总流量、总请求数对访问 Refer 排序,从大至小返回 TOP 100 Refer\n+ 依据总流量、总请求数对访问 设备 排序,从大至小返回 设备类型\n+ 依据总流量、总请求数对访问 操作系统 排序,从大至小返回 操作系统\n+ 依据总流量、总请求数对访问 浏览器 排序,从大至小返回 浏览器\n\n注意:\n+ 仅支持 90 天内数据查询,且从2021年09月20日开始有数据",
306
306
  "input": "DescribeTopDataRequest",
307
- "name": "TOP 新版数据查询(beta版)",
307
+ "name": "TOP 新版数据查询",
308
308
  "output": "DescribeTopDataResponse",
309
309
  "status": "online"
310
310
  },
@@ -7712,7 +7712,7 @@
7712
7712
  "example": "[]",
7713
7713
  "member": "TopDataMore",
7714
7714
  "name": "Data",
7715
- "required": true,
7715
+ "output_required": true,
7716
7716
  "type": "list",
7717
7717
  "value_allowed_null": false
7718
7718
  },
@@ -2583,6 +2583,36 @@
2583
2583
  "type": "list",
2584
2584
  "value_allowed_null": false
2585
2585
  },
2586
+ {
2587
+ "disabled": false,
2588
+ "document": "msg\n注意:此字段可能返回 null,表示取不到有效值。",
2589
+ "example": "msg",
2590
+ "member": "string",
2591
+ "name": "Msg",
2592
+ "output_required": false,
2593
+ "type": "string",
2594
+ "value_allowed_null": true
2595
+ },
2596
+ {
2597
+ "disabled": false,
2598
+ "document": "未知version\n注意:此字段可能返回 null,表示取不到有效值。",
2599
+ "example": "true",
2600
+ "member": "bool",
2601
+ "name": "IsUnknownVersion",
2602
+ "output_required": false,
2603
+ "type": "bool",
2604
+ "value_allowed_null": true
2605
+ },
2606
+ {
2607
+ "disabled": false,
2608
+ "document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
2609
+ "example": "xxx",
2610
+ "member": "string",
2611
+ "name": "ErrorMsg",
2612
+ "output_required": false,
2613
+ "type": "string",
2614
+ "value_allowed_null": true
2615
+ },
2586
2616
  {
2587
2617
  "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
2588
2618
  "member": "string",
@@ -3292,6 +3322,16 @@
3292
3322
  "type": "object",
3293
3323
  "value_allowed_null": false
3294
3324
  },
3325
+ {
3326
+ "disabled": false,
3327
+ "document": "记录列表\n注意:此字段可能返回 null,表示取不到有效值。",
3328
+ "example": "[]",
3329
+ "member": "DataBaseAuditRecord",
3330
+ "name": "Records",
3331
+ "output_required": false,
3332
+ "type": "list",
3333
+ "value_allowed_null": true
3334
+ },
3295
3335
  {
3296
3336
  "disabled": false,
3297
3337
  "document": "错误信息\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -121,7 +121,7 @@ def doCreateTaskFromTemplate(args, parsed_globals):
121
121
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
122
122
 
123
123
 
124
- def doDescribeTemplate(args, parsed_globals):
124
+ def doCreateTaskFromMultiAction(args, parsed_globals):
125
125
  g_param = parse_global_arg(parsed_globals)
126
126
 
127
127
  if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
@@ -150,11 +150,11 @@ def doDescribeTemplate(args, parsed_globals):
150
150
  client = mod.CfgClient(cred, g_param[OptionsDefine.Region], profile)
151
151
  client._sdkVersion += ("_CLI_" + __version__)
152
152
  models = MODELS_MAP[g_param[OptionsDefine.Version]]
153
- model = models.DescribeTemplateRequest()
153
+ model = models.CreateTaskFromMultiActionRequest()
154
154
  model.from_json_string(json.dumps(args))
155
155
  start_time = time.time()
156
156
  while True:
157
- rsp = client.DescribeTemplate(model)
157
+ rsp = client.CreateTaskFromMultiAction(model)
158
158
  result = rsp.to_json_string()
159
159
  try:
160
160
  json_obj = json.loads(result)
@@ -849,6 +849,58 @@ def doDeleteTask(args, parsed_globals):
849
849
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
850
850
 
851
851
 
852
+ def doDescribeTemplate(args, parsed_globals):
853
+ g_param = parse_global_arg(parsed_globals)
854
+
855
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
856
+ cred = credential.CVMRoleCredential()
857
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
858
+ cred = credential.STSAssumeRoleCredential(
859
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
860
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
861
+ )
862
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
863
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
864
+ else:
865
+ cred = credential.Credential(
866
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
867
+ )
868
+ http_profile = HttpProfile(
869
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
870
+ reqMethod="POST",
871
+ endpoint=g_param[OptionsDefine.Endpoint],
872
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
873
+ )
874
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
875
+ if g_param[OptionsDefine.Language]:
876
+ profile.language = g_param[OptionsDefine.Language]
877
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
878
+ client = mod.CfgClient(cred, g_param[OptionsDefine.Region], profile)
879
+ client._sdkVersion += ("_CLI_" + __version__)
880
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
881
+ model = models.DescribeTemplateRequest()
882
+ model.from_json_string(json.dumps(args))
883
+ start_time = time.time()
884
+ while True:
885
+ rsp = client.DescribeTemplate(model)
886
+ result = rsp.to_json_string()
887
+ try:
888
+ json_obj = json.loads(result)
889
+ except TypeError as e:
890
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
891
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
892
+ break
893
+ cur_time = time.time()
894
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
895
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
896
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
897
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
898
+ else:
899
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
900
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
901
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
902
+
903
+
852
904
  CLIENT_MAP = {
853
905
  "v20210820": cfg_client_v20210820,
854
906
 
@@ -862,7 +914,7 @@ MODELS_MAP = {
862
914
  ACTION_MAP = {
863
915
  "DescribeObjectTypeList": doDescribeObjectTypeList,
864
916
  "CreateTaskFromTemplate": doCreateTaskFromTemplate,
865
- "DescribeTemplate": doDescribeTemplate,
917
+ "CreateTaskFromMultiAction": doCreateTaskFromMultiAction,
866
918
  "ExecuteTaskInstance": doExecuteTaskInstance,
867
919
  "ModifyTaskRunStatus": doModifyTaskRunStatus,
868
920
  "DescribeActionLibraryList": doDescribeActionLibraryList,
@@ -876,6 +928,7 @@ ACTION_MAP = {
876
928
  "DescribeTemplateList": doDescribeTemplateList,
877
929
  "ExecuteTask": doExecuteTask,
878
930
  "DeleteTask": doDeleteTask,
931
+ "DescribeTemplate": doDescribeTemplate,
879
932
 
880
933
  }
881
934
 
@@ -7,6 +7,13 @@
7
7
  "output": "CreateTaskFromActionResponse",
8
8
  "status": "online"
9
9
  },
10
+ "CreateTaskFromMultiAction": {
11
+ "document": "以多个动作创建演练",
12
+ "input": "CreateTaskFromMultiActionRequest",
13
+ "name": "快速创建多个动作的演练",
14
+ "output": "CreateTaskFromMultiActionResponse",
15
+ "status": "online"
16
+ },
10
17
  "CreateTaskFromTemplate": {
11
18
  "document": "从经验库创建演练",
12
19
  "input": "CreateTaskFromTemplateRequest",
@@ -614,6 +621,79 @@
614
621
  ],
615
622
  "type": "object"
616
623
  },
624
+ "CreateTaskFromMultiActionRequest": {
625
+ "document": "CreateTaskFromMultiAction请求参数结构体",
626
+ "members": [
627
+ {
628
+ "disabled": false,
629
+ "document": "参与演练的实例ID",
630
+ "example": "[\"ins-87b12frpq\"]",
631
+ "member": "string",
632
+ "name": "TaskInstances",
633
+ "required": true,
634
+ "type": "list"
635
+ },
636
+ {
637
+ "disabled": false,
638
+ "document": "演练名称,不填则默认取动作名称",
639
+ "example": "演练名称",
640
+ "member": "string",
641
+ "name": "TaskTitle",
642
+ "required": false,
643
+ "type": "string"
644
+ },
645
+ {
646
+ "disabled": false,
647
+ "document": "演练描述,不填则默认取动作描述",
648
+ "example": "演练描述",
649
+ "member": "string",
650
+ "name": "TaskDescription",
651
+ "required": false,
652
+ "type": "string"
653
+ },
654
+ {
655
+ "disabled": false,
656
+ "document": "演练自动暂停时间,单位分钟, 不填则默认为60",
657
+ "example": "60",
658
+ "member": "uint64",
659
+ "name": "TaskPauseDuration",
660
+ "required": false,
661
+ "type": "int"
662
+ },
663
+ {
664
+ "disabled": false,
665
+ "document": "演练动作组配置",
666
+ "example": "[{ \"TaskActionId\": 0, \"TaskActionGeneralConfiguration\": \"abc\", \"TaskActionCustomConfiguration\": \"abc\" }]",
667
+ "member": "TaskGroupForAction",
668
+ "name": "TaskAction",
669
+ "required": false,
670
+ "type": "list"
671
+ }
672
+ ],
673
+ "type": "object"
674
+ },
675
+ "CreateTaskFromMultiActionResponse": {
676
+ "document": "CreateTaskFromMultiAction返回参数结构体",
677
+ "members": [
678
+ {
679
+ "disabled": false,
680
+ "document": "创建成功的演练ID",
681
+ "example": "50",
682
+ "member": "uint64",
683
+ "name": "TaskId",
684
+ "output_required": true,
685
+ "type": "int",
686
+ "value_allowed_null": false
687
+ },
688
+ {
689
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
690
+ "member": "string",
691
+ "name": "RequestId",
692
+ "type": "string"
693
+ }
694
+ ],
695
+ "type": "object"
696
+ },
617
697
  "CreateTaskFromTemplateRequest": {
618
698
  "document": "CreateTaskFromTemplate请求参数结构体",
619
699
  "members": [
@@ -2847,6 +2927,39 @@
2847
2927
  ],
2848
2928
  "usage": "in"
2849
2929
  },
2930
+ "TaskGroupForAction": {
2931
+ "document": "演练动作组简易配置",
2932
+ "members": [
2933
+ {
2934
+ "disabled": false,
2935
+ "document": "动作ID",
2936
+ "example": "1",
2937
+ "member": "int64",
2938
+ "name": "TaskActionId",
2939
+ "required": false,
2940
+ "type": "int"
2941
+ },
2942
+ {
2943
+ "disabled": false,
2944
+ "document": "{\"ActionTimeout\":1800}",
2945
+ "example": "动作通用参数",
2946
+ "member": "string",
2947
+ "name": "TaskActionGeneralConfiguration",
2948
+ "required": false,
2949
+ "type": "string"
2950
+ },
2951
+ {
2952
+ "disabled": false,
2953
+ "document": "{\"ip\": \"0.0.0.0\"}",
2954
+ "example": "动作特有参数",
2955
+ "member": "string",
2956
+ "name": "TaskActionCustomConfiguration",
2957
+ "required": false,
2958
+ "type": "string"
2959
+ }
2960
+ ],
2961
+ "usage": "in"
2962
+ },
2850
2963
  "TaskGroupInstance": {
2851
2964
  "document": "任务分组动作实例",
2852
2965
  "members": [
@@ -8,6 +8,14 @@
8
8
  "title": "从动作创建演练"
9
9
  }
10
10
  ],
11
+ "CreateTaskFromMultiAction": [
12
+ {
13
+ "document": "",
14
+ "input": "POST / HTTP/1.1\nHost: cfg.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTaskFromMultiAction\n<公共请求参数>\n\n{\n \"TaskInstances\": [\n \"abc\"\n ],\n \"TaskTitle\": \"abc\",\n \"TaskDescription\": \"abc\",\n \"TaskPauseDuration\": 1,\n \"TaskAction\": [\n {\n \"TaskActionId\": 0,\n \"TaskActionGeneralConfiguration\": \"abc\",\n \"TaskActionCustomConfiguration\": \"abc\"\n }\n ]\n}",
15
+ "output": "{\n \"Response\": {\n \"RequestId\": \"f0aee8ac-2ed3-4a7f-a25b-f0d7d228dd30\",\n \"TaskId\": 50\n }\n}",
16
+ "title": "示例"
17
+ }
18
+ ],
11
19
  "CreateTaskFromTemplate": [
12
20
  {
13
21
  "document": "通过预创建好的经验模板生成常规化的演练持续使用",
@@ -10537,6 +10537,7 @@
10537
10537
  "example": "json_log",
10538
10538
  "member": "string",
10539
10539
  "name": "RechargeType",
10540
+ "output_required": true,
10540
10541
  "required": true,
10541
10542
  "type": "string",
10542
10543
  "value_allowed_null": false
@@ -10547,6 +10548,7 @@
10547
10548
  "example": "0",
10548
10549
  "member": "uint64",
10549
10550
  "name": "EncodingFormat",
10551
+ "output_required": true,
10550
10552
  "required": true,
10551
10553
  "type": "int",
10552
10554
  "value_allowed_null": false
@@ -10557,6 +10559,7 @@
10557
10559
  "example": "true",
10558
10560
  "member": "bool",
10559
10561
  "name": "DefaultTimeSwitch",
10562
+ "output_required": true,
10560
10563
  "required": true,
10561
10564
  "type": "bool",
10562
10565
  "value_allowed_null": false
@@ -10567,6 +10570,7 @@
10567
10570
  "example": "无",
10568
10571
  "member": "string",
10569
10572
  "name": "LogRegex",
10573
+ "output_required": true,
10570
10574
  "required": false,
10571
10575
  "type": "string",
10572
10576
  "value_allowed_null": true
@@ -10577,6 +10581,7 @@
10577
10581
  "example": "true",
10578
10582
  "member": "bool",
10579
10583
  "name": "UnMatchLogSwitch",
10584
+ "output_required": true,
10580
10585
  "required": false,
10581
10586
  "type": "bool",
10582
10587
  "value_allowed_null": false
@@ -10587,6 +10592,7 @@
10587
10592
  "example": "LogParseFailure",
10588
10593
  "member": "string",
10589
10594
  "name": "UnMatchLogKey",
10595
+ "output_required": true,
10590
10596
  "required": false,
10591
10597
  "type": "string",
10592
10598
  "value_allowed_null": true
@@ -10597,6 +10603,7 @@
10597
10603
  "example": "无",
10598
10604
  "member": "uint64",
10599
10605
  "name": "UnMatchLogTimeSrc",
10606
+ "output_required": true,
10600
10607
  "required": false,
10601
10608
  "type": "int",
10602
10609
  "value_allowed_null": true
@@ -10607,6 +10614,7 @@
10607
10614
  "example": "0",
10608
10615
  "member": "uint64",
10609
10616
  "name": "DefaultTimeSrc",
10617
+ "output_required": true,
10610
10618
  "required": false,
10611
10619
  "type": "int",
10612
10620
  "value_allowed_null": true
@@ -10617,6 +10625,7 @@
10617
10625
  "example": "无",
10618
10626
  "member": "string",
10619
10627
  "name": "TimeKey",
10628
+ "output_required": true,
10620
10629
  "required": false,
10621
10630
  "type": "string",
10622
10631
  "value_allowed_null": true
@@ -10627,6 +10636,7 @@
10627
10636
  "example": "无",
10628
10637
  "member": "string",
10629
10638
  "name": "TimeRegex",
10639
+ "output_required": true,
10630
10640
  "required": false,
10631
10641
  "type": "string",
10632
10642
  "value_allowed_null": true
@@ -10637,6 +10647,7 @@
10637
10647
  "example": "无",
10638
10648
  "member": "string",
10639
10649
  "name": "TimeFormat",
10650
+ "output_required": true,
10640
10651
  "required": false,
10641
10652
  "type": "string",
10642
10653
  "value_allowed_null": true
@@ -10647,6 +10658,7 @@
10647
10658
  "example": "无",
10648
10659
  "member": "string",
10649
10660
  "name": "TimeZone",
10661
+ "output_required": true,
10650
10662
  "required": false,
10651
10663
  "type": "string",
10652
10664
  "value_allowed_null": true
@@ -10657,6 +10669,7 @@
10657
10669
  "example": "无",
10658
10670
  "member": "string",
10659
10671
  "name": "Metadata",
10672
+ "output_required": true,
10660
10673
  "required": false,
10661
10674
  "type": "list",
10662
10675
  "value_allowed_null": true
@@ -10667,6 +10680,7 @@
10667
10680
  "example": "无",
10668
10681
  "member": "string",
10669
10682
  "name": "Keys",
10683
+ "output_required": true,
10670
10684
  "required": false,
10671
10685
  "type": "list",
10672
10686
  "value_allowed_null": true
@@ -7041,6 +7041,16 @@
7041
7041
  "output_required": true,
7042
7042
  "type": "float",
7043
7043
  "value_allowed_null": false
7044
+ },
7045
+ {
7046
+ "disabled": false,
7047
+ "document": "Db类型:<li>NORMAL</li><li>SERVERLESS</li>\n注意:此字段可能返回 null,表示取不到有效值。",
7048
+ "example": "NORMAL",
7049
+ "member": "string",
7050
+ "name": "DbMode",
7051
+ "output_required": false,
7052
+ "type": "string",
7053
+ "value_allowed_null": true
7044
7054
  }
7045
7055
  ],
7046
7056
  "usage": "out"
@@ -246,7 +246,7 @@
246
246
  "status": "online"
247
247
  },
248
248
  "ChannelDescribeFlowComponents": {
249
- "document": "您可以通过合同流程ID查询相关的<font color=\"red\"><b>填写控件</b></font>信息及其内容。这包括控件的归属方、控件的填写状态(是否已填写)以及具体的填写内容。\n\n无论是<font color=\"red\"><b>发起方还是签署方</b></font>填写的控件,均包含在查询结果中。\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/08f6ea50d3ae88b51c280c2b17c2a126.png)\n### 2. 那些控件会出现在结果里边? \n**A.不返回的控件类型:**\n- 动态表格\n- 附件控件\n- 水印控件\n\n**B.返回的控件类型:**\n- 单行文本\n- 多行文本\n- 勾选框控件\n- 数字控件\n- 日期控件\n- 图片控件(图片下载地址)\n- 邮箱控件\n- 地址控件\n- 学历控件\n- 性别控件\n- 省市区控件\n\n### 3.怎么授权? \n\n此接口需要授权, 有两种开通权限的途径\n\n**第一种**: 需第三方应用的子企业登录控制台进行授权, 授权在**企业中心**的**授权管理**区域, 界面如下图\n授权过程需要**子企业超管**扫描跳转到电子签小程序签署<<渠道端下载渠道子客合同功能授权委托书>>\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/8b483dfebdeafac85051279406944048.png)\n\n**第二种**: 第三方应用的配置接口打开全第三个应用下的所有自己起开通, 需要**渠道方企业的超管**扫描二维码跳转到电子签小程序签署 <<渠道端下载渠道子客合同功能开通知情同意书>>\n![image](https://qcloudimg.tencent-cloud.cn/raw/238979ef51dd381ccbdbc755a593debc/channel_DescribeResourceUrlsByFlows_appilications2.png)",
249
+ "document": "您可以通过合同流程ID查询相关的<font color=\"red\"><b>填写控件</b></font>信息及其内容。这包括控件的归属方、控件的填写状态(是否已填写)以及具体的填写内容。\n\n无论是<font color=\"red\"><b>发起方还是签署方</b></font>填写的控件,均包含在查询结果中。\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/08f6ea50d3ae88b51c280c2b17c2a126.png)\n### 2. 哪些控件会出现在结果里边? \n**A.不返回的控件类型:**\n- 动态表格\n- 附件控件\n- 水印控件\n\n**B.返回的控件类型:**\n- 单行文本\n- 多行文本\n- 勾选框控件\n- 数字控件\n- 日期控件\n- 图片控件(图片下载地址)\n- 邮箱控件\n- 地址控件\n- 学历控件\n- 性别控件\n- 省市区控件\n\n### 3.怎么授权? \n\n此接口需要授权, 有两种开通权限的途径\n\n**第一种**: 需第三方应用的子企业登录控制台进行授权, 授权在**企业中心**的**授权管理**区域, 界面如下图\n授权过程需要**子企业超管**扫描跳转到电子签小程序签署<<渠道端下载渠道子客合同功能授权委托书>>\n\n![image](https://qcloudimg.tencent-cloud.cn/raw/8b483dfebdeafac85051279406944048.png)\n\n**第二种**: 第三方应用的配置接口打开全第三个应用下的所有自己起开通, 需要**渠道方企业的超管**扫描二维码跳转到电子签小程序签署 <<渠道端下载渠道子客合同功能开通知情同意书>>\n![image](https://qcloudimg.tencent-cloud.cn/raw/238979ef51dd381ccbdbc755a593debc/channel_DescribeResourceUrlsByFlows_appilications2.png)",
250
250
  "input": "ChannelDescribeFlowComponentsRequest",
251
251
  "name": "获取合同填写控件内容",
252
252
  "output": "ChannelDescribeFlowComponentsResponse",
@@ -8540,7 +8540,7 @@
8540
8540
  },
8541
8541
  {
8542
8542
  "disabled": false,
8543
- "document": "是否获取模板的PDF文件链接。\n\n<ul><li>**false**:不获取(默认)</li>\n<li>**true**:获取</li></ul>\n\n设置为true之后, 返回参数PdfUrl,为模板PDF文件链接,有效期5分钟, 可以用于将PDF文件下载到本地\n\n注: `此功能为白名单功能,使用前请联系对接的客户经理沟通。`",
8543
+ "document": "是否获取模板的PDF文件链接。\n\n<ul><li>**false**:不获取(默认)</li>\n<li>**true**:获取</li></ul>\n\n设置为true之后, 返回参数PdfUrl,为模板PDF文件链接,有效期5分钟, 可以用于将PDF文件下载到本地\n\n注: `此功能需要开通功能白名单【第三方应用集成企业获取模版PDF下载链接】,使用前请联系对接的客户经理沟通。`",
8544
8544
  "example": "无",
8545
8545
  "member": "bool",
8546
8546
  "name": "WithPdfUrl",
@@ -745,6 +745,58 @@ def doListRejectedQuestionPreview(args, parsed_globals):
745
745
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
746
746
 
747
747
 
748
+ def doRunReRank(args, parsed_globals):
749
+ g_param = parse_global_arg(parsed_globals)
750
+
751
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
752
+ cred = credential.CVMRoleCredential()
753
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
754
+ cred = credential.STSAssumeRoleCredential(
755
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
756
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
757
+ )
758
+ elif os.getenv(OptionsDefine.ENV_TKE_REGION) and os.getenv(OptionsDefine.ENV_TKE_PROVIDER_ID) and os.getenv(OptionsDefine.ENV_TKE_WEB_IDENTITY_TOKEN_FILE) and os.getenv(OptionsDefine.ENV_TKE_ROLE_ARN):
759
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
760
+ else:
761
+ cred = credential.Credential(
762
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
763
+ )
764
+ http_profile = HttpProfile(
765
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
766
+ reqMethod="POST",
767
+ endpoint=g_param[OptionsDefine.Endpoint],
768
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
769
+ )
770
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
771
+ if g_param[OptionsDefine.Language]:
772
+ profile.language = g_param[OptionsDefine.Language]
773
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
774
+ client = mod.LkeClient(cred, g_param[OptionsDefine.Region], profile)
775
+ client._sdkVersion += ("_CLI_" + __version__)
776
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
777
+ model = models.RunReRankRequest()
778
+ model.from_json_string(json.dumps(args))
779
+ start_time = time.time()
780
+ while True:
781
+ rsp = client.RunReRank(model)
782
+ result = rsp.to_json_string()
783
+ try:
784
+ json_obj = json.loads(result)
785
+ except TypeError as e:
786
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
787
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
788
+ break
789
+ cur_time = time.time()
790
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
791
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
792
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
793
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
794
+ else:
795
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
796
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
797
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
798
+
799
+
748
800
  def doRetryDocParse(args, parsed_globals):
749
801
  g_param = parse_global_arg(parsed_globals)
750
802
 
@@ -4722,6 +4774,7 @@ ACTION_MAP = {
4722
4774
  "GenerateQA": doGenerateQA,
4723
4775
  "DescribeAttributeLabel": doDescribeAttributeLabel,
4724
4776
  "ListRejectedQuestionPreview": doListRejectedQuestionPreview,
4777
+ "RunReRank": doRunReRank,
4725
4778
  "RetryDocParse": doRetryDocParse,
4726
4779
  "CreateQA": doCreateQA,
4727
4780
  "DescribeTokenUsageGraph": doDescribeTokenUsageGraph,