tccli 3.0.1354.1__py2.py3-none-any.whl → 3.0.1356.1__py2.py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (47) hide show
  1. tccli/__init__.py +1 -1
  2. tccli/services/__init__.py +3 -0
  3. tccli/services/aiart/v20221229/api.json +1 -1
  4. tccli/services/apm/v20210622/api.json +38 -0
  5. tccli/services/autoscaling/v20180419/api.json +45 -1
  6. tccli/services/bi/v20220105/api.json +1 -1
  7. tccli/services/billing/v20180709/api.json +11 -11
  8. tccli/services/ccc/v20200210/api.json +90 -0
  9. tccli/services/cdb/cdb_client.py +53 -0
  10. tccli/services/cdb/v20170320/api.json +57 -5
  11. tccli/services/cdb/v20170320/examples.json +8 -0
  12. tccli/services/cdwch/v20200915/api.json +86 -86
  13. tccli/services/cdwch/v20200915/examples.json +1 -1
  14. tccli/services/clb/v20180317/api.json +1 -1
  15. tccli/services/ctsdb/__init__.py +4 -0
  16. tccli/services/ctsdb/ctsdb_client.py +260 -0
  17. tccli/services/ctsdb/v20230202/api.json +679 -0
  18. tccli/services/ctsdb/v20230202/examples.json +21 -0
  19. tccli/services/cynosdb/cynosdb_client.py +53 -0
  20. tccli/services/cynosdb/v20190107/api.json +107 -0
  21. tccli/services/cynosdb/v20190107/examples.json +8 -0
  22. tccli/services/essbasic/v20210526/api.json +46 -1
  23. tccli/services/faceid/v20180301/api.json +26 -26
  24. tccli/services/gme/v20180711/api.json +1 -1
  25. tccli/services/gs/v20191118/api.json +9 -0
  26. tccli/services/hunyuan/v20230901/api.json +80 -0
  27. tccli/services/igtm/v20231024/api.json +52 -52
  28. tccli/services/igtm/v20231024/examples.json +21 -21
  29. tccli/services/live/v20180801/api.json +1 -1
  30. tccli/services/lke/v20231130/api.json +1 -1
  31. tccli/services/monitor/v20180724/api.json +1 -1
  32. tccli/services/mps/v20190612/api.json +11 -0
  33. tccli/services/ocr/v20181119/api.json +9 -0
  34. tccli/services/securitylake/v20240117/api.json +2 -2
  35. tccli/services/ssl/v20191205/api.json +50 -0
  36. tccli/services/tcaplusdb/v20190823/api.json +2 -2
  37. tccli/services/teo/teo_client.py +114 -8
  38. tccli/services/teo/v20220901/api.json +209 -6
  39. tccli/services/teo/v20220901/examples.json +34 -0
  40. tccli/services/tts/v20190823/api.json +3 -3
  41. tccli/services/vclm/v20240523/api.json +2 -2
  42. tccli/services/vpc/v20170312/api.json +5 -5
  43. {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/METADATA +2 -2
  44. {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/RECORD +47 -43
  45. {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/WHEEL +0 -0
  46. {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/entry_points.txt +0 -0
  47. {tccli-3.0.1354.1.dist-info → tccli-3.0.1356.1.dist-info}/license_files/LICENSE +0 -0
@@ -0,0 +1,21 @@
1
+ {
2
+ "actions": {
3
+ "DescribeClusters": [
4
+ {
5
+ "document": "查询实例列表",
6
+ "input": "POST / HTTP/1.1\nHost: ctsdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeClusters\n<公共请求参数>\n\n{\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"Filters\": [\n {\n \"Name\": \"cluster_id\",\n \"Op\": \"=\",\n \"Values\": [\n \"ctsdbi-xxxxxxx\"\n ]\n }\n ],\n \"Orders\": [\n {\n \"Name\": \"created_at\",\n \"Type\": \"DESC\"\n }\n ]\n}",
7
+ "output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Clusters\": [\n {\n \"AppID\": 123456789,\n \"ClusterID\": \"ctsdbi-xxxxxxx\",\n \"AccountID\": \"xxxxxx==\",\n \"Name\": \"测试实例\",\n \"Region\": \"guangzhou\",\n \"Zones\": \"guangzhou-3\",\n \"Networks\": [\n {\n \"VIP\": \"10.0.0.x\",\n \"Port\": 8086,\n \"VpcId\": \"332211\",\n \"SubnetId\": \"55321\"\n }\n ],\n \"Spec\": {\n \"RequestUnit\": 1,\n \"PayMode\": 1,\n \"CpuLimit\": 1,\n \"MemoryLimit\": 4,\n \"DiskLimit\": 100,\n \"Shards\": 3,\n \"Replicas\": 1\n },\n \"Status\": 1,\n \"Period\": {\n \"StartTime\": \"2020-09-22T00:00:00+00:00\",\n \"EndTime\": \"2020-09-22T00:00:00+00:00\"\n },\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"Tenant\": {},\n \"Tags\": [\n {\n \"Key\": \"test\",\n \"Value\": \"示例\"\n }\n ],\n \"Security\": [\n \"test\"\n ]\n }\n ],\n \"RequestId\": \"requestxxxxxxxxxx\"\n }\n}",
8
+ "title": "查询实例列表"
9
+ }
10
+ ],
11
+ "DescribeDatabases": [
12
+ {
13
+ "document": "查询数据库列表",
14
+ "input": "POST / HTTP/1.1\nHost: ctsdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeDatabases\n<公共请求参数>\n\n{\n \"Database\": {\n \"ClusterID\": \"ctsdbi-xxxxxxx\",\n \"Name\": \"测试\",\n \"CoolDownInDays\": 0,\n \"RetentionInDays\": 0,\n \"Remark\": \"\",\n \"Status\": 0,\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\"\n },\n \"PageSize\": 10,\n \"PageNumber\": 1\n}",
15
+ "output": "{\n \"Response\": {\n \"Databases\": [\n {\n \"ClusterID\": \"ctsdbi-xxxxxxx\",\n \"Name\": \"testData\",\n \"CoolDownInDays\": 0,\n \"RetentionInDays\": 0,\n \"Remark\": \"test\",\n \"Status\": 0,\n \"CreatedAt\": \"2020-09-22T00:00:00+00:00\",\n \"UpdatedAt\": \"2020-09-22T00:00:00+00:00\"\n }\n ],\n \"TotalCount\": 0,\n \"RequestId\": \"requestxxxxxxxxx\"\n }\n}",
16
+ "title": "查询数据库列表"
17
+ }
18
+ ]
19
+ },
20
+ "version": "1.0"
21
+ }
@@ -121,6 +121,58 @@ def doDescribeBackupConfig(args, parsed_globals):
121
121
  FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
122
122
 
123
123
 
124
+ def doReplayInstanceAuditLog(args, parsed_globals):
125
+ g_param = parse_global_arg(parsed_globals)
126
+
127
+ if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
128
+ cred = credential.CVMRoleCredential()
129
+ elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
130
+ cred = credential.STSAssumeRoleCredential(
131
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
132
+ g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
133
+ )
134
+ 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):
135
+ cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
136
+ else:
137
+ cred = credential.Credential(
138
+ g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
139
+ )
140
+ http_profile = HttpProfile(
141
+ reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
142
+ reqMethod="POST",
143
+ endpoint=g_param[OptionsDefine.Endpoint],
144
+ proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
145
+ )
146
+ profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
147
+ if g_param[OptionsDefine.Language]:
148
+ profile.language = g_param[OptionsDefine.Language]
149
+ mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
150
+ client = mod.CynosdbClient(cred, g_param[OptionsDefine.Region], profile)
151
+ client._sdkVersion += ("_CLI_" + __version__)
152
+ models = MODELS_MAP[g_param[OptionsDefine.Version]]
153
+ model = models.ReplayInstanceAuditLogRequest()
154
+ model.from_json_string(json.dumps(args))
155
+ start_time = time.time()
156
+ while True:
157
+ rsp = client.ReplayInstanceAuditLog(model)
158
+ result = rsp.to_json_string()
159
+ try:
160
+ json_obj = json.loads(result)
161
+ except TypeError as e:
162
+ json_obj = json.loads(result.decode('utf-8')) # python3.3
163
+ if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
164
+ break
165
+ cur_time = time.time()
166
+ if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
167
+ raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
168
+ (g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
169
+ search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
170
+ else:
171
+ print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
172
+ time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
173
+ FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
174
+
175
+
124
176
  def doModifyBinlogConfig(args, parsed_globals):
125
177
  g_param = parse_global_arg(parsed_globals)
126
178
 
@@ -8610,6 +8662,7 @@ MODELS_MAP = {
8610
8662
  ACTION_MAP = {
8611
8663
  "ResumeServerless": doResumeServerless,
8612
8664
  "DescribeBackupConfig": doDescribeBackupConfig,
8665
+ "ReplayInstanceAuditLog": doReplayInstanceAuditLog,
8613
8666
  "ModifyBinlogConfig": doModifyBinlogConfig,
8614
8667
  "CreateProxyEndPoint": doCreateProxyEndPoint,
8615
8668
  "ModifyResourcePackageClusters": doModifyResourcePackageClusters,
@@ -1022,6 +1022,13 @@
1022
1022
  "output": "RenewClustersResponse",
1023
1023
  "status": "online"
1024
1024
  },
1025
+ "ReplayInstanceAuditLog": {
1026
+ "document": "回放实例审计日志",
1027
+ "input": "ReplayInstanceAuditLogRequest",
1028
+ "name": "回放实例审计日志",
1029
+ "output": "ReplayInstanceAuditLogResponse",
1030
+ "status": "online"
1031
+ },
1025
1032
  "ResetAccountPassword": {
1026
1033
  "document": "本接口(ResetAccountPassword)用于修改数据库账号密码。",
1027
1034
  "input": "ResetAccountPasswordRequest",
@@ -20156,6 +20163,106 @@
20156
20163
  ],
20157
20164
  "type": "object"
20158
20165
  },
20166
+ "ReplayInstanceAuditLogRequest": {
20167
+ "document": "ReplayInstanceAuditLog请求参数结构体",
20168
+ "members": [
20169
+ {
20170
+ "disabled": false,
20171
+ "document": "源集群id",
20172
+ "example": "cynosdbmysql-8j1jtwkv",
20173
+ "member": "string",
20174
+ "name": "SourceClusterId",
20175
+ "required": true,
20176
+ "type": "string"
20177
+ },
20178
+ {
20179
+ "disabled": false,
20180
+ "document": "源实例id",
20181
+ "example": "cynosdbmysql-ins-2fbftt98",
20182
+ "member": "string",
20183
+ "name": "SourceInstanceId",
20184
+ "required": true,
20185
+ "type": "string"
20186
+ },
20187
+ {
20188
+ "disabled": false,
20189
+ "document": "目标集群id\n目标集群必须为原始集群三天内克隆出的集群。",
20190
+ "example": "cynosdbmysql-kwoft68f",
20191
+ "member": "string",
20192
+ "name": "TargetClusterId",
20193
+ "required": true,
20194
+ "type": "string"
20195
+ },
20196
+ {
20197
+ "disabled": false,
20198
+ "document": "目标实例id",
20199
+ "example": "cynosdbmysql-ins-431w3zh0",
20200
+ "member": "string",
20201
+ "name": "TargetInstanceId",
20202
+ "required": true,
20203
+ "type": "string"
20204
+ },
20205
+ {
20206
+ "disabled": false,
20207
+ "document": "用户名.需要host为%的用户名",
20208
+ "example": "root",
20209
+ "member": "string",
20210
+ "name": "TargetUserName",
20211
+ "required": true,
20212
+ "type": "string"
20213
+ },
20214
+ {
20215
+ "disabled": false,
20216
+ "document": "密码",
20217
+ "example": "aws@123",
20218
+ "member": "string",
20219
+ "name": "TargetPassword",
20220
+ "required": true,
20221
+ "type": "string"
20222
+ },
20223
+ {
20224
+ "disabled": false,
20225
+ "document": "开始时间。时间格式为:yyyy-DD-mm hh:mm:ss",
20226
+ "example": "2025-06-26 14:00:00",
20227
+ "member": "string",
20228
+ "name": "StartTime",
20229
+ "required": true,
20230
+ "type": "string"
20231
+ },
20232
+ {
20233
+ "disabled": false,
20234
+ "document": "结束时间。时间格式为:yyyy-DD-mm hh:mm:ss",
20235
+ "example": "2025-06-26 14:20:00",
20236
+ "member": "string",
20237
+ "name": "EndTime",
20238
+ "required": true,
20239
+ "type": "string"
20240
+ }
20241
+ ],
20242
+ "type": "object"
20243
+ },
20244
+ "ReplayInstanceAuditLogResponse": {
20245
+ "document": "ReplayInstanceAuditLog返回参数结构体",
20246
+ "members": [
20247
+ {
20248
+ "disabled": false,
20249
+ "document": "任务id",
20250
+ "example": "678",
20251
+ "member": "int64",
20252
+ "name": "TaskId",
20253
+ "output_required": true,
20254
+ "type": "int",
20255
+ "value_allowed_null": false
20256
+ },
20257
+ {
20258
+ "document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
20259
+ "member": "string",
20260
+ "name": "RequestId",
20261
+ "type": "string"
20262
+ }
20263
+ ],
20264
+ "type": "object"
20265
+ },
20159
20266
  "ResetAccountPasswordRequest": {
20160
20267
  "document": "ResetAccountPassword请求参数结构体",
20161
20268
  "members": [
@@ -1198,6 +1198,14 @@
1198
1198
  "title": "续费集群"
1199
1199
  }
1200
1200
  ],
1201
+ "ReplayInstanceAuditLog": [
1202
+ {
1203
+ "document": "回放实例审计日志",
1204
+ "input": "POST / HTTP/1.1\nHost: cynosdb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeTasks\n<公共请求参数>\n\n{\n \"StartTime\": \"2025-06-26 14:00:00\",\n \"EndTime\": \"2025-06-26 16:00:00\",\n \"SourceClusterId\": \"cynosdbmysql-8j1jtwkv\",\n \"SourceInstanceId\": \"cynosdbmysql-ins-2fbftt98\",\n \"TargetClusterId\": \"cynosdbmysql-kwoft68f\",\n \"TargetInstanceId\": \"cynosdbmysql-ins-431w3zh0\",\n \"TargetUserName\": \"root\",\n \"TargetPassword\": \"Calebzhao123.\"\n}",
1205
+ "output": "{\n \"Response\": {\n \"RequestId\": \"y7rtl807j00d80oid44s34c100ros3iy\",\n \"TaskId\": 678\n }\n}",
1206
+ "title": "回放实例审计日志"
1207
+ }
1208
+ ],
1201
1209
  "ResetAccountPassword": [
1202
1210
  {
1203
1211
  "document": "修改数据库账号密码",
@@ -4871,7 +4871,7 @@
4871
4871
  },
4872
4872
  {
4873
4873
  "disabled": false,
4874
- "document": "指定分页返回第几页的数据,如果不传默认返回第一页。\n页码从 0 开始,即首页为 0,最大20000。",
4874
+ "document": "偏移量:从 0 开始,最大20000。",
4875
4875
  "example": "0",
4876
4876
  "member": "int64",
4877
4877
  "name": "Offset",
@@ -6020,6 +6020,51 @@
6020
6020
  "name": "CanEditApprover",
6021
6021
  "required": false,
6022
6022
  "type": "bool"
6023
+ },
6024
+ {
6025
+ "disabled": false,
6026
+ "document": "是否可以拒签 默认false-可以拒签 true-不可以拒签",
6027
+ "example": "true",
6028
+ "member": "bool",
6029
+ "name": "NoRefuse",
6030
+ "required": false,
6031
+ "type": "bool"
6032
+ },
6033
+ {
6034
+ "disabled": false,
6035
+ "document": "是否可以转发 默认false-可以转发 true-不可以转发",
6036
+ "example": "true",
6037
+ "member": "bool",
6038
+ "name": "NoTransfer",
6039
+ "required": false,
6040
+ "type": "bool"
6041
+ },
6042
+ {
6043
+ "disabled": false,
6044
+ "document": "当签署方有多个签署区时候,是否隐藏一键所有的签署区\n\nfalse:(默认)不隐藏\ntrue:隐藏,每个签署区要单独选择印章或者签名",
6045
+ "example": "true",
6046
+ "member": "bool",
6047
+ "name": "HideOneKeySign",
6048
+ "required": false,
6049
+ "type": "bool"
6050
+ },
6051
+ {
6052
+ "disabled": false,
6053
+ "document": "签署人阅读合同限制参数\n <br/>取值:\n<ul>\n<li> LimitReadTimeAndBottom,阅读合同必须限制阅读时长并且必须阅读到底</li>\n<li> LimitReadTime,阅读合同仅限制阅读时长</li>\n<li> LimitBottom,阅读合同仅限制必须阅读到底</li>\n<li> NoReadTimeAndBottom,阅读合同不限制阅读时长且不限制阅读到底(白名单功能,请联系客户经理开白使用)</li>\n</ul>",
6054
+ "example": "LimitBottom",
6055
+ "member": "string",
6056
+ "name": "FlowReadLimit",
6057
+ "required": false,
6058
+ "type": "string"
6059
+ },
6060
+ {
6061
+ "disabled": false,
6062
+ "document": "禁止在签署过程中添加签署日期控件\n <br/>前置条件:文件发起合同时,指定SignBeanTag=1(可以在签署过程中添加签署控件):\n<ul>\n<li> 默认值:false,在开启:签署过程中添加签署控件时,添加签署控件会默认自带签署日期控件</li>\n<li> 可选值:true,在开启:签署过程中添加签署控件时,添加签署控件不会自带签署日期控件</li>\n</ul>",
6063
+ "example": "true",
6064
+ "member": "bool",
6065
+ "name": "ForbidAddSignDate",
6066
+ "required": false,
6067
+ "type": "bool"
6023
6068
  }
6024
6069
  ],
6025
6070
  "usage": "in"
@@ -529,7 +529,7 @@
529
529
  {
530
530
  "disabled": false,
531
531
  "document": "一比一时间时间戳,13位。",
532
- "example": "",
532
+ "example": "1638781186273",
533
533
  "member": "string",
534
534
  "name": "ReqTime",
535
535
  "output_required": true,
@@ -539,7 +539,7 @@
539
539
  {
540
540
  "disabled": false,
541
541
  "document": "一比一请求的唯一标记。",
542
- "example": "",
542
+ "example": "e594dc57-9ee3-409b-a8e4-7b46945887c3",
543
543
  "member": "string",
544
544
  "name": "Seq",
545
545
  "output_required": true,
@@ -549,7 +549,7 @@
549
549
  {
550
550
  "disabled": false,
551
551
  "document": "一比一时使用的、脱敏后的身份证号。",
552
- "example": "",
552
+ "example": "11204416541220243X",
553
553
  "member": "string",
554
554
  "name": "IdCard",
555
555
  "output_required": true,
@@ -569,7 +569,7 @@
569
569
  {
570
570
  "disabled": false,
571
571
  "document": "一比一时使用的、脱敏后的姓名。",
572
- "example": "",
572
+ "example": "韦小宝",
573
573
  "member": "string",
574
574
  "name": "Name",
575
575
  "output_required": true,
@@ -579,7 +579,7 @@
579
579
  {
580
580
  "disabled": false,
581
581
  "document": "一比一的相似度。0-100,保留2位小数。",
582
- "example": "",
582
+ "example": "100.00",
583
583
  "member": "string",
584
584
  "name": "Sim",
585
585
  "output_required": true,
@@ -589,7 +589,7 @@
589
589
  {
590
590
  "disabled": false,
591
591
  "document": "本次详情是否收费。",
592
- "example": "",
592
+ "example": "true",
593
593
  "member": "bool",
594
594
  "name": "IsNeedCharge",
595
595
  "output_required": true,
@@ -599,7 +599,7 @@
599
599
  {
600
600
  "disabled": false,
601
601
  "document": "收费类型,比对、核身、混合部署。",
602
- "example": "",
602
+ "example": "核身",
603
603
  "member": "string",
604
604
  "name": "ChargeType",
605
605
  "output_required": true,
@@ -609,7 +609,7 @@
609
609
  {
610
610
  "disabled": false,
611
611
  "document": "本次活体一比一最终结果。",
612
- "example": "",
612
+ "example": "0",
613
613
  "member": "string",
614
614
  "name": "ErrorCode",
615
615
  "output_required": true,
@@ -619,7 +619,7 @@
619
619
  {
620
620
  "disabled": false,
621
621
  "document": "本次活体一比一最终结果描述。",
622
- "example": "",
622
+ "example": "成功",
623
623
  "member": "string",
624
624
  "name": "ErrorMessage",
625
625
  "output_required": true,
@@ -1201,7 +1201,7 @@
1201
1201
  {
1202
1202
  "disabled": false,
1203
1203
  "document": "本接口不需要传递此参数。",
1204
- "example": "",
1204
+ "example": "本接口不需要传递此参数。",
1205
1205
  "member": "string",
1206
1206
  "name": "TerminalType",
1207
1207
  "required": false,
@@ -1264,7 +1264,7 @@
1264
1264
  {
1265
1265
  "disabled": false,
1266
1266
  "document": "意愿核身(朗读模式)使用的文案。\n- 若未使用意愿核身(朗读模式),则该字段无需传入。\n- 最长可接受120的字符串长度。",
1267
- "example": "",
1267
+ "example": "我同意办理该业务。",
1268
1268
  "member": "string",
1269
1269
  "name": "IntentionVerifyText",
1270
1270
  "required": false,
@@ -1338,7 +1338,7 @@
1338
1338
  {
1339
1339
  "disabled": false,
1340
1340
  "document": "请求时间戳。\n注意:此字段可能返回 null,表示取不到有效值。",
1341
- "example": "",
1341
+ "example": "1753091765496",
1342
1342
  "member": "string",
1343
1343
  "name": "ReqTime",
1344
1344
  "output_required": true,
@@ -1348,7 +1348,7 @@
1348
1348
  {
1349
1349
  "disabled": false,
1350
1350
  "document": "本次活体一比一请求的唯一标记。\n注意:此字段可能返回 null,表示取不到有效值。",
1351
- "example": "",
1351
+ "example": "5139af2d-442c-4500-837f-9683baba76ae",
1352
1352
  "member": "string",
1353
1353
  "name": "Seq",
1354
1354
  "output_required": true,
@@ -1358,7 +1358,7 @@
1358
1358
  {
1359
1359
  "disabled": false,
1360
1360
  "document": "参与本次活体一比一的身份证号。\n注意:此字段可能返回 null,表示取不到有效值。",
1361
- "example": "",
1361
+ "example": "440111199001010000",
1362
1362
  "member": "string",
1363
1363
  "name": "Idcard",
1364
1364
  "output_required": true,
@@ -1368,7 +1368,7 @@
1368
1368
  {
1369
1369
  "disabled": false,
1370
1370
  "document": "参与本次活体一比一的姓名。\n注意:此字段可能返回 null,表示取不到有效值。",
1371
- "example": "",
1371
+ "example": "张三",
1372
1372
  "member": "string",
1373
1373
  "name": "Name",
1374
1374
  "output_required": true,
@@ -1378,7 +1378,7 @@
1378
1378
  {
1379
1379
  "disabled": false,
1380
1380
  "document": "本次活体一比一的相似度。\n注意:此字段可能返回 null,表示取不到有效值。",
1381
- "example": "",
1381
+ "example": "100.00",
1382
1382
  "member": "string",
1383
1383
  "name": "Sim",
1384
1384
  "output_required": true,
@@ -1408,7 +1408,7 @@
1408
1408
  {
1409
1409
  "disabled": false,
1410
1410
  "document": "本次活体一比一最终结果描述。(仅描述用,文案更新时不会通知。)\n注意:此字段可能返回 null,表示取不到有效值。",
1411
- "example": "",
1411
+ "example": "成功",
1412
1412
  "member": "string",
1413
1413
  "name": "Errmsg",
1414
1414
  "output_required": true,
@@ -1428,7 +1428,7 @@
1428
1428
  {
1429
1429
  "disabled": false,
1430
1430
  "document": "本次活体结果描述。(仅描述用,文案更新时不会通知。)\n注意:此字段可能返回 null,表示取不到有效值。",
1431
- "example": "",
1431
+ "example": "成功",
1432
1432
  "member": "string",
1433
1433
  "name": "Livemsg",
1434
1434
  "output_required": true,
@@ -1448,7 +1448,7 @@
1448
1448
  {
1449
1449
  "disabled": false,
1450
1450
  "document": "本次一比一结果描述。(仅描述用,文案更新时不会通知。)\n注意:此字段可能返回 null,表示取不到有效值。",
1451
- "example": "",
1451
+ "example": "成功",
1452
1452
  "member": "string",
1453
1453
  "name": "Comparemsg",
1454
1454
  "output_required": true,
@@ -1458,7 +1458,7 @@
1458
1458
  {
1459
1459
  "disabled": false,
1460
1460
  "document": "比对库源类型。包括:\n公安商业库;\n业务方自有库(用户上传照片、客户的混合库、混合部署库);\n二次验证库;\n人工审核库;\n注意:此字段可能返回 null,表示取不到有效值。",
1461
- "example": "",
1461
+ "example": "公安商业库",
1462
1462
  "member": "string",
1463
1463
  "name": "CompareLibType",
1464
1464
  "output_required": true,
@@ -5248,10 +5248,10 @@
5248
5248
  {
5249
5249
  "disabled": false,
5250
5250
  "document": "token",
5251
- "example": "",
5251
+ "example": "14E43038-CC2F-4945-941E-AD6D5989AF9F",
5252
5252
  "member": "string",
5253
5253
  "name": "BizToken",
5254
- "required": true,
5254
+ "output_required": true,
5255
5255
  "type": "string",
5256
5256
  "value_allowed_null": false
5257
5257
  },
@@ -5261,7 +5261,7 @@
5261
5261
  "example": "0",
5262
5262
  "member": "uint64",
5263
5263
  "name": "ChargeCount",
5264
- "required": true,
5264
+ "output_required": true,
5265
5265
  "type": "int",
5266
5266
  "value_allowed_null": false
5267
5267
  },
@@ -5271,17 +5271,17 @@
5271
5271
  "example": "无",
5272
5272
  "member": "ChargeDetail",
5273
5273
  "name": "ChargeDetails",
5274
- "required": true,
5274
+ "output_required": true,
5275
5275
  "type": "list",
5276
5276
  "value_allowed_null": false
5277
5277
  },
5278
5278
  {
5279
5279
  "disabled": false,
5280
5280
  "document": "业务RuleId",
5281
- "example": "",
5281
+ "example": "1",
5282
5282
  "member": "string",
5283
5283
  "name": "RuleId",
5284
- "required": true,
5284
+ "output_required": true,
5285
5285
  "type": "string",
5286
5286
  "value_allowed_null": false
5287
5287
  }
@@ -199,7 +199,7 @@
199
199
  },
200
200
  "metadata": {
201
201
  "apiVersion": "2018-07-11",
202
- "api_brief": "介绍如何使用API对游戏多媒体引擎进行操作,包括语音分析、用量等。",
202
+ "api_brief": "本文介绍如何使用API对游戏多媒体引擎进行操作,包括语音分析、用量等。",
203
203
  "serviceNameCN": "游戏多媒体引擎",
204
204
  "serviceShortName": "gme"
205
205
  },
@@ -3219,6 +3219,15 @@
3219
3219
  "name": "Limit",
3220
3220
  "required": false,
3221
3221
  "type": "int"
3222
+ },
3223
+ {
3224
+ "disabled": false,
3225
+ "document": "时间范围限制,以天数为单位",
3226
+ "example": "7",
3227
+ "member": "int64",
3228
+ "name": "RecentDays",
3229
+ "required": false,
3230
+ "type": "int"
3222
3231
  }
3223
3232
  ],
3224
3233
  "type": "object"
@@ -2536,6 +2536,26 @@
2536
2536
  "type": "string",
2537
2537
  "value_allowed_null": false
2538
2538
  },
2539
+ {
2540
+ "disabled": false,
2541
+ "document": "如果Url为图片地址,标识图片宽度。",
2542
+ "example": "无",
2543
+ "member": "int64",
2544
+ "name": "Width",
2545
+ "output_required": false,
2546
+ "type": "int",
2547
+ "value_allowed_null": false
2548
+ },
2549
+ {
2550
+ "disabled": false,
2551
+ "document": "如果Url为图片地址,标识图片高度。",
2552
+ "example": "无",
2553
+ "member": "int64",
2554
+ "name": "Height",
2555
+ "output_required": false,
2556
+ "type": "int",
2557
+ "value_allowed_null": false
2558
+ },
2539
2559
  {
2540
2560
  "disabled": false,
2541
2561
  "document": "多媒体详情地址。\n说明:\n1. 仅 type 为 image 时,该字段有值。\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -2546,6 +2566,36 @@
2546
2566
  "type": "string",
2547
2567
  "value_allowed_null": true
2548
2568
  },
2569
+ {
2570
+ "disabled": false,
2571
+ "document": "缩略图地址。",
2572
+ "example": "无",
2573
+ "member": "string",
2574
+ "name": "ThumbURL",
2575
+ "output_required": false,
2576
+ "type": "string",
2577
+ "value_allowed_null": false
2578
+ },
2579
+ {
2580
+ "disabled": false,
2581
+ "document": "缩略图宽度",
2582
+ "example": "无",
2583
+ "member": "int64",
2584
+ "name": "ThumbWidth",
2585
+ "output_required": false,
2586
+ "type": "int",
2587
+ "value_allowed_null": false
2588
+ },
2589
+ {
2590
+ "disabled": false,
2591
+ "document": "缩略图高度",
2592
+ "example": "无",
2593
+ "member": "int64",
2594
+ "name": "ThumbHeight",
2595
+ "output_required": false,
2596
+ "type": "int",
2597
+ "value_allowed_null": false
2598
+ },
2549
2599
  {
2550
2600
  "disabled": false,
2551
2601
  "document": "名称。\n说明:\n1. type 为 image 时,该字段为空。\n注意:此字段可能返回 null,表示取不到有效值。",
@@ -2585,6 +2635,36 @@
2585
2635
  "output_required": false,
2586
2636
  "type": "object",
2587
2637
  "value_allowed_null": true
2638
+ },
2639
+ {
2640
+ "disabled": false,
2641
+ "document": "发布时间。",
2642
+ "example": "无",
2643
+ "member": "string",
2644
+ "name": "PublishTime",
2645
+ "output_required": false,
2646
+ "type": "string",
2647
+ "value_allowed_null": false
2648
+ },
2649
+ {
2650
+ "disabled": false,
2651
+ "document": "站点名称",
2652
+ "example": "无",
2653
+ "member": "string",
2654
+ "name": "SiteName",
2655
+ "output_required": false,
2656
+ "type": "string",
2657
+ "value_allowed_null": false
2658
+ },
2659
+ {
2660
+ "disabled": false,
2661
+ "document": "站点图标",
2662
+ "example": "无",
2663
+ "member": "string",
2664
+ "name": "SiteIcon",
2665
+ "output_required": false,
2666
+ "type": "string",
2667
+ "value_allowed_null": false
2588
2668
  }
2589
2669
  ],
2590
2670
  "usage": "out"