tccli 3.0.1347.1__py2.py3-none-any.whl → 3.0.1349.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 +3 -76
- tccli/services/ai3d/__init__.py +4 -0
- tccli/services/{smpn/smpn_client.py → ai3d/ai3d_client.py} +17 -17
- tccli/services/ai3d/v20250513/api.json +239 -0
- tccli/services/ai3d/v20250513/examples.json +21 -0
- tccli/services/aiart/v20221229/api.json +3 -3
- tccli/services/autoscaling/v20180419/api.json +11 -0
- tccli/services/batch/v20170312/api.json +44 -0
- tccli/services/cdb/v20170320/api.json +8 -8
- tccli/services/cdb/v20170320/examples.json +1 -1
- tccli/services/cdn/v20180606/api.json +5 -5
- tccli/services/cdwdoris/v20211228/api.json +145 -7
- tccli/services/cfg/v20210820/api.json +20 -0
- tccli/services/cfs/v20190719/api.json +10 -10
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +272 -0
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/csip/csip_client.py +833 -144
- tccli/services/csip/v20221121/api.json +3304 -1436
- tccli/services/csip/v20221121/examples.json +104 -0
- tccli/services/cvm/v20170312/api.json +64 -1
- tccli/services/cwp/v20180228/api.json +9 -0
- tccli/services/cwp/v20180228/examples.json +6 -0
- tccli/services/emr/v20190103/api.json +217 -2
- tccli/services/es/v20250101/api.json +22 -0
- tccli/services/ess/v20201111/api.json +10 -1
- tccli/services/essbasic/v20210526/api.json +3 -3
- tccli/services/gs/v20191118/api.json +38 -0
- tccli/services/igtm/igtm_client.py +159 -0
- tccli/services/igtm/v20231024/api.json +577 -0
- tccli/services/igtm/v20231024/examples.json +24 -0
- tccli/services/iotexplorer/v20190423/api.json +3 -3
- tccli/services/lcic/lcic_client.py +53 -0
- tccli/services/lcic/v20220817/api.json +53 -0
- tccli/services/lcic/v20220817/examples.json +8 -0
- tccli/services/live/v20180801/api.json +203 -1
- tccli/services/live/v20180801/examples.json +1 -1
- tccli/services/lke/v20231130/api.json +248 -2
- tccli/services/lke/v20231130/examples.json +1 -1
- tccli/services/lkeap/v20240522/api.json +1 -1
- tccli/services/mrs/v20200910/api.json +10 -0
- tccli/services/nlp/nlp_client.py +4 -322
- tccli/services/nlp/v20190408/api.json +0 -459
- tccli/services/nlp/v20190408/examples.json +0 -48
- tccli/services/ocr/v20181119/api.json +97 -11
- tccli/services/omics/v20221128/api.json +38 -0
- tccli/services/redis/v20180412/api.json +6 -6
- tccli/services/redis/v20180412/examples.json +1 -1
- tccli/services/ses/v20201002/api.json +100 -5
- tccli/services/tcb/v20180608/api.json +1 -1
- tccli/services/tcb/v20180608/examples.json +1 -1
- tccli/services/tdmq/v20200217/api.json +19 -0
- tccli/services/teo/teo_client.py +281 -16
- tccli/services/teo/v20220901/api.json +611 -6
- tccli/services/teo/v20220901/examples.json +48 -2
- tccli/services/tione/v20211111/api.json +16 -0
- tccli/services/tke/tke_client.py +57 -4
- tccli/services/tke/v20180525/api.json +24 -24
- tccli/services/tke/v20220501/api.json +52 -0
- tccli/services/tke/v20220501/examples.json +8 -0
- tccli/services/tmt/v20180321/api.json +4 -4
- tccli/services/tsf/v20180326/api.json +4 -4
- tccli/services/vclm/v20240523/api.json +3 -3
- tccli/services/vod/v20180717/api.json +5 -5
- tccli/services/vod/v20180717/examples.json +9 -9
- tccli/services/vpc/v20170312/api.json +1 -1
- tccli/services/vrs/v20200824/api.json +1 -1
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/RECORD +73 -171
- tccli/services/cis/__init__.py +0 -4
- tccli/services/cis/cis_client.py +0 -525
- tccli/services/cis/v20180408/api.json +0 -737
- tccli/services/cis/v20180408/examples.json +0 -93
- tccli/services/dataintegration/__init__.py +0 -4
- tccli/services/dataintegration/dataintegration_client.py +0 -207
- tccli/services/dataintegration/v20220613/api.json +0 -87
- tccli/services/dataintegration/v20220613/examples.json +0 -13
- tccli/services/dtf/__init__.py +0 -4
- tccli/services/dtf/dtf_client.py +0 -207
- tccli/services/dtf/v20200506/api.json +0 -274
- tccli/services/dtf/v20200506/examples.json +0 -13
- tccli/services/gpm/__init__.py +0 -4
- tccli/services/gpm/gpm_client.py +0 -1108
- tccli/services/gpm/v20200820/api.json +0 -1959
- tccli/services/gpm/v20200820/examples.json +0 -149
- tccli/services/gse/__init__.py +0 -4
- tccli/services/gse/gse_client.py +0 -4076
- tccli/services/gse/v20191112/api.json +0 -7095
- tccli/services/gse/v20191112/examples.json +0 -615
- tccli/services/iecp/__init__.py +0 -4
- tccli/services/iecp/iecp_client.py +0 -4500
- tccli/services/iecp/v20210914/api.json +0 -9770
- tccli/services/iecp/v20210914/examples.json +0 -691
- tccli/services/iir/__init__.py +0 -4
- tccli/services/iir/iir_client.py +0 -207
- tccli/services/iir/v20200417/api.json +0 -204
- tccli/services/iir/v20200417/examples.json +0 -13
- tccli/services/iottid/__init__.py +0 -4
- tccli/services/iottid/iottid_client.py +0 -631
- tccli/services/iottid/v20190411/api.json +0 -553
- tccli/services/iottid/v20190411/examples.json +0 -95
- tccli/services/mgobe/__init__.py +0 -4
- tccli/services/mgobe/mgobe_client.py +0 -530
- tccli/services/mgobe/v20190929/api.json +0 -52
- tccli/services/mgobe/v20190929/examples.json +0 -13
- tccli/services/mgobe/v20201014/api.json +0 -671
- tccli/services/mgobe/v20201014/examples.json +0 -61
- tccli/services/mvj/__init__.py +0 -4
- tccli/services/mvj/mvj_client.py +0 -207
- tccli/services/mvj/v20190926/api.json +0 -123
- tccli/services/mvj/v20190926/examples.json +0 -19
- tccli/services/pds/__init__.py +0 -4
- tccli/services/pds/pds_client.py +0 -260
- tccli/services/pds/v20210701/api.json +0 -193
- tccli/services/pds/v20210701/examples.json +0 -21
- tccli/services/smpn/__init__.py +0 -4
- tccli/services/smpn/v20190822/api.json +0 -191
- tccli/services/smpn/v20190822/examples.json +0 -21
- tccli/services/solar/__init__.py +0 -4
- tccli/services/solar/solar_client.py +0 -1055
- tccli/services/solar/v20181011/api.json +0 -1760
- tccli/services/solar/v20181011/examples.json +0 -125
- tccli/services/tan/__init__.py +0 -4
- tccli/services/tan/tan_client.py +0 -207
- tccli/services/tan/v20220420/api.json +0 -65
- tccli/services/tan/v20220420/examples.json +0 -19
- tccli/services/tav/__init__.py +0 -4
- tccli/services/tav/tav_client.py +0 -366
- tccli/services/tav/v20190118/api.json +0 -262
- tccli/services/tav/v20190118/examples.json +0 -37
- tccli/services/tbm/__init__.py +0 -4
- tccli/services/tbm/tbm_client.py +0 -631
- tccli/services/tbm/v20180129/api.json +0 -1037
- tccli/services/tbm/v20180129/examples.json +0 -77
- tccli/services/tcex/__init__.py +0 -4
- tccli/services/tcex/tcex_client.py +0 -260
- tccli/services/tcex/v20200727/api.json +0 -158
- tccli/services/tcex/v20200727/examples.json +0 -21
- tccli/services/tci/__init__.py +0 -4
- tccli/services/tci/tci_client.py +0 -2327
- tccli/services/tci/v20190318/api.json +0 -4958
- tccli/services/tci/v20190318/examples.json +0 -333
- tccli/services/tic/__init__.py +0 -4
- tccli/services/tic/tic_client.py +0 -843
- tccli/services/tic/v20201117/api.json +0 -1067
- tccli/services/tic/v20201117/examples.json +0 -121
- tccli/services/ticm/__init__.py +0 -4
- tccli/services/ticm/ticm_client.py +0 -313
- tccli/services/ticm/v20181127/api.json +0 -1391
- tccli/services/ticm/v20181127/examples.json +0 -53
- tccli/services/tics/__init__.py +0 -4
- tccli/services/tics/tics_client.py +0 -366
- tccli/services/tics/v20181115/api.json +0 -694
- tccli/services/tics/v20181115/examples.json +0 -37
- tccli/services/tiems/__init__.py +0 -4
- tccli/services/tiems/tiems_client.py +0 -1479
- tccli/services/tiems/v20190416/api.json +0 -3144
- tccli/services/tiems/v20190416/examples.json +0 -217
- tccli/services/trdp/__init__.py +0 -4
- tccli/services/trdp/trdp_client.py +0 -207
- tccli/services/trdp/v20220726/api.json +0 -843
- tccli/services/trdp/v20220726/examples.json +0 -13
- tccli/services/ump/__init__.py +0 -4
- tccli/services/ump/ump_client.py +0 -1055
- tccli/services/ump/v20200918/api.json +0 -2168
- tccli/services/ump/v20200918/examples.json +0 -141
- tccli/services/youmall/__init__.py +0 -4
- tccli/services/youmall/v20180228/api.json +0 -3572
- tccli/services/youmall/v20180228/examples.json +0 -313
- tccli/services/youmall/youmall_client.py +0 -1797
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1347.1.dist-info → tccli-3.0.1349.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,149 +0,0 @@
|
|
1
|
-
{
|
2
|
-
"actions": {
|
3
|
-
"CancelMatching": [
|
4
|
-
{
|
5
|
-
"document": "",
|
6
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=CancelMatching\n&MatchCode=match_code_1\n&MatchTicketId=match_ticket_id_1\n&<公共请求参数>",
|
7
|
-
"output": "{\n \"Response\": {\n \"ErrCode\": 0,\n \"RequestId\": \"5c680029-66b2-4be8-9630-7bd316ce70dd\"\n }\n}",
|
8
|
-
"title": "取消匹配返回示例"
|
9
|
-
}
|
10
|
-
],
|
11
|
-
"CreateMatch": [
|
12
|
-
{
|
13
|
-
"document": "",
|
14
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=CreateMatch\n&MatchName=test\n&MatchDesc=test\n&RuleCode=rule-r4x6tk49\n&Timeout=60\n&NotifyUrl=https://test.com\n&ServerType=1\n&ServerRegion=ap-shanghai\n&ServerQueue=gpmtest\n&CustomPushData=test\n&ServerSessionData=test\n&LogSwitch=1\n&GameProperties.0.Key=test\n&GameProperties.0.Value=test\n&Tags.0.Key=字符串\n&Tags.0.Value=字符串\n&<公共请求参数>",
|
15
|
-
"output": "{\n \"Response\": {\n \"MatchInfo\": {\n \"AppId\": \"1300704415\",\n \"CreateTime\": \"2020-09-29 15:24:19\",\n \"CreateUin\": \"100012125188\",\n \"CustomPushData\": \"test\",\n \"GameProperties\": [\n {\n \"Key\": \"test\",\n \"Value\": \"test\"\n }\n ],\n \"LogSwitch\": 1,\n \"LogTopicId\": \"\",\n \"LogTopicName\": \"\",\n \"LogsetId\": \"\",\n \"LogsetName\": \"\",\n \"MatchCode\": \"match-58mnuqlz\",\n \"MatchDesc\": \"test\",\n \"MatchName\": \"test\",\n \"NotifyUrl\": \"https://test.com\",\n \"Region\": \"ap-shanghai\",\n \"RuleCode\": \"rule-r4x6tk49\",\n \"RuleName\": \"\",\n \"ServerQueue\": \"gpmtest\",\n \"ServerRegion\": \"ap-shanghai\",\n \"ServerSessionData\": \"test\",\n \"ServerType\": 1,\n \"Tags\": [\n {\n \"Key\": \"字符串\",\n \"Value\": \"字符串\"\n }\n ],\n \"Timeout\": 60,\n \"Uin\": \"100012125188\"\n },\n \"RequestId\": \"20e5c29d-fa33-45bd-8e90-5b00773fa4cb\"\n }\n}",
|
16
|
-
"title": "创建匹配示例"
|
17
|
-
}
|
18
|
-
],
|
19
|
-
"CreateRule": [
|
20
|
-
{
|
21
|
-
"document": "",
|
22
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=CreateRule\n&RuleName=test\n&RuleDesc=test\n&RuleScript=test\n&Tags.0.Key=字符串\n&Tags.0.Value=字符串\n&<公共请求参数>",
|
23
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"d49cff57-ac1e-437e-a89e-5372fd6538ed\",\n \"RuleInfo\": {\n \"AppId\": \"1300704415\",\n \"CreateTime\": \"2020-09-29 15:15:36\",\n \"CreateUin\": \"100012125188\",\n \"MatchCodeList\": [],\n \"Region\": \"ap-shanghai\",\n \"RuleCode\": \"rule-v879tr24\",\n \"RuleDesc\": \"test\",\n \"RuleName\": \"test\",\n \"RuleScript\": \"test\",\n \"Tags\": [\n {\n \"Key\": \"字符串\",\n \"Value\": \"字符串\"\n }\n ],\n \"Uin\": \"100012125188\"\n }\n }\n}",
|
24
|
-
"title": "创建匹配示例"
|
25
|
-
}
|
26
|
-
],
|
27
|
-
"DeleteMatch": [
|
28
|
-
{
|
29
|
-
"document": "",
|
30
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=DeleteMatch\n&MatchCode=match-58mnuqlz\n&<公共请求参数>",
|
31
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"56200c07-6508-469e-ae9c-e11f21eea9ea\"\n }\n}",
|
32
|
-
"title": "删除匹配"
|
33
|
-
}
|
34
|
-
],
|
35
|
-
"DeleteRule": [
|
36
|
-
{
|
37
|
-
"document": "",
|
38
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=DeleteRule\n&RuleCode=rule-v879tr24\n&<公共请求参数>",
|
39
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"f37c0f52-ed2a-49e0-a574-f075402a1faf\"\n }\n}",
|
40
|
-
"title": "删除规则"
|
41
|
-
}
|
42
|
-
],
|
43
|
-
"DescribeData": [
|
44
|
-
{
|
45
|
-
"document": "",
|
46
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=DescribeData\n&MatchCode=match-v87jcr87\n&StartTime=1600741736\n&EndTime=1601000936\n&TimeType=2\n&<公共请求参数>",
|
47
|
-
"output": "{\n \"Response\": {\n \"OverviewData\": {\n \"AverageSec\": 1.91,\n \"FailPercent\": 2.86,\n \"SuccessPercent\": 22.86,\n \"TimeoutPercent\": 40,\n \"TotalTimes\": \"35\"\n },\n \"RequestId\": \"024cba11-2f69-40ac-ac14-bbd31b210159\",\n \"TrendData\": {\n \"CancelList\": [\n \"0\",\n \"0\",\n \"0\"\n ],\n \"FailList\": [\n \"0\",\n \"0\",\n \"0\"\n ],\n \"SuccessList\": [\n \"0\",\n \"2\",\n \"0\"\n ],\n \"TimeList\": [\n \"1601103600\",\n \"1601107200\",\n \"1601110800\",\n \"1601362800\"\n ],\n \"TimeoutList\": [\n \"0\",\n \"1\",\n \"0\",\n \"0\"\n ],\n \"TotalList\": [\n \"0\",\n \"3\",\n \"0\",\n \"0\"\n ]\n }\n }\n}",
|
48
|
-
"title": "查询数据"
|
49
|
-
}
|
50
|
-
],
|
51
|
-
"DescribeMatch": [
|
52
|
-
{
|
53
|
-
"document": "",
|
54
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=DescribeMatch\n&MatchCode=match-58mnuqlz\n&<公共请求参数>",
|
55
|
-
"output": "{\n \"Response\": {\n \"MatchInfo\": {\n \"AppId\": \"1300704415\",\n \"CreateTime\": \"2020-09-29 15:24:20\",\n \"CreateUin\": \"100012125188\",\n \"CustomPushData\": \"test\",\n \"GameProperties\": [\n {\n \"Key\": \"test\",\n \"Value\": \"test\"\n }\n ],\n \"LogSwitch\": 1,\n \"LogTopicId\": \"\",\n \"LogTopicName\": \"\",\n \"LogsetId\": \"\",\n \"LogsetName\": \"\",\n \"MatchCode\": \"match-58mnuqlz\",\n \"MatchDesc\": \"test\",\n \"MatchName\": \"test\",\n \"NotifyUrl\": \"https://test.com\",\n \"Region\": \"ap-shanghai\",\n \"RuleCode\": \"rule-r4x6tk49\",\n \"RuleName\": \"test\",\n \"ServerQueue\": \"gpmtest\",\n \"ServerRegion\": \"ap-shanghai\",\n \"ServerSessionData\": \"test\",\n \"ServerType\": 1,\n \"Tags\": [\n {\n \"Key\": \"字符串\",\n \"Value\": \"字符串\"\n }\n ],\n \"Timeout\": 60,\n \"Uin\": \"100012125188\"\n },\n \"RequestId\": \"ab6ab15a-ab3a-495c-8818-e826084ea072\"\n }\n}",
|
56
|
-
"title": "查询匹配示例"
|
57
|
-
}
|
58
|
-
],
|
59
|
-
"DescribeMatchCodes": [
|
60
|
-
{
|
61
|
-
"document": "",
|
62
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=DescribeMatchCodes\n&Offset=1\n&Limit=15\n&MatchCode=match-rzsfvf\n&<公共请求参数>",
|
63
|
-
"output": "{\n \"Response\": {\n \"MatchCodes\": [\n \"match-rzsfvf\"\n ],\n \"RequestId\": \"eefe26e0-fc8a-41e4-a9be-69694662c6cc\",\n \"TotalCount\": 0\n }\n}",
|
64
|
-
"title": "分页查询匹配code"
|
65
|
-
}
|
66
|
-
],
|
67
|
-
"DescribeMatches": [
|
68
|
-
{
|
69
|
-
"document": "",
|
70
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=DescribeMatches\n&PageNumber=1\n&PageSize=10\n&SearchType=matchCode\n&Keyword=match-58mnuqlz\n&<公共请求参数>",
|
71
|
-
"output": "{\n \"Response\": {\n \"Keyword\": \"match-58mnuqlz\",\n \"MatchInfoList\": [\n {\n \"AppId\": \"1300704415\",\n \"CreateTime\": \"2020-09-29 15:24:20\",\n \"CreateUin\": \"100012125188\",\n \"CustomPushData\": \"test\",\n \"GameProperties\": [\n {\n \"Key\": \"test\",\n \"Value\": \"test\"\n }\n ],\n \"LogSwitch\": 1,\n \"LogTopicId\": \"\",\n \"LogTopicName\": \"\",\n \"LogsetId\": \"\",\n \"LogsetName\": \"\",\n \"MatchCode\": \"match-58mnuqlz\",\n \"MatchDesc\": \"test\",\n \"MatchName\": \"test\",\n \"NotifyUrl\": \"https://test.com\",\n \"Region\": \"ap-shanghai\",\n \"RuleCode\": \"rule-r4x6tk49\",\n \"RuleName\": \"test\",\n \"ServerQueue\": \"gpmtest\",\n \"ServerRegion\": \"ap-shanghai\",\n \"ServerSessionData\": \"test\",\n \"ServerType\": 1,\n \"Tags\": [\n {\n \"Key\": \"字符串\",\n \"Value\": \"字符串\"\n }\n ],\n \"Timeout\": 60,\n \"Uin\": \"100012125188\"\n }\n ],\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"RequestId\": \"6e0c3a5d-a8cc-4eaf-bdff-214789ac2326\",\n \"SearchType\": \"matchCode\",\n \"TotalCount\": 1\n }\n}",
|
72
|
-
"title": "查询匹配列表"
|
73
|
-
}
|
74
|
-
],
|
75
|
-
"DescribeMatchingProgress": [
|
76
|
-
{
|
77
|
-
"document": "",
|
78
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=DescribeMatchingProgress\n&MatchTicketIds.0.MatchCode=match-lipp\n&MatchTicketIds.0.MatchTicketId=ml0urJm\n&<公共请求参数>",
|
79
|
-
"output": "{\n \"Response\": {\n \"ErrCode\": 0,\n \"MatchTickets\": [\n {\n \"EndTime\": \"\",\n \"Id\": \"ml0urJm\",\n \"MatchCode\": \"match-lipp\",\n \"MatchResult\": \"\",\n \"MatchType\": \"\",\n \"Players\": [\n {\n \"CustomPlayerStatus\": 0,\n \"CustomProfile\": \"\",\n \"Id\": \"fisher0\",\n \"MatchAttributes\": [\n {\n \"ListValue\": [],\n \"MapValue\": [],\n \"Name\": \"numberAttr\",\n \"NumberValue\": 10,\n \"StringValue\": \"\",\n \"Type\": 0\n },\n {\n \"ListValue\": [],\n \"MapValue\": [],\n \"Name\": \"stringAttr\",\n \"NumberValue\": 0,\n \"StringValue\": \"stringAttrVal\",\n \"Type\": 1\n },\n {\n \"ListValue\": [\n \"listAttrVal1\",\n \"listAttrVal2\",\n \"listAttrVal3\"\n ],\n \"MapValue\": [],\n \"Name\": \"listAttr\",\n \"NumberValue\": 0,\n \"StringValue\": \"\",\n \"Type\": 2\n },\n {\n \"ListValue\": [],\n \"MapValue\": [\n {\n \"Key\": \"mapAttrVal1\",\n \"Value\": 10\n },\n {\n \"Key\": \"mapAttrVal2\",\n \"Value\": 20\n },\n {\n \"Key\": \"mapAttrVal3\",\n \"Value\": 30\n }\n ],\n \"Name\": \"mapAttr\",\n \"NumberValue\": 0,\n \"StringValue\": \"\",\n \"Type\": 3\n }\n ],\n \"Name\": \"playerName0\",\n \"RegionLatencies\": [\n {\n \"Latency\": 100,\n \"Region\": \"ap-guangzhou\"\n },\n {\n \"Latency\": 100,\n \"Region\": \"ap-beijing\"\n }\n ],\n \"Team\": \"playerTeam0\"\n }\n ],\n \"StartTime\": \"2020-09-05T11:11:15Z\",\n \"Status\": \"TIMEDOUT\",\n \"StatusMessage\": \"\",\n \"StatusReason\": \"\"\n }\n ],\n \"RequestId\": \"1a68664b-d796-407b-ab7b-2dbc2a12f8f5\"\n }\n}",
|
80
|
-
"title": "获取匹配进度信息示例"
|
81
|
-
}
|
82
|
-
],
|
83
|
-
"DescribeRule": [
|
84
|
-
{
|
85
|
-
"document": "",
|
86
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=DescribeRule\n&RuleCode=rule-r4x6tk49\n&<公共请求参数>",
|
87
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"16a99485-c55a-4202-9302-dc329e710d00\",\n \"RuleInfo\": {\n \"AppId\": \"1300704415\",\n \"CreateTime\": \"2020-09-29 10:52:48\",\n \"CreateUin\": \"100012125188\",\n \"MatchCodeList\": [\n {\n \"Key\": \"match-74w0ckl8\",\n \"Value\": \"test\"\n }\n ],\n \"Region\": \"ap-shanghai\",\n \"RuleCode\": \"rule-r4x6tk49\",\n \"RuleDesc\": \"test\",\n \"RuleName\": \"test\",\n \"RuleScript\": \"1\",\n \"Tags\": [],\n \"Uin\": \"100012125188\"\n }\n }\n}",
|
88
|
-
"title": "查询规则示例"
|
89
|
-
}
|
90
|
-
],
|
91
|
-
"DescribeRules": [
|
92
|
-
{
|
93
|
-
"document": "",
|
94
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=DescribeRules\n&PageNumber=1\n&PageSize=10\n&SearchType=ruleCode\n&Keyword=rule-r4x6tk49\n&<公共请求参数>",
|
95
|
-
"output": "{\n \"Response\": {\n \"Keyword\": \"rule-r4x6tk49\",\n \"PageNumber\": 1,\n \"PageSize\": 10,\n \"RequestId\": \"a2719713-1ee9-4a67-894a-e776fa52d203\",\n \"RuleInfoList\": [\n {\n \"CreateTime\": \"2020-09-29 10:52:48\",\n \"MatchCodeList\": [\n {\n \"Key\": \"match-74w0ckl8\",\n \"Value\": \"test\"\n }\n ],\n \"RuleCode\": \"rule-r4x6tk49\",\n \"RuleName\": \"test\"\n }\n ],\n \"SearchType\": \"ruleCode\",\n \"TotalCount\": 1\n }\n}",
|
96
|
-
"title": "查询规则列表"
|
97
|
-
}
|
98
|
-
],
|
99
|
-
"DescribeToken": [
|
100
|
-
{
|
101
|
-
"document": "",
|
102
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=DescribeToken\n&MatchCode=match-58mnuqlz\n&<公共请求参数>",
|
103
|
-
"output": "{\n \"Response\": {\n \"MatchToken\": \"mytoken\",\n \"CompatibleSpan\": 180,\n \"RequestId\": \"ab6ab15a-ab3a-495c-8818-e826084ea072\"\n }\n}",
|
104
|
-
"title": "查询匹配Token示例"
|
105
|
-
}
|
106
|
-
],
|
107
|
-
"ModifyMatch": [
|
108
|
-
{
|
109
|
-
"document": "",
|
110
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=ModifyMatch\n&MatchName=test\n&MatchDesc=test\n&RuleCode=rule-r4x6tk49\n&Timeout=60\n&NotifyUrl=https://test.com\n&ServerType=1\n&ServerRegion=apshanghai\n&ServerQueue=gpmtest\n&CustomPushData=test\n&ServerSessionData=test\n&LogSwitch=1\n&MatchCode=match-58mnuqlz\n&GameProperties.0.Key=test\n&GameProperties.0.Value=test\n&Tags.0.Key=字符串\n&Tags.0.Value=字符串\n&<公共请求参数>",
|
111
|
-
"output": "{\n \"Response\": {\n \"MatchInfo\": {\n \"AppId\": \"1300704415\",\n \"CreateTime\": \"\",\n \"CreateUin\": \"100012125188\",\n \"CustomPushData\": \"test\",\n \"GameProperties\": [\n {\n \"Key\": \"test\",\n \"Value\": \"test\"\n }\n ],\n \"LogSwitch\": 1,\n \"LogTopicId\": \"\",\n \"LogTopicName\": \"\",\n \"LogsetId\": \"\",\n \"LogsetName\": \"\",\n \"MatchCode\": \"match-58mnuqlz\",\n \"MatchDesc\": \"test\",\n \"MatchName\": \"test\",\n \"NotifyUrl\": \"https://test.com\",\n \"Region\": \"ap-shanghai\",\n \"RuleCode\": \"rule-r4x6tk49\",\n \"RuleName\": \"test\",\n \"ServerQueue\": \"gpmtest\",\n \"ServerRegion\": \"ap-shanghai\",\n \"ServerSessionData\": \"test\",\n \"ServerType\": 1,\n \"Tags\": [\n {\n \"Key\": \"字符串\",\n \"Value\": \"字符串\"\n }\n ],\n \"Timeout\": 60,\n \"Uin\": \"100012125188\"\n },\n \"RequestId\": \"b6184808-9699-43db-837c-110344620c5d\"\n }\n}",
|
112
|
-
"title": "修改匹配示例"
|
113
|
-
}
|
114
|
-
],
|
115
|
-
"ModifyRule": [
|
116
|
-
{
|
117
|
-
"document": "",
|
118
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=ModifyRule\n&RuleDesc=test\n&RuleCode=rule-v879tr24\n&RuleName=test\n&Tags.0.Key=字符串\n&Tags.0.Value=字符串\n&<公共请求参数>",
|
119
|
-
"output": "{\n \"Response\": {\n \"RequestId\": \"c34a20b9-0fba-4c37-8819-c25a271778f6\",\n \"RuleInfo\": {\n \"AppId\": \"1300704415\",\n \"CreateTime\": \"2020-09-29 15:15:36\",\n \"CreateUin\": \"100012125188\",\n \"MatchCodeList\": [],\n \"Region\": \"ap-shanghai\",\n \"RuleCode\": \"rule-v879tr24\",\n \"RuleDesc\": \"test\",\n \"RuleName\": \"test\",\n \"RuleScript\": \"test\",\n \"Tags\": [\n {\n \"Key\": \"字符串\",\n \"Value\": \"字符串\"\n }\n ],\n \"Uin\": \"100012125188\"\n }\n }\n}",
|
120
|
-
"title": "修改规则示例"
|
121
|
-
}
|
122
|
-
],
|
123
|
-
"ModifyToken": [
|
124
|
-
{
|
125
|
-
"document": "",
|
126
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=ModifyToken\n&MatchCode=match-58mnuqlz\n&MatchToken=mytoken\n&CompatibleSpan=300\n&<公共请求参数>",
|
127
|
-
"output": "{\n \"Response\": {\n \"MatchToken\": \"mytoken\",\n \"CompatibleSpan\": 180,\n \"RequestId\": \"ab6ab15a-ab3a-495c-8818-e826084ea072\"\n }\n}",
|
128
|
-
"title": "更新匹配Token示例"
|
129
|
-
}
|
130
|
-
],
|
131
|
-
"StartMatching": [
|
132
|
-
{
|
133
|
-
"document": "",
|
134
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=StartMatching\n&MatchCode=match_code\n&MatchTicketId=match_ticket_id\n&Players.0.Id=player_id_0\n&Players.0.Name=player_name\n&Players.0.Team=player_team\n&Players.0.CustomPlayerStatus=0\n&Players.0.CustomProfile=player_custom_profile\n&Players.0.MatchAttributes.0.Name=player_match_attributes_name\n&Players.0.MatchAttributes.0.Type=0\n&Players.0.MatchAttributes.0.NumberValue=10\n&Players.0.RegionLatencies.0.Region=ap-shanghai\n&Players.0.RegionLatencies.0.Latency=100\n&<公共请求参数>",
|
135
|
-
"output": "{\n \"Response\": {\n \"ErrCode\": 0,\n \"MatchTicketId\": \"match_ticket_id\",\n \"RequestId\": \"5c680029-66b2-4be8-9630-7bd316ce70dd\"\n }\n}",
|
136
|
-
"title": "开启匹配返回示例"
|
137
|
-
}
|
138
|
-
],
|
139
|
-
"StartMatchingBackfill": [
|
140
|
-
{
|
141
|
-
"document": "",
|
142
|
-
"input": "https://gpm.tencentcloudapi.com/?Action=StartMatchingBackfill\n&MatchCode=match_code\n&MatchTicketId=match_ticket_id\n&Players.0.Id=player_id_0\n&Players.0.Name=player_name\n&Players.0.Team=player_team\n&Players.0.CustomPlayerStatus=0\n&Players.0.CustomProfile=player_custom_profile\n&Players.0.MatchAttributes.0.Name=player_match_attributes_name\n&Players.0.MatchAttributes.0.Type=0\n&Players.0.MatchAttributes.0.NumberValue=10\n&Players.0.RegionLatencies.0.Region=ap-shanghai\n&Players.0.RegionLatencies.0.Latency=100\n&GameServerSessionId=game_server_session_id\n&<公共请求参数>",
|
143
|
-
"output": "{\n \"Response\": {\n \"MatchTicket\": {\n \"EndTime\": \"\",\n \"Id\": \"ml0urJm\",\n \"MatchCode\": \"match-lipp\",\n \"MatchResult\": \"\",\n \"MatchType\": \"\",\n \"Players\": [\n {\n \"CustomPlayerStatus\": 0,\n \"CustomProfile\": \"\",\n \"Id\": \"fisher0\",\n \"MatchAttributes\": [\n {\n \"ListValue\": [],\n \"MapValue\": [],\n \"Name\": \"numberAttr\",\n \"NumberValue\": 10,\n \"StringValue\": \"\",\n \"Type\": 0\n },\n {\n \"ListValue\": [],\n \"MapValue\": [],\n \"Name\": \"stringAttr\",\n \"NumberValue\": 0,\n \"StringValue\": \"stringAttrVal\",\n \"Type\": 1\n },\n {\n \"ListValue\": [\n \"listAttrVal1\",\n \"listAttrVal2\",\n \"listAttrVal3\"\n ],\n \"MapValue\": [],\n \"Name\": \"listAttr\",\n \"NumberValue\": 0,\n \"StringValue\": \"\",\n \"Type\": 2\n },\n {\n \"ListValue\": [],\n \"MapValue\": [\n {\n \"Key\": \"mapAttrVal1\",\n \"Value\": 10\n },\n {\n \"Key\": \"mapAttrVal2\",\n \"Value\": 20\n },\n {\n \"Key\": \"mapAttrVal3\",\n \"Value\": 30\n }\n ],\n \"Name\": \"mapAttr\",\n \"NumberValue\": 0,\n \"StringValue\": \"\",\n \"Type\": 3\n }\n ],\n \"Name\": \"playerName0\",\n \"RegionLatencies\": [\n {\n \"Latency\": 100,\n \"Region\": \"ap-guangzhou\"\n },\n {\n \"Latency\": 100,\n \"Region\": \"ap-beijing\"\n }\n ],\n \"Team\": \"playerTeam0\"\n }\n ],\n \"StartTime\": \"2020-09-05T11:11:15Z\",\n \"Status\": \"TIMEDOUT\",\n \"StatusMessage\": \"\",\n \"StatusReason\": \"\"\n },\n \"RequestId\": \"1a68664b-d796-407b-ab7b-2dbc2a12f8f5\"\n }\n}",
|
144
|
-
"title": "开启回填匹配返回示例"
|
145
|
-
}
|
146
|
-
]
|
147
|
-
},
|
148
|
-
"version": "1.0"
|
149
|
-
}
|
tccli/services/gse/__init__.py
DELETED