tccli 3.0.1391.1__py2.py3-none-any.whl → 3.0.1414.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.
Potentially problematic release.
This version of tccli might be problematic. Click here for more details.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/ai3d/v20250513/api.json +22 -4
- tccli/services/aiart/aiart_client.py +173 -67
- tccli/services/aiart/v20221229/api.json +193 -0
- tccli/services/aiart/v20221229/examples.json +16 -0
- tccli/services/apm/apm_client.py +53 -0
- tccli/services/apm/v20210622/api.json +354 -0
- tccli/services/apm/v20210622/examples.json +8 -0
- tccli/services/asr/v20190614/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +24 -2
- tccli/services/batch/v20170312/api.json +1 -1
- tccli/services/bda/bda_client.py +15 -704
- tccli/services/bda/v20200324/api.json +107 -1819
- tccli/services/bda/v20200324/examples.json +0 -176
- tccli/services/billing/billing_client.py +326 -8
- tccli/services/billing/v20180709/api.json +2200 -255
- tccli/services/billing/v20180709/examples.json +48 -0
- tccli/services/cam/v20190116/api.json +4 -4
- tccli/services/captcha/v20190722/api.json +3 -3
- tccli/services/cat/v20180409/api.json +7 -7
- tccli/services/ccc/ccc_client.py +235 -76
- tccli/services/ccc/v20200210/api.json +502 -18
- tccli/services/ccc/v20200210/examples.json +24 -0
- tccli/services/cdb/cdb_client.py +106 -0
- tccli/services/cdb/v20170320/api.json +257 -44
- tccli/services/cdb/v20170320/examples.json +22 -6
- tccli/services/cdn/cdn_client.py +4 -163
- tccli/services/cdn/v20180606/api.json +61 -310
- tccli/services/cdn/v20180606/examples.json +1 -25
- tccli/services/cdwdoris/v20211228/api.json +51 -12
- tccli/services/cdwpg/v20201230/api.json +11 -1
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfg/v20210820/api.json +11 -1
- tccli/services/cfs/cfs_client.py +41 -94
- tccli/services/cfs/v20190719/api.json +171 -55
- tccli/services/cfs/v20190719/examples.json +1 -9
- tccli/services/cfw/v20190904/api.json +122 -10
- tccli/services/ckafka/ckafka_client.py +188 -29
- tccli/services/ckafka/v20190819/api.json +277 -4
- tccli/services/ckafka/v20190819/examples.json +25 -1
- tccli/services/clb/clb_client.py +0 -265
- tccli/services/clb/v20180317/api.json +130 -296
- tccli/services/clb/v20180317/examples.json +12 -40
- tccli/services/cloudapp/v20220530/api.json +55 -0
- tccli/services/cloudaudit/v20190319/api.json +11 -0
- tccli/services/cloudhsm/v20191112/api.json +10 -10
- tccli/services/cls/v20201016/api.json +63 -45
- tccli/services/cls/v20201016/examples.json +10 -4
- tccli/services/csip/v20221121/api.json +53 -3
- tccli/services/ctem/v20231128/api.json +320 -0
- tccli/services/ctem/v20231128/examples.json +3 -3
- tccli/services/cvm/cvm_client.py +0 -212
- tccli/services/cvm/v20170312/api.json +91 -843
- tccli/services/cvm/v20170312/examples.json +32 -58
- tccli/services/cynosdb/cynosdb_client.py +167 -8
- tccli/services/cynosdb/v20190107/api.json +1126 -148
- tccli/services/cynosdb/v20190107/examples.json +31 -7
- tccli/services/dbbrain/dbbrain_client.py +246 -87
- tccli/services/dbbrain/v20191016/api.json +74 -62
- tccli/services/dbbrain/v20191016/examples.json +1 -1
- tccli/services/dbbrain/v20210527/api.json +601 -177
- tccli/services/dbbrain/v20210527/examples.json +28 -4
- tccli/services/dc/v20180410/api.json +101 -3
- tccli/services/dcdb/v20180411/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +237 -24
- tccli/services/dlc/v20210125/examples.json +12 -4
- tccli/services/dnspod/dnspod_client.py +106 -0
- tccli/services/dnspod/v20210323/api.json +126 -20
- tccli/services/dnspod/v20210323/examples.json +17 -7
- tccli/services/dsgc/v20190723/api.json +73 -15
- tccli/services/dts/v20180330/api.json +4 -4
- tccli/services/dts/v20211206/api.json +408 -127
- tccli/services/dts/v20211206/examples.json +15 -9
- tccli/services/eb/v20210416/api.json +41 -1
- tccli/services/eb/v20210416/examples.json +1 -1
- tccli/services/emr/v20190103/api.json +56 -9
- tccli/services/emr/v20190103/examples.json +5 -5
- tccli/services/es/es_client.py +273 -8
- tccli/services/es/v20180416/api.json +845 -33
- tccli/services/es/v20180416/examples.json +33 -1
- tccli/services/es/v20250101/api.json +135 -2
- tccli/services/es/v20250101/examples.json +8 -0
- tccli/services/ess/ess_client.py +509 -32
- tccli/services/ess/v20201111/api.json +1366 -113
- tccli/services/ess/v20201111/examples.json +94 -10
- tccli/services/essbasic/v20210526/api.json +265 -27
- tccli/services/essbasic/v20210526/examples.json +12 -12
- tccli/services/facefusion/v20220927/api.json +1 -1
- tccli/services/gaap/v20180529/api.json +18 -8
- tccli/services/gme/gme_client.py +53 -0
- tccli/services/gme/v20180711/api.json +241 -1
- tccli/services/gme/v20180711/examples.json +8 -0
- tccli/services/gs/gs_client.py +216 -4
- tccli/services/gs/v20191118/api.json +202 -1
- tccli/services/gs/v20191118/examples.json +32 -0
- tccli/services/gwlb/gwlb_client.py +53 -0
- tccli/services/gwlb/v20240906/api.json +150 -0
- tccli/services/gwlb/v20240906/examples.json +8 -0
- tccli/services/hai/v20230812/api.json +5 -5
- tccli/services/hunyuan/v20230901/api.json +3 -3
- tccli/services/hunyuan/v20230901/examples.json +1 -1
- tccli/services/iai/v20180301/api.json +227 -207
- tccli/services/iai/v20180301/examples.json +26 -26
- tccli/services/iai/v20200303/api.json +4 -4
- tccli/services/iai/v20200303/examples.json +1 -1
- tccli/services/ioa/ioa_client.py +265 -0
- tccli/services/ioa/v20220601/api.json +781 -85
- tccli/services/ioa/v20220601/examples.json +46 -0
- tccli/services/iotexplorer/iotexplorer_client.py +387 -16
- tccli/services/iotexplorer/v20190423/api.json +1183 -63
- tccli/services/iotexplorer/v20190423/examples.json +92 -0
- tccli/services/keewidb/v20220308/api.json +69 -17
- tccli/services/keewidb/v20220308/examples.json +5 -5
- tccli/services/lcic/v20220817/api.json +61 -15
- tccli/services/lighthouse/v20200324/api.json +193 -24
- tccli/services/lighthouse/v20200324/examples.json +9 -3
- tccli/services/live/v20180801/api.json +6 -6
- tccli/services/live/v20180801/examples.json +7 -1
- tccli/services/lke/lke_client.py +40 -93
- tccli/services/lke/v20231130/api.json +943 -390
- tccli/services/lke/v20231130/examples.json +38 -46
- tccli/services/lkeap/v20240522/api.json +39 -12
- tccli/services/lkeap/v20240522/examples.json +12 -0
- tccli/services/mariadb/v20170312/api.json +1 -1
- tccli/services/mna/v20210119/api.json +11 -2
- tccli/services/mna/v20210119/examples.json +1 -1
- tccli/services/mongodb/mongodb_client.py +334 -16
- tccli/services/mongodb/v20190725/api.json +1092 -383
- tccli/services/mongodb/v20190725/examples.json +69 -21
- tccli/services/monitor/monitor_client.py +106 -0
- tccli/services/monitor/v20180724/api.json +383 -12
- tccli/services/monitor/v20180724/examples.json +24 -2
- tccli/services/mps/mps_client.py +220 -8
- tccli/services/mps/v20190612/api.json +1999 -179
- tccli/services/mps/v20190612/examples.json +56 -6
- tccli/services/mqtt/v20240516/api.json +10 -0
- tccli/services/mqtt/v20240516/examples.json +3 -9
- tccli/services/nlp/v20190408/api.json +6 -6
- tccli/services/oceanus/oceanus_client.py +318 -0
- tccli/services/oceanus/v20190422/api.json +461 -26
- tccli/services/oceanus/v20190422/examples.json +50 -2
- tccli/services/ocr/ocr_client.py +41 -253
- tccli/services/ocr/v20181119/api.json +153 -659
- tccli/services/ocr/v20181119/examples.json +8 -40
- tccli/services/omics/v20221128/api.json +90 -7
- tccli/services/organization/v20210331/api.json +46 -7
- tccli/services/postgres/v20170312/api.json +333 -77
- tccli/services/postgres/v20170312/examples.json +37 -31
- tccli/services/privatedns/privatedns_client.py +641 -58
- tccli/services/privatedns/v20201028/api.json +930 -19
- tccli/services/privatedns/v20201028/examples.json +91 -3
- tccli/services/pts/v20210728/api.json +2 -2
- tccli/services/redis/v20180412/api.json +303 -109
- tccli/services/redis/v20180412/examples.json +12 -12
- tccli/services/region/v20220627/api.json +1 -1
- tccli/services/rum/v20210622/api.json +22 -4
- tccli/services/rum/v20210622/examples.json +2 -2
- tccli/services/sms/v20190711/api.json +12 -12
- tccli/services/sms/v20190711/examples.json +9 -3
- tccli/services/sms/v20210111/api.json +13 -13
- tccli/services/sms/v20210111/examples.json +8 -2
- tccli/services/sqlserver/v20180328/api.json +46 -7
- tccli/services/sqlserver/v20180328/examples.json +2 -2
- tccli/services/ssl/v20191205/api.json +28 -0
- tccli/services/svp/v20240125/api.json +14 -4
- tccli/services/tag/v20180813/api.json +3 -3
- tccli/services/tat/v20201028/api.json +22 -3
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcss/tcss_client.py +228 -69
- tccli/services/tcss/v20201101/api.json +273 -25
- tccli/services/tcss/v20201101/examples.json +26 -2
- tccli/services/teo/teo_client.py +317 -52
- tccli/services/teo/v20220901/api.json +1824 -242
- tccli/services/teo/v20220901/examples.json +109 -21
- tccli/services/thpc/thpc_client.py +57 -4
- tccli/services/thpc/v20230321/api.json +163 -21
- tccli/services/thpc/v20230321/examples.json +13 -5
- tccli/services/tione/tione_client.py +163 -4
- tccli/services/tione/v20211111/api.json +285 -21
- tccli/services/tione/v20211111/examples.json +27 -3
- tccli/services/tke/tke_client.py +8 -8
- tccli/services/tke/v20180525/api.json +168 -130
- tccli/services/tke/v20180525/examples.json +20 -20
- tccli/services/tke/v20220501/api.json +215 -3
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tms/tms_client.py +106 -0
- tccli/services/tms/v20201229/api.json +249 -3
- tccli/services/tms/v20201229/examples.json +16 -0
- tccli/services/tmt/v20180321/api.json +78 -1
- tccli/services/trabbit/v20230418/api.json +271 -4
- tccli/services/trabbit/v20230418/examples.json +9 -3
- tccli/services/trocket/v20230308/api.json +4 -4
- tccli/services/trro/trro_client.py +106 -0
- tccli/services/trro/v20220325/api.json +456 -0
- tccli/services/trro/v20220325/examples.json +16 -0
- tccli/services/trtc/v20190722/api.json +197 -49
- tccli/services/trtc/v20190722/examples.json +4 -4
- tccli/services/tse/v20201207/api.json +69 -2
- tccli/services/tse/v20201207/examples.json +3 -3
- tccli/services/tsf/v20180326/api.json +70 -7
- tccli/services/tsf/v20180326/examples.json +2 -2
- tccli/services/vclm/v20240523/api.json +145 -0
- tccli/services/vclm/v20240523/examples.json +16 -0
- tccli/services/vclm/vclm_client.py +106 -0
- tccli/services/vcube/v20220410/api.json +1 -1
- tccli/services/vod/v20180717/api.json +7 -7
- tccli/services/vpc/v20170312/api.json +1216 -70
- tccli/services/vpc/v20170312/examples.json +139 -3
- tccli/services/vpc/vpc_client.py +1023 -122
- tccli/services/vrs/v20200824/api.json +11 -11
- tccli/services/vrs/v20200824/examples.json +1 -1
- tccli/services/vtc/v20240223/api.json +14 -14
- tccli/services/waf/v20180125/api.json +812 -143
- tccli/services/waf/v20180125/examples.json +2 -2
- tccli/services/wedata/v20210820/api.json +1281 -601
- tccli/services/wedata/v20210820/examples.json +127 -157
- tccli/services/wedata/v20250806/api.json +19335 -0
- tccli/services/wedata/v20250806/examples.json +999 -0
- tccli/services/wedata/wedata_client.py +7072 -1131
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/METADATA +9 -7
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/RECORD +226 -224
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/WHEEL +1 -1
- {tccli-3.0.1391.1.dist-info → tccli-3.0.1414.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1391.1.dist-info/license_files → tccli-3.0.1414.1.dist-info/licenses}/LICENSE +0 -0
|
@@ -1,33 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"actions": {
|
|
3
|
-
"CreateGroup": [
|
|
4
|
-
{
|
|
5
|
-
"document": "",
|
|
6
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"testG3\",\n \"GroupId\": \"testG3\",\n \"Tag\": \"TestG3T3\",\n \"BodyModelVersion\": \"2.0\"\n}",
|
|
7
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.BodyModelVersionIllegal\",\n \"Message\": \"算法模型版本不合法。\"\n },\n \"RequestId\": \"e1d5929c-5d72-4b2a-b354-2767056a6929\"\n }\n}",
|
|
8
|
-
"title": "调用失败示例"
|
|
9
|
-
},
|
|
10
|
-
{
|
|
11
|
-
"document": "",
|
|
12
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateGroup\n<公共请求参数>\n\n{\n \"GroupName\": \"testG3\",\n \"GroupId\": \"testG3\",\n \"Tag\": \"TestG3T3\",\n \"BodyModelVersion\": \"1.0\"\n}",
|
|
13
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"95d7ed2b-4f54-4952-96d0-995981981e37\"\n }\n}",
|
|
14
|
-
"title": "调用成功示例"
|
|
15
|
-
}
|
|
16
|
-
],
|
|
17
|
-
"CreatePerson": [
|
|
18
|
-
{
|
|
19
|
-
"document": "",
|
|
20
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePerson\n<公共请求参数>\n\n{\n \"GroupId\": \"testG3\",\n \"PersonName\": \"testG3P1\",\n \"PersonId\": \"testG3P1\",\n \"Trace\": {\n \"Urls\": [\n \"IamNotUrl\"\n ],\n \"BodyRects\": [\n {\n \"X\": 1,\n \"Y\": 2,\n \"Width\": 3,\n \"Height\": 4\n }\n ]\n }\n}",
|
|
21
|
-
"output": "{\n \"Response\": {\n \"TraceId\": \"\",\n \"BodyModelVersion\": \"\",\n \"InputRetCode\": -1001,\n \"InputRetCodeDetails\": [\n -1102\n ],\n \"RequestId\": \"78b14df0-9ca6-45e0-b5d4-f053db01f9bb\"\n }\n}",
|
|
22
|
-
"title": "调用失败示例"
|
|
23
|
-
},
|
|
24
|
-
{
|
|
25
|
-
"document": "",
|
|
26
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreatePerson\n<公共请求参数>\n\n{\n \"GroupId\": \"testG3\",\n \"PersonName\": \"testG3P1\",\n \"PersonId\": \"testG3P1\",\n \"Trace\": {\n \"Urls\": [\n \"http://i2.sinaimg.cn/ty/nba/2015-07-05/U10236P6T12D7648505F44DT20150705114547.jpg\"\n ],\n \"BodyRects\": [\n {\n \"X\": 1,\n \"Y\": 2,\n \"Width\": 3,\n \"Height\": 4\n }\n ]\n }\n}",
|
|
27
|
-
"output": "{\n \"Response\": {\n \"TraceId\": \"testCreatePerson123\",\n \"BodyModelVersion\": \"1.0\",\n \"InputRetCode\": 0,\n \"InputRetCodeDetails\": [\n 0\n ],\n \"RequestId\": \"2d44289d-eeb1-4109-8c2e-3c3e514094b9\"\n }\n}",
|
|
28
|
-
"title": "调用成功示例"
|
|
29
|
-
}
|
|
30
|
-
],
|
|
31
3
|
"CreateSegmentationTask": [
|
|
32
4
|
{
|
|
33
5
|
"document": "创建视频人像分割处理任务成功",
|
|
@@ -36,48 +8,6 @@
|
|
|
36
8
|
"title": "创建任务成功"
|
|
37
9
|
}
|
|
38
10
|
],
|
|
39
|
-
"CreateTrace": [
|
|
40
|
-
{
|
|
41
|
-
"document": "",
|
|
42
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTrace\n<公共请求参数>\n\n{\n \"PersonId\": \"3333333333333\",\n \"Trace\": {\n \"Urls\": [\n \"http://i2.sinaimg.cn/ty/nba/2015-07-05/U10236P6T12D7648505F44DT20150705114547.jpg\"\n ],\n \"BodyRects\": [\n {\n \"X\": 1,\n \"Y\": 2,\n \"Width\": 3,\n \"Height\": 4\n }\n ]\n }\n}",
|
|
43
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.PersonIdNotExist\",\n \"Message\": \"人员ID不存在。\"\n },\n \"RequestId\": \"81ee3a85-1273-4d39-b7b2-2dea15859039\"\n }\n}",
|
|
44
|
-
"title": "调用失败示例"
|
|
45
|
-
},
|
|
46
|
-
{
|
|
47
|
-
"document": "",
|
|
48
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTrace\n<公共请求参数>\n\n{\n \"PersonId\": \"testG3P1\",\n \"Trace\": {\n \"Urls\": [\n \"http://i2.sinaimg.cn/ty/nba/2015-07-05/U10236P6T12D7648505F44DT20150705114547.jpg\"\n ],\n \"BodyRects\": [\n {\n \"X\": 1,\n \"Y\": 2,\n \"Width\": 3,\n \"Height\": 4\n }\n ]\n }\n}",
|
|
49
|
-
"output": "{\n \"Response\": {\n \"TraceId\": \"testTrace123\",\n \"BodyModelVersion\": \"1.0\",\n \"InputRetCode\": 0,\n \"InputRetCodeDetails\": [\n 0\n ],\n \"RequestId\": \"d86cada6-1b1a-4ac1-86a4-c1a6bbb3e54c\"\n }\n}",
|
|
50
|
-
"title": "调用成功示例"
|
|
51
|
-
}
|
|
52
|
-
],
|
|
53
|
-
"DeleteGroup": [
|
|
54
|
-
{
|
|
55
|
-
"document": "",
|
|
56
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"1231231\"\n}",
|
|
57
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.GroupIdNotExist\",\n \"Message\": \"人体库ID不存在。\"\n },\n \"RequestId\": \"cb24cce3-beb9-4f8b-9f61-e79fb075a9a4\"\n }\n}",
|
|
58
|
-
"title": "调用失败示例"
|
|
59
|
-
},
|
|
60
|
-
{
|
|
61
|
-
"document": "",
|
|
62
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"testG10\"\n}",
|
|
63
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"bc9be78c-6d08-430e-9119-959d903769c9\"\n }\n}",
|
|
64
|
-
"title": "调用成功示例"
|
|
65
|
-
}
|
|
66
|
-
],
|
|
67
|
-
"DeletePerson": [
|
|
68
|
-
{
|
|
69
|
-
"document": "",
|
|
70
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePerson\n<公共请求参数>\n\n{\n \"PersonId\": \"123131231\"\n}",
|
|
71
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.PersonIdNotExist\",\n \"Message\": \"人员ID不存在。\"\n },\n \"RequestId\": \"27304486-69f3-47fd-b8ce-b7436ec8486b\"\n }\n}",
|
|
72
|
-
"title": "调用失败示例"
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
"document": "",
|
|
76
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeletePerson\n<公共请求参数>\n\n{\n \"PersonId\": \"testG10P1\"\n}",
|
|
77
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"10f9a902-184e-40d6-b09d-e85f0c2dcfba\"\n }\n}",
|
|
78
|
-
"title": "调用成功示例"
|
|
79
|
-
}
|
|
80
|
-
],
|
|
81
11
|
"DescribeSegmentationTask": [
|
|
82
12
|
{
|
|
83
13
|
"document": "查询视频人像分割处理任务成功",
|
|
@@ -86,112 +16,6 @@
|
|
|
86
16
|
"title": "查询任务成功"
|
|
87
17
|
}
|
|
88
18
|
],
|
|
89
|
-
"DetectBody": [
|
|
90
|
-
{
|
|
91
|
-
"document": "",
|
|
92
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DetectBody\n<公共请求参数>\n\n{\n \"Url\": \"IamNotUrl\"\n}",
|
|
93
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.UrlIllegal\",\n \"Message\": \"URL格式不合法。\"\n },\n \"RequestId\": \"b5f77c78-efaf-42d1-b0ac-419cc70b4994\"\n }\n}",
|
|
94
|
-
"title": "调用失败示例"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"document": "",
|
|
98
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DetectBody\n<公共请求参数>\n\n{\n \"Url\": \"test.jpg\"\n}",
|
|
99
|
-
"output": "{\n \"Response\": {\n \"BodyDetectResults\": [\n {\n \"BodyRect\": {\n \"X\": 260,\n \"Y\": 1,\n \"Width\": 272,\n \"Height\": 365\n },\n \"Confidence\": 0.91490805149078,\n \"BodyAttributeInfo\": {\n \"UpperBodyCloth\": {\n \"Color\": {\n \"Type\": \"xx\",\n \"Probability\": 0.0\n },\n \"Sleeve\": {\n \"Type\": \"xx\",\n \"Probability\": 0.0\n },\n \"Texture\": {\n \"Type\": \"xx\",\n \"Probability\": 0.0\n }\n },\n \"Orientation\": {\n \"Type\": \"xx\",\n \"Probability\": 0.0\n },\n \"LowerBodyCloth\": {\n \"Color\": {\n \"Type\": \"xx\",\n \"Probability\": 0.0\n },\n \"Length\": {\n \"Type\": \"xx\",\n \"Probability\": 0.0\n },\n \"Type\": {\n \"Type\": \"xx\",\n \"Probability\": 0.0\n }\n },\n \"Gender\": {\n \"Type\": \"xx\",\n \"Probability\": 0.0\n },\n \"Age\": {\n \"Type\": \"xx\",\n \"Probability\": 0.0\n },\n \"Bag\": {\n \"Type\": \"xx\",\n \"Probability\": 0.0\n }\n }\n }\n ],\n \"BodyModelVersion\": \"1.0\",\n \"RequestId\": \"13ce6864-614a-4a9f-8207-c68fc9c552c4\"\n }\n}",
|
|
100
|
-
"title": "调用成功示例"
|
|
101
|
-
}
|
|
102
|
-
],
|
|
103
|
-
"DetectBodyJoints": [
|
|
104
|
-
{
|
|
105
|
-
"document": "",
|
|
106
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DetectBodyJoints\n<公共请求参数>\n\n{\n \"Url\": \"IamNotUrl\"\n}",
|
|
107
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.UrlIllegal\",\n \"Message\": \"URL格式不合法。\"\n },\n \"RequestId\": \"b5f77c78-efaf-42d1-b0ac-419cc70b4994\"\n }\n}",
|
|
108
|
-
"title": "调用失败示例"
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
"document": "",
|
|
112
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DetectBodyJoints\n<公共请求参数>\n\n{\n \"Url\": \"test.jpg\"\n}",
|
|
113
|
-
"output": "{\n \"Response\": {\n \"BodyJointsResults\": [\n {\n \"BoundBox\": {\n \"X\": 134,\n \"Y\": 169,\n \"Width\": 270,\n \"Height\": 486\n },\n \"BodyJoints\": [\n {\n \"X\": 233.458984375,\n \"Y\": 212.494140625,\n \"KeyPointType\": \"头部\"\n },\n {\n \"X\": 237.619140625,\n \"Y\": 249.935546875,\n \"KeyPointType\": \"颈部\"\n },\n {\n \"X\": 283.380859375,\n \"Y\": 266.576171875,\n \"KeyPointType\": \"右肩\"\n },\n {\n \"X\": 324.982421875,\n \"Y\": 308.177734375,\n \"KeyPointType\": \"右肘\"\n },\n {\n \"X\": 295.861328125,\n \"Y\": 349.779296875,\n \"KeyPointType\": \"右腕\"\n },\n {\n \"X\": 208.498046875,\n \"Y\": 274.896484375,\n \"KeyPointType\": \"左肩\"\n },\n {\n \"X\": 183.537109375,\n \"Y\": 337.298828125,\n \"KeyPointType\": \"左肘\"\n },\n {\n \"X\": 158.576171875,\n \"Y\": 387.220703125,\n \"KeyPointType\": \"左腕\"\n },\n {\n \"X\": 262.580078125,\n \"Y\": 395.541015625,\n \"KeyPointType\": \"右髋\"\n },\n {\n \"X\": 237.619140625,\n \"Y\": 466.263671875,\n \"KeyPointType\": \"右膝\"\n },\n {\n \"X\": 216.818359375,\n \"Y\": 557.787109375,\n \"KeyPointType\": \"右踝\"\n },\n {\n \"X\": 254.259765625,\n \"Y\": 399.701171875,\n \"KeyPointType\": \"左髋\"\n },\n {\n \"X\": 266.740234375,\n \"Y\": 482.904296875,\n \"KeyPointType\": \"左膝\"\n },\n {\n \"X\": 349.943359375,\n \"Y\": 545.306640625,\n \"KeyPointType\": \"左踝\"\n }\n ],\n \"Confidence\": 0.99999010562897\n }\n ],\n \"RequestId\": \"97d85578-6b11-4e7c-beea-65601bc0bc04\"\n }\n}",
|
|
114
|
-
"title": "调用成功示例"
|
|
115
|
-
}
|
|
116
|
-
],
|
|
117
|
-
"GetGroupList": [
|
|
118
|
-
{
|
|
119
|
-
"document": "",
|
|
120
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetGroupList\n<公共请求参数>\n\n{\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
|
121
|
-
"output": "{\n \"Response\": {\n \"GroupNum\": 1,\n \"GroupInfos\": [\n {\n \"GroupName\": \"testG2\",\n \"GroupId\": \"testG2\",\n \"Tag\": \"testG2Tag\",\n \"BodyModelVersion\": \"1.0\",\n \"CreationTimestamp\": 1581673977535\n }\n ],\n \"RequestId\": \"9ffccff2-4b52-443f-98f4-eb1f6a30399e\"\n }\n}",
|
|
122
|
-
"title": "调用成功示例"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"GetPersonList": [
|
|
126
|
-
{
|
|
127
|
-
"document": "",
|
|
128
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetPersonList\n<公共请求参数>\n\n{\n \"GroupId\": \"testG10\",\n \"Offset\": 0,\n \"Limit\": 1001\n}",
|
|
129
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.LimitExceed\",\n \"Message\": \"返回数量不在合法范围内。\"\n },\n \"RequestId\": \"c803e3eb-25b4-48d9-b4df-b74c570d110b\"\n }\n}",
|
|
130
|
-
"title": "调用失败示例"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"document": "",
|
|
134
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: GetPersonList\n<公共请求参数>\n\n{\n \"GroupId\": \"testG10\",\n \"Offset\": 0,\n \"Limit\": 10\n}",
|
|
135
|
-
"output": "{\n \"Response\": {\n \"PersonNum\": 1,\n \"BodyModelVersion\": \"1.0\",\n \"PersonInfos\": [\n {\n \"PersonName\": \"testG10P1\",\n \"PersonId\": \"testG10P1\",\n \"TraceInfos\": [\n {\n \"TraceId\": \"3524775577730961229\",\n \"BodyIds\": [\n \"3524775577730961229-0\"\n ]\n }\n ]\n }\n ],\n \"RequestId\": \"2e1841c2-81ee-42db-98ac-6c056aafe9b3\"\n }\n}",
|
|
136
|
-
"title": "调用成功示例"
|
|
137
|
-
}
|
|
138
|
-
],
|
|
139
|
-
"GetSummaryInfo": [
|
|
140
|
-
{
|
|
141
|
-
"document": "",
|
|
142
|
-
"input": "https://bda.tencentcloudapi.com/?Action=GetSummaryInfo\n&<公共请求参数>",
|
|
143
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameter\",\n \"Message\": \"\"\n },\n \"RequestId\": \"78ec7830-a1c7-42be-bd65-6d0fa25f6fab\"\n }\n}",
|
|
144
|
-
"title": "调用失败示例"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"document": "",
|
|
148
|
-
"input": "https://bda.tencentcloudapi.com/?Action=GetSummaryInfo\n&<公共请求参数>",
|
|
149
|
-
"output": "{\n \"Response\": {\n \"GroupCount\": 10,\n \"PersonCount\": 100,\n \"TraceCount\": 1000,\n \"RequestId\": \"9ffccff2-4b52-443f-98f4-eb1f6a30399e\"\n }\n}",
|
|
150
|
-
"title": "调用成功示例"
|
|
151
|
-
}
|
|
152
|
-
],
|
|
153
|
-
"ModifyGroup": [
|
|
154
|
-
{
|
|
155
|
-
"document": "",
|
|
156
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"12312312\",\n \"GroupName\": \"testG3M3\",\n \"Tag\": \"testG3M3\"\n}",
|
|
157
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.GroupIdNotExist\",\n \"Message\": \"人体库ID不存在。\"\n },\n \"RequestId\": \"3661682c-414a-48d0-86fd-939d504bab70\"\n }\n}",
|
|
158
|
-
"title": "调用失败示例"
|
|
159
|
-
},
|
|
160
|
-
{
|
|
161
|
-
"document": "",
|
|
162
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyGroup\n<公共请求参数>\n\n{\n \"GroupId\": \"testG3\",\n \"GroupName\": \"testG3M3\",\n \"Tag\": \"testG3M3\"\n}",
|
|
163
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"32ac4a6a-7a58-4968-b32e-b8d7772eb26e\"\n }\n}",
|
|
164
|
-
"title": "调用成功示例"
|
|
165
|
-
}
|
|
166
|
-
],
|
|
167
|
-
"ModifyPersonInfo": [
|
|
168
|
-
{
|
|
169
|
-
"document": "",
|
|
170
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPersonInfo\n<公共请求参数>\n\n{\n \"PersonId\": \"12313123\",\n \"PersonName\": \"testG10P1M1\"\n}",
|
|
171
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.PersonIdNotExist\",\n \"Message\": \"人员ID不存在。\"\n },\n \"RequestId\": \"5844914d-b2e1-4afc-9970-8d1cdd6a7138\"\n }\n}",
|
|
172
|
-
"title": "调用失败示例"
|
|
173
|
-
},
|
|
174
|
-
{
|
|
175
|
-
"document": "",
|
|
176
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyPersonInfo\n<公共请求参数>\n\n{\n \"PersonId\": \"testG10P1\",\n \"PersonName\": \"testG10P1M1\"\n}",
|
|
177
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"327920d1-f111-463d-b9d3-3eaa0a473508\"\n }\n}",
|
|
178
|
-
"title": "调用成功示例"
|
|
179
|
-
}
|
|
180
|
-
],
|
|
181
|
-
"SearchTrace": [
|
|
182
|
-
{
|
|
183
|
-
"document": "",
|
|
184
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchTrace\n<公共请求参数>\n\n{\n \"GroupId\": \"12311111111\",\n \"Trace\": {\n \"Urls\": [\n \"http://i2.sinaimg.cn/ty/nba/2015-07-05/U10236P6T12D7648505F44DT20150705114547.jpg\"\n ],\n \"BodyRects\": [\n {\n \"X\": 260,\n \"Y\": 1,\n \"Width\": 272,\n \"Height\": 365\n }\n ]\n },\n \"MaxPersonNum\": 2\n}",
|
|
185
|
-
"output": "{\n \"Response\": {\n \"Error\": {\n \"Code\": \"InvalidParameterValue.GroupIdNotExist\",\n \"Message\": \"人体库ID不存在。\"\n },\n \"RequestId\": \"1a5de4e8-02a0-4b4e-8c9a-e66e6f26d12a\"\n }\n}",
|
|
186
|
-
"title": "调用失败示例"
|
|
187
|
-
},
|
|
188
|
-
{
|
|
189
|
-
"document": "",
|
|
190
|
-
"input": "POST / HTTP/1.1\nHost: bda.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: SearchTrace\n<公共请求参数>\n\n{\n \"GroupId\": \"12311111111\",\n \"Trace\": {\n \"Urls\": [\n \"http://i2.sinaimg.cn/ty/nba/2015-07-05/U10236P6T12D7648505F44DT20150705114547.jpg\"\n ],\n \"BodyRects\": [\n {\n \"X\": 260,\n \"Y\": 1,\n \"Width\": 272,\n \"Height\": 365\n }\n ]\n },\n \"MaxPersonNum\": 2\n}",
|
|
191
|
-
"output": "{\n \"Response\": {\n \"Candidates\": [\n {\n \"PersonId\": \"testG10P1\",\n \"TraceId\": \"3517452339320503246\",\n \"Score\": 99.99\n },\n {\n \"PersonId\": \"testG10P40\",\n \"TraceId\": \"3516549744519331668\",\n \"Score\": 99.99\n }\n ],\n \"BodyModelVersion\": \"1.0\",\n \"InputRetCode\": 0,\n \"InputRetCodeDetails\": [\n 0\n ],\n \"RequestId\": \"0301e30d-e83c-43c7-b78c-29eafea4762d\"\n }\n}",
|
|
192
|
-
"title": "调用成功示例"
|
|
193
|
-
}
|
|
194
|
-
],
|
|
195
19
|
"SegmentCustomizedPortraitPic": [
|
|
196
20
|
{
|
|
197
21
|
"document": "",
|