tccli 3.0.1215.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/configure.py +46 -1
- 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 -3
- 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 +118 -4
- tccli/services/asr/v20190614/api.json +21 -20
- 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 +80 -4
- tccli/services/bi/v20220105/examples.json +1 -1
- tccli/services/billing/billing_client.py +53 -0
- tccli/services/billing/v20180709/api.json +330 -24
- tccli/services/billing/v20180709/examples.json +8 -0
- tccli/services/bsca/v20210811/api.json +223 -18
- tccli/services/bsca/v20210811/examples.json +4 -4
- 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/ccc_client.py +53 -0
- tccli/services/ccc/v20200210/api.json +541 -325
- tccli/services/ccc/v20200210/examples.json +26 -18
- tccli/services/cdb/cdb_client.py +13 -13
- tccli/services/cdb/v20170320/api.json +308 -274
- 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/cdn/v20180606/api.json +5 -3
- 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 +54 -4
- 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 +1895 -2011
- tccli/services/cfw/v20190904/examples.json +175 -171
- tccli/services/ciam/v20220331/api.json +316 -315
- tccli/services/ciam/v20220331/examples.json +49 -49
- 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/cloudaudit_client.py +30 -30
- tccli/services/cloudaudit/v20190319/api.json +254 -211
- tccli/services/cloudaudit/v20190319/examples.json +19 -19
- 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 +935 -147
- tccli/services/cls/v20201016/examples.json +43 -5
- tccli/services/csip/v20221121/api.json +2566 -2386
- tccli/services/csip/v20221121/examples.json +108 -108
- tccli/services/cvm/v20170312/api.json +191 -112
- tccli/services/cvm/v20170312/examples.json +2 -2
- tccli/services/cwp/cwp_client.py +4 -110
- tccli/services/cwp/v20180228/api.json +6498 -6252
- tccli/services/cwp/v20180228/examples.json +372 -412
- tccli/services/cynosdb/v20190107/api.json +170 -110
- tccli/services/cynosdb/v20190107/examples.json +91 -91
- tccli/services/dasb/v20191018/api.json +859 -637
- 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/domain/v20180808/api.json +3 -3
- tccli/services/domain/v20180808/examples.json +3 -3
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/eb/v20210416/api.json +15 -15
- tccli/services/eb/v20210416/examples.json +1 -1
- 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/es_client.py +249 -37
- tccli/services/es/v20180416/api.json +550 -0
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +192 -38
- tccli/services/ess/v20201111/examples.json +35 -9
- tccli/services/essbasic/essbasic_client.py +106 -0
- tccli/services/essbasic/v20210526/api.json +287 -60
- tccli/services/essbasic/v20210526/examples.json +58 -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/gaap/v20180529/api.json +44 -26
- tccli/services/gaap/v20180529/examples.json +24 -30
- 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 +73 -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 +279 -9
- 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 +10 -12
- 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 +2263 -758
- 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/organization_client.py +352 -34
- tccli/services/organization/v20210331/api.json +464 -4
- tccli/services/organization/v20210331/examples.json +49 -1
- 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/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +9 -0
- tccli/services/scf/scf_client.py +269 -4
- tccli/services/scf/v20180416/api.json +569 -15
- tccli/services/scf/v20180416/examples.json +47 -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 +98 -5
- tccli/services/ssm/v20190923/api.json +292 -231
- tccli/services/ssm/v20190923/examples.json +42 -42
- tccli/services/tat/v20201028/api.json +124 -122
- tccli/services/tat/v20201028/examples.json +24 -30
- 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 +1984 -1437
- tccli/services/tcss/v20201101/examples.json +350 -368
- tccli/services/tdmq/v20200217/api.json +603 -464
- tccli/services/tdmq/v20200217/examples.json +105 -105
- tccli/services/tds/v20220801/api.json +4 -4
- tccli/services/tem/v20210701/api.json +429 -372
- tccli/services/tem/v20210701/examples.json +85 -85
- tccli/services/teo/teo_client.py +277 -12
- tccli/services/teo/v20220901/api.json +1029 -124
- tccli/services/teo/v20220901/examples.json +84 -8
- tccli/services/thpc/v20230321/api.json +5 -5
- tccli/services/tke/tke_client.py +270 -58
- tccli/services/tke/v20180525/api.json +79 -27
- tccli/services/tke/v20180525/examples.json +9 -1
- tccli/services/tke/v20220501/api.json +176 -0
- tccli/services/tke/v20220501/examples.json +24 -0
- tccli/services/tms/tms_client.py +4 -57
- tccli/services/tms/v20201229/api.json +0 -354
- tccli/services/tms/v20201229/examples.json +0 -8
- 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 +293 -52
- 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 +1195 -892
- tccli/services/vpc/v20170312/examples.json +84 -68
- tccli/services/vpc/vpc_client.py +168 -62
- tccli/services/waf/v20180125/api.json +2611 -2187
- tccli/services/waf/v20180125/examples.json +224 -284
- tccli/services/waf/waf_client.py +225 -119
- tccli/services/wav/v20210129/api.json +48 -48
- tccli/services/wav/v20210129/examples.json +4 -4
- tccli/services/wedata/v20210820/api.json +1595 -25
- tccli/services/wedata/v20210820/examples.json +44 -4
- tccli/services/wedata/wedata_client.py +265 -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.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/METADATA +6 -2
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/RECORD +278 -265
- tccli/services/cr/__init__.py +0 -4
- tccli/services/cr/cr_client.py +0 -1626
- tccli/services/cr/v20180321/api.json +0 -2829
- tccli/services/cr/v20180321/examples.json +0 -235
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1215.1.dist-info → tccli-3.0.1217.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,235 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"actions": {
|
3
|
-
"ApplyBlackList": [
|
4
|
-
{
|
5
|
-
"document": "",
|
6
|
-
"input": "https://cr.tencentcloudapi.com/?Action=ApplyBlackList\r\n&Module=account\r\n&Operation=ApplyBlackList\r\n&BlackList.0.BlackType=01\r\n&BlackList.0.OperationType=A\r\n&BlackList.0.BlackValue=13312345233\r\n&BlackList.0.BlackDescription=输入示例\r\n&<公共请求参数>",
|
7
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"13ca0b60-ff5g-43e2-9123-b9361bf0f93e\"\n }\n}",
|
8
|
-
"title": "提交黑名单申请"
|
9
|
-
}
|
10
|
-
],
|
11
|
-
"ApplyBlackListData": [
|
12
|
-
{
|
13
|
-
"document": "",
|
14
|
-
"input": "https://cr.tencentcloudapi.com/?Action=ApplyBlackListData\n&Module=account\n&Operation=ApplyBlackList\n&BlackList.0.BlackType=01\n&BlackList.0.OperType=A\n&BlackList.0.BlackValue=13312345233\n&BlackList.0.BlackDescription=输入示例\n&<公共请求参数>",
|
15
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"13ca0b60-ff5g-43e2-9123-b9361bf0f93e\"\n }\n}",
|
16
|
-
"title": "提交黑名单申请"
|
17
|
-
}
|
18
|
-
],
|
19
|
-
"ApplyCreditAudit": [
|
20
|
-
{
|
21
|
-
"document": "",
|
22
|
-
"input": "https://cr.tencentcloudapi.com/?Action=ApplyCreditAudit\n&Module=Credit\n&Operation=Apply\n&InstId=ins-xxx\n&ProductId=pdt-yy\n&CaseId=xxx\n&CallbackUrl=aad\n&Data=123\n&<公共请求参数>",
|
23
|
-
"output": "{\n \"Response\": {}\n}",
|
24
|
-
"title": "提交信审申请"
|
25
|
-
}
|
26
|
-
],
|
27
|
-
"ChangeBotCallStatus": [
|
28
|
-
{
|
29
|
-
"document": "",
|
30
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChangeBotCallStatus\n<公共请求参数>\n\n{\n \"Status\": \"xx\",\n \"CallId\": \"xx\",\n \"BotId\": \"xx\",\n \"Module\": \"xx\",\n \"BizDate\": \"2020-09-22\",\n \"Operation\": \"xx\",\n \"BotName\": \"xx\"\n}",
|
31
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"12345-6789-test-from-rest4api\"\n }\n}",
|
32
|
-
"title": "更新机器人任务作业状态"
|
33
|
-
}
|
34
|
-
],
|
35
|
-
"ChangeBotTaskStatus": [
|
36
|
-
{
|
37
|
-
"document": "",
|
38
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ChangeBotTaskStatus\n<公共请求参数>\n\n{\n \"Status\": \"xx\",\n \"BotId\": \"xx\",\n \"Module\": \"xx\",\n \"Operation\": \"xx\",\n \"BotName\": \"xx\"\n}",
|
39
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"12345-6789-test-from-rest4api\"\n }\n}",
|
40
|
-
"title": "更新机器人任务状态"
|
41
|
-
}
|
42
|
-
],
|
43
|
-
"CreateBotTask": [
|
44
|
-
{
|
45
|
-
"document": "",
|
46
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateBotTask\n<公共请求参数>\n\n{\n \"Module\": \"AiApi\",\n \"Operation\": \"CreateTask\",\n \"BotName\": \"qtest01\",\n \"FlowId\": \"abc123456000000\",\n \"CallTimeCollection\": {\n \"Monday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Tuesday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Friday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Wednesday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Thursday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Sunday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Saturday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n }\n },\n \"BanCall\": \"Y\",\n \"StartTimeBan\": \"120000\",\n \"EndTimeBan\": \"130000\",\n \"PhoneCollection\": \"01ABC\",\n \"CallCount\": 1,\n \"CallInterval\": 5\n}",
|
47
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"12345-6789-test-from-rest4api\",\n \"BotId\": \"zc\"\n }\n}",
|
48
|
-
"title": "创建机器人任务"
|
49
|
-
}
|
50
|
-
],
|
51
|
-
"DescribeBotFlow": [
|
52
|
-
{
|
53
|
-
"document": "",
|
54
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeBotFlow\n<公共请求参数>\n\n{\n \"Module\": \"AiApi\",\n \"Operation\": \"GetFlow\"\n}",
|
55
|
-
"output": "{\n \"Response\": {\n \"BotFlowList\": [\n {\n \"BotFlowId\": \"1\",\n \"BotFlowName\": \"2\",\n \"PhonePoolList\": [\n {\n \"PoolId\": \"8\",\n \"PoolName\": \"9\"\n }\n ]\n }\n ],\n \"RequestId\": \"12345-6789-test-from-rest4api\",\n \"SmsSignList\": [\n {\n \"SignId\": \"3\",\n \"SignName\": \"4\"\n }\n ],\n \"SmsTemplateList\": [\n {\n \"TemplateId\": \"5\",\n \"TemplateName\": \"6\"\n }\n ]\n }\n}",
|
56
|
-
"title": "查询机器人对话流"
|
57
|
-
}
|
58
|
-
],
|
59
|
-
"DescribeCreditResult": [
|
60
|
-
{
|
61
|
-
"document": "",
|
62
|
-
"input": "https://cr.tencentcloudapi.com/?Action=DescribeCreditResult\n&Module=Credit\n&Operation=Get\n&InstId=123\n&ProductId=123\n&CaseId=123\n&RequestDate=YYYY-MM-DD\n&<公共请求参数>",
|
63
|
-
"output": "{\n \"Response\": {}\n}",
|
64
|
-
"title": "获取信审结果"
|
65
|
-
}
|
66
|
-
],
|
67
|
-
"DescribeFileModel": [
|
68
|
-
{
|
69
|
-
"document": "",
|
70
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeFileModel\n<公共请求参数>\n\n{\n \"Module\": \"AiApi\",\n \"Operation\": \"DescribeFileModel\",\n \"FileType\": \"input\",\n \"BotName\": \"测试\"\n}",
|
71
|
-
"output": "{\n \"Response\": {\n \"CosUrl\": \"http://qcos.com/cnc/3004/11/20/123456-csn3333-000-7e8\",\n \"RequestId\": \"12345-6789-test-from-rest4api\"\n }\n}",
|
72
|
-
"title": "查询机器人文件模板"
|
73
|
-
}
|
74
|
-
],
|
75
|
-
"DescribeRecords": [
|
76
|
-
{
|
77
|
-
"document": "",
|
78
|
-
"input": "https://cr.tencentcloudapi.com/?Action=DescribeRecords\n&Module=Record\n&Operation=List\n&StartBizDate=2019-03-03\n&EndBizDate=2019-03-13\n&Offset=0\n&Limit=10\n&InstId=ins-a1b2c3\n&<公共请求参数>",
|
79
|
-
"output": "{\n \"Response\": {\n \"RecordList\": [\n {\n \"AccountNum\": \"QK071200000001\",\n \"BizDate\": \"2019-03-05\",\n \"CallStartTime\": \"2019-03-05 13:00:00\",\n \"CallerPhone\": \"01055553333\",\n \"Direction\": \"O\",\n \"Duration\": 15,\n \"ProductId\": null,\n \"RecordCosUrl\": \"http://cr.cosgz.myqcloud.com/cnc/cr-record-ab-f30\"\n }\n ],\n \"RequestId\": \"\",\n \"TotalCount\": 1\n }\n}",
|
80
|
-
"title": "查看录音列表"
|
81
|
-
}
|
82
|
-
],
|
83
|
-
"DescribeTaskStatus": [
|
84
|
-
{
|
85
|
-
"document": "获取任务状态",
|
86
|
-
"input": "https://cr.tencentcloudapi.com/?Action=DescribeTaskStatus\r\n&Module=Task\r\n&Operation=DescribeTaskStatus\r\n&TaskId=tad-i9yf5g5f0d\r\n&<公共请求参数>",
|
87
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"cea58738-396c-49fa-915e-f32280bc1ac2\",\n \"TaskResult\": \"File Uploading Task Success.\",\n \"TaskType\": \"002\"\n }\n}",
|
88
|
-
"title": "获取任务状态"
|
89
|
-
}
|
90
|
-
],
|
91
|
-
"DownloadBotRecord": [
|
92
|
-
{
|
93
|
-
"document": "",
|
94
|
-
"input": "https://cr.tencentcloudapi.com/?Action=DownloadBotRecord\n&Module=AiApi\n&Operation=DownloadRecord\n&BizDate=2020-12-12\n&<公共请求参数>",
|
95
|
-
"output": "{\n \"Response\": {\n \"RecordCosUrl\": \"\",\n \"TextCosUrl\": \"\",\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
96
|
-
"title": "下载任务录音与文本"
|
97
|
-
}
|
98
|
-
],
|
99
|
-
"DownloadDialogueText": [
|
100
|
-
{
|
101
|
-
"document": "",
|
102
|
-
"input": "https://cr.tencentcloudapi.com/?Action=DownloadDialogueText\r\n&Module=Report\r\n&Operation=DownloadTextReport\r\n&InstId=ins-abc123\r\n&ReportDate=2018-07-15\r\n&<公共请求参数>",
|
103
|
-
"output": "{\n \"Response\": {\n \"TextReportUrl\": \"http://collection-robot.myqcloud.com/report-text.zip\",\n \"RequestId\": \"15d67679-7f71-4077-a7bd-c0ed27ae2461\"\n }\n}",
|
104
|
-
"title": "对话文本下载"
|
105
|
-
}
|
106
|
-
],
|
107
|
-
"DownloadRecordList": [
|
108
|
-
{
|
109
|
-
"document": "",
|
110
|
-
"input": "https://cr.tencentcloudapi.com/?Action=DownloadRecordList\r\n&Module=Record\r\n&Operation=DownloadList\r\n&InstId=ins-abc123\r\n&BizDate=2019-09-16\r\n&<公共请求参数>",
|
111
|
-
"output": "{\n \"Response\": {\n \"RecordListUrl\": \"http://collection-robot.myqcloud.com/record-list.zip\",\n \"RequestId\": \"15d67679-7f71-4077-a7bd-c0ed27ae2461\"\n }\n}",
|
112
|
-
"title": "录音列表下载"
|
113
|
-
}
|
114
|
-
],
|
115
|
-
"DownloadReport": [
|
116
|
-
{
|
117
|
-
"document": "报告下载",
|
118
|
-
"input": "https://cr.tencentcloudapi.com/?Action=DownloadReport\r\n&Module=Report\r\n&Operation=DownloadReport\r\n&ReportDate=2018-07-15\r\n&<公共请求参数>",
|
119
|
-
"output": "{\n \"Response\": {\n \"DailyReportUrl\": \"http://collection-robot.myqcloud.com/report-type01.zip\",\n \"ResultReportUrl\": \"http://collection-robot.myqcloud.com/report-type02.zip\",\n \"DetailReportUrl\": \"http://collection-robot.myqcloud.com/report-type03.zip\",\n \"CallbackDailyReportUrl\": \"http://collection-robot.myqcloud.com/report-type04.zip\",\n \"CallbackResultReportUrl\": \"http://collection-robot.myqcloud.com/report-type05.zip\",\n \"CallbackDetailReportUrl\": \"http://collection-robot.myqcloud.com/report-type06.zip\",\n \"RequestId\": \"15d67679-7f71-4077-a7bd-c0ed27ae2461\"\n }\n}",
|
120
|
-
"title": "报告下载"
|
121
|
-
}
|
122
|
-
],
|
123
|
-
"ExportBotData": [
|
124
|
-
{
|
125
|
-
"document": "",
|
126
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ExportBotData\n<公共请求参数>\n\n{\n \"Module\": \"AiApi\",\n \"Operation\": \"ExportBotData\",\n \"BizDate\": \"2020-12-20\",\n \"BotName\": \"测试\",\n \"BotId\": \"xx\"\n}",
|
127
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"xxxx\",\n \"Data\": [\n {\n \"FileType\": \"A\",\n \"CosUrl\": \"https://aaa\"\n }\n ]\n }\n}",
|
128
|
-
"title": "查询机器人文件模板"
|
129
|
-
}
|
130
|
-
],
|
131
|
-
"QueryBlackListData": [
|
132
|
-
{
|
133
|
-
"document": "",
|
134
|
-
"input": "https://cr.tencentcloudapi.com/?Action=QueryBlackListData\n&Module=AiApi\n&Operation=QueryBlackListData\n&<公共请求参数>",
|
135
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"Data\": [\n {\n \"OperType\": \"xx\",\n \"BlackValidDate\": \"2020-09-22\",\n \"BlackDescription\": \"xx\",\n \"BlackType\": \"xx\",\n \"BlackValue\": \"xx\",\n \"BlackAddDate\": \"2020-09-22\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
|
136
|
-
"title": "查询黑名单文件列表"
|
137
|
-
}
|
138
|
-
],
|
139
|
-
"QueryBotList": [
|
140
|
-
{
|
141
|
-
"document": "",
|
142
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryBotList\n<公共请求参数>\n\n{\n \"Operation\": \"QueryBotList\",\n \"Module\": \"AiApi\"\n}",
|
143
|
-
"output": "{\n \"Response\": {\n \"BotList\": [],\n \"RequestId\": \"3c140219-cfe9-470e-b241-907877d6fb03\"\n }\n}",
|
144
|
-
"title": "查询机器人状态列表"
|
145
|
-
}
|
146
|
-
],
|
147
|
-
"QueryCallList": [
|
148
|
-
{
|
149
|
-
"document": "",
|
150
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryCallList\n<公共请求参数>\n\n{\n \"BotId\": \"xx\",\n \"Module\": \"xx\",\n \"FileName\": \"xx\",\n \"BizDate\": \"2020-09-22\",\n \"Operation\": \"xx\",\n \"BotName\": \"xx\"\n}",
|
151
|
-
"output": "{\n \"Response\": {\n \"CallList\": [\n {\n \"Status\": \"xx\",\n \"CallId\": \"xx\",\n \"FileType\": \"xx\",\n \"FileName\": \"xx\",\n \"TotalCount\": 0,\n \"BizDate\": \"2020-09-22\"\n }\n ],\n \"RequestId\": \"xx\"\n }\n}",
|
152
|
-
"title": "机器人任务查询"
|
153
|
-
}
|
154
|
-
],
|
155
|
-
"QueryInstantData": [
|
156
|
-
{
|
157
|
-
"document": "",
|
158
|
-
"input": "https://cr.tencentcloudapi.com/?Action=QueryInstantData\r\n&Module=Data\r\n&Operation=Query\r\n&Offset=0\r\n&Limit=10\r\n&InstanceId=ins-a1b2c3\r\n&Data=\"{\\\"StartBizDate\\\":\\\"2019-03-03\\\", \\\"EndBizDate\\\":\\\"2019-03-13\\\"}\"\r\n&<公共请求参数>",
|
159
|
-
"output": "{\n \"Response\": {\n \"Data\": \"[{\\\"AccountNum\\\":\\\"QK071200000001\\\",\\\"BizDate\\\":\\\"2019-03-05\\\",\\\"CallStartTime\\\":\\\"2019-03-05 13:00:00\\\",\\\"CallerPhone\\\":\\\"0105555333\\\",\\\"Direction\\\":\\\"O\\\",\\\"Duration\\\":15,\\\"ProductId\\\":null,\\\"RecordCosUrl\\\":\\\"http://cr.cosgz.myqcloud.com/cnc/cr-record-ab-f30\\\"}]\",\n \"RequestId\": \"\",\n \"TotalCount\": 1\n }\n}",
|
160
|
-
"title": "查询入催外呼数据"
|
161
|
-
}
|
162
|
-
],
|
163
|
-
"QueryProducts": [
|
164
|
-
{
|
165
|
-
"document": "",
|
166
|
-
"input": "https://cr.tencentcloudapi.com/?Action=QueryProducts\n&Module=Products\n&Operation=QueryProducts\n&InstanceId=ins-xxxxxx\n&<公共请求参数>",
|
167
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"xx\",\n \"ProductList\": [\n {\n \"ProductCode\": \"Pxxx\",\n \"SceneType\": \"A\",\n \"ProductName\": \"测试产品\",\n \"ProductStatus\": 0,\n \"ProductId\": \"pdt-xxxxxx\"\n }\n ]\n }\n}",
|
168
|
-
"title": "查询产品列表"
|
169
|
-
}
|
170
|
-
],
|
171
|
-
"QueryRecordList": [
|
172
|
-
{
|
173
|
-
"document": "",
|
174
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: QueryRecordList\n<公共请求参数>\n\n{\n \"EndBizDate\": \"2020-09-22\",\n \"CalledPhone\": \"xx\",\n \"BotId\": \"xx\",\n \"Module\": \"xx\",\n \"Limit\": 0,\n \"Offset\": 0,\n \"Operation\": \"xx\",\n \"StartBizDate\": \"2020-09-22\",\n \"BotName\": \"xx\"\n}",
|
175
|
-
"output": "{\n \"Response\": {\n \"RecordList\": [\n {\n \"CallStartTime\": \"2020-09-22 00:00:00\",\n \"DialogueLog\": \"xx\",\n \"CalledPhone\": \"xx\",\n \"BotId\": \"xx\",\n \"BizDate\": \"2020-09-22\",\n \"Duration\": 0,\n \"CosUrl\": \"xx\",\n \"BotName\": \"xx\"\n }\n ],\n \"RequestId\": \"xx\",\n \"TotalCount\": 0\n }\n}",
|
176
|
-
"title": "查询录音列表"
|
177
|
-
}
|
178
|
-
],
|
179
|
-
"UpdateBotTask": [
|
180
|
-
{
|
181
|
-
"document": "",
|
182
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UpdateBotTask\n<公共请求参数>\n\n{\n \"Module\": \"AiApi\",\n \"Operation\": \"CreateTask\",\n \"BotName\": \"qtest01\",\n \"BotId\": \"abc123456000000\",\n \"CallTimeCollection\": {\n \"Monday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Tuesday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Friday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Wednesday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Thursday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Sunday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n },\n \"Saturday\": {\n \"EndTime\": \"160000\",\n \"StartTime\": \"080000\"\n }\n },\n \"BanCall\": \"Y\",\n \"StartTimeBan\": \"120000\",\n \"EndTimeBan\": \"130000\",\n \"PhoneCollection\": \"01ABC\",\n \"CallCount\": 1,\n \"CallInterval\": 5\n}",
|
183
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"12345-6789-test-from-rest4api\"\n }\n}",
|
184
|
-
"title": "更新机器人任务"
|
185
|
-
}
|
186
|
-
],
|
187
|
-
"UploadBotData": [
|
188
|
-
{
|
189
|
-
"document": "",
|
190
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadBotData\n<公共请求参数>\n\n{\n \"Module\": \"AiApi\",\n \"Operation\": \"UploadData\",\n \"Data\": \"\",\n \"BotId\": \"xx\",\n \"BotName\": \"qtest01\"\n}",
|
191
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"12345-6789-test-from-rest4api\"\n }\n}",
|
192
|
-
"title": "上传机器人任务数据"
|
193
|
-
}
|
194
|
-
],
|
195
|
-
"UploadBotFile": [
|
196
|
-
{
|
197
|
-
"document": "",
|
198
|
-
"input": "POST / HTTP/1.1\nHost: cr.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: UploadBotFile\n<公共请求参数>\n\n{\n \"Module\": \"AiApi\",\n \"Operation\": \"Upload\",\n \"FileType\": \"input\",\n \"FileUrl\": \"https://www.qq.com/a.xlsx\",\n \"FileName\": \"abc.xlsx\",\n \"BotName\": \"qtest01\"\n}",
|
199
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"12345-6789-test-from-rest4api\"\n }\n}",
|
200
|
-
"title": "上传机器人文件"
|
201
|
-
}
|
202
|
-
],
|
203
|
-
"UploadDataFile": [
|
204
|
-
{
|
205
|
-
"document": "",
|
206
|
-
"input": "https://cr.tencentcloudapi.com/?Action=UploadDataFile\r\n&Module=Data\r\n&Operation=Upload\r\n&FileName=data_1542284923873.xlsx\r\n%FileUrl=http://cr.cosgz.myqcloud.com/uploadfile/data_1542284923873.xlsx\r\n&<公共请求参数>",
|
207
|
-
"output": "{\n \"Response\": {\n \"DataResId\": \"tad-iccc970kgp\",\n \"RequestId\": \"13cb0b60-6e0d-43e2-9123-b9361bf0f93e\"\n }\n}",
|
208
|
-
"title": "上传到期/逾期提醒文件"
|
209
|
-
},
|
210
|
-
{
|
211
|
-
"document": "",
|
212
|
-
"input": "https://cr.tencentcloudapi.com/?Action=UploadDataFile\r\n&Module=Data\r\n&Operation=Upload\r\n&UploadModel=repay\r\n&FileName=data_1542284924562.xlsx\r\n%FileUrl=http://cr.cosgz.myqcloud.com/uploadfile/data_1542284924562.xlsx\r\n&<公共请求参数>",
|
213
|
-
"output": "{\n \"Response\": {\n \"DataResId\": \"tad-qccc310kgp\",\n \"RequestId\": \"13cb0b60-1e0d-43e2-9123-b3361bf0f93e\"\n }\n}",
|
214
|
-
"title": "上传还款文件"
|
215
|
-
}
|
216
|
-
],
|
217
|
-
"UploadDataJson": [
|
218
|
-
{
|
219
|
-
"document": "",
|
220
|
-
"input": "https://cr.tencentcloudapi.com/?Action=UploadDataJson\r\n&Module=Data\r\n&Operation=UploadJson\r\n&UploadModel=repay\r\n&Data={\\\"work_data\\\":\\\"o\\\"}\r\n&<公共请求参数>",
|
221
|
-
"output": "{\n \"Response\": {\n \"Data\": \"ok\",\n \"RequestId\": \"13ca0b60-ff5g-43e2-9123-b9361bf0f93e\"\n }\n}",
|
222
|
-
"title": "上传数据"
|
223
|
-
}
|
224
|
-
],
|
225
|
-
"UploadFile": [
|
226
|
-
{
|
227
|
-
"document": "上传数据文件",
|
228
|
-
"input": "https://cr.tencentcloudapi.com/?Action=UploadFile\r\n&Module=Data\r\n&Operation=UploadFile\r\n&FileUrl=https%3A%2F%2Fcollection-robot-test-1254255210.cosgz.myqcloud.com%2F%25E8%25AF%2595%25E5%2590%25AC%25E6%25A8%25A1%25E6%259D%25BF.xls%3Fsign%3DvnIXGeAyqu4HwHkwLX5X0pic8sphPTEyNTQyNTUyMTAmaz1BS0lEMFR6T2NseXB6MDlaNGZwdVM1bzNRRmN6S2FyOXJJUGomZT0xNTI0ODI4NjMzJnQ9MTUyMjIzNjYzMyZyPTIyMzgxNzMwMSZmPS8lRTglQUYlOTUlRTUlOTAlQUMlRTYlQTglQTElRTYlOUQlQkYueGxzJmI9Y29sbGVjdGlvbi1yb2JvdC10ZJLH\r\n&FileName=%E8%AF%95%E5%90%AC%E6%A8%A1%E6%9D%BF.xls\r\n&FileDate=2018-09-01\r\n&<公共请求参数>",
|
229
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"3b10df62-29a2-430b-8493-991b3f6846e8\",\n \"TaskId\": 9\n }\n}",
|
230
|
-
"title": "上传数据文件"
|
231
|
-
}
|
232
|
-
]
|
233
|
-
},
|
234
|
-
"version": "1.0"
|
235
|
-
}
|
File without changes
|
File without changes
|
File without changes
|