tccli 3.0.1300.3__py2.py3-none-any.whl → 3.0.1302.1__py2.py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- tccli/__init__.py +1 -1
- tccli/services/__init__.py +2 -1
- tccli/services/asr/v20190614/api.json +18 -18
- tccli/services/batch/v20170312/api.json +14 -14
- tccli/services/bh/bh_client.py +623 -93
- tccli/services/bh/v20230418/api.json +1054 -32
- tccli/services/bh/v20230418/examples.json +93 -1
- tccli/services/billing/billing_client.py +4 -57
- tccli/services/billing/v20180709/api.json +3 -305
- tccli/services/billing/v20180709/examples.json +2 -10
- tccli/services/bpaas/v20181217/api.json +56 -56
- tccli/services/cat/cat_client.py +61 -8
- tccli/services/cat/v20180409/api.json +115 -0
- tccli/services/cat/v20180409/examples.json +20 -0
- tccli/services/cbs/v20170312/api.json +9 -7
- tccli/services/cbs/v20170312/examples.json +2 -2
- tccli/services/ccc/ccc_client.py +216 -4
- tccli/services/ccc/v20200210/api.json +364 -6
- tccli/services/ccc/v20200210/examples.json +32 -0
- tccli/services/cdb/v20170320/api.json +23 -14
- tccli/services/cdb/v20170320/examples.json +3 -3
- tccli/services/cdc/cdc_client.py +173 -67
- tccli/services/cdc/v20201214/api.json +96 -0
- tccli/services/cdc/v20201214/examples.json +16 -0
- tccli/services/cdn/v20180606/api.json +365 -279
- tccli/services/cdwch/v20200915/api.json +21 -21
- tccli/services/cdwdoris/v20211228/api.json +21 -1
- tccli/services/cdwdoris/v20211228/examples.json +4 -4
- tccli/services/cdwpg/v20201230/api.json +375 -360
- tccli/services/cdwpg/v20201230/examples.json +1 -1
- tccli/services/cfw/cfw_client.py +53 -0
- tccli/services/cfw/v20190904/api.json +201 -5
- tccli/services/cfw/v20190904/examples.json +8 -0
- tccli/services/chc/chc_client.py +57 -4
- tccli/services/chc/v20230418/api.json +108 -1
- tccli/services/chc/v20230418/examples.json +8 -0
- tccli/services/ckafka/ckafka_client.py +408 -302
- tccli/services/ckafka/v20190819/api.json +197 -2
- tccli/services/ckafka/v20190819/examples.json +16 -0
- tccli/services/clb/v20180317/api.json +439 -379
- tccli/services/clb/v20180317/examples.json +7 -7
- tccli/services/cls/cls_client.py +53 -0
- tccli/services/cls/v20201016/api.json +86 -3
- tccli/services/cls/v20201016/examples.json +11 -3
- tccli/services/cvm/v20170312/api.json +165 -147
- tccli/services/cvm/v20170312/examples.json +6 -6
- tccli/services/cwp/v20180228/api.json +93 -14
- tccli/services/cwp/v20180228/examples.json +7 -7
- tccli/services/cynosdb/cynosdb_client.py +171 -12
- tccli/services/cynosdb/v20190107/api.json +252 -3
- tccli/services/cynosdb/v20190107/examples.json +24 -0
- tccli/services/dbbrain/dbbrain_client.py +57 -4
- tccli/services/dbbrain/v20210527/api.json +62 -0
- tccli/services/dbbrain/v20210527/examples.json +8 -0
- tccli/services/dc/v20180410/api.json +1 -1
- tccli/services/dlc/dlc_client.py +53 -0
- tccli/services/dlc/v20210125/api.json +816 -655
- tccli/services/dlc/v20210125/examples.json +73 -59
- tccli/services/dsgc/v20190723/api.json +18 -0
- tccli/services/dts/v20211206/api.json +4 -4
- tccli/services/dts/v20211206/examples.json +6 -0
- tccli/services/emr/emr_client.py +53 -0
- tccli/services/emr/v20190103/api.json +127 -0
- tccli/services/emr/v20190103/examples.json +8 -0
- tccli/services/es/es_client.py +686 -151
- tccli/services/es/v20180416/api.json +509 -436
- tccli/services/es/v20180416/examples.json +43 -49
- tccli/services/es/v20250101/api.json +1391 -0
- tccli/services/es/v20250101/examples.json +85 -0
- tccli/services/ess/ess_client.py +53 -0
- tccli/services/ess/v20201111/api.json +142 -21
- tccli/services/ess/v20201111/examples.json +14 -0
- tccli/services/essbasic/essbasic_client.py +53 -0
- tccli/services/essbasic/v20210526/api.json +112 -9
- tccli/services/essbasic/v20210526/examples.json +8 -0
- tccli/services/gaap/v20180529/api.json +321 -312
- tccli/services/gaap/v20180529/examples.json +2 -2
- tccli/services/gs/gs_client.py +538 -8
- tccli/services/gs/v20191118/api.json +947 -44
- tccli/services/gs/v20191118/examples.json +87 -1
- tccli/services/gwlb/v20240906/api.json +56 -37
- tccli/services/gwlb/v20240906/examples.json +11 -5
- tccli/services/hunyuan/hunyuan_client.py +175 -69
- tccli/services/hunyuan/v20230901/api.json +191 -1
- tccli/services/hunyuan/v20230901/examples.json +17 -1
- tccli/services/ioa/ioa_client.py +227 -15
- tccli/services/ioa/v20220601/api.json +479 -0
- tccli/services/ioa/v20220601/examples.json +44 -0
- tccli/services/iotexplorer/iotexplorer_client.py +322 -4
- tccli/services/iotexplorer/v20190423/api.json +865 -52
- tccli/services/iotexplorer/v20190423/examples.json +64 -16
- tccli/services/iotvideo/iotvideo_client.py +57 -4
- tccli/services/iotvideo/v20211125/api.json +146 -0
- tccli/services/iotvideo/v20211125/examples.json +8 -0
- tccli/services/iotvideoindustry/v20201201/api.json +1 -1
- tccli/services/kms/v20190118/api.json +38 -2
- tccli/services/lcic/v20220817/api.json +66 -1
- tccli/services/lcic/v20220817/examples.json +1 -1
- tccli/services/lighthouse/lighthouse_client.py +0 -106
- tccli/services/lighthouse/v20200324/api.json +11 -98
- tccli/services/lighthouse/v20200324/examples.json +0 -16
- tccli/services/live/v20180801/api.json +1 -1
- tccli/services/lke/v20231130/api.json +208 -10
- tccli/services/lke/v20231130/examples.json +10 -10
- tccli/services/lkeap/lkeap_client.py +53 -0
- tccli/services/lkeap/v20240522/api.json +48 -4
- tccli/services/lkeap/v20240522/examples.json +8 -0
- tccli/services/mna/mna_client.py +4 -163
- tccli/services/mna/v20210119/api.json +0 -524
- tccli/services/mna/v20210119/examples.json +0 -24
- tccli/services/monitor/monitor_client.py +114 -8
- tccli/services/monitor/v20180724/api.json +129 -18
- tccli/services/monitor/v20180724/examples.json +17 -1
- tccli/services/mps/v20190612/api.json +1223 -1031
- tccli/services/mps/v20190612/examples.json +1 -1
- tccli/services/nlp/v20190408/examples.json +1 -1
- tccli/services/oceanus/v20190422/api.json +12 -12
- tccli/services/oceanus/v20190422/examples.json +15 -3
- tccli/services/ocr/v20181119/api.json +13 -3
- tccli/services/postgres/v20170312/api.json +2 -2
- tccli/services/privatedns/v20201028/api.json +30 -11
- tccli/services/privatedns/v20201028/examples.json +10 -10
- tccli/services/rce/v20201103/api.json +3 -3
- tccli/services/ses/v20201002/api.json +10 -1
- tccli/services/smop/v20201203/api.json +2 -2
- tccli/services/sqlserver/v20180328/api.json +1 -1
- tccli/services/ssm/v20190923/api.json +27 -0
- tccli/services/sts/sts_client.py +53 -0
- tccli/services/sts/v20180813/api.json +101 -1
- tccli/services/sts/v20180813/examples.json +8 -0
- tccli/services/taf/taf_client.py +0 -53
- tccli/services/taf/v20200210/api.json +0 -138
- tccli/services/taf/v20200210/examples.json +0 -8
- tccli/services/tan/v20220420/api.json +2 -2
- tccli/services/tat/v20201028/api.json +2 -2
- tccli/services/tcb/v20180608/api.json +29 -1
- tccli/services/tcbr/v20220217/api.json +32 -0
- tccli/services/tccatalog/v20241024/api.json +1 -1
- tccli/services/tccatalog/v20241024/examples.json +1 -1
- tccli/services/tcr/v20190924/api.json +5 -5
- tccli/services/tcr/v20190924/examples.json +2 -2
- tccli/services/tcss/v20201101/api.json +84 -34
- tccli/services/tcss/v20201101/examples.json +2809 -0
- tccli/services/tdmq/v20200217/api.json +40 -0
- tccli/services/tdmq/v20200217/examples.json +1 -1
- tccli/services/tds/tds_client.py +53 -0
- tccli/services/tds/v20220801/api.json +265 -0
- tccli/services/tds/v20220801/examples.json +8 -0
- tccli/services/tem/v20210701/api.json +664 -575
- tccli/services/tem/v20210701/examples.json +2 -2
- tccli/services/teo/v20220901/api.json +236 -208
- tccli/services/teo/v20220901/examples.json +13 -13
- tccli/services/tione/tione_client.py +53 -0
- tccli/services/tione/v20211111/api.json +256 -0
- tccli/services/tione/v20211111/examples.json +8 -0
- tccli/services/tke/v20180525/api.json +1 -1
- tccli/services/trocket/trocket_client.py +489 -12
- tccli/services/trocket/v20230308/api.json +925 -146
- tccli/services/trocket/v20230308/examples.json +72 -0
- tccli/services/trtc/v20190722/api.json +13 -19
- tccli/services/trtc/v20190722/examples.json +8 -8
- tccli/services/tse/v20201207/api.json +1016 -995
- tccli/services/tse/v20201207/examples.json +2 -2
- tccli/services/tsf/v20180326/api.json +510 -465
- tccli/services/tsf/v20180326/examples.json +4 -4
- tccli/services/tts/v20190823/api.json +10 -10
- tccli/services/vclm/v20240523/api.json +2 -2
- tccli/services/vcube/v20220410/api.json +10 -0
- tccli/services/vdb/v20230616/api.json +10 -0
- tccli/services/vdb/v20230616/examples.json +1 -1
- tccli/services/vpc/v20170312/api.json +824 -254
- tccli/services/vpc/v20170312/examples.json +66 -10
- tccli/services/vpc/vpc_client.py +383 -12
- tccli/services/vrs/v20200824/api.json +9 -0
- tccli/services/waf/v20180125/api.json +8113 -5814
- tccli/services/waf/v20180125/examples.json +90 -0
- tccli/services/waf/waf_client.py +559 -82
- tccli/services/wedata/v20210820/api.json +1379 -24
- tccli/services/wedata/v20210820/examples.json +25 -1
- tccli/services/wedata/wedata_client.py +171 -12
- tccli/services/weilingwith/v20230427/api.json +1 -1
- tccli/services/weilingwith/v20230427/examples.json +3 -3
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/METADATA +2 -2
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/RECORD +187 -184
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/WHEEL +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/entry_points.txt +0 -0
- {tccli-3.0.1300.3.dist-info → tccli-3.0.1302.1.dist-info}/license_files/LICENSE +0 -0
@@ -1,5 +1,13 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
|
+
"BackUpAndroidInstanceToStorage": [
|
4
|
+
{
|
5
|
+
"document": "示例",
|
6
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: BackUpAndroidInstanceToStorage\n<公共请求参数>\n\n{\n \"AndroidInstanceId\": \"cai-251006279-ea99K3EZgPo\",\n \"StorageType\": \"S3\",\n \"ObjectKey\": \"testkey\",\n \"S3Options\": {\n \"EndPoint\": \"test-end-point\",\n \"Bucket\": \"test-bucket\",\n \"AccessKeyId\": \"test-key-id\",\n \"SecretAccessKey\": \"test-key\"\n }\n}",
|
7
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"e900f8c4-f1c5-455f-aeb2-a9b052fd8b73\",\n \"TaskId\": \"ddca8e2f-3b03-4c08-8f42-6e3533f09e7e\"\n }\n}",
|
8
|
+
"title": "示例"
|
9
|
+
}
|
10
|
+
],
|
3
11
|
"ConnectAndroidInstance": [
|
4
12
|
{
|
5
13
|
"document": "连接安卓实例",
|
@@ -16,6 +24,28 @@
|
|
16
24
|
"title": "CopyAndroidInstance 示例"
|
17
25
|
}
|
18
26
|
],
|
27
|
+
"CreateAndroidApp": [
|
28
|
+
{
|
29
|
+
"document": "创建安卓应用",
|
30
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAndroidApp\n<公共请求参数>\n\n{\n \"Name\": \"测试App1\",\n \"UserId\": \"user1\",\n \"AppMode\": \"NORMAL\"\n}",
|
31
|
+
"output": "{\n \"Response\": {\n \"AndroidAppId\": \"apk-f5nqwdvg\",\n \"RequestId\": \"3b675310-8ec8-46c0-ae50-dc2944667c6f\"\n }\n}",
|
32
|
+
"title": "创建安卓应用"
|
33
|
+
}
|
34
|
+
],
|
35
|
+
"CreateAndroidAppVersion": [
|
36
|
+
{
|
37
|
+
"document": "创建安卓应用版本",
|
38
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAndroidAppVersion\n<公共请求参数>\n\n{\n \"AndroidAppId\": \"apk-ne70ubtu\",\n \"Command\": \"tar -zxvf test-1.0.X.tar.gz && cd test-1.0.X && ./install.sh\",\n \"DownloadUrl\": \"\"\n}",
|
39
|
+
"output": "{\n \"Response\": {\n \"AndroidAppVersion\": \"1705458203832573301\",\n \"RequestId\": \"143c46a1-70f4-4371-8cc8-c30efef53c4e\"\n }\n}",
|
40
|
+
"title": "创建安卓应用版本"
|
41
|
+
},
|
42
|
+
{
|
43
|
+
"document": "使用应用包下载链接创建安卓应用版本",
|
44
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateAndroidAppVersion\n<公共请求参数>\n\n{\n \"AndroidAppId\": \"apk-ne70ubtu\",\n \"DownloadUrl\": \"https://static.maoercdn.com/app/202312/29/MissEvan.apk\"\n}",
|
45
|
+
"output": "{\n \"Response\": {\n \"AndroidAppVersion\": \"1705458203832573301\",\n \"RequestId\": \"143c46a1-70f4-4371-8cc8-c30efef53c4e\"\n }\n}",
|
46
|
+
"title": "使用应用包下载链接创建安卓应用版本"
|
47
|
+
}
|
48
|
+
],
|
19
49
|
"CreateAndroidInstanceImage": [
|
20
50
|
{
|
21
51
|
"document": "创建安卓实例镜像",
|
@@ -64,6 +94,14 @@
|
|
64
94
|
"title": "安卓实例截图"
|
65
95
|
}
|
66
96
|
],
|
97
|
+
"CreateCosCredential": [
|
98
|
+
{
|
99
|
+
"document": "",
|
100
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateCosCredential\n<公共请求参数>\n\n{\n \"CosType\": \"Mobile\"\n}",
|
101
|
+
"output": "{\n \"Response\": {\n \"SecretID\": \"xx\",\n \"SecretKey\": \"xx\",\n \"SessionToken\": \"xx\",\n \"CosBucket\": \"xx\",\n \"CosRegion\": \"xx\",\n \"Path\": \"xx\",\n \"StartTime\": 1500000,\n \"ExpiredTime\": 1500000,\n \"RequestId\": \"4eb17e58-68da-4e9a-b298-0894723c9022\"\n }\n}",
|
102
|
+
"title": "示例1添加创建 Cos 临时密钥请求"
|
103
|
+
}
|
104
|
+
],
|
67
105
|
"CreateSession": [
|
68
106
|
{
|
69
107
|
"document": "锁定实例后,创建会话,以连接实例",
|
@@ -72,6 +110,22 @@
|
|
72
110
|
"title": "CreateSession示例"
|
73
111
|
}
|
74
112
|
],
|
113
|
+
"DeleteAndroidApp": [
|
114
|
+
{
|
115
|
+
"document": "删除安卓应用",
|
116
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAndroidApp\n<公共请求参数>\n\n{\n \"AndroidAppId\": \"apk-lbri5e6m\"\n}",
|
117
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"62f3a0e9-0071-42f3-bfa9-b84165964295\"\n }\n}",
|
118
|
+
"title": "删除安卓应用"
|
119
|
+
}
|
120
|
+
],
|
121
|
+
"DeleteAndroidAppVersion": [
|
122
|
+
{
|
123
|
+
"document": "",
|
124
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DeleteAndroidAppVersion\n<公共请求参数>\n\n{\n \"AndroidAppId\": \"apk-a1b2c3\",\n \"AndroidAppVersion\": \"ver-a1b2c3\"\n}",
|
125
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"3b675310-8ec8-46c0-ae50-dc2944667c6f\"\n }\n}",
|
126
|
+
"title": "删除安卓应用版本示例"
|
127
|
+
}
|
128
|
+
],
|
75
129
|
"DeleteAndroidInstanceImages": [
|
76
130
|
{
|
77
131
|
"document": "删除安卓实例镜像",
|
@@ -92,7 +146,7 @@
|
|
92
146
|
{
|
93
147
|
"document": "查询安卓应用信息",
|
94
148
|
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeAndroidApps\n<公共请求参数>\n\n{\n \"Offset\": 2,\n \"Limit\": 2\n}",
|
95
|
-
"output": "{\n \"Response\": {\n \"Apps\": [\n {\n \"AndroidAppId\": \"apk-ne70ubtu\",\n \"AndroidAppVersionInfo\": [\n {\n \"AndroidAppVersion\": \"1705404913631168348\",\n \"CreateTime\": \"2024-01-16T11:36:20Z\",\n \"State\": \"CREATE_SUCCESS\"\n },\n {\n \"AndroidAppVersion\": \"1705406075397560877\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\",\n \"State\": \"CREATE_FAIL\"\n }\n ],\n \"Name\": \"控制台测试1\",\n \"State\": \"ONLINE\",\n \"UserId\": \"user1\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\"\n },\n {\n \"AndroidAppId\": \"apk-d6fyydrc\",\n \"AndroidAppVersionInfo\": null,\n \"Name\": \"控制台测试1\",\n \"State\": \"ONLINE\",\n \"UserId\": \"user2\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\"\n }\n ],\n \"RequestId\": \"5eae7edb-7e12-451e-a4c1-7cf0b777c6e7\",\n \"TotalCount\": 2\n }\n}",
|
149
|
+
"output": "{\n \"Response\": {\n \"Apps\": [\n {\n \"AndroidAppId\": \"apk-ne70ubtu\",\n \"AndroidAppVersionInfo\": [\n {\n \"AndroidAppVersion\": \"1705404913631168348\",\n \"CreateTime\": \"2024-01-16T11:36:20Z\",\n \"Command\": \"tar -zxvf test-1.0.X.tgz && cd test-1.0.X && ./install.sh\",\n \"State\": \"CREATE_SUCCESS\"\n },\n {\n \"AndroidAppVersion\": \"1705406075397560877\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\",\n \"Command\": \"tar -zxvf test-2.0.X.tgz && cd test-2.0.X && ./install.sh\",\n \"State\": \"CREATE_FAIL\"\n }\n ],\n \"Name\": \"控制台测试1\",\n \"State\": \"ONLINE\",\n \"UserId\": \"user1\",\n \"AppMode\": \"ADVANCED\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\"\n },\n {\n \"AndroidAppId\": \"apk-d6fyydrc\",\n \"AndroidAppVersionInfo\": null,\n \"Name\": \"控制台测试1\",\n \"State\": \"ONLINE\",\n \"UserId\": \"user2\",\n \"AppMode\": \"NORMAL\",\n \"CreateTime\": \"2024-01-16T11:54:35Z\"\n }\n ],\n \"RequestId\": \"5eae7edb-7e12-451e-a4c1-7cf0b777c6e7\",\n \"TotalCount\": 2\n }\n}",
|
96
150
|
"title": "查询安卓应用信息"
|
97
151
|
}
|
98
152
|
],
|
@@ -168,6 +222,22 @@
|
|
168
222
|
"title": "安装安卓实例应用"
|
169
223
|
}
|
170
224
|
],
|
225
|
+
"ModifyAndroidApp": [
|
226
|
+
{
|
227
|
+
"document": "",
|
228
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAndroidApp\n<公共请求参数>\n\n{\n \"AndroidAppId\": \"apk-ne70ubtu\",\n \"Name\": \"a1b2c3\",\n \"UserId\": \"user1\"\n}",
|
229
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"143c46a1-70f4-4371-8cc8-c30efef53c4e\"\n }\n}",
|
230
|
+
"title": "修改安卓应用信息示例"
|
231
|
+
}
|
232
|
+
],
|
233
|
+
"ModifyAndroidAppVersion": [
|
234
|
+
{
|
235
|
+
"document": "",
|
236
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAndroidAppVersion\n<公共请求参数>\n\n{\n \"AndroidAppId\": \"apk-ne70ubtu\",\n \"AndroidAppVersion\": \"ver-a1b2c3\",\n \"AndroidAppVersionName\": \"a1b2c3\",\n \"Command\": \"tar -zxvf test-1.0.X.tar.gz && cd test-1.0.X && ./install.sh\"\n}",
|
237
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"143c46a1-70f4-4371-8cc8-c30efef53c4e\"\n }\n}",
|
238
|
+
"title": "修改安卓应用版本示例"
|
239
|
+
}
|
240
|
+
],
|
171
241
|
"ModifyAndroidInstanceInformation": [
|
172
242
|
{
|
173
243
|
"document": "示例",
|
@@ -192,6 +262,14 @@
|
|
192
262
|
"title": "示例"
|
193
263
|
}
|
194
264
|
],
|
265
|
+
"ModifyAndroidInstancesResolution": [
|
266
|
+
{
|
267
|
+
"document": "示例",
|
268
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: ModifyAndroidInstancesPhysicalResolution\n<公共请求参数>\n\n{\n \"AndroidInstanceIds\": [\n \"cai-251006279-ea99cM7rbg6\"\n ],\n \"Width\": 720,\n \"Height\": 1280,\n \"DPI\": 320,\n \"FPS\": 30\n}",
|
269
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"b81161fe-82ba-4233-8a2b-03d0dddd52be\"\n }\n}",
|
270
|
+
"title": "示例"
|
271
|
+
}
|
272
|
+
],
|
195
273
|
"ModifyAndroidInstancesUserId": [
|
196
274
|
{
|
197
275
|
"document": "示例",
|
@@ -224,6 +302,14 @@
|
|
224
302
|
"title": "示例"
|
225
303
|
}
|
226
304
|
],
|
305
|
+
"RestoreAndroidInstanceFromStorage": [
|
306
|
+
{
|
307
|
+
"document": "示例",
|
308
|
+
"input": "POST / HTTP/1.1\nHost: gs.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: RestoreAndroidInstanceFromStorage\n<公共请求参数>\n\n{\n \"AndroidInstanceId\": \"cai-251006279-ea99K3EZgPo\",\n \"ObjectKey\": \"test-object\",\n \"StorageType\": \"S3\",\n \"S3Options\": {\n \"EndPoint\": \"test-end-point\",\n \"Bucket\": \"test-bucket\",\n \"AccessKeyId\": \"test-key-id\",\n \"SecretAccessKey\": \"test-key\"\n }\n}",
|
309
|
+
"output": "{\n \"Response\": {\n \"RequestId\": \"f2ed9fc0-a946-41aa-93be-86afb2cd1375\",\n \"TaskId\": \"7a9dfd20-d6f3-4488-97b1-02fa76eec053\"\n }\n}",
|
310
|
+
"title": "示例"
|
311
|
+
}
|
312
|
+
],
|
227
313
|
"SaveGameArchive": [
|
228
314
|
{
|
229
315
|
"document": "",
|
@@ -1,28 +1,28 @@
|
|
1
1
|
{
|
2
2
|
"actions": {
|
3
3
|
"AssociateTargetGroups": {
|
4
|
-
"document": "本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡。\n本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。",
|
4
|
+
"document": "本接口(AssociateTargetGroups)用来将目标组绑定到负载均衡。\n本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。",
|
5
5
|
"input": "AssociateTargetGroupsRequest",
|
6
6
|
"name": "负载均衡关联目标组",
|
7
7
|
"output": "AssociateTargetGroupsResponse",
|
8
8
|
"status": "online"
|
9
9
|
},
|
10
10
|
"CreateGatewayLoadBalancer": {
|
11
|
-
"document": "本接口(CreateGatewayLoadBalancer)用来创建网关负载均衡实例。为了使用网关负载均衡服务,您必须购买一个或多个网关负载均衡实例。成功调用该接口后,会返回网关负载均衡实例的唯一 ID。\n注意:单个账号在每个地域的默认购买配额为:10个。\n本接口为异步接口,接口成功返回后,可使用
|
11
|
+
"document": "本接口(CreateGatewayLoadBalancer)用来创建网关负载均衡实例。为了使用网关负载均衡服务,您必须购买一个或多个网关负载均衡实例。成功调用该接口后,会返回网关负载均衡实例的唯一 ID。\n注意:单个账号在每个地域的默认购买配额为:10个。\n本接口为异步接口,接口成功返回后,可使用 [DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700) 接口查询负载均衡实例的状态。",
|
12
12
|
"input": "CreateGatewayLoadBalancerRequest",
|
13
13
|
"name": "购买网关负载均衡实例",
|
14
14
|
"output": "CreateGatewayLoadBalancerResponse",
|
15
15
|
"status": "online"
|
16
16
|
},
|
17
17
|
"CreateTargetGroup": {
|
18
|
-
"document": "
|
18
|
+
"document": "创建目标组。",
|
19
19
|
"input": "CreateTargetGroupRequest",
|
20
20
|
"name": "创建目标组",
|
21
21
|
"output": "CreateTargetGroupResponse",
|
22
22
|
"status": "online"
|
23
23
|
},
|
24
24
|
"DeleteGatewayLoadBalancer": {
|
25
|
-
"document": "DeleteGatewayLoadBalancer 接口用以删除指定的一个或多个网关负载均衡实例。成功删除后,会把网关负载均衡实例与后端服务解绑。\n本接口为异步接口,接口返回成功后,需以返回的 RequestId 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。",
|
25
|
+
"document": "DeleteGatewayLoadBalancer 接口用以删除指定的一个或多个网关负载均衡实例。成功删除后,会把网关负载均衡实例与后端服务解绑。\n本接口为异步接口,接口返回成功后,需以返回的 RequestId 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700) 接口查询本次任务是否成功。",
|
26
26
|
"input": "DeleteGatewayLoadBalancerRequest",
|
27
27
|
"name": "删除网关负载均衡实例",
|
28
28
|
"output": "DeleteGatewayLoadBalancerResponse",
|
@@ -36,7 +36,7 @@
|
|
36
36
|
"status": "online"
|
37
37
|
},
|
38
38
|
"DeregisterTargetGroupInstances": {
|
39
|
-
"document": "
|
39
|
+
"document": "从目标组中解绑服务器。",
|
40
40
|
"input": "DeregisterTargetGroupInstancesRequest",
|
41
41
|
"name": "解绑目标组中的实例",
|
42
42
|
"output": "DeregisterTargetGroupInstancesResponse",
|
@@ -85,7 +85,7 @@
|
|
85
85
|
"status": "online"
|
86
86
|
},
|
87
87
|
"DisassociateTargetGroups": {
|
88
|
-
"document": "解除负载均衡和目标组的关联关系。\n本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 DescribeTaskStatus 接口查询本次任务是否成功。",
|
88
|
+
"document": "解除负载均衡和目标组的关联关系。\n本接口为异步接口,本接口返回成功后需以返回的 RequestID 为入参,调用 [DescribeTaskStatus](https://cloud.tencent.com/document/product/214/30683) 接口查询本次任务是否成功。",
|
89
89
|
"input": "DisassociateTargetGroupsRequest",
|
90
90
|
"name": "解除负载均衡和目标组的关联关系",
|
91
91
|
"output": "DisassociateTargetGroupsResponse",
|
@@ -113,14 +113,14 @@
|
|
113
113
|
"status": "online"
|
114
114
|
},
|
115
115
|
"ModifyTargetGroupInstancesWeight": {
|
116
|
-
"document": "
|
116
|
+
"document": "修改目标组的服务器权重。",
|
117
117
|
"input": "ModifyTargetGroupInstancesWeightRequest",
|
118
118
|
"name": "修改目标组的服务器权重",
|
119
119
|
"output": "ModifyTargetGroupInstancesWeightResponse",
|
120
120
|
"status": "online"
|
121
121
|
},
|
122
122
|
"RegisterTargetGroupInstances": {
|
123
|
-
"document": "
|
123
|
+
"document": "注册服务器到目标组。",
|
124
124
|
"input": "RegisterTargetGroupInstancesRequest",
|
125
125
|
"name": "目标组中添加实例",
|
126
126
|
"output": "RegisterTargetGroupInstancesResponse",
|
@@ -201,7 +201,7 @@
|
|
201
201
|
},
|
202
202
|
{
|
203
203
|
"disabled": false,
|
204
|
-
"document": "网关负载均衡后端目标设备所属的私有网络的子网ID
|
204
|
+
"document": "网关负载均衡后端目标设备所属的私有网络的子网ID。可通过[DescribeSubnets](https://cloud.tencent.com/document/product/215/15784)接口获取。",
|
205
205
|
"example": "subnet-xxx",
|
206
206
|
"member": "string",
|
207
207
|
"name": "SubnetId",
|
@@ -237,7 +237,7 @@
|
|
237
237
|
},
|
238
238
|
{
|
239
239
|
"disabled": false,
|
240
|
-
"document": "网关负载均衡实例计费类型,当前只支持传POSTPAID_BY_HOUR
|
240
|
+
"document": "网关负载均衡实例计费类型,当前只支持传POSTPAID_BY_HOUR(按量计费),默认是POSTPAID_BY_HOUR。",
|
241
241
|
"example": "POSTPAID_BY_HOUR",
|
242
242
|
"member": "string",
|
243
243
|
"name": "LBChargeType",
|
@@ -252,7 +252,7 @@
|
|
252
252
|
"members": [
|
253
253
|
{
|
254
254
|
"disabled": false,
|
255
|
-
"document": "由网关负载均衡实例唯一 ID 组成的数组。\n存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过DescribeTaskStatus接口查询创建的资源ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
255
|
+
"document": "由网关负载均衡实例唯一 ID 组成的数组。\n存在某些场景,如创建出现延迟时,此字段可能返回为空;此时可以根据接口返回的RequestId或DealName参数,通过[DescribeTaskStatus](https://cloud.tencent.com/document/api/1782/111700)接口查询创建的资源ID。\n注意:此字段可能返回 null,表示取不到有效值。",
|
256
256
|
"example": "[\"gwlb-6efswuxa\"]",
|
257
257
|
"member": "string",
|
258
258
|
"name": "LoadBalancerIds",
|
@@ -293,7 +293,7 @@
|
|
293
293
|
},
|
294
294
|
{
|
295
295
|
"disabled": false,
|
296
|
-
"document": "
|
296
|
+
"document": "网关负载均衡后端目标组所属的网络 ID,如vpc-12345678,可以通过 [DescribeVpcs](https://cloud.tencent.com/document/product/215/15778) 接口获取。 不填此参数则默认为DefaultVPC。",
|
297
297
|
"example": "vpc-i1******",
|
298
298
|
"member": "string",
|
299
299
|
"name": "VpcId",
|
@@ -353,6 +353,15 @@
|
|
353
353
|
"name": "AllDeadToAlive",
|
354
354
|
"required": false,
|
355
355
|
"type": "bool"
|
356
|
+
},
|
357
|
+
{
|
358
|
+
"disabled": false,
|
359
|
+
"document": "标签。",
|
360
|
+
"example": "无",
|
361
|
+
"member": "TagInfo",
|
362
|
+
"name": "Tags",
|
363
|
+
"required": false,
|
364
|
+
"type": "list"
|
356
365
|
}
|
357
366
|
],
|
358
367
|
"type": "object"
|
@@ -384,8 +393,8 @@
|
|
384
393
|
"members": [
|
385
394
|
{
|
386
395
|
"disabled": false,
|
387
|
-
"document": "要删除的网关负载均衡实例 ID数组,数组大小最大支持20
|
388
|
-
"example": "[\"gwlb-hs
|
396
|
+
"document": "要删除的网关负载均衡实例 ID数组,数组大小最大支持20。可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683) 接口获取。",
|
397
|
+
"example": "[\"gwlb-hs******\"]",
|
389
398
|
"member": "string",
|
390
399
|
"name": "LoadBalancerIds",
|
391
400
|
"required": true,
|
@@ -411,7 +420,7 @@
|
|
411
420
|
"members": [
|
412
421
|
{
|
413
422
|
"disabled": false,
|
414
|
-
"document": "目标组ID列表。",
|
423
|
+
"document": "目标组ID列表。 可以通过接口[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取。",
|
415
424
|
"example": "[\"lbtg-f1phe5j6\"]",
|
416
425
|
"member": "string",
|
417
426
|
"name": "TargetGroupIds",
|
@@ -438,7 +447,7 @@
|
|
438
447
|
"members": [
|
439
448
|
{
|
440
449
|
"disabled": false,
|
441
|
-
"document": "目标组ID
|
450
|
+
"document": "目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。",
|
442
451
|
"example": "lbtg-815iz538",
|
443
452
|
"member": "string",
|
444
453
|
"name": "TargetGroupId",
|
@@ -557,8 +566,8 @@
|
|
557
566
|
"members": [
|
558
567
|
{
|
559
568
|
"disabled": false,
|
560
|
-
"document": "目标组唯一id",
|
561
|
-
"example": "lbtg-
|
569
|
+
"document": "目标组唯一id。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。",
|
570
|
+
"example": "lbtg-815iz538",
|
562
571
|
"member": "string",
|
563
572
|
"name": "TargetGroupId",
|
564
573
|
"required": true,
|
@@ -603,7 +612,7 @@
|
|
603
612
|
"members": [
|
604
613
|
{
|
605
614
|
"disabled": false,
|
606
|
-
"document": "过滤条件,当前仅支持TargetGroupId,BindIP,InstanceId过滤。\n\n- TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0
|
615
|
+
"document": "过滤条件,当前仅支持TargetGroupId,BindIP,InstanceId过滤。\n\n- TargetGroupId - String - 是否必填:否 - (过滤条件)目标组ID,如“lbtg-5xunivs0”。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。\n- BindIP - String - 是否必填:否 - (过滤条件)目标组绑定实例的内网IP地址,如“10.1.1.1”。\n- InstanceId - String - 是否必填:否 - (过滤条件)目标组绑定实例的名称,如“ins-mxzlf9ke”。可通过[DescribeInstances](https://cloud.tencent.com/document/product/213/15728) 接口获取。",
|
607
616
|
"example": "无",
|
608
617
|
"member": "Filter",
|
609
618
|
"name": "Filters",
|
@@ -612,7 +621,7 @@
|
|
612
621
|
},
|
613
622
|
{
|
614
623
|
"disabled": false,
|
615
|
-
"document": "显示数量限制,默认20。",
|
624
|
+
"document": "显示数量限制,默认20,最大1000。",
|
616
625
|
"example": "20",
|
617
626
|
"member": "uint64",
|
618
627
|
"name": "Limit",
|
@@ -687,7 +696,7 @@
|
|
687
696
|
},
|
688
697
|
{
|
689
698
|
"disabled": false,
|
690
|
-
"document": "过滤条件数组。\n\n- TargetGroupVpcId - String - 是否必填:否 -
|
699
|
+
"document": "过滤条件数组。\n\n- TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。\n- TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”",
|
691
700
|
"example": "无",
|
692
701
|
"member": "Filter",
|
693
702
|
"name": "Filters",
|
@@ -696,7 +705,7 @@
|
|
696
705
|
},
|
697
706
|
{
|
698
707
|
"disabled": false,
|
699
|
-
"document": "
|
708
|
+
"document": "显示的偏移起始量,默认为0。",
|
700
709
|
"example": "1",
|
701
710
|
"member": "uint64",
|
702
711
|
"name": "Offset",
|
@@ -705,7 +714,7 @@
|
|
705
714
|
},
|
706
715
|
{
|
707
716
|
"disabled": false,
|
708
|
-
"document": "显示条数限制,默认为20。",
|
717
|
+
"document": "显示条数限制,默认为20,最大值为1000。",
|
709
718
|
"example": "20",
|
710
719
|
"member": "uint64",
|
711
720
|
"name": "Limit",
|
@@ -752,7 +761,7 @@
|
|
752
761
|
"members": [
|
753
762
|
{
|
754
763
|
"disabled": false,
|
755
|
-
"document": "目标组ID
|
764
|
+
"document": "目标组ID。",
|
756
765
|
"example": "[\"lbtg-5xunivs0\\r\\n\"]",
|
757
766
|
"member": "string",
|
758
767
|
"name": "TargetGroupIds",
|
@@ -761,7 +770,7 @@
|
|
761
770
|
},
|
762
771
|
{
|
763
772
|
"disabled": false,
|
764
|
-
"document": "显示条数限制,默认为20。",
|
773
|
+
"document": "显示条数限制,默认为20,最大值为1000。",
|
765
774
|
"example": "20",
|
766
775
|
"member": "uint64",
|
767
776
|
"name": "Limit",
|
@@ -770,7 +779,7 @@
|
|
770
779
|
},
|
771
780
|
{
|
772
781
|
"disabled": false,
|
773
|
-
"document": "
|
782
|
+
"document": "显示的偏移起始量,默认为0。",
|
774
783
|
"example": "1",
|
775
784
|
"member": "uint64",
|
776
785
|
"name": "Offset",
|
@@ -779,7 +788,7 @@
|
|
779
788
|
},
|
780
789
|
{
|
781
790
|
"disabled": false,
|
782
|
-
"document": "过滤条件数组。\n
|
791
|
+
"document": "过滤条件数组。\n- TargetGroupVpcId - String - 是否必填:否 - (过滤条件)按照目标组所属的私有网络过滤,可以通过[DescribeVpcs](https://cloud.tencent.com/document/product/215/15778)获取,如“vpc-bhqk****”。\n- TargetGroupName - String - 是否必填:否 - (过滤条件)按照目标组的名称过滤,如“tg_name”",
|
783
792
|
"example": "无",
|
784
793
|
"member": "Filter",
|
785
794
|
"name": "Filters",
|
@@ -1183,7 +1192,7 @@
|
|
1183
1192
|
"members": [
|
1184
1193
|
{
|
1185
1194
|
"disabled": false,
|
1186
|
-
"document": "网关负载均衡的唯一ID
|
1195
|
+
"document": "网关负载均衡的唯一ID。可通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/api/1782/111683) 接口获取。",
|
1187
1196
|
"example": "gwlb-xxx",
|
1188
1197
|
"member": "string",
|
1189
1198
|
"name": "LoadBalancerId",
|
@@ -1228,7 +1237,7 @@
|
|
1228
1237
|
"members": [
|
1229
1238
|
{
|
1230
1239
|
"disabled": false,
|
1231
|
-
"document": "目标组的ID
|
1240
|
+
"document": "目标组的ID,可以通过[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取。",
|
1232
1241
|
"example": "lbtg-815iz538",
|
1233
1242
|
"member": "string",
|
1234
1243
|
"name": "TargetGroupId",
|
@@ -1282,7 +1291,7 @@
|
|
1282
1291
|
"members": [
|
1283
1292
|
{
|
1284
1293
|
"disabled": false,
|
1285
|
-
"document": "目标组ID
|
1294
|
+
"document": "目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。",
|
1286
1295
|
"example": "lbtg-815iz538",
|
1287
1296
|
"member": "string",
|
1288
1297
|
"name": "TargetGroupId",
|
@@ -1344,7 +1353,7 @@
|
|
1344
1353
|
"members": [
|
1345
1354
|
{
|
1346
1355
|
"disabled": false,
|
1347
|
-
"document": "目标组ID",
|
1356
|
+
"document": "目标组ID。可通过[DescribeTargetGroupList](https://cloud.tencent.com/document/api/1782/111692)接口获取。",
|
1348
1357
|
"example": "lbtg-815iz538",
|
1349
1358
|
"member": "string",
|
1350
1359
|
"name": "TargetGroupId",
|
@@ -1408,7 +1417,7 @@
|
|
1408
1417
|
"members": [
|
1409
1418
|
{
|
1410
1419
|
"disabled": false,
|
1411
|
-
"document": "网关负载均衡实例ID。",
|
1420
|
+
"document": "网关负载均衡实例ID,可以通过[DescribeGatewayLoadBalancers](https://cloud.tencent.com/document/product/1782/111683)获取网关负载均衡ID。",
|
1412
1421
|
"example": "gwlb-20dhh498",
|
1413
1422
|
"member": "string",
|
1414
1423
|
"name": "LoadBalancerId",
|
@@ -1417,7 +1426,7 @@
|
|
1417
1426
|
},
|
1418
1427
|
{
|
1419
1428
|
"disabled": false,
|
1420
|
-
"document": "目标组ID。",
|
1429
|
+
"document": "目标组ID,可以通过[DescribeTargetGroups](https://cloud.tencent.com/document/product/214/40554)获取目标组ID。",
|
1421
1430
|
"example": "lbtg-0nzo3czo",
|
1422
1431
|
"member": "string",
|
1423
1432
|
"name": "TargetGroupId",
|
@@ -1463,7 +1472,7 @@
|
|
1463
1472
|
{
|
1464
1473
|
"disabled": false,
|
1465
1474
|
"document": "后端服务的监听端口",
|
1466
|
-
"example": "
|
1475
|
+
"example": "6081",
|
1467
1476
|
"member": "uint64",
|
1468
1477
|
"name": "Port",
|
1469
1478
|
"output_required": true,
|
@@ -1553,7 +1562,7 @@
|
|
1553
1562
|
"member": "bool",
|
1554
1563
|
"name": "HealthSwitch",
|
1555
1564
|
"output_required": true,
|
1556
|
-
"required":
|
1565
|
+
"required": false,
|
1557
1566
|
"type": "bool",
|
1558
1567
|
"value_allowed_null": false
|
1559
1568
|
},
|
@@ -1603,7 +1612,7 @@
|
|
1603
1612
|
},
|
1604
1613
|
{
|
1605
1614
|
"disabled": false,
|
1606
|
-
"document": "检测健康阈值。 默认为3
|
1615
|
+
"document": "检测健康阈值。 默认为3次。 可配置范围:2 - 10次。",
|
1607
1616
|
"example": "3",
|
1608
1617
|
"member": "int64",
|
1609
1618
|
"name": "HealthNum",
|
@@ -1614,7 +1623,7 @@
|
|
1614
1623
|
},
|
1615
1624
|
{
|
1616
1625
|
"disabled": false,
|
1617
|
-
"document": "检测不健康阈值。 默认为3
|
1626
|
+
"document": "检测不健康阈值。 默认为3次。 可配置范围:2 - 10次。",
|
1618
1627
|
"example": "3",
|
1619
1628
|
"member": "int64",
|
1620
1629
|
"name": "UnHealthNum",
|
@@ -1758,6 +1767,16 @@
|
|
1758
1767
|
"output_required": false,
|
1759
1768
|
"type": "int",
|
1760
1769
|
"value_allowed_null": true
|
1770
|
+
},
|
1771
|
+
{
|
1772
|
+
"disabled": false,
|
1773
|
+
"document": "目标组的标签。",
|
1774
|
+
"example": "无",
|
1775
|
+
"member": "TagInfo",
|
1776
|
+
"name": "Tag",
|
1777
|
+
"output_required": false,
|
1778
|
+
"type": "list",
|
1779
|
+
"value_allowed_null": false
|
1761
1780
|
}
|
1762
1781
|
],
|
1763
1782
|
"usage": "out"
|
@@ -19,7 +19,7 @@
|
|
19
19
|
"CreateTargetGroup": [
|
20
20
|
{
|
21
21
|
"document": "创建目标组",
|
22
|
-
"input": "POST / HTTP/1.1\nHost: gwlb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTargetGroup\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-i1cnjuhx\",\n \"Port\":
|
22
|
+
"input": "POST / HTTP/1.1\nHost: gwlb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: CreateTargetGroup\n<公共请求参数>\n\n{\n \"VpcId\": \"vpc-i1cnjuhx\",\n \"Port\": 6081,\n \"TargetGroupName\": \"czhtest\"\n}",
|
23
23
|
"output": "{\n \"Response\": {\n \"TargetGroupId\": \"lbtg-81******\",\n \"RequestId\": \"9a4096dd-45a1-4e03-be8e-482a2fb48b59\"\n }\n}",
|
24
24
|
"title": "创建目标组"
|
25
25
|
}
|
@@ -43,7 +43,7 @@
|
|
43
43
|
"DeregisterTargetGroupInstances": [
|
44
44
|
{
|
45
45
|
"document": "",
|
46
|
-
"input": "https://gwlb.tencentcloudapi.com/?Action=DeregisterTargetGroupInstances\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=
|
46
|
+
"input": "https://gwlb.tencentcloudapi.com/?Action=DeregisterTargetGroupInstances\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=6081\n&<公共请求参数>",
|
47
47
|
"output": "{\n \"Response\": {\n \"RequestId\": \"4b4987ca-58d0-4bad-9ded-344fa4011bda\"\n }\n}",
|
48
48
|
"title": "从目标组中解绑服务器"
|
49
49
|
}
|
@@ -54,6 +54,12 @@
|
|
54
54
|
"input": "POST / HTTP/1.1\nHost: gwlb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatewayLoadBalancers\n<公共请求参数>\n\n{\n \"LoadBalancerIds\": [\n \"gwlb-9cpkxxxx\"\n ]\n}",
|
55
55
|
"output": "{\n \"Response\": {\n \"TotalCount\": 1,\n \"LoadBalancerSet\": [\n {\n \"LoadBalancerId\": \"gwlb-9cpkxxxx\",\n \"LoadBalancerName\": \"the_name_of_gwlb\",\n \"Status\": 1,\n \"SubnetId\": \"subnet-gbi70xxx\",\n \"TargetGroupId\": \"\",\n \"VpcId\": \"vpc-rdiw0xxx\",\n \"Vips\": [\n \"10.0.0.1\"\n ],\n \"CreateTime\": \"2024-11-26 16:40:42\",\n \"Tags\": [],\n \"DeleteProtect\": false,\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"Isolation\": 0,\n \"IsolatedTime\": \"\"\n }\n ],\n \"RequestId\": \"7c28eba2-f0d0-427e-9bc2-f44c035825b5\"\n }\n}",
|
56
56
|
"title": "指定实例ID查询网关负载均衡"
|
57
|
+
},
|
58
|
+
{
|
59
|
+
"document": "指定标签查询网关负载均衡",
|
60
|
+
"input": "POST / HTTP/1.1\nHost: gwlb.tencentcloudapi.com\nContent-Type: application/json\nX-TC-Action: DescribeGatewayLoadBalancers\n<公共请求参数>\n\n{\n \"Filters\": [\n {\n \"Name\": \"tag:标签键\",\n \"Values\": [\n \"tag-value\"\n ]\n }\n ]\n}",
|
61
|
+
"output": "{\n \"Response\": {\n \"LoadBalancerSet\": [\n {\n \"ChargeType\": \"POSTPAID_BY_HOUR\",\n \"CreateTime\": \"2025-03-15 18:17:37\",\n \"DeleteProtect\": false,\n \"IsolatedTime\": \"\",\n \"Isolation\": 0,\n \"LoadBalancerId\": \"gwlb-jucncd66\",\n \"LoadBalancerName\": \"gwlb-jucncd66\",\n \"OperateProtect\": true,\n \"Status\": 1,\n \"SubnetId\": \"subnet-8yvowms4\",\n \"Tags\": [\n {\n \"TagKey\": \"标签键\",\n \"TagValue\": \"tag-value\"\n }\n ],\n \"TargetGroupId\": \"\",\n \"Vips\": [\n \"192.168.192.3\"\n ],\n \"VpcId\": \"vpc-ga4sg745\"\n }\n ],\n \"RequestId\": \"cfb0e685-2eb7-40c6-9871-91a5a05e946e\",\n \"TotalCount\": 1\n }\n}",
|
62
|
+
"title": "指定标签查询网关负载均衡"
|
57
63
|
}
|
58
64
|
],
|
59
65
|
"DescribeTargetGroupInstanceStatus": [
|
@@ -68,7 +74,7 @@
|
|
68
74
|
{
|
69
75
|
"document": "显示目标组绑定的服务器信息",
|
70
76
|
"input": "https://gwlb.tencentcloudapi.com/?Action=DescribeTargetGroupInstances\n&Filters.0.Name=TargetGroupId\n&Filters.0.Values.0=lbtg-5xunivs0\n&<公共请求参数>",
|
71
|
-
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TargetGroupInstanceSet\": [\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-197234qt\",\n \"InstanceName\": \"未命名\",\n \"Port\":
|
77
|
+
"output": "{\n \"Response\": {\n \"TotalCount\": 2,\n \"TargetGroupInstanceSet\": [\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-197234qt\",\n \"InstanceName\": \"未命名\",\n \"Port\": 6081,\n \"Weight\": 16,\n \"PublicIpAddresses\": [],\n \"PrivateIpAddresses\": [\n \"172.16.0.32\"\n ],\n \"EniId\": null,\n \"ZoneId\": \"400001\",\n \"RegisteredTime\": \"2019-07-24T20:02:43+08:00\"\n },\n {\n \"TargetGroupId\": \"lbtg-5xunivs0\",\n \"Type\": \"CVM\",\n \"InstanceId\": \"ins-197234qt\",\n \"InstanceName\": \"未命名\",\n \"Port\": 6081,\n \"Weight\": 16,\n \"PublicIpAddresses\": [],\n \"PrivateIpAddresses\": [\n \"172.16.0.32\"\n ],\n \"EniId\": null,\n \"ZoneId\": \"400001\",\n \"RegisteredTime\": \"2019-07-23T21:01:08+08:00\"\n }\n ],\n \"RealCount\": 2,\n \"RequestId\": \"94240d7f-8bc1-422a-81b9-5ea76d486a66\"\n }\n}",
|
72
78
|
"title": "显示目标组绑定的服务器信息"
|
73
79
|
}
|
74
80
|
],
|
@@ -137,7 +143,7 @@
|
|
137
143
|
"ModifyTargetGroupInstancesWeight": [
|
138
144
|
{
|
139
145
|
"document": "",
|
140
|
-
"input": "https://gwlb.tencentcloudapi.com/?Action=ModifyTargetGroupInstancesWeight\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=6081\n&TargetGroupInstances.0.Weight=
|
146
|
+
"input": "https://gwlb.tencentcloudapi.com/?Action=ModifyTargetGroupInstancesWeight\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=6081\n&TargetGroupInstances.0.Weight=16\n&<公共请求参数>",
|
141
147
|
"output": "{\n \"Response\": {\n \"RequestId\": \"ed90470e-eade-423f-aae6-264d814d0d65\"\n }\n}",
|
142
148
|
"title": "批量修改目标组服务器权重"
|
143
149
|
}
|
@@ -145,7 +151,7 @@
|
|
145
151
|
"RegisterTargetGroupInstances": [
|
146
152
|
{
|
147
153
|
"document": "",
|
148
|
-
"input": "https://gwlb.tencentcloudapi.com/?Action=RegisterTargetGroupInstances\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=
|
154
|
+
"input": "https://gwlb.tencentcloudapi.com/?Action=RegisterTargetGroupInstances\n&TargetGroupId=lbtg-815iz538\n&TargetGroupInstances.0.BindIP=172.16.0.34\n&TargetGroupInstances.0.Port=6081\n&TargetGroupInstances.0.Weight=16\n&<公共请求参数>",
|
149
155
|
"output": "{\n \"Response\": {\n \"RequestId\": \"acf6c2b3-b18d-4d2e-91e4-4eacff16c07e\"\n }\n}",
|
150
156
|
"title": "添加服务器到目标组中"
|
151
157
|
}
|