tccli 3.0.1216.1__py2.py3-none-any.whl → 3.0.1217.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/argparser.py +1 -1
- tccli/command.py +2 -2
- tccli/credentials.py +25 -0
- tccli/main.py +6 -2
- tccli/plugins/sso/__init__.py +61 -0
- tccli/plugins/sso/configs.py +4 -0
- tccli/plugins/sso/configure.py +45 -0
- tccli/plugins/sso/login.py +144 -0
- tccli/plugins/sso/logout.py +21 -0
- tccli/plugins/sso/terminal.py +161 -0
- tccli/plugins/sso/texts.py +40 -0
- tccli/services/__init__.py +6 -0
- tccli/services/acp/v20220105/api.json +7 -7
- tccli/services/acp/v20220105/examples.json +2 -2
- tccli/services/aiart/v20221229/api.json +29 -29
- tccli/services/aiart/v20221229/examples.json +8 -8
- tccli/services/apigateway/v20180808/api.json +18 -17
- tccli/services/apigateway/v20180808/examples.json +12 -12
- tccli/services/apm/v20210622/api.json +98 -4
- tccli/services/asr/v20190614/api.json +18 -17
- tccli/services/asr/v20190614/examples.json +13 -13
- tccli/services/autoscaling/v20180419/api.json +371 -309
- tccli/services/autoscaling/v20180419/examples.json +17 -17
- tccli/services/batch/v20170312/api.json +7 -7
- tccli/services/bda/v20200324/api.json +39 -31
- tccli/services/bda/v20200324/examples.json +9 -9
- tccli/services/bh/__init__.py +4 -0
- tccli/services/bh/bh_client.py +3428 -0
- tccli/services/bh/v20230418/api.json +8180 -0
- tccli/services/bh/v20230418/examples.json +519 -0
- tccli/services/bi/v20220105/api.json +48 -0
- tccli/services/billing/v20180709/api.json +26 -24
- tccli/services/bsca/v20210811/api.json +1 -1
- tccli/services/btoe/v20210514/api.json +4 -4
- tccli/services/btoe/v20210514/examples.json +2 -2
- tccli/services/ca/v20230228/api.json +60 -0
- tccli/services/cam/v20190116/api.json +11 -11
- tccli/services/cat/v20180409/api.json +9 -0
- tccli/services/cbs/v20170312/api.json +200 -188
- tccli/services/cbs/v20170312/examples.json +4 -4
- tccli/services/ccc/v20200210/api.json +390 -323
- tccli/services/ccc/v20200210/examples.json +15 -15
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +295 -270
- tccli/services/cdb/v20170320/examples.json +38 -38
- tccli/services/cdc/v20201214/api.json +283 -270
- tccli/services/cdc/v20201214/examples.json +26 -26
- tccli/services/cds/v20180420/api.json +82 -76
- tccli/services/cds/v20180420/examples.json +1 -1
- tccli/services/cdwch/v20200915/api.json +1 -1
- tccli/services/cdwdoris/v20211228/api.json +42 -2
- tccli/services/cdz/v20221123/api.json +41 -5
- tccli/services/cfg/v20210820/api.json +31 -0
- tccli/services/cfs/v20190719/api.json +89 -1
- tccli/services/cfs/v20190719/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +0 -53
- tccli/services/cfw/v20190904/api.json +1849 -1999
- tccli/services/cfw/v20190904/examples.json +157 -159
- tccli/services/ckafka/v20190819/api.json +104 -75
- tccli/services/clb/v20180317/api.json +48 -26
- tccli/services/clb/v20180317/examples.json +1 -1
- tccli/services/cloudapp/v20220530/api.json +5 -1
- tccli/services/cloudaudit/v20190319/api.json +58 -44
- tccli/services/cloudaudit/v20190319/examples.json +6 -6
- tccli/services/cloudstudio/v20230508/api.json +38 -37
- tccli/services/cloudstudio/v20230508/examples.json +4 -4
- tccli/services/cls/cls_client.py +216 -4
- tccli/services/cls/v20201016/api.json +536 -47
- tccli/services/cls/v20201016/examples.json +34 -2
- tccli/services/csip/v20221121/api.json +2562 -2382
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +149 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6338 -6146
- tccli/services/cwp/v20180228/examples.json +342 -370
- tccli/services/cynosdb/v20190107/api.json +93 -81
- tccli/services/cynosdb/v20190107/examples.json +70 -70
- tccli/services/dasb/v20191018/api.json +796 -651
- tccli/services/dasb/v20191018/examples.json +101 -101
- tccli/services/dcdb/dcdb_client.py +114 -61
- tccli/services/dcdb/v20180411/api.json +141 -7
- tccli/services/dcdb/v20180411/examples.json +32 -0
- tccli/services/dlc/v20210125/api.json +21 -11
- tccli/services/dnspod/dnspod_client.py +417 -46
- tccli/services/dnspod/v20210323/api.json +751 -30
- tccli/services/dnspod/v20210323/examples.json +62 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/ecm/v20190719/api.json +2 -2
- tccli/services/emr/v20190103/api.json +339 -114
- tccli/services/emr/v20190103/examples.json +64 -82
- tccli/services/es/v20180416/api.json +29 -0
- tccli/services/es/v20180416/examples.json +1 -1
- tccli/services/ess/v20201111/api.json +49 -31
- tccli/services/ess/v20201111/examples.json +20 -8
- tccli/services/essbasic/v20210526/api.json +54 -49
- tccli/services/essbasic/v20210526/examples.json +36 -18
- tccli/services/facefusion/v20181201/api.json +47 -45
- tccli/services/facefusion/v20181201/examples.json +2 -2
- tccli/services/facefusion/v20220927/api.json +54 -48
- tccli/services/facefusion/v20220927/examples.json +5 -5
- tccli/services/faceid/v20180301/api.json +497 -496
- tccli/services/faceid/v20180301/examples.json +219 -101
- tccli/services/fmu/v20191213/api.json +59 -67
- tccli/services/fmu/v20191213/examples.json +22 -22
- tccli/services/ft/v20200304/api.json +53 -57
- tccli/services/ft/v20200304/examples.json +14 -14
- tccli/services/gme/v20180711/api.json +21 -11
- tccli/services/gme/v20180711/examples.json +1 -1
- tccli/services/hai/v20230812/api.json +116 -9
- tccli/services/hai/v20230812/examples.json +4 -4
- tccli/services/hunyuan/hunyuan_client.py +436 -12
- tccli/services/hunyuan/v20230901/api.json +1482 -118
- tccli/services/hunyuan/v20230901/examples.json +82 -18
- tccli/services/iai/v20180301/api.json +23 -19
- tccli/services/iai/v20180301/examples.json +2 -2
- tccli/services/iai/v20200303/api.json +530 -511
- tccli/services/iai/v20200303/examples.json +116 -86
- tccli/services/ig/__init__.py +4 -0
- tccli/services/ig/ig_client.py +195 -0
- tccli/services/ig/v20210518/api.json +83 -0
- tccli/services/ig/v20210518/examples.json +13 -0
- tccli/services/ioa/ioa_client.py +53 -0
- tccli/services/ioa/v20220601/api.json +662 -413
- tccli/services/ioa/v20220601/examples.json +24 -10
- tccli/services/iotexplorer/v20190423/api.json +33 -13
- tccli/services/iotexplorer/v20190423/examples.json +3 -3
- tccli/services/iotvideo/iotvideo_client.py +106 -0
- tccli/services/iotvideo/v20191126/api.json +256 -24
- tccli/services/iotvideo/v20191126/examples.json +19 -3
- tccli/services/iotvideo/v20201215/api.json +1 -1
- tccli/services/iotvideo/v20201215/examples.json +1 -1
- tccli/services/iotvideo/v20211125/api.json +1 -1
- tccli/services/iotvideo/v20211125/examples.json +2 -2
- tccli/services/iss/iss_client.py +69 -122
- tccli/services/iss/v20230517/api.json +10 -54
- tccli/services/iss/v20230517/examples.json +0 -14
- tccli/services/kms/v20190118/api.json +301 -268
- tccli/services/kms/v20190118/examples.json +45 -51
- tccli/services/lcic/lcic_client.py +159 -0
- tccli/services/lcic/v20220817/api.json +273 -1
- tccli/services/lcic/v20220817/examples.json +24 -0
- tccli/services/lighthouse/v20200324/api.json +56 -0
- tccli/services/live/live_client.py +159 -0
- tccli/services/live/v20180801/api.json +244 -0
- tccli/services/live/v20180801/examples.json +24 -0
- tccli/services/lke/v20231130/api.json +17 -17
- tccli/services/lke/v20231130/examples.json +19 -25
- tccli/services/mariadb/v20170312/api.json +7 -7
- tccli/services/market/v20191010/api.json +3 -3
- tccli/services/market/v20191010/examples.json +2 -2
- tccli/services/mmps/v20200710/api.json +47 -47
- tccli/services/mmps/v20200710/examples.json +3 -3
- tccli/services/mongodb/v20190725/api.json +4 -4
- tccli/services/monitor/v20180724/api.json +46 -19
- tccli/services/mps/v20190612/api.json +282 -5
- tccli/services/mps/v20190612/examples.json +25 -1
- tccli/services/mqtt/v20240516/api.json +2 -2
- tccli/services/mrs/v20200910/api.json +72 -34
- tccli/services/mrs/v20200910/examples.json +2 -2
- tccli/services/ms/v20180408/api.json +535 -506
- tccli/services/ms/v20180408/examples.json +25 -25
- tccli/services/oceanus/v20190422/api.json +130 -0
- tccli/services/ocr/ocr_client.py +232 -20
- tccli/services/ocr/v20181119/api.json +2265 -760
- tccli/services/ocr/v20181119/examples.json +200 -180
- tccli/services/omics/v20221128/api.json +614 -553
- tccli/services/omics/v20221128/examples.json +9 -9
- tccli/services/organization/v20210331/api.json +13 -4
- tccli/services/organization/v20210331/examples.json +2 -2
- tccli/services/partners/v20180321/api.json +244 -234
- tccli/services/partners/v20180321/examples.json +19 -19
- tccli/services/privatedns/privatedns_client.py +428 -4
- tccli/services/privatedns/v20201028/api.json +815 -11
- tccli/services/privatedns/v20201028/examples.json +64 -0
- tccli/services/pts/v20210728/api.json +18 -0
- tccli/services/pts/v20210728/examples.json +1 -1
- tccli/services/rce/rce_client.py +53 -0
- tccli/services/rce/v20201103/api.json +146 -0
- tccli/services/rce/v20201103/examples.json +8 -0
- tccli/services/redis/v20180412/api.json +42 -42
- tccli/services/redis/v20180412/examples.json +19 -19
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/v20180416/api.json +15 -15
- tccli/services/scf/v20180416/examples.json +1 -1
- tccli/services/smop/v20201203/api.json +46 -42
- tccli/services/smop/v20201203/examples.json +2 -2
- tccli/services/soe/v20180724/api.json +10 -10
- tccli/services/sqlserver/v20180328/api.json +21 -8
- tccli/services/sqlserver/v20180328/examples.json +5 -5
- tccli/services/ssl/v20191205/api.json +97 -4
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +97 -97
- tccli/services/tat/v20201028/examples.json +20 -26
- tccli/services/tchd/v20230306/api.json +5 -5
- tccli/services/tchd/v20230306/examples.json +3 -3
- tccli/services/tcr/v20190924/api.json +1 -1
- tccli/services/tcr/v20190924/examples.json +1 -1
- tccli/services/tcss/v20201101/api.json +1973 -1426
- tccli/services/tcss/v20201101/examples.json +346 -364
- tccli/services/tdmq/v20200217/api.json +539 -401
- tccli/services/tdmq/v20200217/examples.json +104 -104
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +287 -271
- tccli/services/tem/v20210701/examples.json +59 -59
- tccli/services/teo/v20220901/api.json +37 -9
- tccli/services/teo/v20220901/examples.json +13 -7
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +217 -58
- tccli/services/tke/v20180525/api.json +36 -27
- tccli/services/tke/v20180525/examples.json +1 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tmt/v20180321/api.json +38 -8
- tccli/services/trp/v20210515/api.json +86 -74
- tccli/services/trp/v20210515/examples.json +65 -65
- tccli/services/trro/v20220325/api.json +72 -71
- tccli/services/trro/v20220325/examples.json +8 -8
- tccli/services/trtc/trtc_client.py +8 -61
- tccli/services/trtc/v20190722/api.json +72 -30
- tccli/services/trtc/v20190722/examples.json +3 -11
- tccli/services/tse/tse_client.py +110 -4
- tccli/services/tse/v20201207/api.json +122 -7
- tccli/services/tse/v20201207/examples.json +25 -9
- tccli/services/vclm/v20240523/api.json +225 -82
- tccli/services/vclm/v20240523/examples.json +13 -19
- tccli/services/vod/v20180717/api.json +431 -4
- tccli/services/vod/v20180717/examples.json +25 -5
- tccli/services/vod/v20240718/api.json +11 -11
- tccli/services/vod/v20240718/examples.json +4 -4
- tccli/services/vod/vod_client.py +53 -0
- tccli/services/vpc/v20170312/api.json +1090 -862
- tccli/services/vpc/v20170312/examples.json +74 -66
- tccli/services/vpc/vpc_client.py +61 -8
- tccli/services/waf/v20180125/api.json +2540 -2177
- tccli/services/waf/v20180125/examples.json +216 -284
- tccli/services/waf/waf_client.py +172 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +909 -25
- tccli/services/wedata/v20210820/examples.json +28 -4
- tccli/services/wedata/wedata_client.py +159 -0
- tccli/services/weilingwith/v20230427/api.json +6 -6
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- tccli/sso.py +229 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +252 -235
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1216.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -1010,6 +1010,24 @@
|
|
1010
1010
|
"name": "GlobalParam",
|
1011
1011
|
"required": false,
|
1012
1012
|
"type": "string"
|
1013
|
+
},
|
1014
|
+
{
|
1015
|
+
"disabled": false,
|
1016
|
+
"document": "100 不绑定用户 200 单用户单token 300 单用户多token",
|
1017
|
+
"example": "100",
|
1018
|
+
"member": "int64",
|
1019
|
+
"name": "TokenType",
|
1020
|
+
"required": false,
|
1021
|
+
"type": "int"
|
1022
|
+
},
|
1023
|
+
{
|
1024
|
+
"disabled": false,
|
1025
|
+
"document": "一次创建的token数",
|
1026
|
+
"example": "11",
|
1027
|
+
"member": "int64",
|
1028
|
+
"name": "TokenNum",
|
1029
|
+
"required": false,
|
1030
|
+
"type": "int"
|
1013
1031
|
}
|
1014
1032
|
],
|
1015
1033
|
"type": "object"
|
@@ -2875,6 +2893,36 @@
|
|
2875
2893
|
"output_required": false,
|
2876
2894
|
"type": "string",
|
2877
2895
|
"value_allowed_null": true
|
2896
|
+
},
|
2897
|
+
{
|
2898
|
+
"disabled": false,
|
2899
|
+
"document": "100 无绑定用户\n200 单用户单token\n300 单用户 多token\n注意:此字段可能返回 null,表示取不到有效值。",
|
2900
|
+
"example": "100",
|
2901
|
+
"member": "int64",
|
2902
|
+
"name": "TokenType",
|
2903
|
+
"output_required": false,
|
2904
|
+
"type": "int",
|
2905
|
+
"value_allowed_null": true
|
2906
|
+
},
|
2907
|
+
{
|
2908
|
+
"disabled": false,
|
2909
|
+
"document": "token 数\n注意:此字段可能返回 null,表示取不到有效值。",
|
2910
|
+
"example": "11",
|
2911
|
+
"member": "int64",
|
2912
|
+
"name": "TokenNum",
|
2913
|
+
"output_required": false,
|
2914
|
+
"type": "int",
|
2915
|
+
"value_allowed_null": true
|
2916
|
+
},
|
2917
|
+
{
|
2918
|
+
"disabled": false,
|
2919
|
+
"document": "是否单用户多token\n注意:此字段可能返回 null,表示取不到有效值。",
|
2920
|
+
"example": "true",
|
2921
|
+
"member": "bool",
|
2922
|
+
"name": "SingleUserMultiToken",
|
2923
|
+
"output_required": false,
|
2924
|
+
"type": "bool",
|
2925
|
+
"value_allowed_null": true
|
2878
2926
|
}
|
2879
2927
|
],
|
2880
2928
|
"usage": "out"
|
@@ -8,11 +8,11 @@
|
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
10
|
"CreateSavingPlanOrder": {
|
11
|
-
"document": "创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付",
|
11
|
+
"document": "接口迁移到其他业务\n\n创建节省计划订单,创建订单完成需调用PayDeals接口完成订单支付",
|
12
12
|
"input": "CreateSavingPlanOrderRequest",
|
13
13
|
"name": "创建节省计划订单",
|
14
14
|
"output": "CreateSavingPlanOrderResponse",
|
15
|
-
"status": "
|
15
|
+
"status": "deprecated"
|
16
16
|
},
|
17
17
|
"DeleteAllocationTag": {
|
18
18
|
"document": "批量取消设置分账标签",
|
@@ -274,11 +274,11 @@
|
|
274
274
|
"status": "online"
|
275
275
|
},
|
276
276
|
"DescribeSavingPlanOverview": {
|
277
|
-
"document": "查用当前用户明细节省计划总览查询时段内的使用情况",
|
277
|
+
"document": "接口迁移到其他业务\n\n查用当前用户明细节省计划总览查询时段内的使用情况",
|
278
278
|
"input": "DescribeSavingPlanOverviewRequest",
|
279
279
|
"name": "查询节省计划总览明细",
|
280
280
|
"output": "DescribeSavingPlanOverviewResponse",
|
281
|
-
"status": "
|
281
|
+
"status": "deprecated"
|
282
282
|
},
|
283
283
|
"DescribeSavingPlanResourceInfo": {
|
284
284
|
"document": "查询节省计划详情",
|
@@ -288,11 +288,11 @@
|
|
288
288
|
"status": "online"
|
289
289
|
},
|
290
290
|
"DescribeSavingPlanUsage": {
|
291
|
-
"document": "查用当前用户明细节省计划查询时段内的使用情况",
|
291
|
+
"document": "接口迁移到其他业务\n\n查用当前用户明细节省计划查询时段内的使用情况",
|
292
292
|
"input": "DescribeSavingPlanUsageRequest",
|
293
293
|
"name": "查询节省计划使用率明细",
|
294
294
|
"output": "DescribeSavingPlanUsageResponse",
|
295
|
-
"status": "
|
295
|
+
"status": "deprecated"
|
296
296
|
},
|
297
297
|
"DescribeTagList": {
|
298
298
|
"document": "获取分账标签",
|
@@ -8134,7 +8134,7 @@
|
|
8134
8134
|
"example": "10000",
|
8135
8135
|
"member": "int64",
|
8136
8136
|
"name": "Balance",
|
8137
|
-
"
|
8137
|
+
"output_required": true,
|
8138
8138
|
"type": "int",
|
8139
8139
|
"value_allowed_null": false
|
8140
8140
|
},
|
@@ -8144,7 +8144,7 @@
|
|
8144
8144
|
"example": "1",
|
8145
8145
|
"member": "uint64",
|
8146
8146
|
"name": "Uin",
|
8147
|
-
"
|
8147
|
+
"output_required": true,
|
8148
8148
|
"type": "int",
|
8149
8149
|
"value_allowed_null": false
|
8150
8150
|
},
|
@@ -8154,7 +8154,7 @@
|
|
8154
8154
|
"example": "1",
|
8155
8155
|
"member": "float",
|
8156
8156
|
"name": "RealBalance",
|
8157
|
-
"
|
8157
|
+
"output_required": true,
|
8158
8158
|
"type": "float",
|
8159
8159
|
"value_allowed_null": false
|
8160
8160
|
},
|
@@ -8164,7 +8164,7 @@
|
|
8164
8164
|
"example": "1",
|
8165
8165
|
"member": "float",
|
8166
8166
|
"name": "CashAccountBalance",
|
8167
|
-
"
|
8167
|
+
"output_required": true,
|
8168
8168
|
"type": "float",
|
8169
8169
|
"value_allowed_null": false
|
8170
8170
|
},
|
@@ -8174,7 +8174,7 @@
|
|
8174
8174
|
"example": "1",
|
8175
8175
|
"member": "float",
|
8176
8176
|
"name": "IncomeIntoAccountBalance",
|
8177
|
-
"
|
8177
|
+
"output_required": true,
|
8178
8178
|
"type": "float",
|
8179
8179
|
"value_allowed_null": false
|
8180
8180
|
},
|
@@ -8184,7 +8184,7 @@
|
|
8184
8184
|
"example": "1",
|
8185
8185
|
"member": "float",
|
8186
8186
|
"name": "PresentAccountBalance",
|
8187
|
-
"
|
8187
|
+
"output_required": true,
|
8188
8188
|
"type": "float",
|
8189
8189
|
"value_allowed_null": false
|
8190
8190
|
},
|
@@ -8194,7 +8194,7 @@
|
|
8194
8194
|
"example": "1",
|
8195
8195
|
"member": "float",
|
8196
8196
|
"name": "FreezeAmount",
|
8197
|
-
"
|
8197
|
+
"output_required": true,
|
8198
8198
|
"type": "float",
|
8199
8199
|
"value_allowed_null": false
|
8200
8200
|
},
|
@@ -8204,7 +8204,7 @@
|
|
8204
8204
|
"example": "1",
|
8205
8205
|
"member": "float",
|
8206
8206
|
"name": "OweAmount",
|
8207
|
-
"
|
8207
|
+
"output_required": true,
|
8208
8208
|
"type": "float",
|
8209
8209
|
"value_allowed_null": false
|
8210
8210
|
},
|
@@ -8214,7 +8214,7 @@
|
|
8214
8214
|
"example": "true",
|
8215
8215
|
"member": "bool",
|
8216
8216
|
"name": "IsAllowArrears",
|
8217
|
-
"
|
8217
|
+
"output_required": true,
|
8218
8218
|
"type": "bool",
|
8219
8219
|
"value_allowed_null": false
|
8220
8220
|
},
|
@@ -8224,37 +8224,37 @@
|
|
8224
8224
|
"example": "true",
|
8225
8225
|
"member": "bool",
|
8226
8226
|
"name": "IsCreditLimited",
|
8227
|
-
"
|
8227
|
+
"output_required": true,
|
8228
8228
|
"type": "bool",
|
8229
8229
|
"value_allowed_null": false
|
8230
8230
|
},
|
8231
8231
|
{
|
8232
8232
|
"disabled": false,
|
8233
|
-
"document": "
|
8233
|
+
"document": "信用额度,单位 分",
|
8234
8234
|
"example": "1",
|
8235
8235
|
"member": "float",
|
8236
8236
|
"name": "CreditAmount",
|
8237
|
-
"
|
8237
|
+
"output_required": true,
|
8238
8238
|
"type": "float",
|
8239
8239
|
"value_allowed_null": false
|
8240
8240
|
},
|
8241
8241
|
{
|
8242
8242
|
"disabled": false,
|
8243
|
-
"document": "
|
8243
|
+
"document": "可用信用额度,单位 分",
|
8244
8244
|
"example": "1",
|
8245
8245
|
"member": "float",
|
8246
8246
|
"name": "CreditBalance",
|
8247
|
-
"
|
8247
|
+
"output_required": true,
|
8248
8248
|
"type": "float",
|
8249
8249
|
"value_allowed_null": false
|
8250
8250
|
},
|
8251
8251
|
{
|
8252
8252
|
"disabled": false,
|
8253
|
-
"document": "
|
8253
|
+
"document": "真实可用信用额度,单位 分",
|
8254
8254
|
"example": "1",
|
8255
8255
|
"member": "float",
|
8256
8256
|
"name": "RealCreditBalance",
|
8257
|
-
"
|
8257
|
+
"output_required": true,
|
8258
8258
|
"type": "float",
|
8259
8259
|
"value_allowed_null": false
|
8260
8260
|
},
|
@@ -10962,7 +10962,7 @@
|
|
10962
10962
|
{
|
10963
10963
|
"disabled": false,
|
10964
10964
|
"document": "查询账单数据的用户UIN",
|
10965
|
-
"example": "
|
10965
|
+
"example": "10002011014",
|
10966
10966
|
"member": "string",
|
10967
10967
|
"name": "PayerUin",
|
10968
10968
|
"required": false,
|
@@ -10980,15 +10980,17 @@
|
|
10980
10980
|
"example": "1",
|
10981
10981
|
"member": "uint64",
|
10982
10982
|
"name": "Ready",
|
10983
|
+
"output_required": true,
|
10983
10984
|
"type": "int",
|
10984
10985
|
"value_allowed_null": false
|
10985
10986
|
},
|
10986
10987
|
{
|
10987
10988
|
"disabled": false,
|
10988
10989
|
"document": "各项目花费分布详情\n注意:此字段可能返回 null,表示取不到有效值。",
|
10989
|
-
"example": "
|
10990
|
+
"example": "[{\"ProjectId\":\"0\",\"RealTotalCost\":\"2924616.19000000\",\"TotalCost\":\"6622736.21547221\",\"CashPayAmount\":\"2924616.19000000\",\"IncentivePayAmount\":\"0.00000000\",\"VoucherPayAmount\":\"0.00000000\",\"TransferPayAmount\":\"0.00000000\",\"BillMonth\":\"2024-01\",\"RealTotalCostRatio\":\"100.00\",\"ProjectName\":\"默认项目\"}]",
|
10990
10991
|
"member": "ProjectSummaryOverviewItem",
|
10991
10992
|
"name": "SummaryOverview",
|
10993
|
+
"output_required": true,
|
10992
10994
|
"type": "list",
|
10993
10995
|
"value_allowed_null": true
|
10994
10996
|
},
|
@@ -812,7 +812,7 @@
|
|
812
812
|
"example": "无",
|
813
813
|
"member": "string",
|
814
814
|
"name": "EvidenceId",
|
815
|
-
"
|
815
|
+
"output_required": true,
|
816
816
|
"type": "string",
|
817
817
|
"value_allowed_null": false
|
818
818
|
},
|
@@ -822,7 +822,7 @@
|
|
822
822
|
"example": "无",
|
823
823
|
"member": "string",
|
824
824
|
"name": "EvidenceCert",
|
825
|
-
"
|
825
|
+
"output_required": true,
|
826
826
|
"type": "string",
|
827
827
|
"value_allowed_null": false
|
828
828
|
},
|
@@ -859,7 +859,7 @@
|
|
859
859
|
"example": "无",
|
860
860
|
"member": "string",
|
861
861
|
"name": "EvidenceId",
|
862
|
-
"
|
862
|
+
"output_required": true,
|
863
863
|
"type": "string",
|
864
864
|
"value_allowed_null": false
|
865
865
|
},
|
@@ -869,7 +869,7 @@
|
|
869
869
|
"example": "无",
|
870
870
|
"member": "string",
|
871
871
|
"name": "EvidenceFile",
|
872
|
-
"
|
872
|
+
"output_required": true,
|
873
873
|
"type": "string",
|
874
874
|
"value_allowed_null": false
|
875
875
|
},
|
@@ -74,7 +74,7 @@
|
|
74
74
|
{
|
75
75
|
"document": "用户通过存证编码向BTOE查询存证电子凭证信息。",
|
76
76
|
"input": "POST / HTTP/1.1\nHost: btoe.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDepositCert\n<公共请求参数>\n\n{\n \"EvidenceId\": \"testt222e32278733387121ststtest\"\n}",
|
77
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"testtest33111113333111\",\n \"EvidenceId\": \"testt222e32278733387121ststtest\",\n \"EvidenceCert\": \"http://
|
77
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"testtest33111113333111\",\n \"EvidenceId\": \"testt222e32278733387121ststtest\",\n \"EvidenceCert\": \"http://xxxxx.cos.xxxxx.myqcloud.com/btoe%2620210326%26testt222e32278733387121ststtest.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3Dasdfjalsdjlkfasndlncajsdfasd%26q-sign-time%3D1617003400%3B1617007000%26q-key-time%3D1617003400%3B1617007000%26q-header-list%3Dhost%26q-url-param-list%3D%26q-signature%3D2c2c544622742db817848beff9580c51804ec7f0\"\n }\n}",
|
78
78
|
"title": "BTOE存证电子凭证查询"
|
79
79
|
}
|
80
80
|
],
|
@@ -82,7 +82,7 @@
|
|
82
82
|
{
|
83
83
|
"document": "用户通过存证编码向BTOE获取存证文件的下载URL。",
|
84
84
|
"input": "POST / HTTP/1.1\nHost: btoe.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetDepositFile\n<公共请求参数>\n\n{\n \"EvidenceId\": \"存证编码\"\n}",
|
85
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"testtest33111113333111\",\n \"EvidenceId\": \"testt222e32278733387121ststtest\",\n \"EvidenceFile\": \"http://
|
85
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"testtest33111113333111\",\n \"EvidenceId\": \"testt222e32278733387121ststtest\",\n \"EvidenceFile\": \"http://xxxx.cos.xxxx.myqcloud.com/btoe%2620210326%26testt222e32278733387121ststtest.png?sign=q-sign-algorithm%3Dsha1%26q-ak%3Dsdfgsdfgsdvsevrsdfgsdfg%26q-sign-time%3D1617003400%3B1617007000%26q-key-time%3D1617003400%3B1617007000%26q-header-list%3Dhost%26q-url-param-list%3D%26q-signature%3D2c2c544622742db817848beff9580c51804ec7f0\"\n }\n}",
|
86
86
|
"title": "存证文件查询"
|
87
87
|
}
|
88
88
|
],
|
@@ -29,6 +29,57 @@
|
|
29
29
|
"serviceShortName": "ca"
|
30
30
|
},
|
31
31
|
"objects": {
|
32
|
+
"CertificateIdentityUser": {
|
33
|
+
"document": "证书用户信息和身份鉴别信息。则该字段无需传入,默认为空。对电子签名者身份鉴别类型及措施有特殊展示要求的可使用该字段。",
|
34
|
+
"members": [
|
35
|
+
{
|
36
|
+
"disabled": false,
|
37
|
+
"document": "姓名",
|
38
|
+
"example": "无",
|
39
|
+
"member": "string",
|
40
|
+
"name": "Name",
|
41
|
+
"required": false,
|
42
|
+
"type": "string"
|
43
|
+
},
|
44
|
+
{
|
45
|
+
"disabled": false,
|
46
|
+
"document": "唯一身份id",
|
47
|
+
"example": "无",
|
48
|
+
"member": "string",
|
49
|
+
"name": "IdentityUniqueId",
|
50
|
+
"required": false,
|
51
|
+
"type": "string"
|
52
|
+
},
|
53
|
+
{
|
54
|
+
"disabled": false,
|
55
|
+
"document": "身份证号",
|
56
|
+
"example": "无",
|
57
|
+
"member": "string",
|
58
|
+
"name": "IdCardNumber",
|
59
|
+
"required": false,
|
60
|
+
"type": "string"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"disabled": false,
|
64
|
+
"document": "身份鉴别类型\n1:授权金融机构身份鉴别",
|
65
|
+
"example": "1",
|
66
|
+
"member": "string",
|
67
|
+
"name": "IdentificationType",
|
68
|
+
"required": false,
|
69
|
+
"type": "string"
|
70
|
+
},
|
71
|
+
{
|
72
|
+
"disabled": false,
|
73
|
+
"document": "身份鉴别措施\n1、身份证鉴别\n2、银行卡鉴别\n3、支付账户密码验证\n4、人脸识别验证",
|
74
|
+
"example": "1",
|
75
|
+
"member": "string",
|
76
|
+
"name": "IdentificationMeasures",
|
77
|
+
"required": false,
|
78
|
+
"type": "list"
|
79
|
+
}
|
80
|
+
],
|
81
|
+
"usage": "in"
|
82
|
+
},
|
32
83
|
"CreateVerifyReportRequest": {
|
33
84
|
"document": "CreateVerifyReport请求参数结构体",
|
34
85
|
"members": [
|
@@ -85,6 +136,15 @@
|
|
85
136
|
"name": "ApplyEmail",
|
86
137
|
"required": false,
|
87
138
|
"type": "string"
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"disabled": false,
|
142
|
+
"document": "证书用户身份及身份鉴别信息",
|
143
|
+
"example": "无",
|
144
|
+
"member": "CertificateIdentityUser",
|
145
|
+
"name": "CertificateIdentityUsers",
|
146
|
+
"required": false,
|
147
|
+
"type": "list"
|
88
148
|
}
|
89
149
|
],
|
90
150
|
"type": "object"
|
@@ -4745,7 +4745,7 @@
|
|
4745
4745
|
"members": [
|
4746
4746
|
{
|
4747
4747
|
"disabled": false,
|
4748
|
-
"document": "
|
4748
|
+
"document": "分页的条数,默认是20条。",
|
4749
4749
|
"example": "20",
|
4750
4750
|
"member": "uint64",
|
4751
4751
|
"name": "Limit",
|
@@ -4754,7 +4754,7 @@
|
|
4754
4754
|
},
|
4755
4755
|
{
|
4756
4756
|
"disabled": false,
|
4757
|
-
"document": "
|
4757
|
+
"document": "分页的起始值,默认从0开始。",
|
4758
4758
|
"example": "0",
|
4759
4759
|
"member": "uint64",
|
4760
4760
|
"name": "Offset",
|
@@ -5561,12 +5561,12 @@
|
|
5561
5561
|
"type": "object"
|
5562
5562
|
},
|
5563
5563
|
"LoginActionFlag": {
|
5564
|
-
"document": "登录和敏感操作flag",
|
5564
|
+
"document": "登录和敏感操作flag(校验方式是单选)",
|
5565
5565
|
"members": [
|
5566
5566
|
{
|
5567
5567
|
"disabled": false,
|
5568
|
-
"document": "
|
5569
|
-
"example": "
|
5568
|
+
"document": "0: 非安全手机校验 1: 安全手机校验。",
|
5569
|
+
"example": "1",
|
5570
5570
|
"member": "uint64",
|
5571
5571
|
"name": "Phone",
|
5572
5572
|
"output_required": true,
|
@@ -5576,7 +5576,7 @@
|
|
5576
5576
|
},
|
5577
5577
|
{
|
5578
5578
|
"disabled": false,
|
5579
|
-
"document": "硬token",
|
5579
|
+
"document": "0: 非硬token校验 1: 硬token校验。",
|
5580
5580
|
"example": "0",
|
5581
5581
|
"member": "uint64",
|
5582
5582
|
"name": "Token",
|
@@ -5587,7 +5587,7 @@
|
|
5587
5587
|
},
|
5588
5588
|
{
|
5589
5589
|
"disabled": false,
|
5590
|
-
"document": "软token",
|
5590
|
+
"document": "0: 非软token校验 1: 软token校验",
|
5591
5591
|
"example": "0",
|
5592
5592
|
"member": "uint64",
|
5593
5593
|
"name": "Stoken",
|
@@ -5598,7 +5598,7 @@
|
|
5598
5598
|
},
|
5599
5599
|
{
|
5600
5600
|
"disabled": false,
|
5601
|
-
"document": "
|
5601
|
+
"document": "0: 非微信校验 1: 微信校验",
|
5602
5602
|
"example": "0",
|
5603
5603
|
"member": "uint64",
|
5604
5604
|
"name": "Wechat",
|
@@ -5609,7 +5609,7 @@
|
|
5609
5609
|
},
|
5610
5610
|
{
|
5611
5611
|
"disabled": false,
|
5612
|
-
"document": "
|
5612
|
+
"document": "0: 非自定义校验 1: 自定义校验",
|
5613
5613
|
"example": "0",
|
5614
5614
|
"member": "uint64",
|
5615
5615
|
"name": "Custom",
|
@@ -5620,7 +5620,7 @@
|
|
5620
5620
|
},
|
5621
5621
|
{
|
5622
5622
|
"disabled": false,
|
5623
|
-
"document": "
|
5623
|
+
"document": "0: 非邮箱校验 1: 邮箱校验",
|
5624
5624
|
"example": "0",
|
5625
5625
|
"member": "uint64",
|
5626
5626
|
"name": "Mail",
|
@@ -5631,7 +5631,7 @@
|
|
5631
5631
|
},
|
5632
5632
|
{
|
5633
5633
|
"disabled": false,
|
5634
|
-
"document": "u2f硬件token\n注意:此字段可能返回 null,表示取不到有效值。",
|
5634
|
+
"document": "0: 非u2f硬件token 1: u2f硬件token\n注意:此字段可能返回 null,表示取不到有效值。",
|
5635
5635
|
"example": "0",
|
5636
5636
|
"member": "uint64",
|
5637
5637
|
"name": "U2FToken",
|
@@ -1835,6 +1835,15 @@
|
|
1835
1835
|
"name": "NodeIpType",
|
1836
1836
|
"required": false,
|
1837
1837
|
"type": "int"
|
1838
|
+
},
|
1839
|
+
{
|
1840
|
+
"disabled": false,
|
1841
|
+
"document": "批量任务名-地址",
|
1842
|
+
"example": "TargetAddress: \"www.qq.com\", Name: \"test\"",
|
1843
|
+
"member": "ProbeTaskBasicConfiguration",
|
1844
|
+
"name": "BatchTasks",
|
1845
|
+
"required": false,
|
1846
|
+
"type": "list"
|
1838
1847
|
}
|
1839
1848
|
],
|
1840
1849
|
"type": "object"
|