tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/asr/v20190614/api.json +18 -18
- tccli/services/batch/v20170312/api.json +14 -14
- tccli/services/bh/bh_client.py +623 -93
- tccli/services/bh/v20230418/api.json +1054 -32
- tccli/services/bh/v20230418/examples.json +93 -1
- tccli/services/billing/billing_client.py +4 -57
- tccli/services/billing/v20180709/api.json +3 -305
- tccli/services/billing/v20180709/examples.json +2 -10
- tccli/services/bpaas/v20181217/api.json +56 -56
- tccli/services/cat/cat_client.py +61 -8
- tccli/services/cat/v20180409/api.json +115 -0
- tccli/services/cat/v20180409/examples.json +20 -0
- tccli/services/cbs/v20170312/api.json +9 -7
- tccli/services/cbs/v20170312/examples.json +2 -2
- tccli/services/ccc/ccc_client.py +216 -4
- tccli/services/ccc/v20200210/api.json +364 -6
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/v20170320/api.json +23 -14
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +365 -279
- tccli/services/cdwch/v20200915/api.json +21 -21
- tccli/services/cdwdoris/v20211228/api.json +21 -1
- tccli/services/cdwdoris/v20211228/examples.json +4 -4
- tccli/services/cdwpg/v20201230/api.json +375 -360
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +201 -5
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +57 -4
- tccli/services/chc/v20230418/api.json +108 -1
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +408 -302
- tccli/services/ckafka/v20190819/api.json +197 -2
- tccli/services/ckafka/v20190819/examples.json +16 -0
- tccli/services/clb/v20180317/api.json +439 -379
- tccli/services/clb/v20180317/examples.json +7 -7
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +86 -3
- tccli/services/cls/v20201016/examples.json +11 -3
- tccli/services/cvm/v20170312/api.json +165 -147
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +93 -14
- tccli/services/cwp/v20180228/examples.json +7 -7
- tccli/services/cynosdb/cynosdb_client.py +171 -12
- tccli/services/cynosdb/v20190107/api.json +252 -3
- tccli/services/cynosdb/v20190107/examples.json +24 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +816 -655
- tccli/services/dlc/v20210125/examples.json +73 -59
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/dts/v20211206/examples.json +6 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +127 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +686 -151
- tccli/services/es/v20180416/api.json +509 -436
- tccli/services/es/v20180416/examples.json +43 -49
- tccli/services/es/v20250101/api.json +1391 -0
- tccli/services/es/v20250101/examples.json +85 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +142 -21
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +112 -9
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/gaap/v20180529/api.json +321 -312
- tccli/services/gaap/v20180529/examples.json +2 -2
- tccli/services/gs/gs_client.py +538 -8
- tccli/services/gs/v20191118/api.json +947 -44
- tccli/services/gs/v20191118/examples.json +87 -1
- tccli/services/gwlb/v20240906/api.json +56 -37
- tccli/services/gwlb/v20240906/examples.json +11 -5
- tccli/services/hunyuan/hunyuan_client.py +175 -69
- tccli/services/hunyuan/v20230901/api.json +191 -1
- tccli/services/hunyuan/v20230901/examples.json +17 -1
- tccli/services/ioa/ioa_client.py +227 -15
- tccli/services/ioa/v20220601/api.json +479 -0
- tccli/services/ioa/v20220601/examples.json +44 -0
- tccli/services/iotexplorer/iotexplorer_client.py +322 -4
- tccli/services/iotexplorer/v20190423/api.json +865 -52
- tccli/services/iotexplorer/v20190423/examples.json +64 -16
- tccli/services/iotvideo/iotvideo_client.py +57 -4
- tccli/services/iotvideo/v20211125/api.json +146 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +1 -1
- tccli/services/kms/v20190118/api.json +38 -2
- tccli/services/lcic/v20220817/api.json +66 -1
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +0 -106
- tccli/services/lighthouse/v20200324/api.json +11 -98
- tccli/services/lighthouse/v20200324/examples.json +0 -16
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +208 -10
- tccli/services/lke/v20231130/examples.json +10 -10
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +48 -4
- tccli/services/lkeap/v20240522/examples.json +8 -0
- tccli/services/mna/mna_client.py +4 -163
- tccli/services/mna/v20210119/api.json +0 -524
- tccli/services/mna/v20210119/examples.json +0 -24
- tccli/services/monitor/monitor_client.py +114 -8
- tccli/services/monitor/v20180724/api.json +129 -18
- tccli/services/monitor/v20180724/examples.json +17 -1
- tccli/services/mps/v20190612/api.json +1223 -1031
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/nlp/v20190408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +12 -12
- tccli/services/oceanus/v20190422/examples.json +15 -3
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/privatedns/v20201028/api.json +30 -11
- tccli/services/privatedns/v20201028/examples.json +10 -10
- tccli/services/rce/v20201103/api.json +3 -3
- tccli/services/ses/v20201002/api.json +10 -1
- tccli/services/smop/v20201203/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/sts/sts_client.py +53 -0
- tccli/services/sts/v20180813/api.json +101 -1
- tccli/services/sts/v20180813/examples.json +8 -0
- tccli/services/taf/taf_client.py +0 -53
- tccli/services/taf/v20200210/api.json +0 -138
- tccli/services/taf/v20200210/examples.json +0 -8
- tccli/services/tan/v20220420/api.json +2 -2
- tccli/services/tat/v20201028/api.json +2 -2
- tccli/services/tcb/v20180608/api.json +29 -1
- tccli/services/tcbr/v20220217/api.json +32 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +84 -34
- tccli/services/tcss/v20201101/examples.json +2809 -0
- tccli/services/tdmq/v20200217/api.json +40 -0
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +236 -208
- tccli/services/teo/v20220901/examples.json +13 -13
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +256 -0
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +489 -12
- tccli/services/trocket/v20230308/api.json +925 -146
- tccli/services/trocket/v20230308/examples.json +72 -0
- tccli/services/trtc/v20190722/api.json +13 -19
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +1016 -995
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +510 -465
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/tts/v20190823/api.json +10 -10
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vcube/v20220410/api.json +10 -0
- tccli/services/vdb/v20230616/api.json +10 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +824 -254
- tccli/services/vpc/v20170312/examples.json +66 -10
- tccli/services/vpc/vpc_client.py +383 -12
- tccli/services/vrs/v20200824/api.json +9 -0
- tccli/services/waf/v20180125/api.json +8113 -5814
- tccli/services/waf/v20180125/examples.json +90 -0
- tccli/services/waf/waf_client.py +559 -82
- tccli/services/wedata/v20210820/api.json +1379 -24
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +171 -12
- tccli/services/weilingwith/v20230427/api.json +1 -1
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -18291,6 +18291,26 @@
|
|
18291
18291
|
"output_required": true,
|
18292
18292
|
"type": "int",
|
18293
18293
|
"value_allowed_null": true
|
18294
|
+
},
|
18295
|
+
{
|
18296
|
+
"disabled": false,
|
18297
|
+
"document": "实例ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
18298
|
+
"example": "rocketmq-4k4orqgq",
|
18299
|
+
"member": "string",
|
18300
|
+
"name": "InstanceId",
|
18301
|
+
"output_required": true,
|
18302
|
+
"type": "string",
|
18303
|
+
"value_allowed_null": true
|
18304
|
+
},
|
18305
|
+
{
|
18306
|
+
"disabled": false,
|
18307
|
+
"document": "命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
|
18308
|
+
"example": "test_namespace",
|
18309
|
+
"member": "string",
|
18310
|
+
"name": "Namespace",
|
18311
|
+
"output_required": true,
|
18312
|
+
"type": "string",
|
18313
|
+
"value_allowed_null": true
|
18294
18314
|
}
|
18295
18315
|
],
|
18296
18316
|
"usage": "out"
|
@@ -19126,6 +19146,26 @@
|
|
19126
19146
|
"type": "int",
|
19127
19147
|
"value_allowed_null": false
|
19128
19148
|
},
|
19149
|
+
{
|
19150
|
+
"disabled": false,
|
19151
|
+
"document": "实例ID\n注意:此字段可能返回 null,表示取不到有效值。",
|
19152
|
+
"example": "rocketmq-2p9vx3ax9jxg",
|
19153
|
+
"member": "string",
|
19154
|
+
"name": "InstanceId",
|
19155
|
+
"output_required": true,
|
19156
|
+
"type": "string",
|
19157
|
+
"value_allowed_null": true
|
19158
|
+
},
|
19159
|
+
{
|
19160
|
+
"disabled": false,
|
19161
|
+
"document": "命名空间\n注意:此字段可能返回 null,表示取不到有效值。",
|
19162
|
+
"example": "test_namespace",
|
19163
|
+
"member": "string",
|
19164
|
+
"name": "Namespace",
|
19165
|
+
"output_required": true,
|
19166
|
+
"type": "string",
|
19167
|
+
"value_allowed_null": true
|
19168
|
+
},
|
19129
19169
|
{
|
19130
19170
|
"disabled": false,
|
19131
19171
|
"document": "最后写入时间,单位为秒\n注意:此字段可能返回 null,表示取不到有效值。",
|
@@ -674,7 +674,7 @@
|
|
674
674
|
{
|
675
675
|
"document": "",
|
676
676
|
"input": "POST / HTTP/1.1\nHost: tdmq.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeRocketMQConsumerConnections\n<公共请求参数>\n\n{\n \"Limit\": \"20\",\n \"Offset\": \"0\",\n \"ClusterId\": \"rocketmq-2p9vx3ax9jxg\",\n \"NamespaceId\": \"test_namespace\",\n \"GroupId\": \"test_group\"\n}",
|
677
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Connections\": [\n {\n \"ClientId\": \"9.43.174.90@18834#7187709773375173\",\n \"ClientAddr\": \"9.43.174.90\",\n \"Language\": \"JAVA\",\n \"Accumulative\": 300,\n \"Version\": \"V4.9.7\"\n }\n ],\n \"GroupDetail\": {\n \"Name\": \"test_group\",\n \"ConsumerNum\": 1,\n \"TotalAccumulative\": 300,\n \"ConsumptionMode\": -1,\n \"BroadcastEnabled\": false,\n \"ReadEnabled\": true,\n \"RetryPartitionNum\": 1,\n \"CreateTime\": 1727075298000,\n \"UpdateTime\": 1727075298000,\n \"ClientProtocol\": \"TCP\",\n \"Remark\": \"测试消费组\",\n \"ConsumerType\": \"PUSH\",\n \"GroupType\": \"TCP\",\n \"RetryMaxTimes\": 16,\n \"TPS\": 10\n },\n \"RequestId\": \"abc\"\n }\n}",
|
677
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Connections\": [\n {\n \"ClientId\": \"9.43.174.90@18834#7187709773375173\",\n \"ClientAddr\": \"9.43.174.90\",\n \"Language\": \"JAVA\",\n \"Accumulative\": 300,\n \"Version\": \"V4.9.7\"\n }\n ],\n \"GroupDetail\": {\n \"Name\": \"test_group\",\n \"ConsumerNum\": 1,\n \"TotalAccumulative\": 300,\n \"ConsumptionMode\": -1,\n \"BroadcastEnabled\": false,\n \"ReadEnabled\": true,\n \"RetryPartitionNum\": 1,\n \"CreateTime\": 1727075298000,\n \"UpdateTime\": 1727075298000,\n \"ClientProtocol\": \"TCP\",\n \"Remark\": \"测试消费组\",\n \"ConsumerType\": \"PUSH\",\n \"GroupType\": \"TCP\",\n \"RetryMaxTimes\": 16,\n \"InstanceId\": \"rocketmq-2p9vx3ax9jxg\",\n \"Namespace\": \"test_namespace\",\n \"TPS\": 10\n },\n \"RequestId\": \"abc\"\n }\n}",
|
678
678
|
"title": "获取指定消费组下当前客户端的连接情况"
|
679
679
|
}
|
680
680
|
],
|
tccli/services/tds/tds_client.py
CHANGED
@@ -69,6 +69,58 @@ def doDescribeFraudBase(args, parsed_globals):
|
|
69
69
|
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
70
70
|
|
71
71
|
|
72
|
+
def doDescribeFinanceFraudUltimate(args, parsed_globals):
|
73
|
+
g_param = parse_global_arg(parsed_globals)
|
74
|
+
|
75
|
+
if g_param[OptionsDefine.UseCVMRole.replace('-', '_')]:
|
76
|
+
cred = credential.CVMRoleCredential()
|
77
|
+
elif g_param[OptionsDefine.RoleArn.replace('-', '_')] and g_param[OptionsDefine.RoleSessionName.replace('-', '_')]:
|
78
|
+
cred = credential.STSAssumeRoleCredential(
|
79
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.RoleArn.replace('-', '_')],
|
80
|
+
g_param[OptionsDefine.RoleSessionName.replace('-', '_')], endpoint=g_param["sts_cred_endpoint"]
|
81
|
+
)
|
82
|
+
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):
|
83
|
+
cred = credential.DefaultTkeOIDCRoleArnProvider().get_credentials()
|
84
|
+
else:
|
85
|
+
cred = credential.Credential(
|
86
|
+
g_param[OptionsDefine.SecretId], g_param[OptionsDefine.SecretKey], g_param[OptionsDefine.Token]
|
87
|
+
)
|
88
|
+
http_profile = HttpProfile(
|
89
|
+
reqTimeout=60 if g_param[OptionsDefine.Timeout] is None else int(g_param[OptionsDefine.Timeout]),
|
90
|
+
reqMethod="POST",
|
91
|
+
endpoint=g_param[OptionsDefine.Endpoint],
|
92
|
+
proxy=g_param[OptionsDefine.HttpsProxy.replace('-', '_')]
|
93
|
+
)
|
94
|
+
profile = ClientProfile(httpProfile=http_profile, signMethod="HmacSHA256")
|
95
|
+
if g_param[OptionsDefine.Language]:
|
96
|
+
profile.language = g_param[OptionsDefine.Language]
|
97
|
+
mod = CLIENT_MAP[g_param[OptionsDefine.Version]]
|
98
|
+
client = mod.TdsClient(cred, g_param[OptionsDefine.Region], profile)
|
99
|
+
client._sdkVersion += ("_CLI_" + __version__)
|
100
|
+
models = MODELS_MAP[g_param[OptionsDefine.Version]]
|
101
|
+
model = models.DescribeFinanceFraudUltimateRequest()
|
102
|
+
model.from_json_string(json.dumps(args))
|
103
|
+
start_time = time.time()
|
104
|
+
while True:
|
105
|
+
rsp = client.DescribeFinanceFraudUltimate(model)
|
106
|
+
result = rsp.to_json_string()
|
107
|
+
try:
|
108
|
+
json_obj = json.loads(result)
|
109
|
+
except TypeError as e:
|
110
|
+
json_obj = json.loads(result.decode('utf-8')) # python3.3
|
111
|
+
if not g_param[OptionsDefine.Waiter] or search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj) == g_param['OptionsDefine.WaiterInfo']['to']:
|
112
|
+
break
|
113
|
+
cur_time = time.time()
|
114
|
+
if cur_time - start_time >= g_param['OptionsDefine.WaiterInfo']['timeout']:
|
115
|
+
raise ClientError('Request timeout, wait `%s` to `%s` timeout, last request is %s' %
|
116
|
+
(g_param['OptionsDefine.WaiterInfo']['expr'], g_param['OptionsDefine.WaiterInfo']['to'],
|
117
|
+
search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj)))
|
118
|
+
else:
|
119
|
+
print('Inquiry result is %s.' % search(g_param['OptionsDefine.WaiterInfo']['expr'], json_obj))
|
120
|
+
time.sleep(g_param['OptionsDefine.WaiterInfo']['interval'])
|
121
|
+
FormatOutput.output("action", json_obj, g_param[OptionsDefine.Output], g_param[OptionsDefine.Filter])
|
122
|
+
|
123
|
+
|
72
124
|
def doDescribeFraudPremium(args, parsed_globals):
|
73
125
|
g_param = parse_global_arg(parsed_globals)
|
74
126
|
|
@@ -237,6 +289,7 @@ MODELS_MAP = {
|
|
237
289
|
|
238
290
|
ACTION_MAP = {
|
239
291
|
"DescribeFraudBase": doDescribeFraudBase,
|
292
|
+
"DescribeFinanceFraudUltimate": doDescribeFinanceFraudUltimate,
|
240
293
|
"DescribeFraudPremium": doDescribeFraudPremium,
|
241
294
|
"DescribeTrustedID": doDescribeTrustedID,
|
242
295
|
"DescribeFraudUltimate": doDescribeFraudUltimate,
|
@@ -1,5 +1,12 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"DescribeFinanceFraudUltimate": {
|
4
|
+
"document": "查询设备标识及风险(金融旗舰版)",
|
5
|
+
"input": "DescribeFinanceFraudUltimateRequest",
|
6
|
+
"name": "查询设备标识及风险(金融旗舰版)",
|
7
|
+
"output": "DescribeFinanceFraudUltimateResponse",
|
8
|
+
"status": "online"
|
9
|
+
},
|
3
10
|
"DescribeFraudBase": {
|
4
11
|
"document": "查询设备风险",
|
5
12
|
"input": "DescribeFraudBaseRequest",
|
@@ -96,6 +103,264 @@
|
|
96
103
|
],
|
97
104
|
"usage": "in"
|
98
105
|
},
|
106
|
+
"DescribeFinanceFraudUltimateRequest": {
|
107
|
+
"document": "DescribeFinanceFraudUltimate请求参数结构体",
|
108
|
+
"members": [
|
109
|
+
{
|
110
|
+
"disabled": false,
|
111
|
+
"document": "客户端通过SDK获取的设备Token",
|
112
|
+
"example": "eHh4eHh4eHg=",
|
113
|
+
"member": "string",
|
114
|
+
"name": "DeviceToken",
|
115
|
+
"required": true,
|
116
|
+
"type": "string"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"disabled": false,
|
120
|
+
"document": "使用场景。目前仅支持login-登录场景、register-注册场景",
|
121
|
+
"example": "login",
|
122
|
+
"member": "string",
|
123
|
+
"name": "SceneCode",
|
124
|
+
"required": true,
|
125
|
+
"type": "string"
|
126
|
+
},
|
127
|
+
{
|
128
|
+
"disabled": false,
|
129
|
+
"document": "用户唯一标识",
|
130
|
+
"example": "15000000000",
|
131
|
+
"member": "string",
|
132
|
+
"name": "UserId",
|
133
|
+
"required": true,
|
134
|
+
"type": "string"
|
135
|
+
},
|
136
|
+
{
|
137
|
+
"disabled": false,
|
138
|
+
"document": "事件时间戳(毫秒)",
|
139
|
+
"example": "1666684836384",
|
140
|
+
"member": "uint64",
|
141
|
+
"name": "EventTime",
|
142
|
+
"required": true,
|
143
|
+
"type": "int"
|
144
|
+
},
|
145
|
+
{
|
146
|
+
"disabled": false,
|
147
|
+
"document": "事件耗时(毫秒),例如进入登录界面到点击登录按钮耗时",
|
148
|
+
"example": "1",
|
149
|
+
"member": "uint64",
|
150
|
+
"name": "ElapsedTime",
|
151
|
+
"required": false,
|
152
|
+
"type": "int"
|
153
|
+
},
|
154
|
+
{
|
155
|
+
"disabled": false,
|
156
|
+
"document": "微信的OpenId",
|
157
|
+
"example": "oOn8tchm7************0vlzm",
|
158
|
+
"member": "string",
|
159
|
+
"name": "WeChatOpenId",
|
160
|
+
"required": false,
|
161
|
+
"type": "string"
|
162
|
+
},
|
163
|
+
{
|
164
|
+
"disabled": false,
|
165
|
+
"document": "手机号码(注:不需要带国家代码 例如:13430421011)。可以传入原文或MD5",
|
166
|
+
"example": "15000000000",
|
167
|
+
"member": "string",
|
168
|
+
"name": "PhoneNumber",
|
169
|
+
"required": false,
|
170
|
+
"type": "string"
|
171
|
+
},
|
172
|
+
{
|
173
|
+
"disabled": false,
|
174
|
+
"document": "业务客户端IP",
|
175
|
+
"example": "183.60.88.11",
|
176
|
+
"member": "string",
|
177
|
+
"name": "BizClientIp",
|
178
|
+
"required": false,
|
179
|
+
"type": "string"
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"disabled": false,
|
183
|
+
"document": "QQ的OpenId",
|
184
|
+
"example": "A8E0232CD************2058B0EA885",
|
185
|
+
"member": "string",
|
186
|
+
"name": "QQOpenId",
|
187
|
+
"required": false,
|
188
|
+
"type": "string"
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"disabled": false,
|
192
|
+
"document": "数据授权信息",
|
193
|
+
"example": "无",
|
194
|
+
"member": "DataAuthorizationInfo",
|
195
|
+
"name": "DataAuthorization",
|
196
|
+
"required": false,
|
197
|
+
"type": "object"
|
198
|
+
}
|
199
|
+
],
|
200
|
+
"type": "object"
|
201
|
+
},
|
202
|
+
"DescribeFinanceFraudUltimateResponse": {
|
203
|
+
"document": "DescribeFinanceFraudUltimate返回参数结构体",
|
204
|
+
"members": [
|
205
|
+
{
|
206
|
+
"disabled": false,
|
207
|
+
"document": "App版本信息",
|
208
|
+
"example": "6.8.50",
|
209
|
+
"member": "string",
|
210
|
+
"name": "AppVersion",
|
211
|
+
"output_required": true,
|
212
|
+
"type": "string",
|
213
|
+
"value_allowed_null": false
|
214
|
+
},
|
215
|
+
{
|
216
|
+
"disabled": false,
|
217
|
+
"document": "品牌",
|
218
|
+
"example": "OPPO",
|
219
|
+
"member": "string",
|
220
|
+
"name": "Brand",
|
221
|
+
"output_required": true,
|
222
|
+
"type": "string",
|
223
|
+
"value_allowed_null": false
|
224
|
+
},
|
225
|
+
{
|
226
|
+
"disabled": false,
|
227
|
+
"document": "客户端IP",
|
228
|
+
"example": "2409:8929:270b:316:16f2:2dd6:2987:390a",
|
229
|
+
"member": "string",
|
230
|
+
"name": "ClientIp",
|
231
|
+
"output_required": true,
|
232
|
+
"type": "string",
|
233
|
+
"value_allowed_null": false
|
234
|
+
},
|
235
|
+
{
|
236
|
+
"disabled": false,
|
237
|
+
"document": "机型",
|
238
|
+
"example": "PEMM00",
|
239
|
+
"member": "string",
|
240
|
+
"name": "Model",
|
241
|
+
"output_required": true,
|
242
|
+
"type": "string",
|
243
|
+
"value_allowed_null": false
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"disabled": false,
|
247
|
+
"document": "网络类型",
|
248
|
+
"example": "1",
|
249
|
+
"member": "string",
|
250
|
+
"name": "NetworkType",
|
251
|
+
"output_required": true,
|
252
|
+
"type": "string",
|
253
|
+
"value_allowed_null": false
|
254
|
+
},
|
255
|
+
{
|
256
|
+
"disabled": false,
|
257
|
+
"document": "应用包名",
|
258
|
+
"example": "com.xx.xxx",
|
259
|
+
"member": "string",
|
260
|
+
"name": "PackageName",
|
261
|
+
"output_required": true,
|
262
|
+
"type": "string",
|
263
|
+
"value_allowed_null": false
|
264
|
+
},
|
265
|
+
{
|
266
|
+
"disabled": false,
|
267
|
+
"document": "平台(2-Android,3-iOS,4-H5,5-微信小程序)",
|
268
|
+
"example": "2",
|
269
|
+
"member": "string",
|
270
|
+
"name": "Platform",
|
271
|
+
"output_required": true,
|
272
|
+
"type": "string",
|
273
|
+
"value_allowed_null": false
|
274
|
+
},
|
275
|
+
{
|
276
|
+
"disabled": false,
|
277
|
+
"document": "系统版本",
|
278
|
+
"example": "11",
|
279
|
+
"member": "string",
|
280
|
+
"name": "SystemVersion",
|
281
|
+
"output_required": true,
|
282
|
+
"type": "string",
|
283
|
+
"value_allowed_null": false
|
284
|
+
},
|
285
|
+
{
|
286
|
+
"disabled": false,
|
287
|
+
"document": "SDK版本号",
|
288
|
+
"example": "74",
|
289
|
+
"member": "string",
|
290
|
+
"name": "SdkBuildNo",
|
291
|
+
"output_required": true,
|
292
|
+
"type": "string",
|
293
|
+
"value_allowed_null": false
|
294
|
+
},
|
295
|
+
{
|
296
|
+
"disabled": false,
|
297
|
+
"document": "实时风险信息",
|
298
|
+
"example": "无",
|
299
|
+
"member": "RiskInfo",
|
300
|
+
"name": "RiskInfos",
|
301
|
+
"output_required": true,
|
302
|
+
"type": "list",
|
303
|
+
"value_allowed_null": false
|
304
|
+
},
|
305
|
+
{
|
306
|
+
"disabled": false,
|
307
|
+
"document": "离线风险信息",
|
308
|
+
"example": "无",
|
309
|
+
"member": "RiskInfo",
|
310
|
+
"name": "HistRiskInfos",
|
311
|
+
"output_required": true,
|
312
|
+
"type": "list",
|
313
|
+
"value_allowed_null": false
|
314
|
+
},
|
315
|
+
{
|
316
|
+
"disabled": false,
|
317
|
+
"document": "设备匿名标识",
|
318
|
+
"example": "85ADB490D96D6A0044D00798",
|
319
|
+
"member": "string",
|
320
|
+
"name": "Openid",
|
321
|
+
"output_required": true,
|
322
|
+
"type": "string",
|
323
|
+
"value_allowed_null": false
|
324
|
+
},
|
325
|
+
{
|
326
|
+
"disabled": false,
|
327
|
+
"document": "场景风险信息",
|
328
|
+
"example": "无",
|
329
|
+
"member": "RiskInfo",
|
330
|
+
"name": "SceneRiskInfos",
|
331
|
+
"output_required": true,
|
332
|
+
"type": "list",
|
333
|
+
"value_allowed_null": false
|
334
|
+
},
|
335
|
+
{
|
336
|
+
"disabled": false,
|
337
|
+
"document": "建议等级。1-极差,2-较差,3-中等,4-良好,5-优秀",
|
338
|
+
"example": "1",
|
339
|
+
"member": "uint64",
|
340
|
+
"name": "SuggestionLevel",
|
341
|
+
"output_required": true,
|
342
|
+
"type": "int",
|
343
|
+
"value_allowed_null": false
|
344
|
+
},
|
345
|
+
{
|
346
|
+
"disabled": false,
|
347
|
+
"document": "图灵盾统一ID",
|
348
|
+
"example": "BCC4AD40983ACF9CA18A55BC0A4401489833F362",
|
349
|
+
"member": "string",
|
350
|
+
"name": "Unionid",
|
351
|
+
"output_required": false,
|
352
|
+
"type": "string",
|
353
|
+
"value_allowed_null": false
|
354
|
+
},
|
355
|
+
{
|
356
|
+
"document": "唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。",
|
357
|
+
"member": "string",
|
358
|
+
"name": "RequestId",
|
359
|
+
"type": "string"
|
360
|
+
}
|
361
|
+
],
|
362
|
+
"type": "object"
|
363
|
+
},
|
99
364
|
"DescribeFraudBaseRequest": {
|
100
365
|
"document": "DescribeFraudBase请求参数结构体",
|
101
366
|
"members": [
|
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"DescribeFinanceFraudUltimate": [
|
4
|
+
{
|
5
|
+
"document": "",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: tds.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFinanceFraudUltimate\n<公共请求参数>\n\n{\n \"DeviceToken\": \"v2:s6kBRbiOKZp/kenOxxxxxxxxx\",\n \"SceneCode\": \"login\",\n \"UserId\": \"user1\",\n \"EventTime\": 1666684836384,\n \"ElapsedTime\": 1,\n \"WeChatOpenId\": \"oEsXuszxxxxxxxxxxxxxxxx4qvEk\",\n \"PhoneNumber\": \"15800000000\",\n \"BizClientIp\": \"223.73.63.151\",\n \"QQOpenId\": \"ECA1B7XXXXXXXXXXXXXXXXXXXX06625D\",\n \"DataAuthorization\": {\n \"DataProviderName\": \"某某有限公司\",\n \"DataRecipientName\": \"腾讯云计算(北京)有限责任公司\",\n \"UserDataType\": [\n 1,\n 2,\n 3,\n 4\n ],\n \"IsAuthorize\": 1,\n \"AuthorizationTerm\": 1719805604,\n \"PrivacyPolicyLink\": \"https://www.*****.com/*\"\n }\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"Brand\": \"HONOR\",\n \"SdkBuildNo\": \"75\",\n \"AppVersion\": \"1.0.0\",\n \"Platform\": \"2\",\n \"SystemVersion\": \"10\",\n \"RequestId\": \"19a13dc5-1c2c-4d0e-bd08-13534b53c8f4\",\n \"NetworkType\": \"0\",\n \"Model\": \"LLD-AL20\",\n \"PackageName\": \"a.b.c\",\n \"ClientIp\": \"223.73.63.151\",\n \"RiskInfos\": [\n {\n \"Type\": 201,\n \"Level\": 1\n }\n ],\n \"HistRiskInfos\": [\n {\n \"Type\": 201,\n \"Level\": 1\n }\n ],\n \"Openid\": \"A10254A0046CEA0448A387BF\",\n \"SceneRiskInfos\": [\n {\n \"Type\": 100101,\n \"Level\": 1\n }\n ],\n \"SuggestionLevel\": 1,\n \"Unionid\": \"BCC4AD40983ACF9CA18A55BC0A4401489833F362\"\n }\n}",
|
8
|
+
"title": "查询设备标识及风险(金融旗舰版)"
|
9
|
+
}
|
10
|
+
],
|
3
11
|
"DescribeFraudBase": [
|
4
12
|
{
|
5
13
|
"document": "",
|